:root{--p:#6d28d9;--p2:#8b5cf6;--p3:#4c1d95;--light:#f5f3ff;--line:#e9d5ff;--text:#0f172a;--muted:#64748b}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fafafa;color:var(--text)}a{text-decoration:none;color:inherit}.container{max-width:1160px;margin:auto;padding:0 18px}.main{padding-top:26px}.topbar{background:linear-gradient(90deg,var(--p3),var(--p),var(--p2));color:#fff;position:sticky;top:0;z-index:10;box-shadow:0 8px 24px rgba(76,29,149,.18)}.nav{display:flex;align-items:center;gap:18px;padding:16px 18px}.logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:26px;font-weight:900;min-width:190px}.logo small{display:block;font-size:11px}.logo-ico{font-size:28px}.search{flex:1;display:flex;max-width:520px}.search input{flex:1;border:0;border-radius:12px 0 0 12px;padding:15px}.search button{border:1px solid rgba(255,255,255,.55);background:var(--p);color:#fff;padding:0 28px;border-radius:0 12px 12px 0;font-weight:800}.navlinks{display:flex;gap:18px;font-weight:800}.navlinks a{color:#fff;white-space:nowrap}.market-banner{background:linear-gradient(135deg,#fff,#f1eaff);border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.market-banner h1{font-size:34px;margin:12px 0 8px}.badge{display:inline-block;background:linear-gradient(90deg,var(--p),var(--p2));color:#fff;border-radius:99px;padding:9px 16px;font-weight:900}.btn{display:inline-block;background:linear-gradient(90deg,var(--p),var(--p2));color:#fff;border:0;border-radius:10px;padding:12px 18px;font-weight:900;cursor:pointer}.btn.outline{background:#fff;color:var(--p);border:1px solid #c4b5fd}.btn.white{background:#fff;color:var(--p)}.btn.full{display:block;text-align:center;margin-top:12px}.btn.danger{background:#dc2626}.section-title{font-size:25px;margin:24px 0 14px}.section-row{display:flex;align-items:center;justify-content:space-between}.small-link{color:var(--p);font-weight:900}.catgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:22px}.cat{background:#fff;border:1px solid #eee;border-radius:14px;min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 22px rgba(15,23,42,.06);font-weight:900}.ico{font-size:30px;background:var(--light);border-radius:14px;padding:12px;margin-bottom:9px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.product-card{background:#fff;border:1px solid #eee;border-radius:15px;box-shadow:0 10px 28px rgba(15,23,42,.07);overflow:hidden}.product-img-wrap{height:190px;background:var(--light);display:block;overflow:hidden}.product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.no-img{height:100%;display:flex;align-items:center;justify-content:center;font-size:46px;background:var(--light)}.product-body{padding:16px}.product-body h3{font-size:16px;margin:0 0 10px;min-height:38px}.price,.price-small{color:var(--p);font-size:24px;font-weight:900}.price-small{font-size:20px}.notice{background:#f5f3ff;border:1px solid #ddd6fe;padding:16px;border-radius:12px;margin:12px 0}.seller-strip{margin:28px 0;background:linear-gradient(90deg,var(--p3),var(--p),var(--p2));color:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero{background:linear-gradient(135deg,#fff,#f1eaff);border:1px solid var(--line);border-radius:22px;padding:44px;display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center;margin:28px 0}.hero h1{font-size:38px;margin:15px 0}.escrow-card{background:#fff;border-radius:18px;padding:28px;box-shadow:0 10px 30px rgba(76,29,149,.12)}.escrow-card b{font-size:26px;color:var(--p)}.footer{background:linear-gradient(90deg,var(--p3),var(--p),var(--p2));color:#fff;margin-top:40px;padding-top:28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:26px}.footer a{display:block;color:#fff;margin:8px 0}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.25);padding:16px;margin-top:20px}.formbox{background:#fff;border:1px solid #eee;border-radius:18px;padding:26px;max-width:560px;margin:30px auto;box-shadow:0 10px 30px rgba(15,23,42,.08)}.formbox.wide{max-width:900px}.formbox label{display:block;font-weight:800;margin:12px 0}.formbox input,.formbox textarea,.formbox select{width:100%;padding:13px;border:1px solid #ddd;border-radius:10px;margin-top:6px}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid #eee;border-radius:16px;padding:22px;box-shadow:0 8px 22px rgba(15,23,42,.06)}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.table th,.table td{padding:12px;border-bottom:1px solid #eee;text-align:left}.status{background:var(--light);padding:6px 10px;border-radius:99px;color:var(--p);font-weight:800}.alert-success{background:#dcfce7;border:2px solid #22c55e;color:#166534;padding:16px 20px;border-radius:14px;font-size:18px;font-weight:800;margin:16px 0 20px;text-align:center}.alert-error{background:#fee2e2;border:2px solid #ef4444;color:#991b1b;padding:16px 20px;border-radius:14px;font-size:18px;font-weight:800;margin:16px 0 20px;text-align:center}.package-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px;margin-bottom:12px;align-items:center}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:30px 0}.product-gallery,.product-info{background:#fff;border:1px solid #eee;border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.main-product-img{width:100%;height:450px;object-fit:cover;border-radius:18px;background:#f5f3ff;display:block}.no-img-big{height:450px;display:flex;align-items:center;justify-content:center;font-size:80px;background:#f5f3ff;border-radius:18px}.thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.thumbs img{width:75px;height:75px;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid #ede9fe}.price-big{font-size:32px;font-weight:900;color:#6d28d9;margin:15px 0}.variant-list{display:grid;gap:12px}.variant-card{display:flex;gap:15px;align-items:center;border:2px solid #ddd;padding:15px;border-radius:14px;cursor:pointer;background:#fff}.variant-card:hover,.pay-card:hover{border-color:#6d28d9;background:#f5f3ff}.variant-card input,.pay-card input{width:22px;height:22px}.variant-card span{display:block;font-size:22px;font-weight:900;color:#6d28d9}.variant-card small{display:block;color:#666;margin-top:4px}.checkout-wrap{display:grid;grid-template-columns:1fr .8fr;gap:25px;align-items:start}.checkout-box{background:#f5f3ff;padding:18px;border-radius:14px;margin:15px 0;border:1px solid #ddd6fe}.payment-methods{display:flex;flex-direction:column;gap:12px}.pay-card{display:flex;align-items:center;gap:15px;border:2px solid #ddd;padding:15px;border-radius:12px;cursor:pointer;background:#fff}.pay-card h4{margin:0;font-size:18px}.pay-card small{color:#666}@media(max-width:900px){.nav{flex-wrap:wrap}.logo{font-size:22px;min-width:auto}.search{order:3;min-width:100%;max-width:none}.navlinks{width:100%;gap:12px;overflow-x:auto;font-size:14px}.market-banner{display:block;padding:22px}.market-banner h1{font-size:26px}.catgrid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hero,.product-detail,.checkout-wrap{grid-template-columns:1fr;padding:24px}.footer-grid{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}.product-img-wrap{height:160px}.container{padding:0 12px}.main-product-img,.no-img-big{height:320px}.package-row{grid-template-columns:1fr}}

.seller-page{padding-bottom:30px}.seller-hero{background:linear-gradient(135deg,#fff,#f1eaff);border:1px solid var(--line);border-radius:24px;padding:34px;display:grid;grid-template-columns:1.25fr .75fr;gap:26px;align-items:center}.seller-hero h1,.seller-page-head h1{margin:12px 0 9px;font-size:34px}.seller-hero p,.seller-page-head p{color:var(--muted);line-height:1.6}.seller-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.seller-plan-card,.seller-stat-card,.seller-menu-card,.seller-panel{background:#fff;border:1px solid #eee;border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(15,23,42,.05)}.seller-plan-card>span,.seller-stat-card span{display:block;color:var(--muted);font-size:12px}.seller-plan-card>strong,.seller-stat-card strong{display:block;font-size:26px;margin:8px 0;color:var(--p)}.seller-plan-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.seller-stat-grid,.seller-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.seller-menu-card span{font-size:30px}.seller-menu-card p,.seller-stat-card small{color:var(--muted)}.seller-page-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}.seller-product-list{display:grid;gap:10px}.seller-product-row{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:12px;border:1px solid #eee;border-radius:14px}.seller-product-thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;background:var(--light);display:grid;place-items:center;font-size:27px}.seller-product-thumb img{width:100%;height:100%;object-fit:cover}.seller-product-main span{display:block;color:var(--muted);margin-top:5px}.seller-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.seller-filter a{background:#fff;border:1px solid #ddd6fe;color:var(--p);padding:9px 13px;border-radius:999px;font-weight:800;font-size:12px}.seller-filter a.active{background:var(--p);color:#fff}.seller-wallet-grid{grid-template-columns:2fr 1fr}.seller-wallet-main{background:linear-gradient(135deg,var(--p3),var(--p));color:#fff}.seller-wallet-main span,.seller-wallet-main small,.seller-wallet-main strong{color:#fff}.top .nav nav,header nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}header nav a{display:inline-flex;white-space:nowrap}@media(max-width:900px){.seller-hero{grid-template-columns:1fr}.seller-stat-grid,.seller-menu-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.seller-page-head{align-items:flex-start;flex-direction:column}.seller-stat-grid,.seller-menu-grid,.seller-wallet-grid{grid-template-columns:1fr}.seller-product-row{grid-template-columns:54px 1fr}.seller-product-row>.status{grid-column:1/-1;justify-self:start}}


/* ===== HEADER + PARTNER PRO V3 ===== */
.wrap{max-width:1160px;margin:auto;padding-left:18px;padding-right:18px}
.main{padding-top:26px;padding-bottom:10px}
.topbar .nav{max-width:1300px}
.logo b{color:#fde047}
.logo small{color:#ede9fe;font-weight:700;margin-top:2px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.market-visual{
    min-width:250px;
    padding:28px;
    border-radius:20px;
    color:#fff;
    background:linear-gradient(135deg,var(--p3),var(--p2));
    box-shadow:0 18px 40px rgba(76,29,149,.2);
    text-align:center;
}
.market-visual span{display:block;font-size:72px}
.market-visual strong{display:block;font-size:25px;margin:8px 0}
.market-visual small{color:#e9d5ff}
.partner-nav{
    padding:9px 12px;
    border-radius:999px;
    color:#3b0764!important;
    background:#fde047;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}
.partner-nav.active{color:#065f46!important;background:#a7f3d0}

.partner-pro-card{
    position:relative;
    overflow:hidden;
    margin:24px 0 30px;
    padding:30px;
    border-radius:24px;
    color:#fff;
    background:
        radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 30%),
        linear-gradient(135deg,#3b0764,#6d28d9 55%,#9333ea);
    box-shadow:0 18px 45px rgba(76,29,149,.28);
}
.partner-pro-card *{box-sizing:border-box}
.partner-pro-badge{
    display:inline-block;
    padding:7px 12px;
    margin-bottom:16px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:999px;
    background:rgba(255,255,255,.14);
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
}
.partner-pro-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);
    gap:28px;
    align-items:center;
}
.partner-pro-kicker{
    margin:0 0 7px;
    color:#fde68a;
    font-weight:900;
    letter-spacing:.08em;
}
.partner-pro-card h2{
    margin:0 0 12px;
    font-size:clamp(30px,5vw,54px);
    line-height:1;
}
.partner-pro-lead{
    max-width:670px;
    margin:0 0 18px;
    color:rgba(255,255,255,.9);
    font-size:17px;
    line-height:1.65;
}
.partner-pro-price{margin:10px 0 18px;font-size:64px;font-weight:950;line-height:1}
.partner-pro-price span{font-size:25px;vertical-align:top}
.partner-pro-price small{display:block;margin-top:7px;font-size:13px;color:#ddd6fe}
.partner-pro-btn{
    display:inline-flex;
    padding:14px 20px;
    border-radius:12px;
    color:#3b0764!important;
    background:#fde047;
    font-weight:950;
}
.partner-pro-note{max-width:650px;margin:15px 0 0;color:#e9d5ff;font-size:12px}
.partner-pro-benefits{
    padding:20px;
    border-radius:20px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.2);
}
.partner-pro-benefits h3{margin:0 0 15px;font-size:22px}
.partner-benefit{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.partner-benefit:last-child{border-bottom:0}
.partner-icon{
    display:grid;
    place-items:center;
    flex:0 0 42px;
    width:42px;height:42px;
    border-radius:12px;
    background:rgba(255,255,255,.14);
    font-size:21px;
}
.partner-benefit strong{display:block;margin-bottom:3px}
.partner-benefit p{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.45}

.partner-page-hero{
    margin:5px 0 24px;
    padding:46px;
    border-radius:26px;
    color:#fff;
    text-align:center;
    background:
        radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 30%),
        linear-gradient(135deg,#3b0764,#6d28d9 55%,#9333ea);
}
.partner-page-hero h1{font-size:clamp(34px,6vw,64px);margin:18px 0 12px}
.partner-page-hero>p{max-width:760px;margin:0 auto;line-height:1.7;color:#ede9fe}
.partner-page-price{margin:25px auto}
.partner-page-price small{display:block;color:#fde68a;font-weight:800}
.partner-page-price strong{display:block;font-size:78px}
.partner-cta{background:#fde047;color:#3b0764}
.partner-active-box{
    display:inline-block;padding:14px 20px;border-radius:12px;
    background:rgba(16,185,129,.25);border:1px solid #a7f3d0;font-weight:900
}
.partner-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.partner-detail-card{
    padding:24px;background:#fff;border:1px solid #eee;border-radius:20px;
    box-shadow:0 10px 28px rgba(15,23,42,.07)
}
.partner-detail-card>span{font-size:38px}
.partner-detail-card h3{margin:12px 0 8px;color:var(--p)}
.partner-detail-card p{margin:0;color:var(--muted);line-height:1.6}
.partner-warning{
    margin:24px 0;padding:18px;border-radius:14px;
    background:#fff7ed;border:1px solid #fdba74;color:#9a3412;line-height:1.6
}

@media(max-width:900px){
    .partner-pro-grid{grid-template-columns:1fr}
    .partner-detail-grid{grid-template-columns:repeat(2,1fr)}
    .market-visual{margin-top:20px}
}
@media(max-width:600px){
    .partner-pro-card{padding:22px}
    .partner-detail-grid{grid-template-columns:1fr}
    .partner-page-hero{padding:30px 20px}
    .partner-page-price strong{font-size:60px}
}


/* =========================================================
   KEDAI ePARIT - DESKTOP WIDE PREMIUM V6
   Hanya mengubah desktop besar. Paparan telefon dikekalkan.
   ========================================================= */

@media (min-width: 1100px){

    body{
        font-size:16px;
    }

    .wrap,
    .container{
        width:calc(100% - 64px);
        max-width:1440px;
        margin-left:auto;
        margin-right:auto;
    }

    .topbar .nav{
        width:calc(100% - 48px);
        max-width:1500px;
        min-height:82px;
        padding:14px 24px;
        gap:22px;
    }

    .logo{
        min-width:235px;
        font-size:30px;
        gap:12px;
    }

    .logo-ico{
        font-size:36px;
    }

    .logo small{
        font-size:12px;
    }

    .search{
        max-width:610px;
    }

    .search input{
        min-height:50px;
        padding:0 18px;
        font-size:15px;
    }

    .search button{
        min-height:50px;
        padding:0 30px;
        font-size:14px;
    }

    .navlinks{
        gap:17px;
        font-size:14px;
        align-items:center;
    }

    .navlinks a{
        padding-top:9px;
        padding-bottom:9px;
    }

    .main{
        padding-top:38px;
    }

    .market-banner{
        min-height:330px;
        padding:48px 52px;
        margin-bottom:32px;
        border-radius:28px;
    }

    .market-banner > div:first-child{
        max-width:760px;
    }

    .market-banner h1{
        margin:17px 0 12px;
        font-size:48px;
        line-height:1.08;
    }

    .market-banner p{
        max-width:760px;
        font-size:18px;
        line-height:1.55;
    }

    .market-banner > div:last-child{
        min-width:310px !important;
        padding:38px !important;
        border-radius:25px !important;
    }

    .market-banner > div:last-child > div{
        font-size:90px !important;
    }

    .market-banner > div:last-child strong{
        font-size:31px !important;
    }

    .badge{
        padding:10px 18px;
        font-size:14px;
    }

    .btn{
        padding:14px 22px;
        border-radius:12px;
        font-size:15px;
    }

    .section-title{
        margin:32px 0 18px;
        font-size:30px;
    }

    .small-link{
        font-size:14px;
    }

    .catgrid{
        grid-template-columns:repeat(6,1fr);
        gap:18px;
        margin-bottom:34px;
    }

    .cat{
        min-height:145px;
        border-radius:18px;
        font-size:15px;
    }

    .ico{
        padding:15px;
        margin-bottom:12px;
        font-size:38px;
    }

    .product-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:22px;
    }

    .product-card{
        border-radius:18px;
    }

    .product-img-wrap{
        height:275px;
    }

    .product-body{
        padding:19px;
    }

    .product-body h3{
        min-height:44px;
        font-size:18px;
        line-height:1.35;
    }

    .price-small{
        font-size:25px;
    }

    .product-body small{
        display:block;
        margin-top:7px;
        font-size:12px;
    }

    .btn.full{
        margin-top:15px;
        padding:13px 16px;
    }

    .seller-menu-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:18px;
    }

    .seller-menu-card{
        min-height:180px;
        padding:26px;
        border-radius:19px;
    }

    .seller-menu-card > span{
        font-size:45px;
    }

    .seller-menu-card h3{
        font-size:18px;
    }

    .seller-menu-card p{
        font-size:13px;
    }

    .seller-strip{
        margin:42px 0 20px;
        padding:32px 38px;
        border-radius:22px;
    }

    .seller-strip h2{
        margin:0 0 7px;
        font-size:29px;
    }

    .seller-strip p{
        margin:0;
        font-size:16px;
    }

    .footer{
        margin-top:54px;
    }

    .footer-grid{
        gap:38px;
        padding-top:12px;
    }

    .formbox.wide{
        max-width:1180px;
    }

    .business-centre{
        max-width:1440px;
    }
}

@media (min-width: 1500px){

    .wrap,
    .container{
        max-width:1500px;
    }

    .product-grid{
        grid-template-columns:repeat(5,minmax(0,1fr));
    }

    .product-img-wrap{
        height:260px;
    }
}

/* =========================================================
   FREE 5 + PARTNER RM30 FULL V1
   ========================================================= */

.seller-add-head,
.seller-upgrade-head{
    margin-bottom:22px;
}

.seller-add-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.seller-add-head h1,
.seller-upgrade-head h1{
    margin:10px 0 6px;
    font-size:34px;
}

.seller-add-head p,
.seller-upgrade-head p{
    margin:0;
    color:var(--muted);
}

.seller-plan-status{
    display:grid;
    grid-template-columns:1fr auto auto;
    gap:20px;
    align-items:center;
    margin-bottom:20px;
    padding:22px;
    border-radius:18px;
}

.seller-plan-status.free{
    border:1px solid #fde68a;
    background:linear-gradient(135deg,#fffdf1,#fff4b8);
}

.seller-plan-status.partner{
    color:#fff;
    border:1px solid #d6a92a;
    background:linear-gradient(135deg,#090909,#292929);
}

.seller-plan-status h2{
    margin:5px 0 0;
}

.seller-plan-status>div:first-child>span{
    font-size:10px;
    font-weight:950;
    letter-spacing:.07em;
}

.seller-plan-usage{
    display:flex;
    gap:25px;
}

.seller-plan-usage small,
.seller-plan-usage strong{
    display:block;
}

.seller-plan-usage small{
    margin-bottom:5px;
    color:var(--muted);
    font-size:10px;
}

.seller-plan-status.partner .seller-plan-usage small{
    color:#d1d5db;
}

.seller-plan-usage strong{
    font-size:20px;
}

.seller-upgrade-btn{
    color:#3b0764!important;
    background:#fde047!important;
}

.seller-limit-card{
    padding:45px 25px;
    border:1px solid #fbbf24;
    border-radius:20px;
    background:#fffbeb;
    text-align:center;
}

.seller-limit-card>span{
    font-size:60px;
}

.seller-limit-card h2{
    margin:12px 0 8px;
}

.seller-limit-card p{
    max-width:650px;
    margin:0 auto;
    color:#92400e;
}

.seller-limit-benefits{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin:20px 0;
    font-weight:800;
}

.seller-product-form{
    display:grid;
    gap:18px;
}

.seller-form-panel{
    padding:24px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
    box-shadow:0 9px 25px rgba(15,23,42,.05);
}

.seller-form-panel h2{
    margin-top:0;
}

.seller-form-panel label{
    display:block;
    margin:15px 0 7px;
    font-weight:900;
}

.seller-form-panel input,
.seller-form-panel select,
.seller-form-panel textarea{
    width:100%;
    padding:12px;
    border:1px solid #d1d5db;
    border-radius:10px;
}

.seller-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.form-help{
    display:block;
    margin-top:6px;
    color:var(--muted);
}

.seller-panel-title{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}

.seller-panel-title p{
    margin:4px 0 0;
    color:var(--muted);
}

.seller-package-list{
    display:grid;
    gap:10px;
    margin-top:15px;
}

.seller-package-row{
    display:grid;
    grid-template-columns:2fr .7fr 1fr 1fr auto;
    gap:8px;
}

.seller-submit-row{
    text-align:right;
}

.seller-submit-btn{
    min-width:280px;
    padding:15px 22px;
}

/* UPGRADE */
.seller-upgrade-head{
    max-width:780px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.seller-plan-comparison{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    max-width:1000px;
    margin:28px auto;
}

.seller-plan-card{
    padding:30px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 14px 40px rgba(15,23,42,.09);
}

.seller-plan-card.free{
    border:1px solid #fde68a;
}

.seller-plan-card.partner{
    color:#fff;
    border:1px solid #d6a92a;
    background:
        radial-gradient(circle at top right,rgba(255,215,80,.15),transparent 28%),
        linear-gradient(135deg,#080808,#242424);
}

.seller-plan-label{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    color:#6d28d9;
    background:#ede9fe;
    font-size:10px;
    font-weight:950;
}

.seller-plan-card.partner .seller-plan-label{
    color:#171717;
    background:#fde68a;
}

.seller-plan-card h2{
    margin:16px 0 10px;
    font-size:27px;
}

.seller-plan-price strong,
.seller-plan-price small{
    display:block;
}

.seller-plan-price strong{
    color:#7c3aed;
    font-size:42px;
}

.seller-plan-card.partner .seller-plan-price strong{
    color:#fde68a;
}

.seller-plan-price small{
    color:var(--muted);
}

.seller-plan-card.partner .seller-plan-price small{
    color:#d1d5db;
}

.seller-plan-card ul{
    display:grid;
    gap:11px;
    margin:24px 0;
    padding:0;
    list-style:none;
}

.seller-plan-card .btn{
    width:100%;
    padding:14px;
}

.seller-partner-action{
    color:#171717;
    background:linear-gradient(90deg,#d4a72c,#ffe58c);
}

.seller-partner-active{
    color:#065f46;
    background:#a7f3d0;
}

.seller-partner-pending{
    color:#78350f;
    background:#fde68a;
}

.seller-old-plan{
    display:block;
    color:var(--muted);
    text-align:center;
}

.seller-upgrade-note{
    max-width:1000px;
    margin:0 auto;
    padding:25px;
    border:1px solid #eee;
    border-radius:20px;
    background:#fff;
}

.seller-upgrade-note h2{
    margin-top:0;
}

.seller-upgrade-note>div{
    display:flex;
    gap:13px;
    align-items:center;
    margin-top:12px;
}

.seller-upgrade-note>div>span{
    display:grid;
    place-items:center;
    flex:0 0 34px;
    width:34px;
    height:34px;
    border-radius:50%;
    color:#fff;
    background:#7c3aed;
    font-weight:950;
}

.seller-upgrade-note p{
    margin:0;
}

/* SELLER DASHBOARD */
.seller-dashboard-hero{
    display:grid;
    grid-template-columns:1fr 330px;
    gap:30px;
    align-items:center;
    padding:30px;
    border-radius:24px;
    box-shadow:0 15px 42px rgba(15,23,42,.10);
}

.seller-dashboard-hero.free{
    border:1px solid #fde68a;
    background:linear-gradient(135deg,#fffdf1,#fff7cc);
}

.seller-dashboard-hero.partner{
    color:#fff;
    border:1px solid #d6a92a;
    background:linear-gradient(135deg,#080808,#272727);
}

.seller-dashboard-plan{
    display:inline-flex;
    padding:8px 11px;
    border-radius:999px;
    color:#704600;
    background:#fde68a;
    font-size:10px;
    font-weight:950;
}

.seller-dashboard-hero.partner .seller-dashboard-plan{
    color:#171717;
}

.seller-dashboard-hero h1{
    margin:14px 0 8px;
    font-size:34px;
}

.seller-dashboard-hero p{
    max-width:720px;
    color:var(--muted);
}

.seller-dashboard-hero.partner p{
    color:#d1d5db;
}

.seller-shop-url{
    margin:18px 0;
    padding:13px;
    border-radius:12px;
    background:rgba(255,255,255,.65);
}

.seller-dashboard-hero.partner .seller-shop-url{
    background:rgba(255,255,255,.08);
}

.seller-shop-url small,
.seller-shop-url strong{
    display:block;
}

.seller-shop-url small{
    margin-bottom:5px;
    font-size:9px;
    font-weight:950;
}

.seller-shop-url strong{
    overflow-wrap:anywhere;
}

.seller-hero-actions{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}

.seller-dashboard-card{
    min-height:205px;
    padding:24px;
    border-radius:20px;
    color:#fff;
    background:linear-gradient(135deg,#6b4507,#d6a11b,#fff0a4,#8b5505);
    box-shadow:0 17px 38px rgba(15,23,42,.24);
}

.seller-dashboard-hero.partner .seller-dashboard-card{
    border:1px solid #d6a92a;
    background:linear-gradient(135deg,#050505,#2b2b2b);
}

.seller-dashboard-card>span,
.seller-dashboard-card>strong,
.seller-dashboard-card>small{
    display:block;
}

.seller-dashboard-card>span{
    font-size:10px;
    font-weight:950;
}

.seller-dashboard-card>strong{
    margin-top:45px;
    font-size:22px;
}

.seller-dashboard-card>small{
    margin-top:5px;
}

.seller-dashboard-card>div{
    margin-top:24px;
}

.seller-dashboard-card>div small,
.seller-dashboard-card>div b{
    display:block;
}

.seller-dashboard-card>div b{
    margin-top:5px;
    font-size:22px;
}

.seller-dashboard-stats{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:13px;
    margin:20px 0;
}

.seller-dashboard-stats a{
    padding:19px;
    border:1px solid #eee;
    border-radius:17px;
    background:#fff;
    box-shadow:0 9px 25px rgba(15,23,42,.06);
}

.seller-dashboard-stats span,
.seller-dashboard-stats small,
.seller-dashboard-stats strong{
    display:block;
}

.seller-dashboard-stats span{
    font-size:28px;
}

.seller-dashboard-stats small{
    margin-top:10px;
    color:var(--muted);
}

.seller-dashboard-stats strong{
    margin-top:5px;
    color:#6d28d9;
    font-size:24px;
}

.seller-quick-menu,
.seller-dashboard-panel{
    margin-top:20px;
    padding:24px;
    border:1px solid #eee;
    border-radius:20px;
    background:#fff;
}

.seller-quick-menu h2{
    margin-top:0;
}

.seller-quick-menu>div{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.seller-quick-menu a{
    padding:18px;
    border:1px solid #ede9fe;
    border-radius:15px;
    background:#faf7ff;
}

.seller-quick-menu span,
.seller-quick-menu strong,
.seller-quick-menu small{
    display:block;
}

.seller-quick-menu span{
    margin-bottom:9px;
    font-size:27px;
}

.seller-quick-menu small{
    margin-top:5px;
    color:var(--muted);
}

.seller-partner-banner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-top:20px;
    padding:20px 24px;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,#4c1d95,#7c3aed,#9333ea);
}

.seller-partner-banner span{
    color:#fde68a;
    font-size:10px;
    font-weight:950;
}

.seller-partner-banner h2{
    margin:5px 0;
}

.seller-partner-banner p{
    margin:0;
    color:#ede9fe;
}

.seller-partner-banner .btn{
    color:#4c1d95;
    background:#fde047;
}

.seller-panel-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.seller-panel-head h2{
    margin:0;
}

.seller-panel-head a{
    color:#6d28d9;
    font-weight:900;
}

.seller-order-list{
    display:grid;
    gap:10px;
}

.seller-order-list article{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    padding:15px;
    border:1px solid #eee;
    border-radius:12px;
}

.seller-order-list small,
.seller-order-list strong{
    display:block;
}

.seller-order-list small{
    margin-bottom:5px;
    color:var(--muted);
    font-size:9px;
}

.seller-product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}

.seller-product-grid article{
    overflow:hidden;
    border:1px solid #eee;
    border-radius:15px;
}

.seller-product-image{
    position:relative;
    display:grid;
    place-items:center;
    height:190px;
    overflow:hidden;
    background:#f8fafc;
}

.seller-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.seller-product-image>span{
    font-size:50px;
}

.seller-product-image em{
    position:absolute;
    top:9px;
    left:9px;
    padding:6px 8px;
    border-radius:999px;
    color:#fff;
    background:#64748b;
    font-size:8px;
    font-style:normal;
    font-weight:950;
}

.seller-product-image em.approved{
    color:#065f46;
    background:#a7f3d0;
}

.seller-product-image em.pending{
    color:#78350f;
    background:#fde68a;
}

.seller-product-image em.rejected{
    color:#991b1b;
    background:#fecaca;
}

.seller-product-grid article>div{
    padding:13px;
}

.seller-product-grid h3{
    min-height:39px;
    margin:0 0 8px;
    font-size:14px;
}

.seller-product-grid article>div>strong,
.seller-product-grid article>div>small{
    display:block;
}

.seller-product-grid article>div>strong{
    color:#6d28d9;
    font-size:18px;
}

.seller-product-grid article>div>small{
    margin:6px 0 11px;
    color:var(--muted);
}

.seller-product-grid article>div>div{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
}

.seller-product-grid .btn{
    padding:9px 6px;
    font-size:10px;
    text-align:center;
}

@media(max-width:1000px){
    .seller-dashboard-hero{
        grid-template-columns:1fr;
    }

    .seller-dashboard-card{
        max-width:520px;
    }

    .seller-dashboard-stats{
        grid-template-columns:repeat(3,1fr);
    }

    .seller-quick-menu>div,
    .seller-product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:750px){
    .seller-plan-status{
        grid-template-columns:1fr;
    }

    .seller-plan-usage{
        justify-content:space-between;
    }

    .seller-add-head,
    .seller-panel-title{
        align-items:flex-start;
        flex-direction:column;
    }

    .seller-form-grid,
    .seller-plan-comparison{
        grid-template-columns:1fr;
    }

    .seller-package-row{
        grid-template-columns:1fr 1fr;
    }

    .seller-package-row input:first-child,
    .seller-package-row button{
        grid-column:1/-1;
    }

    .seller-submit-btn{
        width:100%;
        min-width:0;
    }

    .seller-dashboard-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .seller-quick-menu>div,
    .seller-product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .seller-partner-banner{
        align-items:flex-start;
        flex-direction:column;
    }

    .seller-order-list article{
        grid-template-columns:1fr 1fr;
    }
}



/* =========================================================
   SELLER CENTRE FULL V4 - HARDENING + SHOP PROFILE
   ========================================================= */

.seller-dashboard-v3,
.seller-add-product-v2,
.seller-profile-v4{
    width:100%;
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
}

.seller-profile-v4{
    padding-bottom:35px;
}

.shop-profile-preview{
    overflow:hidden;
    margin-bottom:20px;
    border:1px solid #eee;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
}

.shop-profile-banner{
    display:block;
    width:100%;
    height:270px;
    object-fit:cover;
    background:#f5f3ff;
}

.shop-profile-banner.empty{
    display:grid;
    place-items:center;
    color:#6d28d9;
    font-size:34px;
    font-weight:950;
    background:
        radial-gradient(circle at top right,#ddd6fe,transparent 30%),
        linear-gradient(135deg,#f5f3ff,#ede9fe);
}

.shop-profile-identity{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:18px;
    align-items:center;
    padding:22px;
}

.shop-profile-logo{
    display:grid;
    place-items:center;
    width:95px;
    height:95px;
    overflow:hidden;
    border:5px solid #fff;
    border-radius:50%;
    background:#ede9fe;
    box-shadow:0 7px 20px rgba(15,23,42,.14);
    font-size:40px;
}

.shop-profile-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.shop-profile-identity h2{
    margin:0 0 6px;
    font-size:27px;
}

.shop-profile-identity a:not(.btn){
    color:#6d28d9;
    font-weight:850;
    overflow-wrap:anywhere;
}

.shop-profile-form{
    display:grid;
    gap:18px;
}

@media(max-width:750px){
    .shop-profile-banner{
        height:180px;
    }

    .shop-profile-identity{
        grid-template-columns:auto 1fr;
    }

    .shop-profile-identity>.btn{
        grid-column:1/-1;
        text-align:center;
    }

    .shop-profile-logo{
        width:75px;
        height:75px;
    }
}


/* =========================================================
   MEMBERSHIP CARD V5
   ========================================================= */

.member-premium-wrap{
    display:grid;
    grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
    gap:34px;
    align-items:center;
    margin:0 0 24px;
    padding:30px;
    border:1px solid #e5e7eb;
    border-radius:28px;
    background:linear-gradient(180deg,#fff,#fafafa);
    box-shadow:0 18px 55px rgba(15,23,42,.10);
}

.member-premium-card{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    min-height:260px;
    padding:28px;
    border-radius:26px;
    color:#fff;
    box-shadow:0 24px 56px rgba(15,23,42,.30);
}

.member-card-gold .member-premium-card{
    background:
        radial-gradient(circle at 82% 12%,rgba(255,255,255,.55),transparent 20%),
        linear-gradient(135deg,#654006 0%,#c48b10 28%,#ffea86 49%,#c17a08 72%,#4e2c00 100%);
}

.member-card-black .member-premium-card{
    border:1px solid rgba(255,211,75,.55);
    background:
        radial-gradient(circle at 82% 14%,rgba(255,214,75,.16),transparent 26%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 2px,transparent 2px 8px),
        linear-gradient(135deg,#050505,#202020 48%,#080808);
}

.member-card-glow{
    position:absolute;
    z-index:-1;
    top:-85%;
    left:-40%;
    width:45%;
    height:275%;
    opacity:.30;
    background:linear-gradient(90deg,transparent,#fff,transparent);
    transform:rotate(24deg);
    animation:memberGlow 5.5s ease-in-out infinite;
}

.member-card-black .member-card-glow{
    opacity:.10;
}

@keyframes memberGlow{
    0%,55%{left:-45%}
    80%,100%{left:125%}
}

.member-card-head,
.member-card-foot,
.member-card-mid{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
}

.member-card-brand{
    display:flex;
    align-items:center;
    gap:11px;
}

.member-card-brand>span{
    font-size:34px;
}

.member-card-brand strong{
    display:block;
    font-size:23px;
}

.member-card-brand strong b{
    color:#fff2a8;
}

.member-card-brand small{
    display:block;
    margin-top:2px;
    color:rgba(255,255,255,.78);
    font-size:10px;
}

.member-tier-badge{
    padding:8px 13px;
    border:1px solid rgba(255,255,255,.40);
    border-radius:999px;
    background:rgba(0,0,0,.18);
    font-size:10px;
    font-weight:950;
    letter-spacing:.11em;
}

.member-card-mid{
    justify-content:flex-start;
    margin:30px 0 20px;
}

.member-chip{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:57px;
    height:43px;
    overflow:hidden;
    border:1px solid rgba(70,40,0,.48);
    border-radius:10px;
    background:linear-gradient(135deg,#fff2a2,#bc8117);
}

.member-chip i{
    border:1px solid rgba(80,47,0,.22);
}

.member-wave{
    margin-left:8px;
    font-size:21px;
    font-weight:900;
    transform:rotate(90deg);
}

.member-card-number{
    margin-bottom:27px;
    font-family:monospace;
    font-size:21px;
    font-weight:900;
    letter-spacing:.14em;
    text-shadow:0 1px 2px rgba(0,0,0,.38);
}

.member-card-foot{
    align-items:flex-end;
}

.member-card-foot small{
    display:block;
    margin-bottom:5px;
    color:rgba(255,255,255,.72);
    font-size:8px;
    letter-spacing:.10em;
}

.member-card-foot strong{
    display:block;
    font-size:13px;
}

.member-status-pill{
    display:inline-flex;
    padding:8px 13px;
    border-radius:999px;
    color:#684300;
    background:#fde68a;
    font-size:11px;
    font-weight:950;
    letter-spacing:.07em;
}

.member-card-black .member-status-pill{
    color:#fef3c7;
    background:#171717;
    border:1px solid #d6a92a;
}

.member-premium-info{
    min-width:0;
}

.member-premium-info h2{
    margin:14px 0 8px;
    font-size:34px;
}

.member-premium-info>p{
    max-width:760px;
    margin:0;
    color:#64748b;
    line-height:1.65;
}

.member-info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:19px 0 12px;
}

.member-info-grid>div,
.member-shop-box{
    min-width:0;
    padding:15px 17px;
    border:1px solid #ede9fe;
    border-radius:14px;
    background:#faf7ff;
}

.member-info-grid small,
.member-shop-box small{
    display:block;
    margin-bottom:6px;
    color:#7c3aed;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em;
}

.member-info-grid strong,
.member-shop-box strong{
    display:block;
    overflow-wrap:anywhere;
    font-size:15px;
}

.member-action-row{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:16px;
}

.member-action-row a,
.member-action-row button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 15px;
    border:1px solid #ddd6fe;
    border-radius:11px;
    color:#6d28d9;
    background:#fff;
    font:inherit;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
}

.member-action-row .member-action-main{
    border-color:transparent;
    color:#fff;
    background:linear-gradient(90deg,#6d28d9,#8b5cf6);
}

.member-card-black .member-action-row .member-action-main{
    color:#171717;
    background:linear-gradient(90deg,#d4a72c,#ffe58c);
}

.member-business-links{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:9px;
    margin-top:14px;
}

.member-business-links a{
    padding:12px;
    border:1px solid #eee;
    border-radius:12px;
    background:#fff;
    text-align:center;
}

.member-business-links span,
.member-business-links b{
    display:block;
}

.member-business-links span{
    margin-bottom:5px;
    font-size:22px;
}

.member-business-links b{
    font-size:10px;
}

.member-upgrade-strip{
    display:grid;
    grid-template-columns:1.2fr 1fr auto;
    gap:22px;
    align-items:center;
    margin:0 0 22px;
    padding:20px 24px;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,#4c1d95,#7c3aed,#9333ea);
}

.member-upgrade-strip h3{
    margin:5px 0;
}

.member-upgrade-strip p{
    margin:0;
    color:#ede9fe;
}

.member-upgrade-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
    font-size:11px;
    font-weight:800;
}

.member-upgrade-strip>a{
    padding:13px 18px;
    border-radius:11px;
    color:#4c1d95;
    background:#fde047;
    font-weight:950;
}

/* =========================================================
   RESPONSIVE GRAPHIC BANNER
   ========================================================= */

.responsive-market-banner{
    width:100%;
    overflow:hidden;
    margin:0 0 24px;
    border-radius:22px;
    background:#24005d;
    box-shadow:0 18px 45px rgba(76,29,149,.20);
}

.responsive-market-banner picture,
.responsive-market-banner picture img{
    display:block;
    width:100%;
}

.responsive-market-banner picture img{
    height:auto;
    object-fit:contain;
}

.promo-banner-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    padding:14px;
    background:linear-gradient(90deg,#24005d,#5b21b6,#7c3aed);
}

.promo-banner-actions .btn{
    min-width:220px;
    text-align:center;
}

.promo-register{
    color:#3b0764!important;
    background:#fde047!important;
}

.promo-products{
    color:#fff!important;
    background:transparent!important;
    border-color:rgba(255,255,255,.60)!important;
}

.market-summary-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:13px;
    margin:0 0 23px;
}

.market-summary-row>div{
    padding:18px;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 23px rgba(15,23,42,.06);
    text-align:center;
}

.market-summary-row span,
.market-summary-row strong,
.market-summary-row small{
    display:block;
}

.market-summary-row span{
    font-size:27px;
}

.market-summary-row strong{
    margin:7px 0 3px;
    color:#6d28d9;
    font-size:23px;
}

.market-summary-row small{
    color:#64748b;
}

@media(max-width:900px){
    .member-premium-wrap{
        grid-template-columns:1fr;
    }

    .member-upgrade-strip{
        grid-template-columns:1fr;
    }

    .market-summary-row{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .member-premium-wrap{
        padding:14px;
        border-radius:18px;
    }

    .member-premium-card{
        min-height:225px;
        padding:21px;
    }

    .member-card-brand strong{
        font-size:18px;
    }

    .member-card-number{
        font-size:16px;
    }

    .member-premium-info h2{
        font-size:25px;
    }

    .member-info-grid{
        grid-template-columns:1fr;
    }

    .member-business-links{
        grid-template-columns:repeat(2,1fr);
    }

    .responsive-market-banner{
        margin:14px 0 20px;
        border-radius:16px;
    }

    .promo-banner-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        padding:10px;
    }

    .promo-banner-actions .btn{
        min-width:0;
        padding:11px 8px;
        font-size:11px;
    }
}

@media(max-width:430px){
    .promo-banner-actions{
        grid-template-columns:1fr;
    }
}

/* =========================================================
   PRODUCT PAGE + CART V3
   ========================================================= */
.product-page-v3{
    padding-bottom:40px;
}

.product-breadcrumb{
    display:flex;
    gap:8px;
    align-items:center;
    overflow:hidden;
    margin-bottom:17px;
    color:#64748b;
    font-size:12px;
    white-space:nowrap;
}

.product-breadcrumb a{
    color:#6d28d9;
}

.product-breadcrumb strong{
    overflow:hidden;
    text-overflow:ellipsis;
}

.product-detail-v3{
    display:grid;
    grid-template-columns:minmax(370px,.9fr) minmax(0,1.1fr);
    gap:36px;
    padding:28px;
    border:1px solid #eee;
    border-radius:22px;
    background:#fff;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}

.product-main-image{
    display:grid;
    place-items:center;
    height:510px;
    overflow:hidden;
    border-radius:16px;
    background:#f8fafc;
}

.product-main-image img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.product-no-image{
    font-size:100px;
}

.product-thumbnails{
    display:flex;
    gap:9px;
    overflow:auto;
    margin-top:12px;
    padding-bottom:3px;
}

.product-thumbnails button{
    flex:0 0 75px;
    width:75px;
    height:75px;
    padding:3px;
    overflow:hidden;
    border:2px solid transparent;
    border-radius:10px;
    background:#fff;
    cursor:pointer;
}

.product-thumbnails button.active{
    border-color:#7c3aed;
}

.product-thumbnails img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:7px;
}

.product-share-row{
    display:flex;
    gap:10px;
    align-items:center;
    margin-top:16px;
    color:#64748b;
    font-size:12px;
}

.product-share-row a,
.product-share-row button{
    border:0;
    color:#6d28d9;
    background:transparent;
    font:inherit;
    font-weight:900;
    cursor:pointer;
}

.product-info-v3 h1{
    margin:12px 0;
    font-size:30px;
    line-height:1.25;
}

.product-ready-badge{
    display:inline-flex;
    padding:7px 10px;
    border-radius:6px;
    color:#fff;
    background:#7c3aed;
    font-size:10px;
    font-weight:950;
}

.product-rating-row{
    display:flex;
    gap:10px;
    align-items:center;
    padding-bottom:14px;
    border-bottom:1px solid #eee;
}

.product-rating-row>strong{
    color:#ea580c;
    text-decoration:underline;
}

.product-rating-row>span{
    color:#f59e0b;
    letter-spacing:2px;
}

.product-rating-row>a{
    margin-left:10px;
    color:#64748b;
    text-decoration:underline;
}

.product-price-box{
    margin:16px 0;
    padding:19px;
    background:#faf7ff;
}

.product-price-box strong{
    color:#7c3aed;
    font-size:34px;
}

.product-benefit-list{
    display:grid;
    gap:14px;
    margin:22px 0;
}

.product-benefit-list>div{
    display:flex;
    gap:14px;
    align-items:flex-start;
}

.product-benefit-list>div>span{
    font-size:25px;
}

.product-benefit-list strong,
.product-benefit-list small{
    display:block;
}

.product-benefit-list small{
    margin-top:3px;
    color:#64748b;
}

.product-buy-form{
    margin-top:20px;
}

.product-option-group{
    display:grid;
    grid-template-columns:115px 1fr;
    gap:15px;
    align-items:flex-start;
    margin:18px 0;
}

.product-option-group>label{
    padding-top:10px;
    color:#64748b;
}

.product-variant-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.product-variant-buttons label{
    cursor:pointer;
}

.product-variant-buttons input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.product-variant-buttons span{
    display:block;
    min-width:135px;
    padding:12px 14px;
    border:1px solid #d1d5db;
    background:#fff;
}

.product-variant-buttons input:checked+span{
    border-color:#7c3aed;
    box-shadow:inset 0 0 0 1px #7c3aed;
    background:#faf7ff;
}

.product-variant-buttons b,
.product-variant-buttons small{
    display:block;
}

.product-variant-buttons small{
    margin-top:5px;
    color:#64748b;
}

.product-quantity-group{
    align-items:center;
}

.quantity-control{
    display:flex;
    width:max-content;
}

.quantity-control button,
.quantity-control input{
    width:44px;
    height:40px;
    border:1px solid #d1d5db;
    background:#fff;
    text-align:center;
}

.quantity-control input{
    width:60px;
    border-left:0;
    border-right:0;
}

.product-quantity-group>small{
    grid-column:2;
    color:#64748b;
}

.product-buy-actions{
    display:flex;
    gap:13px;
    margin-top:27px;
}

.product-buy-actions .btn{
    min-width:190px;
    padding:15px 22px;
    font-size:14px;
}

.product-cart-btn{
    color:#6d28d9;
    background:#f5f3ff;
    border:1px solid #7c3aed;
}

.product-buy-now-btn{
    background:linear-gradient(90deg,#6d28d9,#9333ea);
}

.product-seller-card{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:18px;
    align-items:center;
    margin-top:20px;
    padding:24px;
    border:1px solid #eee;
    border-radius:19px;
    background:#fff;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
}

.seller-avatar{
    display:grid;
    place-items:center;
    width:78px;
    height:78px;
    overflow:hidden;
    border-radius:50%;
    background:#f5f3ff;
    font-size:38px;
}

.seller-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.seller-main-info h2{
    margin:0 0 7px;
}

.seller-main-info p{
    margin:8px 0 0;
    color:#64748b;
}

.seller-plan-badge{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    font-size:9px;
    font-weight:950;
}

.seller-plan-badge.gold{
    color:#704600;
    background:#fde68a;
}

.seller-plan-badge.black{
    color:#fde68a;
    background:#171717;
    border:1px solid #d6a92a;
}

.seller-card-actions{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}

.product-description-card,
.related-products-section{
    margin-top:20px;
    padding:25px;
    border:1px solid #eee;
    border-radius:19px;
    background:#fff;
}

.product-section-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:17px;
}

.product-section-title h2{
    margin:0;
}

.product-section-title>a{
    color:#6d28d9;
    font-weight:900;
}

.product-description-content{
    color:#334155;
    line-height:1.8;
}

.related-products-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:13px;
}

.related-products-grid article{
    overflow:hidden;
    border:1px solid #eee;
    border-radius:14px;
}

.related-product-image{
    display:grid;
    place-items:center;
    height:165px;
    overflow:hidden;
    background:#f8fafc;
}

.related-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.related-product-image span{
    font-size:45px;
}

.related-products-grid article>div{
    padding:12px;
}

.related-products-grid h3{
    min-height:37px;
    margin:0 0 8px;
    font-size:13px;
}

.related-products-grid strong{
    display:block;
    margin-bottom:9px;
    color:#7c3aed;
}

/* CART */
.cart-page-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
}

.cart-page-head h1{
    margin:10px 0 6px;
    font-size:34px;
}

.cart-page-head p{
    margin:0;
    color:#64748b;
}

.cart-empty-v3{
    padding:65px 20px;
    border:1px solid #eee;
    border-radius:20px;
    background:#fff;
    text-align:center;
}

.cart-empty-v3>span{
    font-size:75px;
}

.cart-layout-v3{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:20px;
    align-items:start;
}

.cart-items-v3{
    display:grid;
    gap:13px;
}

.cart-item-v3{
    display:grid;
    grid-template-columns:115px minmax(0,1fr) 170px 125px;
    gap:16px;
    align-items:center;
    padding:17px;
    border:1px solid #eee;
    border-radius:17px;
    background:#fff;
}

.cart-item-image{
    display:grid;
    place-items:center;
    width:115px;
    height:115px;
    overflow:hidden;
    border-radius:12px;
    background:#f8fafc;
}

.cart-item-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.cart-item-image span{
    font-size:42px;
}

.cart-item-info small,
.cart-item-info strong{
    display:block;
}

.cart-item-info h3{
    margin:6px 0;
    font-size:16px;
}

.cart-item-info>strong{
    margin-top:8px;
    color:#7c3aed;
    font-size:18px;
}

.cart-variant-badge{
    display:inline-flex;
    padding:5px 8px;
    border-radius:6px;
    background:#f5f3ff;
    color:#6d28d9;
    font-size:10px;
    font-weight:900;
}

.cart-qty-form label{
    display:block;
    margin-bottom:6px;
    color:#64748b;
    font-size:10px;
}

.cart-qty-form>div{
    display:flex;
}

.cart-qty-form input{
    width:60px;
    padding:9px;
    border:1px solid #d1d5db;
    border-radius:8px 0 0 8px;
}

.cart-qty-form button{
    border-radius:0 8px 8px 0;
    font-size:10px;
}

.cart-item-total{
    text-align:right;
}

.cart-item-total small,
.cart-item-total strong{
    display:block;
}

.cart-item-total strong{
    margin:6px 0 12px;
    color:#7c3aed;
    font-size:20px;
}

.cart-remove-btn,
.cart-clear-btn{
    border:0;
    color:#dc2626;
    background:transparent;
    font-weight:900;
    cursor:pointer;
}

.cart-summary-v3{
    position:sticky;
    top:95px;
    padding:22px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 32px rgba(15,23,42,.08);
}

.cart-summary-v3 h2{
    margin-top:0;
}

.cart-summary-v3>div{
    display:flex;
    justify-content:space-between;
    gap:15px;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.cart-summary-total strong{
    color:#7c3aed;
    font-size:24px;
}

.cart-checkout-btn{
    margin:18px 0 12px;
    padding:15px;
    text-align:center;
}

.cart-clear-btn{
    width:100%;
    padding:10px;
}

.product-added-alert{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.product-added-alert a{
    color:#166534;
    font-weight:900;
}

@media(max-width:1050px){
    .product-detail-v3{
        grid-template-columns:1fr;
    }

    .product-main-image{
        height:580px;
    }

    .related-products-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .cart-layout-v3{
        grid-template-columns:1fr;
    }

    .cart-summary-v3{
        position:static;
    }
}

@media(max-width:750px){
    .product-detail-v3{
        padding:15px;
        border-radius:16px;
    }

    .product-main-image{
        height:390px;
    }

    .product-info-v3 h1{
        font-size:24px;
    }

    .product-option-group{
        grid-template-columns:1fr;
    }

    .product-option-group>label{
        padding-top:0;
        font-weight:900;
    }

    .product-quantity-group>small{
        grid-column:1;
    }

    .product-buy-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .product-buy-actions .btn{
        min-width:0;
        padding:13px 7px;
        font-size:12px;
    }

    .product-seller-card{
        grid-template-columns:auto 1fr;
    }

    .seller-card-actions{
        grid-column:1/-1;
    }

    .related-products-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .cart-page-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .cart-item-v3{
        grid-template-columns:85px 1fr;
    }

    .cart-item-image{
        width:85px;
        height:85px;
    }

    .cart-qty-form,
    .cart-item-total{
        grid-column:1/-1;
    }

    .cart-item-total{
        display:flex;
        justify-content:space-between;
        align-items:center;
        text-align:left;
    }
}



/* =========================================================
   PRODUCT PAGE V6 - SHOPEE STYLE
   ========================================================= */

.product-page-v6{
    width:100%;
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:45px;
}

.product-detail-v6{
    display:grid;
    grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);
    gap:38px;
    padding:30px;
    border:1px solid #eee;
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 48px rgba(15,23,42,.09);
}

.product-gallery-v6,
.product-info-v6{
    min-width:0;
}

.product-gallery-v6 .product-main-image{
    height:570px;
    border:1px solid #eee;
    background:#fff;
}

.product-info-v6{
    padding:5px 8px;
}

.product-info-v6 h1{
    margin:13px 0;
    font-size:34px;
    line-height:1.24;
}

.product-price-box small{
    display:block;
    margin-bottom:7px;
    color:#7c3aed;
    font-size:9px;
    font-weight:950;
    letter-spacing:.10em;
}

.selected-order-summary{
    display:grid;
    grid-template-columns:1fr 1fr 1.2fr;
    gap:10px;
    margin:22px 0 4px;
    padding:14px;
    border:1px solid #ede9fe;
    border-radius:14px;
    background:#faf7ff;
}

.selected-order-summary>div{
    padding:8px 10px;
    border-right:1px solid #e9d5ff;
}

.selected-order-summary>div:last-child{
    border-right:0;
}

.selected-order-summary small,
.selected-order-summary strong{
    display:block;
}

.selected-order-summary small{
    margin-bottom:5px;
    color:#64748b;
    font-size:9px;
    font-weight:850;
}

.selected-order-summary strong{
    color:#4c1d95;
    font-size:17px;
}

.selected-order-total strong{
    font-size:22px;
}

.seller-trust-points{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:10px;
}

.seller-trust-points span{
    padding:6px 9px;
    border-radius:999px;
    color:#475569;
    background:#f8fafc;
    font-size:9px;
    font-weight:800;
}

.product-thumbnails button{
    transition:.18s ease;
}

.product-thumbnails button:hover{
    transform:translateY(-2px);
}

.product-variant-buttons span{
    border-radius:9px;
    transition:.18s ease;
}

.product-variant-buttons input:checked+span{
    position:relative;
    color:#5b21b6;
}

.product-variant-buttons input:checked+span::after{
    content:'✓';
    position:absolute;
    right:5px;
    bottom:3px;
    font-size:10px;
    font-weight:950;
}

.product-buy-actions{
    position:sticky;
    bottom:0;
    z-index:3;
    padding:12px 0 4px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(8px);
}

.product-cart-btn:hover,
.product-buy-now-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 22px rgba(109,40,217,.16);
}

@media(max-width:1050px){
    .product-detail-v6{
        grid-template-columns:1fr;
    }

    .product-gallery-v6 .product-main-image{
        height:600px;
    }
}

@media(max-width:750px){
    .product-page-v6{
        padding-left:0;
        padding-right:0;
    }

    .product-detail-v6{
        gap:18px;
        padding:14px;
        border-radius:16px;
    }

    .product-gallery-v6 .product-main-image{
        height:390px;
    }

    .product-info-v6{
        padding:0;
    }

    .product-info-v6 h1{
        font-size:23px;
    }

    .selected-order-summary{
        grid-template-columns:1fr 1fr;
    }

    .selected-order-total{
        grid-column:1/-1;
        border-top:1px solid #e9d5ff;
        border-right:0!important;
    }
}



/* =========================================================
   ADMIN CENTRE V7
   ========================================================= */
.admin-dashboard-v2,
.admin-products-v2{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding-bottom:45px;
}
.admin-page-head,
.admin-products-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:24px;
}
.admin-page-head h1,
.admin-products-head h1{
    margin:10px 0 7px;
    font-size:36px;
}
.admin-page-head p,
.admin-products-head p{
    margin:0;
    color:#64748b;
}
.admin-section-title{
    margin:26px 0 14px;
    font-size:23px;
}
.admin-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
}
.admin-stat-card{
    min-height:145px;
    padding:22px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 30px rgba(15,23,42,.07);
}
.admin-stat-card>span,
.admin-stat-card>small,
.admin-stat-card>strong{
    display:block;
}
.admin-stat-card>span{font-size:34px}
.admin-stat-card>small{
    margin-top:13px;
    color:#64748b;
    font-size:12px;
    font-weight:800;
}
.admin-stat-card>strong{
    margin-top:5px;
    color:#6d28d9;
    font-size:31px;
}
.admin-stat-card.gold{
    border-color:#fde68a;
    background:linear-gradient(135deg,#fffdf1,#fff5bd);
}
.admin-stat-card.black{
    color:#fff;
    border-color:#d6a92a;
    background:linear-gradient(135deg,#080808,#292929);
}
.admin-stat-card.black small{color:#d1d5db}
.admin-stat-card.black strong{color:#fde68a}
.admin-stat-card.warning{
    border-color:#fed7aa;
    background:#fff7ed;
}
.admin-menu-panel{
    margin-top:24px;
    padding:24px;
    border:1px solid #eee;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.admin-menu-panel h2{margin-top:0}
.admin-menu-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.admin-menu-grid a{
    padding:19px;
    border:1px solid #ede9fe;
    border-radius:15px;
    background:#faf7ff;
    transition:.18s ease;
}
.admin-menu-grid a:hover{
    transform:translateY(-2px);
    border-color:#8b5cf6;
    box-shadow:0 10px 22px rgba(109,40,217,.10);
}
.admin-menu-grid span,
.admin-menu-grid strong,
.admin-menu-grid small{display:block}
.admin-menu-grid span{font-size:29px;margin-bottom:10px}
.admin-menu-grid small{margin-top:5px;color:#64748b}

/* Admin products */
.admin-product-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:18px;
}
.admin-product-stats a{
    padding:17px;
    border:1px solid #eee;
    border-radius:15px;
    background:#fff;
}
.admin-product-stats a.active{
    color:#fff;
    background:linear-gradient(135deg,#5b21b6,#8b5cf6);
}
.admin-product-stats span,
.admin-product-stats small,
.admin-product-stats strong{display:block}
.admin-product-stats span{font-size:24px}
.admin-product-stats strong{font-size:24px;margin-top:4px}
.admin-product-toolbar{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    margin-bottom:18px;
    padding:14px;
    border:1px solid #eee;
    border-radius:15px;
    background:#fff;
}
.admin-product-filter{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.admin-product-filter a{
    padding:9px 12px;
    border-radius:999px;
    color:#6d28d9;
    background:#f5f3ff;
    font-weight:800;
}
.admin-product-filter a.active{color:#fff;background:#6d28d9}
.admin-product-search{display:flex;min-width:360px}
.admin-product-search input{
    flex:1;
    padding:11px 13px;
    border:1px solid #ddd6fe;
    border-radius:10px 0 0 10px;
}
.admin-product-search .btn{border-radius:0 10px 10px 0}
.admin-product-card-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.admin-product-card{
    overflow:hidden;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.admin-product-image{
    position:relative;
    display:grid;
    place-items:center;
    height:220px;
    overflow:hidden;
    background:#f8fafc;
}
.admin-product-image img{width:100%;height:100%;object-fit:cover}
.admin-product-image>span{font-size:54px}
.admin-product-status{
    position:absolute;
    top:10px;
    left:10px;
    padding:6px 9px;
    border-radius:999px;
    font-size:9px;
    font-style:normal;
    font-weight:950;
}
.admin-product-status.pending{color:#78350f;background:#fde68a}
.admin-product-status.approved{color:#065f46;background:#a7f3d0}
.admin-product-status.rejected{color:#991b1b;background:#fecaca}
.admin-product-content{padding:14px}
.admin-product-content h3{min-height:42px;margin:0 0 8px}
.admin-product-price{color:#6d28d9;font-size:20px;font-weight:950}
.admin-product-meta{display:grid;gap:5px;margin:9px 0;color:#64748b;font-size:11px}
.symbol-support-note{
    display:block;
    margin:-2px 0 8px;
    color:#6d28d9;
    font-size:11px;
}
@media(max-width:1000px){
    .admin-stat-grid,.admin-menu-grid,.admin-product-card-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
    .admin-page-head,.admin-products-head,.admin-product-toolbar{
        align-items:flex-start;
        flex-direction:column;
    }
    .admin-stat-grid,.admin-menu-grid,.admin-product-stats{grid-template-columns:repeat(2,1fr)}
    .admin-product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .admin-product-search{width:100%;min-width:0}
}



/* =========================================================
   AUTH PREMIUM V8
   ========================================================= */

.auth-premium-shell{
    display:grid;
    grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);
    min-height:650px;
    overflow:hidden;
    margin:18px 0 36px;
    border-radius:28px;
    background:#fff;
    box-shadow:0 25px 70px rgba(15,23,42,.14);
}

.auth-brand-panel{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:65px 58px;
    color:#fff;
    background:
        radial-gradient(circle at 80% 15%,rgba(255,226,94,.22),transparent 22%),
        radial-gradient(circle at 10% 95%,rgba(168,85,247,.38),transparent 35%),
        linear-gradient(135deg,#24005d,#4c1d95 42%,#7c3aed);
}

.auth-brand-panel::before,
.auth-brand-panel::after{
    content:'';
    position:absolute;
    z-index:-1;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.12);
}

.auth-brand-panel::before{
    top:-170px;
    right:-170px;
    width:430px;
    height:430px;
}

.auth-brand-panel::after{
    bottom:-210px;
    left:-170px;
    width:500px;
    height:500px;
}

.auth-kicker{
    display:inline-flex;
    padding:8px 13px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    background:rgba(255,255,255,.10);
    font-size:10px;
    font-weight:950;
    letter-spacing:.10em;
}

.auth-brand-panel h1{
    max-width:680px;
    margin:27px 0 18px;
    font-size:52px;
    line-height:1.05;
}

.auth-brand-panel h1 span{
    display:block;
    color:#fde047;
}

.auth-brand-panel>p{
    max-width:650px;
    margin:0;
    color:#ede9fe;
    font-size:17px;
    line-height:1.7;
}

.auth-brand-points{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:38px;
}

.auth-brand-points>div{
    padding:18px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:17px;
    background:rgba(255,255,255,.09);
    backdrop-filter:blur(8px);
}

.auth-brand-points span,
.auth-brand-points strong,
.auth-brand-points small{
    display:block;
}

.auth-brand-points span{
    margin-bottom:9px;
    font-size:29px;
}

.auth-brand-points strong{
    font-size:14px;
}

.auth-brand-points small{
    margin-top:4px;
    color:#ddd6fe;
    font-size:10px;
}

.auth-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:30px;
}

.auth-trust-row span{
    padding:8px 10px;
    border-radius:999px;
    background:rgba(0,0,0,.16);
    color:#f5f3ff;
    font-size:10px;
    font-weight:800;
}

.auth-symbol-note{
    margin-top:30px;
    padding:15px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:14px;
    background:rgba(0,0,0,.14);
    color:#ede9fe;
    font-size:12px;
}

.auth-form-panel{
    display:grid;
    place-items:center;
    padding:45px;
    background:
        radial-gradient(circle at top right,#ede9fe,transparent 25%),
        #fff;
}

.auth-form-card{
    width:100%;
    max-width:530px;
    padding:33px;
    border:1px solid #eee;
    border-radius:23px;
    background:#fff;
    box-shadow:0 14px 42px rgba(15,23,42,.08);
}

.auth-register-card{
    max-width:680px;
}

.auth-form-head{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
}

.auth-icon{
    display:grid;
    place-items:center;
    flex:0 0 53px;
    width:53px;
    height:53px;
    border-radius:16px;
    background:linear-gradient(135deg,#ede9fe,#ddd6fe);
    font-size:25px;
}

.auth-form-head>div>span{
    color:#7c3aed;
    font-size:9px;
    font-weight:950;
    letter-spacing:.10em;
}

.auth-form-head h2{
    margin:5px 0 4px;
    font-size:29px;
}

.auth-form-head p{
    margin:0;
    color:#64748b;
}

.auth-premium-form{
    display:grid;
    gap:9px;
}

.auth-premium-form label{
    margin-top:8px;
    font-size:12px;
    font-weight:900;
}

.auth-input-wrap{
    display:flex;
    align-items:center;
    overflow:hidden;
    border:1px solid #d8d8df;
    border-radius:12px;
    background:#fff;
    transition:.18s ease;
}

.auth-input-wrap:focus-within,
.auth-url-input:focus-within{
    border-color:#8b5cf6;
    box-shadow:0 0 0 4px rgba(139,92,246,.10);
}

.auth-input-wrap>span{
    padding-left:13px;
    font-size:17px;
}

.auth-input-wrap input{
    width:100%;
    min-width:0;
    padding:14px 12px;
    border:0;
    outline:0;
    background:transparent;
    font:inherit;
}

.auth-password-toggle{
    align-self:stretch;
    padding:0 14px;
    border:0;
    background:transparent;
    cursor:pointer;
}

.auth-options{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin:8px 0 6px;
}

.auth-options>a{
    color:#6d28d9;
    font-size:11px;
    font-weight:850;
}

.auth-checkbox{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#475569;
    font-size:11px!important;
    font-weight:700!important;
}

.auth-checkbox input{
    margin-top:2px;
}

.auth-main-button{
    width:100%;
    margin-top:7px;
    padding:15px;
    border-radius:12px;
    background:linear-gradient(90deg,#5b21b6,#8b5cf6);
    box-shadow:0 10px 24px rgba(109,40,217,.20);
    font-size:13px;
}

.auth-main-button:hover{
    transform:translateY(-1px);
}

.auth-role-note{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:7px;
    margin-top:18px;
}

.auth-role-note span{
    padding:9px 5px;
    border-radius:10px;
    color:#5b21b6;
    background:#f5f3ff;
    font-size:9px;
    font-weight:850;
    text-align:center;
}

.auth-register-box,
.auth-login-box{
    margin-top:20px;
    padding-top:18px;
    border-top:1px solid #eee;
    text-align:center;
}

.auth-register-box p{
    margin:0 0 10px;
    color:#64748b;
    font-size:12px;
}

.auth-register-button{
    width:100%;
    color:#065f46!important;
    background:#a7f3d0!important;
}

.auth-two-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.auth-url-input{
    display:flex;
    align-items:center;
    overflow:hidden;
    border:1px solid #d8d8df;
    border-radius:12px;
}

.auth-url-input>span{
    align-self:stretch;
    display:flex;
    align-items:center;
    padding:0 12px;
    color:#6d28d9;
    background:#f5f3ff;
    font-size:11px;
    font-weight:850;
    white-space:nowrap;
}

.auth-url-input input{
    width:100%;
    min-width:0;
    padding:14px 12px;
    border:0;
    outline:0;
}

.auth-field-help{
    color:#64748b;
    font-size:10px;
}

.auth-agreement{
    margin:12px 0 2px!important;
}

.auth-login-box{
    color:#64748b;
    font-size:12px;
}

.auth-login-box a{
    color:#6d28d9;
    font-weight:900;
}

.auth-success-state{
    text-align:center;
}

.auth-success-state>span{
    display:block;
    font-size:65px;
}

.auth-success-state h2{
    margin:10px 0 8px;
    font-size:30px;
}

.auth-success-state>p{
    color:#64748b;
}

.auth-shop-link{
    margin:20px 0;
    padding:17px;
    border:1px solid #bbf7d0;
    border-radius:14px;
    background:#f0fdf4;
}

.auth-shop-link small,
.auth-shop-link strong{
    display:block;
}

.auth-shop-link small{
    margin-bottom:7px;
    color:#15803d;
    font-size:9px;
    font-weight:950;
}

.auth-shop-link strong{
    overflow-wrap:anywhere;
    color:#166534;
}

.auth-simple-shell{
    display:grid;
    place-items:center;
    min-height:550px;
    padding:35px 0 55px;
}

.auth-recovery-card{
    max-width:560px;
}

.auth-account-pill{
    margin-bottom:17px;
    padding:12px 14px;
    border-radius:12px;
    background:#f5f3ff;
    color:#5b21b6;
}

.reset-dev-link{
    margin-top:18px;
    padding:15px;
    border:1px solid #fde68a;
    border-radius:13px;
    background:#fffbeb;
}

.reset-dev-link strong,
.reset-dev-link a,
.reset-dev-link small{
    display:block;
}

.reset-dev-link a{
    margin:7px 0;
    overflow-wrap:anywhere;
    color:#6d28d9;
    font-weight:800;
}

.reset-dev-link small{
    color:#92400e;
}

@media(max-width:1000px){
    .auth-premium-shell{
        grid-template-columns:1fr;
    }

    .auth-brand-panel{
        padding:45px 35px;
    }

    .auth-brand-panel h1{
        font-size:42px;
    }

    .auth-form-panel{
        padding:35px;
    }
}

@media(max-width:700px){
    .auth-premium-shell{
        margin-top:10px;
        border-radius:18px;
    }

    .auth-brand-panel{
        padding:33px 21px;
    }

    .auth-brand-panel h1{
        margin-top:20px;
        font-size:34px;
    }

    .auth-brand-panel>p{
        font-size:14px;
    }

    .auth-brand-points{
        grid-template-columns:1fr 1fr;
    }

    .auth-brand-points>div:last-child{
        grid-column:1/-1;
    }

    .auth-form-panel{
        padding:18px 12px 28px;
    }

    .auth-form-card{
        padding:21px 16px;
        border-radius:17px;
    }

    .auth-form-head h2{
        font-size:24px;
    }

    .auth-two-columns{
        grid-template-columns:1fr;
        gap:4px;
    }

    .auth-options{
        align-items:flex-start;
        flex-direction:column;
    }

    .auth-role-note{
        grid-template-columns:1fr 1fr;
    }

    .auth-url-input{
        align-items:stretch;
        flex-direction:column;
    }

    .auth-url-input>span{
        padding:9px 12px;
    }
}



/* =========================================================
   BINARY 2 KAKI PARTNER V11
   ========================================================= */

.partner-dashboard-v11,
.binary-network-page,
.partner-history-page,
.admin-binary-sync-page{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding-bottom:45px;
}

.partner-dashboard-hero{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:25px;
    align-items:center;
    margin-bottom:18px;
    padding:30px;
    border-radius:24px;
    color:#fff;
    background:
        radial-gradient(circle at 82% 10%,rgba(253,224,71,.20),transparent 22%),
        linear-gradient(135deg,#24005d,#5b21b6,#9333ea);
    box-shadow:0 18px 48px rgba(76,29,149,.20);
}

.partner-dashboard-hero>div:first-child>span{
    font-size:10px;
    font-weight:950;
    letter-spacing:.10em;
}

.partner-dashboard-hero h1{
    margin:10px 0 7px;
    font-size:38px;
}

.partner-dashboard-hero p{
    margin:0;
    color:#ede9fe;
}

.partner-wallet-summary{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.partner-wallet-summary>div{
    padding:18px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    background:rgba(255,255,255,.10);
}

.partner-wallet-summary small,
.partner-wallet-summary strong{
    display:block;
}

.partner-wallet-summary small{
    margin-bottom:8px;
    color:#ddd6fe;
    font-size:9px;
    font-weight:900;
}

.partner-wallet-summary strong{
    color:#fde68a;
    font-size:24px;
}

.partner-binary-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:13px;
    margin-bottom:18px;
}

.partner-binary-stat-grid>article{
    padding:20px;
    border:1px solid #eee;
    border-radius:17px;
    background:#fff;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.partner-binary-stat-grid span,
.partner-binary-stat-grid strong,
.partner-binary-stat-grid small{
    display:block;
}

.partner-binary-stat-grid span{
    color:#64748b;
    font-size:10px;
    font-weight:900;
}

.partner-binary-stat-grid strong{
    margin:8px 0 4px;
    color:#6d28d9;
    font-size:31px;
}

.partner-binary-stat-grid small{
    color:#64748b;
}

.partner-leg-card.left{
    border-left:5px solid #0ea5e9;
}

.partner-leg-card.right{
    border-left:5px solid #f97316;
}

.partner-promo-panel{
    display:grid;
    grid-template-columns:1fr auto auto;
    gap:10px;
    align-items:center;
    margin-bottom:18px;
    padding:18px;
    border:1px solid #ddd6fe;
    border-radius:16px;
    background:#faf7ff;
}

.partner-promo-panel span,
.partner-promo-panel strong{
    display:block;
}

.partner-promo-panel span{
    margin-bottom:5px;
    color:#7c3aed;
    font-size:9px;
    font-weight:950;
}

.partner-promo-panel strong{
    overflow-wrap:anywhere;
}

.partner-whatsapp{
    background:#16a34a;
}

.partner-dashboard-actions{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:18px;
}

.partner-dashboard-actions>a{
    padding:18px;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 23px rgba(15,23,42,.05);
    transition:.18s ease;
}

.partner-dashboard-actions>a:hover{
    transform:translateY(-2px);
    border-color:#8b5cf6;
}

.partner-dashboard-actions span,
.partner-dashboard-actions strong,
.partner-dashboard-actions small{
    display:block;
}

.partner-dashboard-actions span{
    margin-bottom:8px;
    font-size:28px;
}

.partner-dashboard-actions small{
    margin-top:5px;
    color:#64748b;
}

.partner-dashboard-panel{
    margin-bottom:18px;
    padding:22px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
}

.partner-panel-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.partner-panel-head h2{
    margin:0 0 4px;
}

.partner-panel-head p{
    margin:0;
    color:#64748b;
}

.partner-bonus-list{
    display:grid;
    gap:9px;
}

.partner-bonus-list>article{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:13px;
    align-items:center;
    padding:13px;
    border-radius:13px;
    background:#f8fafc;
}

.partner-bonus-list>article>span{
    font-size:27px;
}

.partner-bonus-list strong,
.partner-bonus-list small{
    display:block;
}

.partner-bonus-list small{
    margin-top:4px;
    color:#64748b;
}

.partner-bonus-amount{
    text-align:right;
}

.partner-bonus-amount>strong{
    color:#6d28d9;
    font-size:18px;
}

.partner-direct-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.partner-direct-grid>article{
    padding:15px;
    border:1px solid #eee;
    border-radius:14px;
}

.partner-direct-grid h3{
    margin:10px 0 4px;
}

.partner-direct-grid p{
    margin:0 0 5px;
    color:#475569;
}

.direct-position{
    display:inline-flex;
    padding:5px 8px;
    border-radius:999px;
    font-size:9px;
    font-weight:950;
}

.direct-position.l{
    color:#075985;
    background:#bae6fd;
}

.direct-position.r{
    color:#9a3412;
    background:#fed7aa;
}

.partner-page-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:22px;
}

.partner-page-head h1{
    margin:10px 0 6px;
    font-size:35px;
}

.partner-page-head p{
    margin:0;
    color:#64748b;
}

/* Binary tree */
.binary-tree-legend{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:15px;
}

.binary-tree-legend span{
    padding:8px 11px;
    border-radius:999px;
    background:#fff;
    border:1px solid #eee;
    font-size:10px;
    font-weight:850;
}

.binary-tree-scroll{
    overflow:auto;
    padding:25px;
    border:1px solid #eee;
    border-radius:20px;
    background:
        linear-gradient(#f8fafc 1px,transparent 1px),
        linear-gradient(90deg,#f8fafc 1px,transparent 1px),
        #fff;
    background-size:28px 28px;
}

.binary-tree-root{
    min-width:1200px;
    text-align:center;
}

.binary-tree-family{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
}

.binary-tree-children{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;
    width:100%;
}

.binary-tree-children::before{
    content:'';
    position:absolute;
    top:-12px;
    left:25%;
    right:25%;
    height:2px;
    background:#dc2626;
}

.binary-tree-children>div{
    position:relative;
}

.binary-tree-children>div::before{
    content:'';
    position:absolute;
    top:-12px;
    left:50%;
    width:2px;
    height:12px;
    background:#dc2626;
}

.binary-tree-node{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    min-width:145px;
    padding:13px;
    border:2px solid #ddd6fe;
    border-radius:15px;
    background:#fff;
    box-shadow:0 8px 20px rgba(15,23,42,.08);
}

.binary-tree-node>span{
    font-size:26px;
}

.binary-tree-node strong{
    margin-top:6px;
}

.binary-tree-node small{
    margin-top:3px;
    color:#64748b;
}

.binary-tree-node em{
    margin-top:7px;
    color:#6d28d9;
    font-size:9px;
    font-style:normal;
    font-weight:850;
}

.binary-tree-node.active{
    border-color:#22c55e;
}

.binary-tree-node.free{
    border-color:#facc15;
}

.binary-tree-node.empty{
    border-style:dashed;
    color:#94a3b8;
    box-shadow:none;
}

/* History */
.partner-history-stats,
.admin-sync-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:18px;
}

.partner-history-stats>article,
.admin-sync-stats>article{
    padding:18px;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
}

.partner-history-stats span,
.partner-history-stats small,
.partner-history-stats strong,
.admin-sync-stats span,
.admin-sync-stats small,
.admin-sync-stats strong{
    display:block;
}

.partner-history-stats span,
.admin-sync-stats span{
    font-size:27px;
}

.partner-history-stats small,
.admin-sync-stats small{
    margin:8px 0 4px;
    color:#64748b;
    font-size:9px;
    font-weight:900;
}

.partner-history-stats strong,
.admin-sync-stats strong{
    color:#6d28d9;
    font-size:24px;
}

.partner-history-table-wrap{
    overflow:auto;
    border:1px solid #eee;
    border-radius:17px;
    background:#fff;
}

.partner-history-table{
    width:100%;
    min-width:950px;
    border-collapse:collapse;
}

.partner-history-table th,
.partner-history-table td{
    padding:14px;
    border-bottom:1px solid #eee;
    text-align:left;
}

.partner-history-table th{
    background:#f8fafc;
    color:#475569;
    font-size:10px;
}

.partner-history-table td small{
    display:block;
    margin-top:4px;
    color:#64748b;
}

.bonus-type{
    display:inline-flex;
    padding:7px 9px;
    border-radius:999px;
    font-size:9px;
    font-weight:900;
}

.bonus-type.sponsor{
    color:#92400e;
    background:#fef3c7;
}

.bonus-type.pairing{
    color:#5b21b6;
    background:#ede9fe;
}

.admin-sync-stats{
    grid-template-columns:repeat(2,1fr);
}

.admin-sync-warning{
    padding:24px;
    border:1px solid #fed7aa;
    border-radius:17px;
    background:#fff7ed;
}

@media(max-width:1000px){
    .partner-dashboard-hero{
        grid-template-columns:1fr;
    }

    .partner-binary-stat-grid,
    .partner-dashboard-actions,
    .partner-direct-grid,
    .partner-history-stats{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .partner-dashboard-hero{
        padding:22px 17px;
    }

    .partner-dashboard-hero h1{
        font-size:29px;
    }

    .partner-wallet-summary,
    .partner-binary-stat-grid,
    .partner-dashboard-actions,
    .partner-direct-grid,
    .partner-history-stats,
    .admin-sync-stats{
        grid-template-columns:1fr 1fr;
    }

    .partner-promo-panel{
        grid-template-columns:1fr;
    }

    .partner-page-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .partner-bonus-list>article{
        grid-template-columns:auto 1fr;
    }

    .partner-bonus-amount{
        grid-column:1/-1;
        text-align:left;
    }
}


/* =========================================================
   BINARY DOWNLINE TREE V12
   ========================================================= */
.binary-network-page-v12{
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding-bottom:45px;
}
.binary-head-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}
.binary-root-summary{
    display:grid;
    grid-template-columns:1.6fr repeat(3,.7fr);
    gap:12px;
    align-items:center;
    margin-bottom:16px;
    padding:18px;
    border:1px solid #ede9fe;
    border-radius:18px;
    background:#fff;
    box-shadow:0 9px 26px rgba(15,23,42,.06);
}
.binary-root-summary>div{
    padding:11px 14px;
    border-right:1px solid #eee;
}
.binary-root-summary>div:last-child{border-right:0}
.binary-root-summary small,
.binary-root-summary strong{
    display:block;
}
.binary-root-summary small{
    margin-bottom:5px;
    color:#64748b;
    font-size:9px;
    font-weight:900;
}
.binary-root-summary strong{
    color:#6d28d9;
    font-size:26px;
}
.binary-root-person{
    display:flex;
    align-items:center;
    gap:12px;
}
.binary-root-person>span{
    display:grid;
    place-items:center;
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(135deg,#ddd6fe,#a78bfa);
    font-size:27px;
}
.binary-root-person h2{
    margin:0;
    color:#111827;
    font-size:22px;
}
.binary-root-person p{
    margin:3px 0 0;
    color:#64748b;
}
.binary-concept-panel{
    display:grid;
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:24px;
    align-items:center;
    margin-bottom:16px;
    padding:20px;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,#24005d,#5b21b6,#7c3aed);
}
.binary-concept-panel img{
    display:block;
    width:100%;
    max-height:270px;
    object-fit:contain;
    border-radius:14px;
    background:#eef1f5;
}
.binary-concept-panel h2{
    margin:12px 0 8px;
    font-size:29px;
}
.binary-concept-panel p{
    margin:0;
    color:#ede9fe;
    line-height:1.65;
}
.binary-concept-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:15px;
}
.binary-concept-points span{
    padding:9px 11px;
    border-radius:10px;
    background:rgba(255,255,255,.10);
    font-size:10px;
    font-weight:850;
}
.binary-tree-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:10px;
}
.binary-tree-legend-v12{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.binary-tree-legend-v12 span,
.binary-drag-help{
    padding:8px 10px;
    border:1px solid #eee;
    border-radius:999px;
    background:#fff;
    font-size:9px;
    font-weight:850;
}
.binary-drag-help{color:#6d28d9}
.binary-tree-scroll-v12{
    overflow:auto;
    padding:38px 28px 45px;
    border:1px solid #e5e7eb;
    border-radius:20px;
    background:
        linear-gradient(#f1f5f9 1px,transparent 1px),
        linear-gradient(90deg,#f1f5f9 1px,transparent 1px),
        #fff;
    background-size:30px 30px;
    box-shadow:inset 0 0 30px rgba(15,23,42,.025);
    cursor:grab;
    -webkit-overflow-scrolling:touch;
}
.binary-tree-root-v12{
    min-width:1700px;
    text-align:center;
}
.binary-tree-family-v12{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:33px;
}
.binary-tree-children-v12{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:38px;
    width:100%;
}
.binary-tree-children-v12::before{
    content:'';
    position:absolute;
    top:-17px;
    left:25%;
    right:25%;
    height:3px;
    border-radius:999px;
    background:#dc2626;
}
.binary-branch{
    position:relative;
    min-width:0;
}
.binary-branch::before{
    content:'';
    position:absolute;
    top:-17px;
    left:50%;
    width:3px;
    height:17px;
    border-radius:999px;
    background:#dc2626;
}
.binary-tree-node-v12{
    position:relative;
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    min-width:180px;
    max-width:210px;
    padding:21px 14px 14px;
    border:2px solid #ddd6fe;
    border-radius:16px;
    color:#111827;
    background:#fff;
    box-shadow:0 10px 25px rgba(15,23,42,.09);
    transition:.18s ease;
}
a.binary-tree-node-v12:hover{
    transform:translateY(-3px);
    border-color:#7c3aed;
    box-shadow:0 14px 30px rgba(109,40,217,.16);
}
.binary-tree-node-v12.active{border-color:#22c55e}
.binary-tree-node-v12.free{border-color:#facc15}
.binary-tree-node-v12.empty{
    border-style:dashed;
    color:#94a3b8;
    box-shadow:none;
}
.binary-leg-label{
    position:absolute;
    top:-13px;
    left:50%;
    transform:translateX(-50%);
    padding:5px 10px;
    border-radius:999px;
    color:#fff;
    font-size:8px;
    font-weight:950;
    letter-spacing:.08em;
}
.binary-leg-label.l{background:#0284c7}
.binary-leg-label.r{background:#ea580c}
.binary-leg-label.root{background:#6d28d9}
.binary-avatar{
    display:grid;
    place-items:center;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f5f3ff;
    font-size:25px;
}
.binary-tree-node-v12>strong{
    margin-top:8px;
    font-size:14px;
}
.binary-tree-node-v12>small{
    display:block;
    max-width:170px;
    overflow:hidden;
    margin-top:3px;
    color:#64748b;
    font-size:9px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.binary-status{
    margin-top:7px;
    font-size:9px;
    font-weight:850;
}
.binary-node-volume{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
    width:100%;
    margin-top:8px;
}
.binary-node-volume b{
    padding:6px;
    border-radius:8px;
    color:#5b21b6;
    background:#f5f3ff;
    font-size:9px;
}
.binary-tree-node-v12>em{
    margin-top:6px;
    color:#64748b;
    font-size:8px;
    font-style:normal;
}
.binary-open-text{
    margin-top:9px;
    color:#6d28d9;
    font-size:8px;
    font-weight:900;
}
@media(max-width:900px){
    .binary-root-summary{grid-template-columns:1fr 1fr}
    .binary-root-summary>div{border-right:0}
    .binary-concept-panel{grid-template-columns:1fr}
}
@media(max-width:700px){
    .binary-head-actions,
    .binary-tree-toolbar{
        align-items:flex-start;
        flex-direction:column;
    }
    .binary-root-summary{grid-template-columns:1fr 1fr}
    .binary-root-person{grid-column:1/-1}
    .binary-concept-panel{padding:14px}
    .binary-concept-panel h2{font-size:24px}
    .binary-concept-points{grid-template-columns:1fr}
    .binary-tree-scroll-v12{padding:34px 12px 40px}
    .binary-tree-root-v12{min-width:1550px}
}


/* Partner referral lock V13 */
.partner-ref-card{
    margin:14px 0 18px;
    padding:16px 18px;
    border:1px solid #a7f3d0;
    border-radius:14px;
    background:linear-gradient(135deg,#f0fdf4,#ecfdf5);
}
.partner-ref-card span,
.partner-ref-card strong,
.partner-ref-card small,
.partner-ref-card em{display:block}
.partner-ref-card span{
    color:#15803d;
    font-size:9px;
    font-weight:950;
    letter-spacing:.08em;
}
.partner-ref-card strong{
    margin:6px 0 2px;
    color:#14532d;
    font-size:20px;
}
.partner-ref-card small{color:#475569}
.partner-ref-card em{
    margin-top:8px;
    color:#15803d;
    font-size:10px;
    font-style:normal;
    font-weight:850;
}



/* =========================================================
   ORDER CENTER + PLATFORM FEE 2% V14
   ========================================================= */

.admin-order-highlight{
    position:relative;
    text-decoration:none;
}
.admin-order-highlight em{
    display:block;
    margin-top:7px;
    color:#dc2626;
    font-size:10px;
    font-style:normal;
    font-weight:900;
}

.admin-order-summary-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
}
.admin-order-summary-grid>a{
    padding:18px;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.admin-order-summary-grid span,
.admin-order-summary-grid small,
.admin-order-summary-grid strong{
    display:block;
}
.admin-order-summary-grid span{font-size:27px}
.admin-order-summary-grid small{
    margin:8px 0 4px;
    color:#64748b;
    font-size:10px;
    font-weight:850;
}
.admin-order-summary-grid strong{
    color:#6d28d9;
    font-size:25px;
}
.admin-order-summary-grid .platform-fee-card{
    border-color:#ddd6fe;
    background:linear-gradient(135deg,#faf5ff,#ede9fe);
}
.admin-menu-order{
    border-color:#fed7aa!important;
    background:#fff7ed!important;
}

.admin-order-center-v14,
.buyer-order-center-v14,
.seller-order-center-v14,
.checkout-v14{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding-bottom:45px;
}

.order-filter-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:18px 0;
}
.order-filter-tabs a{
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px 12px;
    border:1px solid #ddd6fe;
    border-radius:999px;
    color:#6d28d9;
    background:#fff;
    font-size:10px;
    font-weight:850;
}
.order-filter-tabs a.active{
    color:#fff;
    background:#6d28d9;
}
.order-filter-tabs strong{
    min-width:22px;
    padding:3px 6px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    text-align:center;
}

.admin-order-card-list,
.buyer-order-v14-list,
.seller-order-v14-list{
    display:grid;
    gap:14px;
}
.admin-order-card,
.buyer-order-v14-list>article,
.seller-order-v14-list>article{
    padding:20px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
    box-shadow:0 9px 27px rgba(15,23,42,.06);
}
.admin-order-card-head,
.buyer-order-v14-head,
.seller-order-v14-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}
.admin-order-card-head small,
.admin-order-card-head h2,
.buyer-order-v14-head small,
.buyer-order-v14-head strong,
.seller-order-v14-head small,
.seller-order-v14-head strong{
    display:block;
}
.admin-order-card-head h2{
    margin:4px 0 0;
    color:#6d28d9;
}
.buyer-order-v14-head strong,
.seller-order-v14-head strong{
    margin-top:4px;
    color:#6d28d9;
    font-size:22px;
}

.admin-order-card-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin:18px 0;
}
.admin-order-card-grid>div{
    padding:12px;
    border-radius:12px;
    background:#f8fafc;
}
.admin-order-card-grid small,
.admin-order-card-grid strong,
.admin-order-card-grid span{
    display:block;
}
.admin-order-card-grid small{
    margin-bottom:5px;
    color:#64748b;
    font-size:9px;
}
.admin-order-card-grid span{
    margin-top:4px;
    color:#64748b;
    font-size:10px;
}

.order-status{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    color:#475569;
    background:#e2e8f0;
    font-size:9px;
    font-weight:950;
}
.status-pending_payment,
.status-waiting_verify{
    color:#92400e;
    background:#fef3c7;
}
.status-paid_escrow,
.status-processing{
    color:#1e40af;
    background:#dbeafe;
}
.status-shipped,
.status-delivered{
    color:#5b21b6;
    background:#ede9fe;
}
.status-completed{
    color:#065f46;
    background:#a7f3d0;
}
.status-cancelled{
    color:#991b1b;
    background:#fecaca;
}

.order-tracking-display,
.buyer-tracking-box{
    margin:10px 0;
    padding:11px 13px;
    border-radius:11px;
    color:#5b21b6;
    background:#f5f3ff;
}
.order-completed-display,
.buyer-completed-box,
.seller-order-released{
    margin:10px 0;
    padding:11px 13px;
    border-radius:11px;
    color:#166534;
    background:#dcfce7;
}

.admin-order-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:flex-end;
}
.admin-ship-form{
    display:grid;
    grid-template-columns:160px 180px auto;
    gap:7px;
}
.admin-ship-form input,
.seller-shipping-form input{
    padding:10px;
    border:1px solid #d1d5db;
    border-radius:9px;
}
.order-complete-admin,
.order-buyer-complete{
    background:linear-gradient(90deg,#059669,#10b981);
}

.order-center-head,
.checkout-v14-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:22px;
}
.order-center-head h1,
.checkout-v14-head h1{
    margin:10px 0 6px;
    font-size:35px;
}
.order-center-head p,
.checkout-v14-head p{
    margin:0;
    color:#64748b;
}

.buyer-order-v14-list h3,
.seller-order-v14-list h3{
    margin:16px 0;
}
.buyer-order-v14-meta,
.seller-order-money{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin:14px 0;
}
.buyer-order-v14-meta>span,
.seller-order-money>span{
    padding:12px;
    border-radius:11px;
    background:#f8fafc;
}
.buyer-order-v14-meta small,
.buyer-order-v14-meta strong,
.seller-order-money small,
.seller-order-money strong{
    display:block;
}
.buyer-order-v14-meta small,
.seller-order-money small{
    margin-bottom:5px;
    color:#64748b;
    font-size:9px;
}
.seller-order-money .seller-net{
    color:#166534;
    background:#dcfce7;
}
.seller-order-v14-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:flex-end;
}
.seller-shipping-form{
    display:grid;
    grid-template-columns:150px 170px auto;
    gap:7px;
}

.seller-platform-fee-notice,
.seller-fee-agreement{
    margin:18px 0;
    padding:18px 20px;
    border:1px solid #bbf7d0;
    border-radius:16px;
    background:linear-gradient(135deg,#f0fdf4,#ecfdf5);
}
.seller-platform-fee-notice{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
}
.seller-platform-fee-notice span{
    color:#15803d;
    font-size:9px;
    font-weight:950;
}
.seller-platform-fee-notice h2{
    margin:5px 0;
}
.seller-platform-fee-notice p,
.seller-fee-agreement p{
    margin:0;
    color:#166534;
}
.seller-fee-agreement strong{
    display:block;
    margin-bottom:6px;
    color:#166534;
}

.checkout-v14-grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
    gap:20px;
}
.checkout-v14-main,
.checkout-v14-side{
    padding:23px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
    box-shadow:0 9px 27px rgba(15,23,42,.06);
}
.checkout-v14-product{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:flex-start;
}
.checkout-v14-product h2{
    margin:5px 0;
}
.checkout-v14-product p{
    margin:0;
    color:#64748b;
}
.checkout-v14-product>span{
    padding:8px 11px;
    border-radius:999px;
    color:#5b21b6;
    background:#ede9fe;
    font-size:10px;
    font-weight:900;
}
.checkout-v14-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin:20px 0;
}
.checkout-v14-summary>div{
    padding:13px;
    border-radius:12px;
    background:#f8fafc;
}
.checkout-v14-summary small,
.checkout-v14-summary strong{
    display:block;
}
.checkout-v14-summary small{
    margin-bottom:5px;
    color:#64748b;
}
.checkout-v14-total{
    color:#fff!important;
    background:#6d28d9!important;
}
.checkout-v14-total small{color:#ddd6fe!important}
.checkout-v14-total strong{font-size:22px}

.checkout-payment-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.checkout-payment-grid label{
    cursor:pointer;
}
.checkout-payment-grid input{
    position:absolute;
    opacity:0;
}
.checkout-payment-grid span{
    display:block;
    padding:15px;
    border:1px solid #ddd6fe;
    border-radius:12px;
    background:#faf7ff;
}
.checkout-payment-grid input:checked+span{
    border-color:#7c3aed;
    box-shadow:0 0 0 3px rgba(124,58,237,.10);
}
.checkout-payment-grid b,
.checkout-payment-grid small{
    display:block;
}
.checkout-payment-grid small{
    margin-top:5px;
    color:#64748b;
}
.checkout-pay-button{
    width:100%;
    margin-top:16px;
    padding:15px;
}
.checkout-trust-item{
    display:flex;
    gap:11px;
    margin:14px 0;
}
.checkout-trust-item>span{
    font-size:25px;
}
.checkout-trust-item strong,
.checkout-trust-item small{
    display:block;
}
.checkout-trust-item small{
    margin-top:4px;
    color:#64748b;
}
.seller-fee-disclosure{
    margin-top:20px;
    padding:14px;
    border:1px solid #bbf7d0;
    border-radius:12px;
    background:#f0fdf4;
}
.seller-fee-disclosure p{
    margin:7px 0 0;
    color:#166534;
    line-height:1.6;
}

.order-empty-state{
    padding:55px 20px;
    text-align:center;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
}
.order-empty-state>span{font-size:60px}

@media(max-width:1050px){
    .admin-order-summary-grid{
        grid-template-columns:repeat(3,1fr);
    }
    .checkout-v14-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:760px){
    .admin-order-summary-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .admin-order-card-grid,
    .buyer-order-v14-meta,
    .seller-order-money,
    .checkout-v14-summary{
        grid-template-columns:1fr 1fr;
    }
    .admin-ship-form,
    .seller-shipping-form{
        grid-template-columns:1fr;
        width:100%;
    }
    .order-center-head,
    .checkout-v14-head,
    .seller-platform-fee-notice{
        align-items:flex-start;
        flex-direction:column;
    }
    .checkout-payment-grid{
        grid-template-columns:1fr;
    }
}



/* =========================================================
   FREE-FIRST + SELLER EDIT PRODUCT V15
   ========================================================= */

.free-first-message{
    display:grid;
    grid-template-columns:1.3fr auto;
    gap:24px;
    align-items:center;
    margin:0 0 22px;
    padding:25px 28px;
    border:1px solid #bbf7d0;
    border-radius:20px;
    background:
        radial-gradient(circle at top right,#dcfce7,transparent 30%),
        linear-gradient(135deg,#f0fdf4,#fff);
    box-shadow:0 10px 30px rgba(22,101,52,.07);
}

.free-first-kicker{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    color:#166534;
    background:#bbf7d0;
    font-size:9px;
    font-weight:950;
    letter-spacing:.10em;
}

.free-first-message h2{
    margin:10px 0 7px;
    font-size:29px;
}

.free-first-message p{
    margin:0;
    color:#475569;
    line-height:1.65;
}

.free-first-actions{
    display:grid;
    gap:8px;
    min-width:245px;
}

.free-first-main{
    color:#fff!important;
    background:linear-gradient(90deg,#16a34a,#22c55e)!important;
}

.partner-optional-home{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:22px;
    margin:28px 0;
    padding:22px 25px;
    border:1px solid #e9d5ff;
    border-radius:18px;
    background:#faf5ff;
}

.partner-optional-home>div>span{
    color:#7c3aed;
    font-size:9px;
    font-weight:950;
    letter-spacing:.09em;
}

.partner-optional-home h2{
    margin:7px 0 6px;
}

.partner-optional-home p{
    max-width:900px;
    margin:0;
    color:#64748b;
    line-height:1.6;
}

/* Seller product listing */
.seller-products-v15,
.seller-edit-product-v15{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding-bottom:45px;
}

.seller-free-status-v15{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:0 0 18px;
    padding:18px 20px;
    border:1px solid #bbf7d0;
    border-radius:16px;
    background:#f0fdf4;
}

.seller-free-status-v15 span{
    color:#15803d;
    font-size:9px;
    font-weight:950;
}

.seller-free-status-v15 h2{
    margin:5px 0 3px;
}

.seller-free-status-v15 p{
    margin:0;
    color:#166534;
}

.seller-products-filter-v15{
    margin-bottom:18px;
}

.seller-products-grid-v15{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
}

.seller-product-card-v15{
    overflow:hidden;
    border:1px solid #eee;
    border-radius:17px;
    background:#fff;
    box-shadow:0 9px 25px rgba(15,23,42,.06);
}

.seller-product-card-image-v15{
    position:relative;
    display:grid;
    place-items:center;
    height:240px;
    overflow:hidden;
    background:#f8fafc;
}

.seller-product-card-image-v15 img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.seller-product-card-image-v15>span{
    font-size:55px;
}

.seller-product-card-image-v15 em{
    position:absolute;
    top:10px;
    left:10px;
    padding:6px 9px;
    border-radius:999px;
    font-size:9px;
    font-style:normal;
    font-weight:950;
}

.seller-product-card-image-v15 .status-approved{
    color:#065f46;
    background:#a7f3d0;
}

.seller-product-card-image-v15 .status-pending{
    color:#92400e;
    background:#fde68a;
}

.seller-product-card-image-v15 .status-rejected{
    color:#991b1b;
    background:#fecaca;
}

.seller-product-card-body-v15{
    padding:15px;
}

.seller-product-card-body-v15 h3{
    min-height:43px;
    margin:0 0 8px;
    line-height:1.35;
}

.seller-product-price-v15{
    color:#6d28d9;
    font-size:21px;
    font-weight:950;
}

.seller-product-mini-stats-v15{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    margin:13px 0;
}

.seller-product-mini-stats-v15 span{
    padding:8px 5px;
    border-radius:9px;
    color:#64748b;
    background:#f8fafc;
    font-size:8px;
    text-align:center;
}

.seller-product-mini-stats-v15 strong{
    display:block;
    margin-top:3px;
    color:#334155;
    font-size:11px;
}

.seller-product-card-actions-v15{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
}

/* Seller edit */
.seller-edit-image-grid-v15{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:10px;
    margin-bottom:18px;
}

.seller-edit-image-card-v15{
    overflow:hidden;
    padding:8px;
    border:1px solid #eee;
    border-radius:13px;
    background:#fff;
}

.seller-edit-image-card-v15 img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:9px;
}

.seller-edit-image-card-v15 .btn{
    width:100%;
    margin-top:7px;
}

.edit-variant-row{
    align-items:center;
}

.delete-variant-check{
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:42px;
    padding:6px;
    border-radius:8px;
    color:#991b1b;
    background:#fef2f2;
    font-size:10px!important;
}

@media(max-width:1050px){
    .seller-products-grid-v15{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .seller-edit-image-grid-v15{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:760px){
    .free-first-message{
        grid-template-columns:1fr;
        padding:20px 16px;
    }

    .free-first-actions{
        min-width:0;
    }

    .partner-optional-home,
    .seller-free-status-v15{
        align-items:flex-start;
        flex-direction:column;
    }

    .seller-products-grid-v15{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .seller-product-card-image-v15{
        height:185px;
    }

    .seller-edit-image-grid-v15{
        grid-template-columns:repeat(2,1fr);
    }
}



/* =========================================================
   V16 - LEADER / USAHAWAN CONVERSION
   ========================================================= */

.leader-income-v16{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding-bottom:45px;
}

.leader-hero-v16{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);
    gap:28px;
    align-items:center;
    margin:10px 0 25px;
    padding:38px;
    border-radius:28px;
    color:#fff;
    background:
        radial-gradient(circle at 85% 10%,rgba(253,224,71,.18),transparent 22%),
        linear-gradient(135deg,#24005d,#5b21b6 55%,#7c3aed);
    box-shadow:0 20px 55px rgba(76,29,149,.22);
}

.leader-kicker-v16,
.leader-section-head-v16>span,
.leader-message-v16 span,
.leader-cta-v16 span{
    display:inline-flex;
    color:#fde68a;
    font-size:10px;
    font-weight:950;
    letter-spacing:.10em;
}

.leader-hero-v16 h1{
    margin:16px 0 14px;
    font-size:47px;
    line-height:1.08;
}

.leader-hero-v16 h1 span{
    display:block;
    color:#fde047;
}

.leader-hero-v16 p{
    max-width:780px;
    margin:0;
    color:#ede9fe;
    font-size:16px;
    line-height:1.7;
}

.leader-hero-actions-v16{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}

.leader-free-btn-v16{
    color:#14532d!important;
    background:linear-gradient(90deg,#bbf7d0,#86efac)!important;
}

.leader-trust-v16{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:20px;
}

.leader-trust-v16 span{
    padding:7px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    color:#f5f3ff;
    font-size:10px;
    font-weight:800;
}

.leader-value-card-v16{
    display:grid;
    gap:10px;
    padding:20px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:20px;
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(8px);
}

.leader-value-card-v16>span{
    color:#fde68a;
    font-size:9px;
    font-weight:950;
}

.leader-value-card-v16>div{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:3px 12px;
    padding:13px;
    border-radius:13px;
    background:rgba(0,0,0,.13);
}

.leader-value-card-v16 small{
    grid-row:1/3;
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    border-radius:50%;
    color:#4c1d95;
    background:#fde68a;
    font-weight:950;
}

.leader-value-card-v16 strong{
    font-size:13px;
}

.leader-value-card-v16 p{
    margin:0;
    color:#ddd6fe;
    font-size:10px;
}

.leader-who-v16,
.leader-free-partner-v16,
.leader-message-v16,
.leader-cta-v16{
    margin:24px 0;
}

.leader-section-head-v16{
    margin-bottom:16px;
}

.leader-section-head-v16>span{
    color:#7c3aed;
}

.leader-section-head-v16 h2{
    margin:7px 0 5px;
    font-size:30px;
}

.leader-section-head-v16 p{
    margin:0;
    color:#64748b;
}

.leader-who-grid-v16{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.leader-who-grid-v16 article{
    padding:20px;
    border:1px solid #eee;
    border-radius:17px;
    background:#fff;
    box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.leader-who-grid-v16 span{
    display:block;
    margin-bottom:10px;
    font-size:31px;
}

.leader-who-grid-v16 strong{
    display:block;
}

.leader-who-grid-v16 p{
    margin:6px 0 0;
    color:#64748b;
    line-height:1.55;
}

.leader-free-partner-v16{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.leader-free-partner-v16 article{
    padding:27px;
    border-radius:21px;
    background:#fff;
    box-shadow:0 12px 35px rgba(15,23,42,.07);
}

.leader-plan-free-v16{
    border:2px solid #86efac;
}

.leader-plan-partner-v16{
    border:2px solid #c4b5fd;
}

.leader-free-partner-v16 article>span{
    font-size:9px;
    font-weight:950;
    letter-spacing:.10em;
}

.leader-plan-free-v16>span{
    color:#15803d;
}

.leader-plan-partner-v16>span{
    color:#7c3aed;
}

.leader-free-partner-v16 h2{
    margin:8px 0 3px;
    font-size:27px;
}

.leader-price-v16{
    display:block;
    margin-bottom:14px;
    font-size:36px;
}

.leader-free-partner-v16 ul{
    display:grid;
    gap:8px;
    margin:0 0 20px;
    padding:0;
    list-style:none;
    color:#475569;
}

.leader-message-v16{
    padding:24px;
    border:1px solid #fde68a;
    border-radius:18px;
    background:#fffbeb;
}

.leader-message-v16 span{
    color:#b45309;
}

.leader-message-v16 h2{
    margin:7px 0 5px;
}

.leader-message-v16 p{
    margin:0;
    color:#78350f;
    line-height:1.65;
}

.leader-cta-v16{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:27px;
    border-radius:20px;
    color:#fff;
    background:linear-gradient(135deg,#166534,#16a34a);
}

.leader-cta-v16 h2{
    margin:7px 0 5px;
}

.leader-cta-v16 p{
    margin:0;
    color:#dcfce7;
}

.leader-disclaimer-v16{
    padding:14px 16px;
    border-radius:13px;
    color:#64748b;
    background:#f8fafc;
    font-size:11px;
    line-height:1.6;
}

.leader-home-v16{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:25px 0;
    padding:22px 25px;
    border:1px solid #bfdbfe;
    border-radius:18px;
    background:linear-gradient(135deg,#eff6ff,#fff);
}

.leader-home-v16>div>span,
.partner-leader-callout-v16>div>span{
    color:#1d4ed8;
    font-size:9px;
    font-weight:950;
    letter-spacing:.09em;
}

.leader-home-v16 h2,
.partner-leader-callout-v16 h2{
    margin:6px 0 5px;
}

.leader-home-v16 p,
.partner-leader-callout-v16 p{
    margin:0;
    color:#64748b;
    line-height:1.6;
}

.partner-optional-label-v16{
    display:inline-flex;
    margin-left:8px;
    padding:5px 8px;
    border-radius:999px;
    color:#166534;
    background:#bbf7d0;
    font-size:10px;
    vertical-align:middle;
}

.partner-leader-callout-v16{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:18px 0;
    padding:20px;
    border:1px solid #bfdbfe;
    border-radius:16px;
    background:#eff6ff;
}

@media(max-width:900px){
    .leader-hero-v16{
        grid-template-columns:1fr;
    }

    .leader-who-grid-v16{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .leader-hero-v16{
        padding:25px 17px;
        border-radius:19px;
    }

    .leader-hero-v16 h1{
        font-size:34px;
    }

    .leader-free-partner-v16{
        grid-template-columns:1fr;
    }

    .leader-home-v16,
    .leader-cta-v16,
    .partner-leader-callout-v16{
        align-items:flex-start;
        flex-direction:column;
    }
}
\n\n/* =========================================================\n   KEDAI ePARIT MOBILE SHOPPING UX V17.2\n   Desktop kekal. Mobile dipadatkan: logo > carian > banner > kategori > produk.\n   ========================================================= */\n.mobile-header-icons{display:none}\n@media(max-width:700px){\n  body{overflow-x:hidden}\n  .topbar{position:sticky;top:0;z-index:1000}\n  .topbar .nav{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px 10px!important;padding:10px 14px 12px!important}\n  .topbar .logo{min-width:0!important;font-size:22px!important;gap:8px!important}\n  .topbar .logo-ico{font-size:28px!important}\n  .topbar .logo small{font-size:10px!important;margin-top:2px}\n  .desktop-nav{display:none!important}\n  .mobile-header-icons{display:flex;align-items:center;gap:8px}\n  .mobile-header-icons a{position:relative;display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:rgba(255,255,255,.14);color:#fff;font-size:20px}\n  .mobile-header-icons a span{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#fde047;color:#4c1d95;font-size:10px;font-weight:900;display:grid;place-items:center}\n  .topbar .search{grid-column:1/-1!important;order:initial!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important}\n  .topbar .search input{height:46px!important;min-width:0!important;padding:0 14px!important;border-radius:13px 0 0 13px!important;font-size:14px!important}\n  .topbar .search button{height:46px!important;padding:0 19px!important;border-radius:0 13px 13px 0!important}\n  .main{padding-top:10px!important}\n  .responsive-market-banner{margin:8px 0 14px!important;border-radius:15px!important;box-shadow:0 10px 26px rgba(76,29,149,.14)!important}\n  .promo-banner-actions{display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:7px!important;padding:8px!important}\n  .promo-banner-actions .btn{min-width:0!important;padding:10px 5px!important;font-size:10.5px!important}\n  .free-first-message{margin:0 0 14px!important;padding:14px!important;border-radius:14px!important}\n  .free-first-message h2{font-size:19px!important;margin:5px 0!important}\n  .free-first-message p{font-size:12px!important;line-height:1.45!important}\n  .free-first-actions{gap:7px!important}\n  .free-first-actions .btn{padding:10px!important;font-size:11px!important}\n  .free-first-actions .outline{display:none!important}\n  .market-summary-row{display:flex!important;gap:8px!important;overflow-x:auto!important;margin:0 -12px 12px!important;padding:0 12px 5px!important;scrollbar-width:none}\n  .market-summary-row::-webkit-scrollbar{display:none}\n  .market-summary-row>div{flex:0 0 105px!important;padding:11px 7px!important;border-radius:13px!important}\n  .market-summary-row span{font-size:21px!important}\n  .market-summary-row strong{font-size:17px!important;margin:4px 0 2px!important}\n  .market-summary-row small{font-size:9px!important}\n  .section-title{font-size:19px!important;margin:15px 0 10px!important}\n  .catgrid{display:flex!important;gap:8px!important;overflow-x:auto!important;margin:0 -12px 8px!important;padding:0 12px 8px!important;scrollbar-width:none}\n  .catgrid::-webkit-scrollbar{display:none}\n  .cat{flex:0 0 82px!important;min-height:86px!important;padding:8px 5px!important;border-radius:12px!important;font-size:11px!important;box-shadow:none!important}\n  .ico{font-size:24px!important;padding:8px!important;margin-bottom:5px!important}\n  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}\n  .product-card{border-radius:10px!important;box-shadow:0 4px 14px rgba(15,23,42,.06)!important}\n  .product-img-wrap{height:155px!important}\n  .product-body{padding:9px!important}\n  .product-body h3{font-size:13px!important;line-height:1.3!important;min-height:34px!important;margin-bottom:5px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}\n  .price-small{font-size:16px!important}\n  .product-body small{font-size:9px!important}\n  .btn.full{padding:9px 5px!important;font-size:11px!important;margin-top:8px!important}\n}\n@media(max-width:380px){.product-img-wrap{height:140px!important}}\n