:root{
    --pasa-primary:#0ea5e9;
    --pasa-primary-dark:#0369a1;
    --pasa-navy:#082f49;
    --pasa-soft:#f0f9ff;
    --pasa-line:rgba(148,163,184,.22);
    --pasa-elevated:0 24px 65px rgba(3,105,161,.13);
}

body{
    background:
        radial-gradient(circle at 6% 7%,rgba(56,189,248,.10),transparent 22rem),
        radial-gradient(circle at 95% 34%,rgba(14,165,233,.07),transparent 28rem),
        #f7fafc;
    padding-bottom:0;
    min-height:100vh;
    display:flex;
    flex-direction:column;
}
body>main{flex:1}

.site-footer{margin-top:64px;border-top:1px solid #dbe7ef;background:linear-gradient(145deg,#082f49,#075985);color:#e0f2fe}
.site-footer-inner{width:min(1160px,calc(100% - 40px));margin:auto;padding:52px 0 38px;display:grid;grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(130px,.65fr));gap:46px}
.footer-about{max-width:390px}.footer-brand{width:max-content;color:#fff}.footer-brand span{box-shadow:0 10px 24px rgba(14,165,233,.3)}.footer-about p{margin:18px 0 0;color:#bae6fd;font-size:13px;line-height:1.75}
.site-footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.site-footer nav strong{margin-bottom:4px;color:#fff;font-size:13px}.site-footer nav a{color:#bae6fd;font-size:12px;transition:color .2s,transform .2s}.site-footer nav a:hover{color:#fff;transform:translateX(3px)}
.site-footer .footer-partner-actions .footer-partner-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:1px solid rgba(186,230,253,.4);border-radius:10px;background:rgba(255,255,255,.09);color:#fff;font-size:10px;font-weight:850}.site-footer .footer-partner-actions .footer-partner-button:hover{transform:translateY(-2px);border-color:#7dd3fc;background:#0ea5e9}
.site-footer-bottom{width:min(1160px,calc(100% - 40px));margin:auto;padding:18px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(186,230,253,.18);color:#7dd3fc;font-size:10px}

.marketplace-header{
    background:rgba(255,255,255,.88);
    border-bottom-color:rgba(203,213,225,.7);
    box-shadow:0 8px 28px rgba(15,23,42,.045);
    backdrop-filter:blur(18px) saturate(150%);
}
.marketplace-brand span{position:relative;overflow:hidden;background:linear-gradient(145deg,#38bdf8,#0284c7)}
.marketplace-brand span::after{content:"";position:absolute;inset:-50%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.5),transparent 65%);transform:translateX(-70%) rotate(12deg);animation:brand-shine 5s ease-in-out infinite}
.header-search{border-color:#dce8f2;background:rgba(248,250,252,.9);transition:border-color .2s,box-shadow .2s,background .2s}
.header-search:focus-within{border-color:#7dd3fc;background:#fff;box-shadow:0 0 0 4px rgba(14,165,233,.10),0 12px 30px rgba(3,105,161,.08)}
.header-search button{background:linear-gradient(135deg,#0ea5e9,#0284c7);transition:filter .2s,transform .2s}
.header-search button:hover{filter:brightness(1.06)}
.marketplace-actions a{border-radius:11px;transition:background .2s,color .2s,transform .2s}
.marketplace-actions a:hover{background:#e0f2fe;color:#0284c7;transform:translateY(-1px)}

.market-hero{
    isolation:isolate;
    border:1px solid rgba(255,255,255,.23);
    background:linear-gradient(122deg,#057dbd 0%,#079ed8 48%,#2db9ed 100%);
    box-shadow:0 30px 80px rgba(3,105,161,.2),inset 0 1px rgba(255,255,255,.28);
}
.market-hero::before{content:"";position:absolute;z-index:-1;width:520px;height:520px;right:-180px;top:-270px;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(2px)}
.market-hero::after{content:"";position:absolute;z-index:-1;width:420px;height:420px;left:24%;bottom:-360px;border-radius:50%;background:#7dd3fc;filter:blur(75px);opacity:.32}
.market-kicker{display:inline-flex;align-items:center;gap:9px}
.market-kicker::before{content:"";width:26px;height:2px;border-radius:2px;background:#fde047}
.market-hero h1{text-shadow:0 3px 26px rgba(3,105,161,.15)}
.market-hero h1 span{background:linear-gradient(90deg,#c9f1ff,#7dd3fc);background-clip:text;-webkit-background-clip:text;color:transparent}
.market-hero-cta{position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}
.market-hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(3,77,119,.24)}
.market-hero-cta span{transition:transform .2s}
.market-hero-cta:hover span{transform:translateX(4px)}
.parcel{animation:parcel-float 5.4s ease-in-out infinite;box-shadow:0 26px 45px rgba(3,77,119,.25)}
.float-badge{animation:badge-float 4.5s ease-in-out infinite}
.badge-star{animation-delay:-1.4s}.badge-check{animation-delay:-2.7s}
.orbit-one{animation:orbit-pulse 5s ease-in-out infinite}.orbit-two{animation:orbit-pulse 5s ease-in-out -2s infinite}
.hero-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.hero-trust span{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:99px;background:rgba(255,255,255,.1);font-size:11px;font-weight:700;color:#f0f9ff;backdrop-filter:blur(8px)}
.hero-trust i{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#dcfce7;color:#15803d;font-style:normal;font-size:10px}
.hero-popular{padding:9px 4px 0}
.hero-popular a{padding:5px 9px;border-radius:99px;background:#eaf7fd;transition:background .2s,color .2s}
.hero-popular a:hover{background:#bae6fd;color:#075985}

.content-section{position:relative}
.section-heading h2{letter-spacing:-.025em;color:#0f2940}
.section-heading>a{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border-radius:10px;transition:background .2s}
.section-heading>a:hover{background:#e0f2fe}
.category-card{border-color:rgba(203,213,225,.7);box-shadow:0 10px 30px rgba(15,23,42,.045)}
.category-card:hover{transform:translateY(-6px);border-color:#7dd3fc;box-shadow:0 20px 38px rgba(3,105,161,.12)}
.category-card .category-visual{box-shadow:inset 0 0 0 1px rgba(14,165,233,.05);transition:transform .25s,box-shadow .25s}
.category-card:hover .category-visual{transform:scale(1.07) rotate(-2deg);box-shadow:0 10px 22px rgba(14,165,233,.13)}
.public-product-card{border-color:rgba(203,213,225,.68);box-shadow:0 10px 30px rgba(15,23,42,.045)}
.public-product-card:hover{transform:translateY(-7px);border-color:#bae6fd;box-shadow:0 22px 46px rgba(3,105,161,.13)}
.product-card-image{overflow:hidden}
.product-card-image img{transition:transform .4s ease}
.public-product-card:hover .product-card-image img{transform:scale(1.055)}
.product-card-body strong{color:#0369a1}
.promo-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:linear-gradient(120deg,#075985,#0284c7 52%,#0ea5e9);box-shadow:var(--pasa-elevated)}
.promo-card::after{content:"";position:absolute;width:260px;height:260px;right:-90px;top:-170px;border:45px solid rgba(255,255,255,.08);border-radius:50%}
.promo-card>*{position:relative;z-index:1}
.promo-link{transition:transform .2s,box-shadow .2s}
.promo-link:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(3,77,119,.2)}

.form-card select,.form-card textarea{width:100%;border:1px solid #cbd5e1;border-radius:13px;padding:12px 13px;background:#fff;color:var(--ink);outline:0}.form-card select:focus,.form-card textarea:focus{border-color:var(--sky);box-shadow:0 0 0 3px #e0f2fe}
.region-data-note{margin:-3px 0 12px;padding:9px 11px;border-radius:10px;background:#f0f9ff;color:#0369a1;font-size:10px;line-height:1.45}
.location-picker{display:grid;grid-template-columns:1fr auto;align-items:center;gap:11px;margin:2px 0 14px;padding:15px;border:1px solid #bae6fd;border-radius:16px;background:linear-gradient(135deg,#f0f9ff,#fff)}
.location-picker>div{display:grid;gap:4px}.location-picker p{grid-column:1/-1;margin:0;color:#64748b;font-size:10px;line-height:1.5}.location-picker>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 12px;border:0;border-radius:11px;background:#0ea5e9;color:#fff;font-size:11px;font-weight:850;cursor:pointer}.location-picker>button:hover{background:#0284c7}.location-picker>button.loading{opacity:.7;cursor:wait}.location-picker>button:disabled{cursor:wait}.location-picker .location-status.success{color:#15803d}.location-picker .location-status.error{color:#b91c1c}
.saved-location-link{display:inline-flex;align-items:center;gap:5px;margin-top:7px;color:#0284c7;font-size:10px;font-weight:800}
.navigation-button{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:8px;padding:9px 12px;border-radius:10px;background:#0ea5e9;color:#fff;font-size:11px;font-weight:850;box-shadow:0 7px 16px rgba(14,165,233,.2)}
.navigation-button:hover{background:#0284c7}.navigation-actions{display:flex;flex-wrap:wrap;gap:7px}.navigation-button.map-app{background:#e0f2fe;color:#0369a1;box-shadow:none}.navigation-button.map-app:hover{background:#bae6fd}.gps-accuracy{display:block;margin-top:6px;color:#64748b!important;font-size:9px}.gps-missing{display:inline-block;margin-top:7px;padding:7px 9px;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:9px}
.store-limit-note{display:inline-flex;align-items:center;padding:10px 13px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:850}
.closure-warning{max-width:1120px;margin:18px auto;padding:15px 18px;border:1px solid #fdba74;border-radius:16px;background:#fff7ed;color:#9a3412}.closure-warning strong{font-size:14px}.closure-warning p{margin:6px 0 0;line-height:1.5}.seller-closure-warning{margin-left:auto;margin-right:auto}.closure-badge{display:inline-flex;align-items:center;width:max-content;padding:6px 9px;border-radius:999px;background:#ffedd5;color:#9a3412;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.danger-zone{border-color:#fecaca}.danger-eyebrow{color:#dc2626}.danger-zone>p{color:#64748b}.closure-reason{margin:13px 0;padding:13px;border-radius:13px;background:#f8fafc}.closure-reason p{margin:6px 0 0;color:#475569;line-height:1.55}.closure-request-form{display:grid;gap:12px}.closure-request-form label{display:grid;gap:7px;font-size:12px;font-weight:800}.closure-request-form textarea,.closure-review-card textarea{width:100%;min-height:90px;padding:12px;border:1px solid #cbd5e1;border-radius:12px}.decision-actions{display:flex;justify-content:flex-end;gap:8px}.decision-actions button{padding:10px 13px;border:0;border-radius:10px;font-weight:850}.decision-actions button:disabled{opacity:.45;cursor:not-allowed}.active-order-warning{padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:11px;font-weight:750}.closure-review-list{margin-bottom:32px}
.public-closure-warning{margin-top:24px;margin-bottom:0}.ordering-disabled{display:grid;gap:9px;margin:18px 0;padding:15px;border:1px solid #fdba74;border-radius:15px;background:#fff7ed}.ordering-disabled p{margin:0;color:#9a3412;font-size:12px}.store-closing-card{border-color:#fdba74}.card-closure-label{position:absolute;right:8px;bottom:8px;max-width:calc(100% - 16px);padding:5px 7px;border-radius:7px;background:#9a3412;color:#fff;font-size:8px;font-weight:900;text-transform:uppercase}.store-card-closing{border-color:#f2c98c;background:linear-gradient(135deg,#fff,#fff8ed)}.store-closing-summary{color:#9a3412!important;font-weight:750}

.bottom-nav{display:none}
.bottom-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Popup chat yang hanya dirender setelah pengguna login. */
.quick-chat{position:fixed;z-index:70;right:24px;bottom:24px;font-size:13px}
.quick-chat-launcher{position:relative;display:flex;align-items:center;gap:9px;height:54px;padding:0 19px;border:0;border-radius:18px;background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;box-shadow:0 18px 38px rgba(3,105,161,.28);cursor:pointer;transition:transform .2s,box-shadow .2s}
.quick-chat-launcher:hover{transform:translateY(-3px);box-shadow:0 23px 46px rgba(3,105,161,.35)}
.quick-chat-launcher svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.quick-chat-launcher b{font-size:14px}.quick-chat-launcher em{position:absolute;display:grid;place-items:center;min-width:21px;height:21px;right:-6px;top:-7px;padding:0 6px;border:2px solid #fff;border-radius:99px;background:#ef4444;color:#fff;font-size:10px;font-style:normal}
.launcher-pulse{position:absolute;width:12px;height:12px;right:2px;bottom:2px;border:3px solid #fff;border-radius:50%;background:#22c55e}
.quick-chat-panel{position:absolute;right:0;bottom:68px;width:min(380px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 120px));overflow:hidden;border:1px solid rgba(186,230,253,.9);border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.2);transform-origin:right bottom;animation:chat-in .22s ease-out}
.quick-chat-panel[hidden]{display:none}
.quick-chat-panel>header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:linear-gradient(135deg,#075985,#0ea5e9);color:#fff}
.quick-chat-panel>header>div{display:flex;align-items:center;gap:11px}.quick-chat-panel>header>div>span:last-child{display:grid;gap:3px}.quick-chat-panel>header strong{font-size:14px}.quick-chat-panel>header small{display:flex;align-items:center;gap:6px;color:#e0f2fe;font-size:10px}.quick-chat-panel>header small i{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.18)}
.quick-chat-panel>header>button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:10px;background:rgba(255,255,255,.12);color:#fff;font-size:22px;cursor:pointer}
.operator-avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:#fff;color:#0284c7;font-weight:900;box-shadow:0 7px 18px rgba(3,77,119,.2)}
.quick-chat-body{max-height:min(520px,calc(100vh - 255px));overflow:auto;padding:15px 16px;background:linear-gradient(#f8fcff,#fff)}
.quick-chat-greeting{margin:0 0 12px;color:#334155;font-weight:650}
.quick-chat-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:4px;border-radius:13px;background:#eaf6fc}
.quick-chat-tabs button{padding:8px 6px;border:0;border-radius:10px;background:transparent;color:#64748b;font-size:11px;font-weight:800;cursor:pointer}
.quick-chat-tabs button.active{background:#fff;color:#0369a1;box-shadow:0 4px 12px rgba(3,105,161,.1)}
.quick-chat-view{display:none;padding-top:12px}.quick-chat-view.active{display:grid;gap:8px}
.contact-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #e5eef5;border-radius:15px;background:#fff;transition:border-color .2s,box-shadow .2s}
.contact-card:hover{border-color:#bae6fd;box-shadow:0 9px 24px rgba(3,105,161,.08)}
.contact-card>div{min-width:0;display:grid;gap:3px}.contact-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#16344b}.contact-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:9px}
.contact-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e0f2fe;color:#0369a1;font-size:15px;font-weight:900}.contact-icon.support{background:linear-gradient(145deg,#38bdf8,#0284c7);color:#fff}.contact-icon.courier{background:#dcfce7;color:#15803d}
.contact-card form{margin:0}.contact-card form button{padding:8px 10px;border:0;border-radius:9px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:850;cursor:pointer}.contact-card form button:hover{background:#0ea5e9;color:#fff}
.quick-empty{margin:5px 0 0;padding:16px;border:1px dashed #bae6fd;border-radius:13px;background:#f0f9ff;color:#64748b;text-align:center;font-size:11px;line-height:1.55}
.recent-chat{display:grid;gap:7px;margin-top:14px;padding-top:13px;border-top:1px solid #e5eef5}.recent-chat>span{color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.recent-chat>a{position:relative;display:grid;gap:3px;padding:9px 34px 9px 10px;border-radius:11px;background:#f8fafc}.recent-chat>a:hover{background:#eef9fe}.recent-chat b,.recent-chat small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-chat b{font-size:11px;color:#1e3a4c}.recent-chat small{font-size:9px;color:#64748b}.recent-chat em{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:#0ea5e9;color:#fff;font-size:9px;font-style:normal}
.quick-chat-panel>footer{padding:12px 16px;border-top:1px solid #e5eef5;background:#fff;text-align:center}.quick-chat-panel>footer a{display:flex;align-items:center;justify-content:center;gap:8px;color:#0369a1;font-size:11px;font-weight:850}.quick-chat-panel>footer a span{transition:transform .2s}.quick-chat-panel>footer a:hover span{transform:translateX(4px)}

@keyframes brand-shine{0%,72%,100%{transform:translateX(-75%) rotate(12deg)}84%{transform:translateX(75%) rotate(12deg)}}
@keyframes parcel-float{0%,100%{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(-12px) rotate(-4deg)}}
@keyframes badge-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes orbit-pulse{0%,100%{opacity:.7;transform:rotate(18deg) scale(1)}50%{opacity:1;transform:rotate(18deg) scale(1.025)}}
@keyframes chat-in{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}

@media(max-width:700px){
    body{padding-bottom:84px}
    .bottom-nav{display:grid}
    .site-footer{display:none}
    .desktop-cart-action{display:none!important}
    .marketplace-header{backdrop-filter:blur(18px) saturate(150%)}
    .market-hero{min-height:500px;padding-top:34px;box-shadow:0 22px 50px rgba(3,105,161,.17)}
    .market-hero h1{font-size:clamp(41px,12vw,52px)}
    .hero-trust{max-width:250px;margin-top:18px}.hero-trust span{font-size:9px;padding:6px 8px}
    .quick-chat{right:14px;bottom:87px}
    .quick-chat-launcher{height:50px;padding:0 15px;border-radius:16px}.quick-chat-launcher b{display:none}
    .quick-chat-panel{right:0;bottom:62px;width:calc(100vw - 28px);max-height:calc(100vh - 175px);border-radius:21px}
    .quick-chat-body{max-height:calc(100vh - 310px)}
    .location-picker{grid-template-columns:1fr}.location-picker>button{width:100%}
}

.store-manage-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.store-manage-actions .primary-button,.store-manage-actions .secondary-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:40px;margin:0;padding:9px 15px;border-radius:12px;font-size:12px;font-weight:850}.store-manage-actions .secondary-button{border:1px solid #bae6fd;background:#fff;color:#0369a1}@media(max-width:640px){.store-manage-hero{position:relative;align-items:flex-start}.store-manage-hero .store-status{position:absolute;right:20px;top:38px}.store-manage-actions{display:grid;grid-template-columns:1fr 1fr}.store-manage-actions a:last-child{grid-column:1/-1}}
.profile-role-shortcuts{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:14px}.profile-role-shortcuts .seller-shortcut{margin-top:0}.partner-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 16px;border:1px solid #0284c7;border-radius:13px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(2,132,199,.2);transition:transform .2s,box-shadow .2s}.partner-cta-button.courier{border-color:#0369a1;background:linear-gradient(135deg,#0284c7,#075985)}.partner-cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(2,132,199,.28)}.partner-cta-button span{font-size:16px;transition:transform .2s}.partner-cta-button:hover span{transform:translateX(3px)}@media(max-width:600px){.profile-role-shortcuts{display:grid}.partner-cta-button{width:100%}}

.product-manage-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.product-manage-actions .primary-button,.product-manage-actions .secondary-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:40px;margin:0;padding:9px 15px;border-radius:12px;font-size:12px}.edit-product-preview{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #dbeafe;border-radius:14px;background:#f8fafc}.edit-product-preview img{width:88px;height:88px;object-fit:cover;border-radius:12px}.edit-product-preview span{font-size:12px;font-weight:800;color:#475569}.product-cancel-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;text-align:center}@media(max-width:640px){.product-manage-head{grid-template-columns:1fr}.product-manage-head>div:first-child{justify-self:center}.product-manage-actions{display:grid;grid-template-columns:1fr 1fr}.product-actions{display:grid}.product-actions>*{width:100%}}

.edit-product-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.edit-product-image{position:relative!important;display:grid!important;gap:7px!important;margin:0!important;padding:8px;border:1px solid #dbeafe;border-radius:14px;background:#f8fafc}.edit-product-image img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.edit-product-image>span:not(.remove-image-check){font-size:10px;font-weight:850;color:#475569}.remove-image-check{display:flex;align-items:center;gap:6px;color:#b91c1c;font-size:11px}.remove-image-check input{width:16px!important}.product-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.product-thumbnail{padding:3px;border:2px solid transparent;border-radius:12px;background:#fff;cursor:pointer}.product-thumbnail.active{border-color:#0ea5e9}.product-thumbnail img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}@media(max-width:640px){.product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.product-thumbnail{padding:2px}}
.product-image-count{display:block;margin-top:6px;color:#64748b;font-weight:700}.product-image-count.is-invalid{color:#b91c1c}
.courier-application-form input[type=file]{padding:10px;background:#f8fafc}.courier-application-form label>small{color:#64748b;font-size:10px;font-weight:600}.courier-application-status{display:grid;grid-template-columns:150px 1fr;align-items:start;gap:22px}.courier-face-photo{width:150px;aspect-ratio:3/4;object-fit:cover;border:1px solid #dbeafe;border-radius:16px;background:#f0f9ff}.courier-face-photo.admin-photo{float:left;width:110px;margin:0 18px 12px 0}.courier-review-card{overflow:hidden}@media(max-width:600px){.courier-application-status{grid-template-columns:1fr}.courier-face-photo{width:130px}.courier-face-photo.admin-photo{float:none;margin:0 0 14px}}
.courier-photo-preview{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid #bae6fd;border-radius:15px;background:#f0f9ff}.courier-photo-preview[hidden]{display:none}.courier-photo-preview img{display:block;width:82px;aspect-ratio:3/4;object-fit:cover;border-radius:11px;background:#e0f2fe}.courier-photo-preview img:not([src]){opacity:.35}.courier-photo-preview div{display:grid;gap:5px}.courier-photo-preview strong{color:#16344b;font-size:12px}.courier-photo-preview p{margin:0;color:#64748b;font-size:11px}.courier-photo-preview[data-state=uploading]{opacity:.75}.courier-photo-preview[data-state=success]{border-color:#86efac;background:#f0fdf4}.courier-photo-preview[data-state=success] p{color:#15803d}.courier-photo-preview[data-state=error]{border-color:#fecaca;background:#fef2f2}.courier-photo-preview[data-state=error] p{color:#b91c1c}
.payment-picker{margin-top:18px}.payment-picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.payment-picker-head h2{margin:0}.payment-picker-head>span{padding:7px 10px;border-radius:99px;background:#dcfce7;color:#166534;font-size:9px;font-weight:850}.modern-payment-methods{gap:12px}.modern-payment-methods .payment-option{display:grid;gap:10px;padding:14px;border:1px solid #e2e8f0;border-radius:17px;background:#fff;transition:border-color .2s,box-shadow .2s}.modern-payment-methods .payment-option:hover{border-color:#7dd3fc;box-shadow:0 10px 25px rgba(2,132,199,.09)}.modern-payment-methods .payment-option>button{padding:0;border:0;background:transparent}.modern-payment-methods .payment-option>button:disabled{opacity:.48;cursor:not-allowed}.modern-payment-methods .payment-option-copy,.modern-payment-methods .payment-option>button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;text-align:left}.modern-payment-methods .payment-option span span{display:grid;gap:4px}.modern-payment-methods select{width:100%;padding:11px;border:1px solid #cbd5e1;border-radius:11px;background:#f8fafc}.bank-option>button{display:flex!important;justify-content:space-between!important;padding:11px 13px!important;border-radius:11px!important;background:#e0f2fe!important;color:#0369a1!important;font-weight:850}.payment-brand-icon{display:grid!important;place-items:center;width:45px;height:45px;border-radius:14px;color:#fff;font-size:10px;font-weight:950}.payment-brand-icon.bank{background:linear-gradient(145deg,#1d4ed8,#0ea5e9)}.payment-brand-icon.qris{background:#111827}.payment-brand-icon.pasa{background:linear-gradient(145deg,#38bdf8,#0284c7);font-size:20px}.payment-instruction-card{display:grid;grid-template-columns:auto 1fr;gap:13px;border-style:solid}.copyable-payment-code{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0;padding:11px 12px;border-radius:11px;background:#fff}.copyable-payment-code b{font-size:18px;letter-spacing:.06em}.copyable-payment-code button{padding:7px 10px;border:0;border-radius:8px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:850}.payment-instruction-card small{color:#64748b}.qris-payment{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;margin-top:18px;padding:20px;border:1px solid #dbeafe;border-radius:18px;background:#f8fcff}.qris-code{display:grid;grid-template-columns:repeat(15,1fr);width:220px;aspect-ratio:1;padding:13px;gap:1px;border:8px solid #fff;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12)}.qris-code i{background:#fff}.qris-code i.on{background:#111827}.qris-payment>div:last-child{display:grid;gap:8px}.qris-payment h3,.qris-payment p{margin:0}.qris-payment small{color:#64748b}.qris-payment em{padding:8px;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:9px}.qris-label{width:max-content;padding:5px 9px;border-radius:6px;background:#111827;color:#fff;font-size:10px;font-weight:950}.qris-simulate-button{padding:10px 13px;border:0;border-radius:10px;background:#0ea5e9;color:#fff;font-weight:850}.payment-success-note{margin-top:16px;padding:15px;border-radius:14px;background:#f0fdf4;color:#166534}.payment-success-note p{margin-bottom:0}.payment-security{display:grid!important;gap:7px!important;margin-top:14px;padding-top:13px;border-top:1px dashed #cbd5e1!important}.payment-security span{color:#15803d;font-size:10px;font-weight:750}@media(max-width:650px){.payment-picker-head{align-items:flex-start}.qris-payment{grid-template-columns:1fr}.qris-code{width:min(220px,100%);justify-self:center}.payment-instruction-card{grid-template-columns:1fr}.copyable-payment-code b{font-size:14px}}
.buyer-dashboard-hero,.buyer-dashboard-shell{width:min(1120px,calc(100% - 40px));margin:auto}.buyer-dashboard-hero{display:grid;grid-template-columns:1fr 330px;align-items:center;gap:28px;padding:42px 0 25px}.buyer-dashboard-hero h1{margin-bottom:10px}.buyer-dashboard-hero>div>p:last-of-type{color:#64748b}.buyer-hero-actions{display:flex;gap:9px;margin-top:18px}.buyer-hero-actions .primary-button{margin:0}.buyer-outline-button{display:inline-flex;align-items:center;padding:11px 16px;border:1px solid #bae6fd;border-radius:13px;background:#fff;color:#0369a1;font-size:12px;font-weight:850}.buyer-wallet-card{position:relative;overflow:hidden;display:grid;gap:6px;padding:24px;border-radius:24px;background:linear-gradient(135deg,#075985,#0ea5e9);color:#fff;box-shadow:0 18px 38px rgba(3,105,161,.22)}.buyer-wallet-card:after{content:"P";position:absolute;right:18px;top:4px;color:rgba(255,255,255,.1);font-size:110px;font-weight:950}.buyer-wallet-card>*{position:relative;z-index:1}.buyer-wallet-card>span,.buyer-wallet-card>small{color:#bae6fd}.buyer-wallet-card>strong{font-size:28px}.buyer-wallet-card>div{display:flex;gap:8px;margin-top:9px}.buyer-wallet-card a{padding:7px 10px;border-radius:9px;background:rgba(255,255,255,.14);font-size:10px;font-weight:800}.buyer-dashboard-shell{padding-bottom:55px}.buyer-quick-menu{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:15px}.buyer-quick-menu>a{display:grid;place-items:center;gap:8px;padding:15px 8px;border:1px solid #e2e8f0;border-radius:17px;background:#fff;box-shadow:0 5px 16px rgba(15,23,42,.04)}.buyer-quick-menu i{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e0f2fe;color:#0369a1;font-size:20px;font-style:normal}.buyer-quick-menu i b{position:absolute;right:-6px;top:-7px;min-width:18px;padding:3px;border:2px solid #fff;border-radius:99px;background:#ef4444;color:#fff;font-size:8px;text-align:center}.buyer-quick-menu span{font-size:10px;font-weight:800}.buyer-quick-menu small{color:#0284c7}.buyer-order-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:18px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.buyer-order-tabs a{display:grid;gap:4px;padding:13px;text-align:center;color:#64748b;font-size:10px;font-weight:750}.buyer-order-tabs a+a{border-left:1px solid #e2e8f0}.buyer-order-tabs span{color:#0f172a;font-size:18px;font-weight:900}.buyer-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.buyer-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.buyer-section-head h2{margin:0}.buyer-section-head>span{color:#64748b;font-size:10px}.buyer-order-card{padding:16px 0;border-bottom:1px solid #e2e8f0}.buyer-order-top,.buyer-order-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px}.buyer-order-top>span,.buyer-order-bottom>span{display:grid;gap:5px}.buyer-order-top small,.buyer-order-bottom small{color:#64748b;font-size:9px}.buyer-order-status{padding:6px 9px;border-radius:99px;background:#f1f5f9;color:#475569;font-size:9px;font-style:normal;font-weight:850}.buyer-order-status.pending_payment{background:#fef3c7;color:#92400e}.buyer-order-status.shipped{background:#dbeafe;color:#1d4ed8}.buyer-order-status.completed{background:#dcfce7;color:#166534}.buyer-order-bottom{margin-top:13px}.buyer-order-bottom>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.buyer-order-bottom a{padding:8px 10px;border:1px solid #bae6fd;border-radius:9px;color:#0369a1;font-size:9px;font-weight:850}.buyer-order-bottom .buyer-pay-button{border-color:#0ea5e9;background:#0ea5e9;color:#fff}.buyer-dashboard-side{display:grid;gap:18px}.buyer-summary-card h2{margin:3px 0;font-size:25px}.buyer-summary-card>span{color:#64748b;font-size:10px}.buyer-summary-card>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.buyer-summary-card>div span{display:grid;gap:4px;padding:10px;border-radius:11px;background:#f0f9ff;color:#64748b;font-size:9px}.buyer-summary-card>div b{color:#0369a1;font-size:17px}.buyer-wallet-history>div:not(.buyer-section-head){display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #e2e8f0}.buyer-wallet-history span{display:grid;gap:3px}.buyer-wallet-history small{color:#64748b;font-size:8px;line-height:1.5}.buyer-wallet-history strong{font-size:10px}.buyer-wallet-history .credit{color:#15803d}.buyer-wallet-history .debit{color:#b91c1c}.buyer-partner-card p{color:#64748b;font-size:11px;line-height:1.5}.buyer-partner-card a{display:flex;justify-content:center;margin-top:8px;padding:10px;border-radius:10px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:850}.buyer-empty{display:grid;justify-items:center;padding:35px;text-align:center}.buyer-empty>span{font-size:38px}.buyer-empty .primary-button{margin-bottom:0}@media(max-width:800px){.buyer-dashboard-hero{grid-template-columns:1fr}.buyer-dashboard-grid{grid-template-columns:1fr}.buyer-quick-menu{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.buyer-dashboard-hero,.buyer-dashboard-shell{width:min(100% - 24px,1120px)}.buyer-dashboard-hero{padding-top:25px}.buyer-order-tabs a{padding:10px 4px;font-size:8px}.buyer-order-top,.buyer-order-bottom{align-items:flex-start}.buyer-order-bottom{display:grid}.buyer-order-bottom>div{justify-content:flex-start}.buyer-hero-actions>*{flex:1;justify-content:center}}

.dashboard-header-action{width:auto!important;height:auto!important;padding:9px 13px!important;border-radius:11px!important;background:#e0f2fe!important;color:#0369a1!important;font-size:10px!important;font-weight:900!important;white-space:nowrap}.dashboard-header-action:hover{background:#0ea5e9!important;color:#fff!important}@media(max-width:900px){.dashboard-header-action{display:none!important}}
.courier-dashboard-hero,.courier-dashboard-shell{width:min(1120px,calc(100% - 40px));margin:auto}.courier-dashboard-hero{display:grid;grid-template-columns:1fr 340px;align-items:center;gap:24px;padding:40px 0 24px}.courier-dashboard-hero h1{margin-bottom:9px}.courier-dashboard-hero>div>p:last-of-type{color:#64748b}.courier-hero-links{display:flex;gap:8px;margin-top:17px}.courier-hero-links a{padding:10px 13px;border-radius:11px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:850}.courier-earning-card{display:grid;gap:6px;padding:22px;border-radius:22px;background:linear-gradient(140deg,#082f49,#0284c7);color:#fff;box-shadow:0 18px 38px rgba(3,105,161,.22)}.courier-earning-card>span,.courier-earning-card>small{color:#bae6fd}.courier-earning-card>strong{font-size:27px}.courier-earning-card form{margin-top:10px}.courier-earning-card button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;border:0;border-radius:10px;color:#fff;font-size:10px;font-weight:850;cursor:pointer}.courier-earning-card button.online{background:#16a34a}.courier-earning-card button.offline{background:#f59e0b}.courier-earning-card button i{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.2)}.courier-dashboard-shell{padding-bottom:55px}.courier-dashboard-menu{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-bottom:16px}.courier-dashboard-menu a{display:flex;align-items:center;gap:9px;min-width:0;padding:13px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.courier-dashboard-menu i{flex:0 0 auto;display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:#e0f2fe;color:#0369a1;font-size:13px;font-style:normal;font-weight:900}.courier-dashboard-menu span{min-width:0;display:grid;gap:3px;font-size:10px;font-weight:850}.courier-dashboard-menu small{overflow:hidden;color:#64748b;font-size:8px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.courier-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.courier-stat-grid article{display:grid;gap:5px;padding:15px;border-radius:15px;background:#fff;border:1px solid #e2e8f0}.courier-stat-grid span{color:#64748b;font-size:9px}.courier-stat-grid b{color:#075985;font-size:21px}.courier-dashboard-tasks{padding:20px;border:1px solid #e2e8f0;border-radius:22px;background:#f8fcff}.courier-dashboard-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.courier-dashboard-title h2{margin:0}.courier-dashboard-title>span{padding:6px 9px;border-radius:99px;background:#e0f2fe;color:#0369a1;font-size:9px;font-weight:850}.courier-dashboard-tasks .courier-task{margin-bottom:14px}.courier-history-panel{margin-top:18px}.courier-history-panel>article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e2e8f0}.courier-history-panel article>span{display:grid;gap:4px}.courier-history-panel small{color:#64748b;font-size:9px}.courier-history-panel article>span:last-child{justify-items:end}.courier-history-panel article strong{color:#15803d;font-size:10px}.courier-dashboard-bottom{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.courier-dashboard-bottom h2{margin:0}.courier-dashboard-bottom p{color:#64748b;font-size:11px;line-height:1.55}.courier-dashboard-bottom a{color:#0369a1;font-size:11px;font-weight:850}@media(max-width:900px){.courier-dashboard-menu{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.courier-dashboard-hero{grid-template-columns:1fr}.courier-stat-grid{grid-template-columns:1fr 1fr}.courier-dashboard-bottom{grid-template-columns:1fr}.courier-dashboard-menu a{display:grid;justify-items:center;text-align:center}.courier-dashboard-menu small{max-width:100%}}@media(max-width:480px){.courier-dashboard-hero,.courier-dashboard-shell{width:calc(100% - 24px)}.courier-dashboard-menu{grid-template-columns:repeat(2,1fr)}.courier-dashboard-tasks{padding:12px}.courier-history-panel>article{align-items:flex-start}}

.buyer-order-product{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:start;gap:14px}.buyer-order-product>img,.buyer-order-placeholder{display:grid;place-items:center;width:82px;height:82px;border:1px solid #dbeafe;border-radius:13px;background:#e0f2fe;object-fit:cover}.buyer-order-placeholder{color:#0369a1;font-size:25px;font-weight:950}.buyer-order-product>div{min-width:0}.buyer-order-product-name{margin:9px 0 0;color:#334155;font-size:11px;font-weight:800}.buyer-order-product-name small{color:#64748b;font-size:9px;font-weight:600}@media(max-width:520px){.buyer-order-product{grid-template-columns:66px minmax(0,1fr);gap:10px}.buyer-order-product>img,.buyer-order-placeholder{width:66px;height:66px}.buyer-order-product-name{margin-top:7px}}

.seller-order-products{display:grid;gap:8px;margin:15px 0;padding:12px;border-radius:15px;background:#f8fafc}.seller-order-product{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.seller-order-product:last-child{padding-bottom:0;border-bottom:0}.seller-order-product img,.seller-product-placeholder{display:grid;place-items:center;width:58px;height:58px;border:1px solid #dbeafe;border-radius:11px;background:#e0f2fe;object-fit:cover}.seller-product-placeholder{color:#0369a1;font-size:20px;font-weight:950}.seller-order-product>span{min-width:0;display:grid;gap:4px}.seller-order-product strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.seller-order-product small{color:#64748b;font-size:9px}.seller-order-product>b{font-size:10px}.seller-order-card .order-costs{margin-top:10px}@media(max-width:520px){.seller-order-product{grid-template-columns:50px minmax(0,1fr)}.seller-order-product img,.seller-product-placeholder{width:50px;height:50px}.seller-order-product>b{grid-column:2}.seller-order-head{align-items:flex-start}}
.seller-payment-settings{max-width:1120px;margin:0 auto;padding:0 20px 12px}.seller-payment-settings .panel{padding:22px}.payment-setting-intro{max-width:760px;color:#64748b;font-size:13px;line-height:1.6}.payment-store-settings{display:grid;gap:10px;margin-top:16px}.payment-store-settings form{display:grid;grid-template-columns:minmax(0,1fr) 210px auto;align-items:center;gap:12px;padding:13px;border:1px solid #dbeafe;border-radius:15px;background:#f8fbff}.payment-store-settings form>div{display:grid;gap:4px}.payment-store-settings small{color:#64748b}.payment-store-settings select{min-height:42px;border:1px solid #bfdbfe;border-radius:11px;padding:0 11px;background:#fff}.payment-store-settings button{min-height:42px;border:0;border-radius:11px;padding:0 18px;background:#0ea5e9;color:#fff;font-weight:850}.payment-mode-notes{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:13px;color:#64748b;font-size:11px}.seller-payment-awaiting{flex:1 0 100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid #fde68a;border-radius:14px;background:#fffbeb}.seller-payment-awaiting>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fef3c7;color:#a16207;font-weight:950}.seller-payment-awaiting>div{display:grid;gap:3px}.seller-payment-awaiting small{color:#78716c}.store-status.awaiting_seller_confirmation{background:#fef3c7;color:#92400e}@media(max-width:700px){.payment-store-settings form{grid-template-columns:1fr}.seller-payment-awaiting{grid-template-columns:36px 1fr}.seller-payment-awaiting form{grid-column:1/-1}.seller-payment-awaiting button{width:100%}}

.shipment-reference{padding:8px 10px;border-radius:9px;background:#e0f2fe;color:#0369a1;font-size:9px;font-weight:850}.courier-assignment-state{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc}.courier-assignment-state>span:not(.courier-state-dot){display:grid;gap:3px}.courier-assignment-state strong{font-size:10px}.courier-assignment-state small{color:#64748b;font-size:8px}.courier-assignment-state.unassigned{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.courier-assignment-state.waiting{border-color:#fde68a;background:#fffbeb;color:#92400e}.courier-assignment-state.accepted{border-color:#86efac;background:#f0fdf4;color:#166534}.courier-assignment-state.transit{border-color:#bae6fd;background:#f0f9ff;color:#0369a1}.courier-state-dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.14)}.courier-assignment-state.accepted .courier-state-dot{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.14)}.courier-assignment-form{display:flex;align-items:center;gap:8px}.courier-assignment-form select{min-width:220px;padding:10px;border:1px solid #cbd5e1;border-radius:10px;background:#fff}.courier-assignment-form button{padding:10px 12px;border:0;border-radius:10px;background:#0ea5e9;color:#fff;font-weight:850}.reassign-courier{position:relative}.reassign-courier summary{padding:9px 11px;border:1px solid #bae6fd;border-radius:10px;color:#0369a1;font-size:9px;font-weight:850;cursor:pointer}.reassign-courier[open]{width:100%}.reassign-courier[open] summary{width:max-content;margin-bottom:8px}.reassign-courier .courier-assignment-form{padding:10px;border-radius:11px;background:#f8fafc}@media(max-width:650px){.courier-assignment-state,.courier-assignment-form{width:100%}.courier-assignment-form{display:grid}.courier-assignment-form select{min-width:0;width:100%}}

.buyer-partner-card .partner-dashboard-link{align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 8px 18px rgba(2,132,199,.16)}.buyer-partner-card .partner-dashboard-link.courier{background:linear-gradient(135deg,#075985,#0ea5e9)}.buyer-partner-card .partner-dashboard-link span{font-size:15px}.buyer-partner-card .partner-status-link{align-items:center;justify-content:space-between;background:#fff7ed;color:#9a3412}.buyer-partner-card .partner-status-link small{padding:4px 6px;border-radius:99px;background:#ffedd5;font-size:7px;font-weight:900;text-transform:uppercase}

.buyer-delivery-otp{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;margin:16px 0;padding:18px;border:1px solid #86efac;border-radius:17px;background:linear-gradient(135deg,#f0fdf4,#fff)}.buyer-delivery-otp h3{margin:0;color:#14532d;font-size:15px}.buyer-delivery-otp>div>p:last-child{margin-bottom:0;color:#64748b;font-size:10px}.delivery-otp-code{display:grid;justify-items:center;gap:8px;padding:13px;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(22,101,52,.09)}.delivery-otp-code strong{color:#166534;font-size:29px;letter-spacing:.18em}.delivery-otp-code button{padding:7px 10px;border:0;border-radius:8px;background:#dcfce7;color:#166534;font-size:9px;font-weight:850}.otp-waiting-note{display:grid;gap:4px;margin:14px 0;padding:12px;border:1px solid #bae6fd;border-radius:12px;background:#f0f9ff;color:#0369a1}.otp-waiting-note span{color:#64748b;font-size:9px}@media(max-width:600px){.buyer-delivery-otp{grid-template-columns:1fr}.delivery-otp-code{justify-items:stretch;text-align:center}}

@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.buyer-admin-hub{margin-bottom:18px;padding:22px;border:1px solid #bae6fd;border-radius:24px;background:linear-gradient(145deg,#fff,#f0f9ff);box-shadow:0 12px 30px rgba(3,105,161,.08)}.buyer-admin-hub>.buyer-section-head{align-items:flex-end}.buyer-admin-hub>.buyer-section-head p:last-child{margin:5px 0 0;color:#64748b;font-size:12px}.buyer-admin-hub>.buyer-section-head>a{padding:9px 12px;border-radius:10px;background:#0369a1;color:#fff;font-size:10px;font-weight:850}.buyer-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.buyer-admin-grid>a{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:11px;border:1px solid #dbeafe;border-radius:14px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.buyer-admin-grid>a:hover{transform:translateY(-2px);border-color:#38bdf8;box-shadow:0 8px 18px rgba(14,165,233,.12)}.buyer-admin-grid i{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e0f2fe;color:#0369a1;font-size:11px;font-style:normal;font-weight:950}.buyer-admin-grid span{min-width:0;display:grid;gap:3px}.buyer-admin-grid strong{font-size:11px}.buyer-admin-grid small{overflow:hidden;color:#64748b;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.buyer-admin-grid>a>b{color:#0ea5e9}@media(max-width:800px){.buyer-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.buyer-admin-hub{padding:15px}.buyer-admin-hub>.buyer-section-head{display:grid;gap:10px}.buyer-admin-hub>.buyer-section-head>a{text-align:center}.buyer-admin-grid{grid-template-columns:1fr}}
.role-access-hub{border-color:#e2e8f0;background:#fff}.seller-role-hub{border-color:#bae6fd;background:linear-gradient(145deg,#fff,#f0f9ff)}.courier-role-hub{border-color:#bbf7d0;background:linear-gradient(145deg,#fff,#f0fdf4)}
.checkout-address-required{display:grid;gap:7px;padding:15px;border:1px solid #fcd34d;border-radius:14px;background:#fffbeb;color:#78350f}.checkout-address-required p{margin:0;color:#92400e;font-size:11px;line-height:1.5}.checkout-address-required a{width:max-content;margin-top:3px;padding:9px 11px;border-radius:9px;background:#f59e0b;color:#fff;font-size:10px;font-weight:850}.checkout-add-address-button{display:block;text-align:center;background:#f59e0b!important}
.finance-product-preview{display:flex;align-items:center;gap:10px;padding:10px;border-radius:13px;background:#f8fafc}.finance-product-preview img,.finance-product-preview>span{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border:1px solid #dbeafe;border-radius:11px;background:#e0f2fe;color:#0369a1;object-fit:cover;font-size:20px;font-weight:950}.finance-product-preview>div{min-width:0;display:grid;gap:4px}.finance-product-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.finance-product-preview small{color:#64748b;font-size:9px}.finance-review-item{gap:10px!important}.finance-product-preview.compact{padding:0;background:transparent}.finance-product-preview.compact img,.finance-product-preview.compact>span{flex-basis:46px;width:46px;height:46px}.finance-recon-list>div{grid-template-columns:minmax(150px,1.4fr) 1fr auto auto!important}.finance-recon-list .finance-product-preview+span{min-width:0}@media(max-width:700px){.finance-recon-list>div{grid-template-columns:1fr auto!important}.finance-recon-list .finance-product-preview{grid-column:1/-1}.finance-recon-list>div>span:nth-last-child(2){grid-column:1}.finance-recon-list>div>span:last-child{grid-column:2;grid-row:2}}
.report-export-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.report-export-card>div:first-child h2{margin:0}.report-format-badge{padding:6px 8px;border-radius:8px;background:#dcfce7;color:#166534;font-size:9px;font-weight:900}.report-csv-button{padding:10px;border:1px solid #bae6fd;border-radius:10px;background:#fff;color:#0369a1;font-weight:800}
