body.gadgbody {
    margin: 0;
    padding: 0;
    background-color: #f5f8fc;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
.gadgcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.gadgheader {
    background-color: #1875f0;
    height: 70px;
}
.gadgheadflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.gadglogo img {
    height: 40px;
    max-width: 160px;
    object-fit: contain;
}
.gadgnavlist {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.gadgnavlist a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.gadgnavlist a:hover, .gadgnavlist a.active {
    background-color: rgba(255, 255, 255, 0.2);
}
.gadguserzone {
    display: flex;
    align-items: center;
    gap: 15px;
}
.gadguserlink {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.gadgbtnlogin {
    background-color: #ffffff;
    color: #1875f0;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}
.gadgnoticebar {
    background-color: #ffffff;
    border-bottom: 1px solid #e5edf5;
    padding: 8px 0;
    font-size: 13px;
}
.gadgnoticeinner {
    display: flex;
    align-items: center;
    color: #555555;
}
.gadgnoticedot {
    width: 6px;
    height: 6px;
    background-color: #1875f0;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.gadgherosection {
    background: linear-gradient(135deg, #1875f0 0%, #00a2ff 100%);
    padding: 30px 0;
    margin-bottom: 25px;
}
.gadgheroflex {
    display: flex;
    gap: 15px;
}
.gadgherobig {
    flex: 1.2;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    padding: 20px;
    position: relative;
}
.gadgherobig a {
    text-decoration: none;
    display: block;
}
.gadgherobigbadge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #1875f0;
    color: #ffffff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
}
.gadgherobig h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #222222;
}
.gadgherometa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gadgheroside {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gadgherosidecard {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.gadgherosidetxt {
    flex: 1;
    overflow: hidden;
}
.gadgherosidetxt h4 {
    margin: 0 0 4px 0;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgmainwrap {
    margin-bottom: 35px;
}
.gadgsecblock {
    background-color: #ffffff;
    border: 1px solid #e1e8f2;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.gadgsectitle {
    text-align: center;
    margin-bottom: 20px;
}
.gadgsectitle h2 {
    margin: 0 0 4px 0;
    font-size: 18px;
    color: #1875f0;
    font-weight: 700;
}
.gadgsectitle span {
    font-size: 11px;
    color: #99a8b8;
    letter-spacing: 1px;
}
.gadgcolormatrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.gadgcolorcard {
    border-radius: 6px;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}
.cblue { background: linear-gradient(135deg, #2196f3, #00bcd4); }
.cgreen { background: linear-gradient(135deg, #4caf50, #8bc34a); }
.cyellow { background: linear-gradient(135deg, #ff9800, #ffc107); }
.cpink { background: linear-gradient(135deg, #e91e63, #f06292); }
.ccyan { background: linear-gradient(135deg, #009688, #4db6ac); }
.cpurple { background: linear-gradient(135deg, #673ab7, #9c27b0); }
.gadgcolorico img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 6px;
}
.gadgcolorcard h3 {
    margin: 0 0 6px 0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgcolorprice {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.gadgtechadvsection {
    background: linear-gradient(135deg, #1875f0 0%, #105ac4 100%);
    border-radius: 6px;
    padding: 25px 20px;
    margin-bottom: 20px;
}
.gadgwhitehead h2 { color: #ffffff !important; }
.gadgwhitehead span { color: rgba(255, 255, 255, 0.7) !important; }
.gadgadvgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.gadgadvcard {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 12px;
    text-decoration: none;
}
.gadgadvimg {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.gadgadvimg img {
    max-width: 35% !important;
    max-height: 45px !important;
    object-fit: contain;
}
.gadgadvcard h4 {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgadvmeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gadgadvmeta .gadgprice {
    color: #ffd166;
}
.gadgdeviceshowcase {
    display: flex;
    gap: 15px;
}
.gadgdevcenter {
    flex: 1.2;
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    background-color: #fafcfe;
}
.gadgdevcenter a { text-decoration: none; display: block; }
.gadgdevcenterimg {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.gadgdevcenterimg img {
    max-width: 40% !important;
    max-height: 90px !important;
    object-fit: contain;
}
.gadgdevcenter h3 {
    margin: 0 0 8px 0;
    color: #222222;
    font-size: 14px;
}
.gadgdevgrid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.gadgdevcard {
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
}
.gadgdevcard img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
    margin-bottom: 4px;
}
.gadgdevcard h4 {
    margin: 0 0 4px 0;
    font-size: 11px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgasymgrid {
    display: flex;
    gap: 15px;
}
.gadgasymleft {
    flex: 0 0 240px;
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    background: linear-gradient(180deg, #fafcfe 0%, #edf4fc 100%);
}
.gadgasymleft a { text-decoration: none; display: block; }
.gadgasymleftimg {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.gadgasymleftimg img {
    max-width: 40% !important;
    max-height: 80px !important;
    object-fit: contain;
}
.gadgasymleft h3 {
    margin: 0 0 8px 0;
    font-size: 13px;
    color: #222222;
}
.gadgasymright {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.gadgasymcard {
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
}
.gadgasymcard h4 {
    margin: 4px 0;
    font-size: 11px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgpartnergrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
.gadgpartnercard {
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
}
.gadgpartnerimg {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.gadgpartnerimg img {
    max-width: 40% !important;
    max-height: 32px !important;
    object-fit: contain;
}
.gadgpartnercard p {
    margin: 0 0 4px 0;
    font-size: 11px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgnewsgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.gadgnewscol {
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    overflow: hidden;
}
.gadgnewshd {
    background-color: #1875f0;
    color: #ffffff;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 12px;
}
.gadgnewsbody {
    padding: 8px;
    background-color: #ffffff;
}
.gadgnewsrow {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    border-bottom: 1px solid #f2f5f9;
    text-decoration: none;
}
.gadgnewsrow:last-child {
    border-bottom: none;
}
.gadgnewsname {
    flex: 1;
    font-size: 11px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gadgnewsprice {
    font-size: 11px;
    font-weight: 700;
    color: #d9534f;
}
.gadgsmallico {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
    flex-shrink: 0;
}
.gadgminiico {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
    flex-shrink: 0;
}
.gadgprice {
    color: #d9534f;
    font-weight: 700;
    font-size: 14px;
}
.gadgtagauto {
    background-color: #e8f4fd;
    color: #1875f0;
    border: 1px solid #c2e0fa;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
}
.gadgbtnblue {
    background-color: #1875f0;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.gadgbtngray {
    background-color: #e5edf5;
    color: #888888;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 3px;
    text-decoration: none;
    cursor: not-allowed;
}
.gadgpathbar {
    background-color: #ffffff;
    border: 1px solid #e1e8f2;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666666;
}
.gadgpathbar a {
    color: #1875f0;
    text-decoration: none;
}
.gadgaboutcard, .gadgdetailcard, .gadgdescbox, .gadgauthcard,
.gadggrouptable, .gadgpaycard, .gadgquerycard {
    background-color: #ffffff;
    border: 1px solid #e1e8f2;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.gadgdetailcard {
    display: flex;
    gap: 20px;
}
.gadgdetailmedia {
    flex: 0 0 280px;
}
.gadgdetailimgwrap {
    border: 1px solid #e1e8f2;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
.gadgdetailimgwrap img {
    max-width: 40% !important;
    max-height: 160px !important;
    object-fit: contain;
}
.gadgdetailbadge {
    text-align: center;
    color: #666666;
    font-size: 12px;
}
.gadgdetailform {
    flex: 1;
}
.gadgdetailtitle {
    font-size: 18px;
    font-weight: 700;
    color: #1875f0;
    margin: 0 0 12px 0;
}
.gadgdetailpricebox {
    background-color: #f8fbff;
    border: 1px solid #e1e8f2;
    padding: 12px 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.gadgpriceval {
    font-size: 22px;
    font-weight: 700;
    color: #d9534f;
}
.gadgstockval {
    color: #666666;
    font-size: 12px;
}
.gadgformitem {
    margin-bottom: 12px;
}
.gadgformlabel {
    display: block;
    font-size: 12px;
    color: #555555;
    font-weight: 700;
    margin-bottom: 4px;
}
.gadginput {
    width: 100%;
    height: 38px;
    border: 1px solid #ced7e0;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    outline: none;
}
.gadginput:focus {
    border-color: #1875f0;
}
.gadgbtnsubmit {
    width: 100%;
    height: 42px;
    background-color: #1875f0;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}
.gadgbtnsubmit:hover {
    background-color: #0056c6;
}
.gadgbtnsubmit:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
.gadgpifalink {
    color: #1875f0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.gadgdeschd {
    font-size: 14px;
    font-weight: 700;
    color: #1875f0;
    border-bottom: 2px solid #1875f0;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.gadgdesccontent {
    line-height: 1.8;
    color: #444444;
}
.gadgauthcard {
    max-width: 440px;
    margin: 25px auto;
}
.gadgauthtabs {
    display: flex;
    border-bottom: 1px solid #e1e8f2;
    margin-bottom: 15px;
}
.gadgtablink {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: #666666;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 2px solid transparent;
}
.gadgtablink.is-active {
    color: #1875f0;
    border-bottom-color: #1875f0;
}
.gadgquerytips {
    background-color: #f8fbff;
    border: 1px solid #e1e8f2;
    padding: 8px 10px;
    font-size: 11px;
    color: #666666;
    margin-bottom: 12px;
    border-radius: 4px;
}
.gadgminitable {
    border: 1px solid #e1e8f2;
    font-size: 11px;
}
.gadgminitr {
    display: flex;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f5f9;
    align-items: center;
}
.gadgminitr:last-child {
    border-bottom: none;
}
.gadgminith {
    background-color: #f8fbff;
    font-weight: 700;
    color: #555555;
}
.gadggrouptable {
    padding: 0;
    overflow: hidden;
}
.gadgtableth {
    display: flex;
    padding: 10px 15px;
    background-color: #f8fbff;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #e1e8f2;
    color: #555555;
}
.gadgtablerow {
    display: flex;
    padding: 12px 15px;
    border-bottom: 1px solid #f2f5f9;
    align-items: center;
}
.gadgtablerow:last-child {
    border-bottom: none;
}
.gadgcolname a {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}
.gadgcolname a:hover {
    color: #1875f0;
}
.gadgcolstock {
    color: #888888;
    font-size: 11px;
}
.gadgpaycard {
    max-width: 480px;
    margin: 20px auto;
}
.gadgpayhead {
    font-size: 14px;
    font-weight: 700;
    color: #1875f0;
    border-bottom: 1px solid #e1e8f2;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.gadgpayrow {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 12px;
}
.gadgpayerror {
    background-color: #fdf2f2;
    border: 1px solid #f8b4b4;
    color: #9b1c1c;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
}
.gadgpaygategrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 8px;
}
.gadgpaygatebtn {
    border: 1px solid #ced7e0;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gadgpaygatebtn:hover {
    border-color: #1875f0;
}
.gadgpaygatebtn img {
    max-height: 24px;
    max-width: 100%;
}
.gadgrestable {
    border: 1px solid #e1e8f2;
}
.gadgresrow {
    display: flex;
    padding: 10px 12px;
    border-bottom: 1px solid #f2f5f9;
    align-items: center;
    font-size: 12px;
}
.gadgresrow:last-child {
    border-bottom: none;
}
.gadgresth {
    background-color: #f8fbff;
    font-weight: 700;
    color: #555555;
}
.gadgabouthead {
    font-size: 16px;
    font-weight: 700;
    color: #1875f0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e1e8f2;
    padding-bottom: 8px;
}
.gadginfobox {
    min-height: 200px;
}
.gadgfooter {
    background-color: #1c232c;
    color: #ffffff;
    padding: 25px 0;
    text-align: center;
    font-size: 12px;
}
.gadgfootnav {
    margin-bottom: 8px;
}
.gadgfootnav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 8px;
}
.gadgfootnav a:hover {
    color: #1875f0;
}
.gadgcopyright {
    color: #8c9ba5;
}
@media (max-width: 768px) {
    .gadgheroflex { flex-direction: column; }
    .gadgcolormatrix { grid-template-columns: repeat(2, 1fr); }
    .gadgadvgrid { grid-template-columns: 1fr; }
    .gadgdeviceshowcase { flex-direction: column; }
    .gadgasymgrid { flex-direction: column; }
    .gadgasymright { grid-template-columns: repeat(2, 1fr); }
    .gadgpartnergrid { grid-template-columns: repeat(2, 1fr); }
    .gadgnewsgrid { grid-template-columns: 1fr; }
    .gadgdetailcard { flex-direction: column; }
    .gadgdetailmedia { flex: 100%; }
    .gadgnavlist { display: none; }
    .gadgtableth { display: none; }
    .gadgtablerow { flex-direction: column; align-items: flex-start; gap: 6px; }
}
