:root{--navy:#0b2d59;--navy2:#0d3a73;--blue:#156bd1;--blue2:#3196f3;--sky:#8bdcff;--skysoft:#e9f7ff;--ice:#f4fbff;--text:#102a43;--muted:#647f96;--line:#d8e9f5;--white:#fff;--green:#169d6c;--orange:#bd7100;--red:#cb4545;--shadow:0 16px 48px rgba(14,58,115,.12);--radius:18px;--small:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ice);color:var(--text);font:16px/1.5 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,.disabled{opacity:.5;pointer-events:none}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.top-note{background:var(--navy);color:#d4edfc;font-size:12px}.top-note .container{min-height:33px;display:flex;align-items:center;justify-content:space-between;gap:12px}.top-note b{color:white}.secure-copy{color:var(--sky)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(188,217,236,.8);backdrop-filter:blur(18px)}.header-inner{height:76px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,var(--sky),#48baf5 55%,var(--blue));color:var(--navy);font-size:24px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 8px 20px rgba(20,107,209,.2)}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.05}.brand b{font-size:18px;color:var(--navy)}.brand small{font-size:9px;letter-spacing:2px;color:var(--blue);font-weight:900;margin-top:5px}.header-search{height:45px;max-width:460px;flex:1;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:13px;background:#f8fcff}.header-search:focus-within{border-color:#78bee9;box-shadow:0 0 0 4px rgba(49,150,243,.1);background:white}.header-search span{font-size:25px;color:var(--muted);line-height:1}.header-search input{border:0;outline:0;background:transparent;min-width:0;flex:1;color:var(--text);font-size:13px}.header-search button{border:0;background:var(--navy);color:white;border-radius:8px;padding:6px 9px;font-size:11px;font-weight:800}.main-nav{display:flex;align-items:center;gap:3px;margin-left:auto}.main-nav a{font-size:12px;color:#3c5b72;font-weight:800;padding:10px 9px;border-radius:9px}.main-nav a:hover,.main-nav a.active{background:var(--skysoft);color:var(--blue)}.auth-links{display:flex;align-items:center;gap:13px;font-size:12px;font-weight:800;color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:11px;padding:11px 16px;font-size:13px;font-weight:800;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--blue2),var(--blue));color:white;box-shadow:0 8px 20px rgba(21,107,209,.18)}.btn-secondary{background:white;border-color:var(--line);color:var(--navy)}.btn-sky{background:var(--sky);color:var(--navy);box-shadow:0 10px 25px rgba(0,21,50,.18)}.btn-glass{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.3);color:white}.btn-danger{background:var(--red);color:white}.btn-sm{padding:8px 11px;font-size:11px}.btn-lg{padding:14px 18px;font-size:14px}.btn-block{width:100%}.user-menu{position:relative;margin-left:4px}.user-menu summary{list-style:none;display:flex;align-items:center;gap:8px;padding:4px 7px 4px 4px;border-radius:12px;background:var(--skysoft);cursor:pointer}.user-menu summary::-webkit-details-marker{display:none}.user-menu summary>span:nth-child(2){display:flex;flex-direction:column;min-width:67px}.user-menu summary b{font-size:11px}.user-menu summary small{font-size:9px;color:var(--muted)}.user-menu summary i{font-style:normal;color:var(--muted)}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--navy);color:white;font-size:10px;font-weight:900}.user-dropdown{position:absolute;right:0;top:48px;width:190px;padding:7px;background:white;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow)}.user-dropdown a,.user-dropdown button{display:block;width:100%;text-align:left;border:0;background:none;padding:9px 10px;border-radius:8px;font-size:12px;font-weight:700}.user-dropdown a:hover,.user-dropdown button:hover{background:var(--skysoft);color:var(--blue)}.danger-link,.text-danger{color:var(--red)!important}.flash-stack{position:relative;z-index:45;padding-top:12px}.alert{display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:11px;font-size:12px;margin-bottom:8px}.alert>span:first-child{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;font-weight:900}.alert button{margin-left:auto;border:0;background:none;font-size:18px;color:inherit}.alert-success{background:#e3f8ef;color:#147655}.alert-success>span:first-child{background:#1aab77;color:white}.alert-danger{background:#fff0f0;color:#a43d3d}.alert-danger>span:first-child{background:#e25a5a;color:white}.alert-warning{background:#fff5df;color:#91600e}.alert-warning>span:first-child{background:#eaa527;color:white}.alert-info{background:var(--skysoft);color:#165e9b}.alert-info>span:first-child{background:var(--blue);color:white}.alert-muted{background:#eef5f8;color:var(--muted)}
.market-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#09294f,#0d427e 56%,#1267b5);color:white}.market-hero:before{content:"";position:absolute;width:640px;height:640px;right:-250px;top:-380px;border-radius:50%;background:radial-gradient(circle,rgba(140,222,255,.25),transparent 66%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:62px;align-items:center;padding:64px 0 58px}.hero-copy h1{max-width:650px;font-size:clamp(38px,5vw,58px);line-height:1.03;letter-spacing:-2.5px;margin:15px 0}.hero-copy h1 em{font-style:normal;color:var(--sky)}.hero-copy>p{max-width:590px;color:#d5ebf8;font-size:16px;line-height:1.75;margin:0}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:10px;letter-spacing:1.7px;font-weight:900;text-transform:uppercase}.eyebrow.light{color:#b4e9ff}.eyebrow.light i,.market-card-head b i{width:7px;height:7px;border-radius:50%;background:#53dfab;display:inline-block;box-shadow:0 0 0 5px rgba(83,223,171,.1)}.hero-actions{display:flex;gap:11px;margin-top:27px}.hero-metrics{display:flex;margin-top:34px}.hero-metrics span{display:flex;flex-direction:column;padding:0 22px;border-left:1px solid rgba(255,255,255,.2)}.hero-metrics span:first-child{padding-left:0;border:0}.hero-metrics b{font-size:17px}.hero-metrics small{font-size:10px;color:#acd2e6;margin-top:3px}.hero-market-card{padding:15px;border-radius:22px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);backdrop-filter:blur(16px);box-shadow:0 24px 60px rgba(0,19,47,.26)}.market-card-head{display:flex;justify-content:space-between;padding:3px 4px 12px;color:#cfe9f7;font-size:11px}.market-card-head b{display:flex;align-items:center;gap:7px;font-size:9px;text-transform:uppercase;letter-spacing:.8px}.mini-offer{display:grid;grid-template-columns:45px 1fr auto;gap:11px;align-items:center;background:white;color:var(--text);border-radius:13px;margin-top:8px;padding:11px}.mini-offer .product-token{width:45px;height:45px;border-radius:12px}.mini-offer>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.mini-offer b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-offer small{font-size:9px;color:var(--muted)}.mini-offer strong{color:var(--navy);font-size:12px}.tracked-note{display:flex;align-items:center;gap:9px;padding:12px 4px 1px;color:#d5effe}.tracked-note>span{font-size:22px;color:var(--sky)}.tracked-note div{display:flex;flex-direction:column}.tracked-note b{font-size:11px}.tracked-note small{font-size:9px;color:#9bc7df}.product-token{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;font-size:21px;font-weight:900;border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 0 14px rgba(255,255,255,.35)}.token-bgl{background:linear-gradient(145deg,#b9efff,#52c3f0);color:#074377}.token-hgl{background:linear-gradient(145deg,#8ddaff,#267fcf);color:white}.token-uhgl{background:linear-gradient(145deg,#2d7dc9,#0a2f5f);color:#c4edff}.token-ptht{background:linear-gradient(145deg,#ecfbff,#77c9ee);color:#0c4c7c}.trust-strip{background:white;border-bottom:1px solid var(--line)}.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr);min-height:64px;align-items:center}.trust-strip span{display:flex;justify-content:center;gap:8px;color:var(--blue);font-size:17px;border-left:1px solid var(--line)}.trust-strip span:first-child{border:0}.trust-strip b{font-size:11px;color:#3b5a70}.catalog-section{padding:60px 0 100px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:27px}.section-heading h2,.page-heading h1{color:var(--navy);font-size:31px;line-height:1.15;letter-spacing:-1px;margin:8px 0 3px}.section-heading p,.page-heading p{color:var(--muted);font-size:13px;margin:0}.result-count{font-size:11px;color:var(--muted)}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:27px;align-items:start}.filter-card{background:white;border:1px solid var(--line);border-radius:17px;padding:18px;position:sticky;top:94px}.filter-head{display:flex;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid var(--line);font-size:14px}.filter-head a{font-size:11px;color:var(--blue);font-weight:800}.field{display:flex;flex-direction:column;gap:6px}.field>span{font-size:11px;font-weight:800;color:#3d5a70}.field>span small{font-weight:500;color:var(--muted)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fbfdff;border-radius:10px;color:var(--text);padding:10px 11px;font-size:12px;outline:0}.field textarea{min-height:90px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#76bde9;box-shadow:0 0 0 4px rgba(49,150,243,.1)}.filter-card form{display:grid;gap:14px;padding-top:16px}.check-row{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:#38566c}.check-row input{accent-color:var(--blue);margin-top:2px}.check-row.compact{padding:3px 0}.fee-note{margin-top:19px;padding:12px;border-radius:11px;background:var(--skysoft)}.fee-note b{font-size:11px;color:var(--navy)}.fee-note p{font-size:9px;line-height:1.55;color:var(--muted);margin:4px 0 0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.product-card{background:white;border:1px solid var(--line);border-radius:17px;padding:16px;transition:.2s}.product-card:hover{border-color:#a6d8f3;box-shadow:0 13px 32px rgba(14,58,115,.1);transform:translateY(-2px)}.product-link{display:block}.product-top{display:flex;align-items:center;gap:12px}.product-top .product-token{width:61px;height:61px;border-radius:16px}.product-top>div:nth-child(2){min-width:0}.product-type{font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--blue);font-weight:900}.product-top h3{font-size:15px;color:var(--navy);margin:3px 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-top p{font-size:10px;color:var(--muted);margin:0}.price-block{border-top:1px solid #eef4f8;border-bottom:1px solid #eef4f8;margin-top:15px;padding:12px 0;display:flex;flex-direction:column}.price-block span{font-size:9px;color:var(--muted)}.price-block b{font-size:20px;color:var(--navy);line-height:1.2}.price-block small{font-size:10px;color:var(--muted);font-weight:500}.seller-line{display:flex;align-items:center;gap:8px;margin-top:12px}.seller-avatar{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,var(--sky),var(--blue));color:var(--navy);display:grid;place-items:center;font-size:9px;font-weight:900;flex:none}.seller-avatar.large{width:43px;height:43px;border-radius:12px}.seller-line>div{display:flex;flex-direction:column;min-width:0}.seller-line b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-line small{font-size:9px;color:var(--muted)}.verified-badge{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--blue);color:white;font-size:9px;font-style:normal;vertical-align:middle;margin-left:3px}.arrow{margin-left:auto;color:var(--blue);font-size:20px;font-style:normal}.empty-state{padding:72px 20px;text-align:center;border:1px dashed #b8d9ec;background:white;border-radius:18px}.empty-state>span{font-size:38px;color:var(--blue)}.empty-state h3{margin:6px 0 2px;color:var(--navy)}.empty-state p{font-size:12px;color:var(--muted);margin:0 0 16px}.simple-page{min-height:55vh;padding:80px 20px}.error-card{max-width:460px;margin:auto;background:white;border:1px solid var(--line);border-radius:20px;padding:40px;text-align:center;box-shadow:var(--shadow)}.error-card>span{width:55px;height:55px;display:grid;place-items:center;border-radius:18px;background:#fff0f0;color:var(--red);font-size:28px;font-weight:900;margin:auto}.error-card h1{color:var(--navy);font-size:25px}.error-card p{color:var(--muted);font-size:13px;margin-bottom:22px}
.site-footer{background:var(--navy);color:#c2dceb;padding:46px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:28px}.footer-brand b{color:white}.footer-brand p{font-size:11px;color:#9fc3d8;max-width:250px;margin:15px 0 0}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px;font-size:11px}.footer-grid>div:not(:first-child)>b{font-size:10px;color:var(--sky);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.footer-grid a,.footer-grid span{color:#c2dceb}.footer-grid a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:32px;padding-top:14px;display:flex;justify-content:space-between;color:#8eb4cc;font-size:10px}
.auth-page{min-height:calc(100vh - 110px);padding:65px 20px;display:grid;place-items:start center}.auth-card,.install-card{width:min(470px,100%);background:white;border:1px solid var(--line);border-radius:21px;padding:32px;box-shadow:var(--shadow)}.wide-auth{width:min(570px,100%)}.auth-brand{margin-bottom:27px}.auth-heading h1{color:var(--navy);font-size:28px;letter-spacing:-.8px;margin:9px 0 4px}.auth-heading p{color:var(--muted);font-size:13px;margin:0}.form-stack{display:grid;gap:14px}.auth-card .form-stack{margin-top:25px}.auth-divider{display:flex;align-items:center;gap:10px;color:#86a0b3;font-size:10px;margin:21px 0 13px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}.google-button{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);background:white;border-radius:10px;padding:11px;font-size:12px;font-weight:800;color:var(--text)}.google-button:hover{background:var(--skysoft);border-color:#a8d7ef}.google-g{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:white;color:#4285f4;font-weight:900;font-size:15px;box-shadow:0 1px 6px rgba(0,0,0,.16)}.oauth-note{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:8px}.auth-switch{text-align:center;color:var(--muted);font-size:12px;margin:19px 0 0}.auth-switch a{color:var(--blue);font-weight:800}.google-register{display:grid;grid-template-columns:1fr 1fr;gap:9px}.role-picker{border:0;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.role-picker legend{font-size:11px;font-weight:800;color:#3d5a70;margin-bottom:7px}.role-picker label{display:flex;align-items:flex-start;gap:8px;padding:11px;border:1px solid var(--line);border-radius:10px;cursor:pointer}.role-picker label:has(input:checked){border-color:#71bce9;background:var(--skysoft)}.role-picker input{accent-color:var(--blue);margin-top:3px}.role-picker label>span{display:flex;flex-direction:column}.role-picker b{font-size:12px}.role-picker small{font-size:9px;color:var(--muted)}.section-label{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--blue);font-weight:900;padding-top:6px;border-top:1px solid var(--line)}
.dashboard-page{padding:50px 0 100px;min-height:70vh}.page-heading{margin-bottom:26px}.page-heading.split{display:flex;align-items:end;justify-content:space-between;gap:20px}.page-heading h1{font-size:34px}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:11px;margin-bottom:22px}.breadcrumbs a:hover{color:var(--blue)}.breadcrumbs b{color:var(--text)}.tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:18px;overflow:auto}.tabs a{white-space:nowrap;padding:10px 13px;border-bottom:2px solid transparent;color:var(--muted);font-size:11px;font-weight:800}.tabs a.active{color:var(--blue);border-color:var(--blue)}.orders-list{display:grid;gap:12px}.order-card{display:block;background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;transition:.18s}.order-card:hover{border-color:#9ed3ef;box-shadow:var(--shadow-sm)}.order-head{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f9fcff;border-bottom:1px solid var(--line);padding:11px 15px;font-size:10px;color:var(--muted)}.order-head b{color:var(--text)}.order-body{display:grid;grid-template-columns:53px 1fr auto;align-items:center;gap:12px;padding:16px}.order-body>div:nth-child(2){display:flex;flex-direction:column}.order-body>div:nth-child(2)>b{font-size:14px;color:var(--navy)}.order-body>div:nth-child(2)>span{font-size:10px;color:var(--muted)}.order-body>div:last-child{text-align:right;display:flex;flex-direction:column}.order-body>div:last-child small{font-size:9px;color:var(--muted)}.order-body>div:last-child b{font-size:15px;color:var(--navy)}.badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:99px;font-size:9px;font-weight:900;white-space:nowrap}.badge.large{padding:8px 12px;font-size:11px}.badge.success{background:#e2f8ee;color:#137853}.badge.warning{background:#fff1d4;color:#95600b}.badge.info{background:var(--skysoft);color:#1664a7}.badge.danger{background:#ffe9e9;color:#ad4040}.badge.muted{background:#eef4f7;color:#6e8798}.card-panel{background:white;border:1px solid var(--line);border-radius:17px;padding:20px}.order-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.progress-step{text-align:center;position:relative}.progress-step:not(:last-child):after{content:"";height:2px;background:#d8e9f5;position:absolute;top:15px;left:57%;right:-43%}.progress-step.done:not(:last-child):after{background:#8bdcff}.progress-step span{position:relative;z-index:1;width:31px;height:31px;display:grid;place-items:center;border-radius:50%;margin:0 auto 6px;background:#edf5f8;color:#8ba2b2;font-size:10px;font-weight:900}.progress-step.done span{background:var(--blue);color:white}.progress-step b{font-size:9px;color:var(--muted)}.progress-step.done b{color:var(--blue)}.order-detail-grid,.seller-order-detail-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px}.panel-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.panel-heading h2,.card-title h2,.card-panel>h2{font-size:17px;color:var(--navy);margin:0}.panel-heading p,.card-title p{font-size:11px;color:var(--muted);margin:2px 0 0}.detail-list{display:grid;gap:0;border-top:1px solid var(--line);margin:0}.detail-list div{display:grid;grid-template-columns:160px 1fr;gap:15px;padding:11px 0;border-bottom:1px solid #eef4f8}.detail-list dt{font-size:10px;color:var(--muted)}.detail-list dd{font-size:11px;margin:0;color:var(--text);font-weight:700}.proof-link{display:inline-flex;margin-top:15px;color:var(--blue);font-size:11px;font-weight:800}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef4f8;font-size:11px}.summary-row span{color:var(--muted)}.summary-row b{color:var(--navy)}.summary-row.grand{border:0;padding-top:15px;font-size:14px}.summary-row.grand b{font-size:19px}.dispute-panel{margin-top:16px}.dispute-panel summary{cursor:pointer;color:var(--red);font-size:12px;font-weight:800}.dispute-panel .form-stack{margin-top:16px}.review-submit{margin-top:16px}.submitted-review strong{color:var(--orange);letter-spacing:2px}.submitted-review p{font-size:12px;color:var(--muted)}
.dashboard-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start}.dashboard-nav{background:white;border:1px solid var(--line);border-radius:17px;padding:12px;position:sticky;top:98px}.nav-title{display:flex;align-items:center;gap:9px;padding:8px 7px 17px;border-bottom:1px solid var(--line);margin-bottom:10px}.nav-title>div{display:flex;flex-direction:column}.nav-title b{font-size:12px;color:var(--navy)}.nav-title small{font-size:9px;color:var(--muted)}.store-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--navy);color:var(--sky);font-weight:900}.dashboard-nav>a{display:flex;align-items:center;gap:9px;padding:10px 9px;border-radius:9px;color:#49667b;font-size:11px;font-weight:800}.dashboard-nav>a:hover,.dashboard-nav>a.active{background:var(--skysoft);color:var(--blue)}.dashboard-nav>a>span{font-size:16px;width:19px;text-align:center}.dashboard-nav>a>i{font-style:normal;margin-left:auto;font-size:8px;color:var(--red);max-width:75px;text-align:right}.dashboard-content{min-width:0}.verified-label{display:inline-flex;align-items:center;gap:7px;color:var(--blue);background:var(--skysoft);padding:8px 12px;border-radius:99px;font-size:11px;font-weight:900}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stats-grid article{background:white;border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;flex-direction:column}.stats-grid article>span{font-size:10px;color:var(--muted);font-weight:800}.stats-grid article>b{font-size:22px;color:var(--navy);margin:5px 0 2px}.stats-grid article>small{font-size:9px;color:var(--green)}.stats-grid article em{color:var(--orange);font-style:normal}.stats-grid .fee-stat>small{color:var(--orange)}.card-title{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:15px}.card-title>a{font-size:10px;color:var(--blue);font-weight:800}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th{font-size:9px;letter-spacing:.7px;text-transform:uppercase;color:var(--muted);text-align:left;padding:9px;border-bottom:1px solid var(--line)}td{font-size:10px;padding:11px 9px;border-bottom:1px solid #eef4f8}td b{display:block}td small{display:block;font-size:9px;color:var(--muted);margin-top:2px}.table-link{color:var(--blue);font-weight:800}.seller-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.check-list{display:grid;gap:10px;list-style:none;margin:0;padding:0;font-size:11px;color:var(--muted)}.check-list .done{color:var(--green)}.check-list .todo{color:var(--orange)}.fee-highlight{background:linear-gradient(135deg,#0d3a73,#146bd1);color:white}.fee-highlight>span{font-size:10px;color:#bce8fa}.fee-highlight>b{display:block;font-size:28px;margin:5px 0}.fee-highlight p{color:#c1e0ef;font-size:10px;margin:0 0 15px}.management-grid,.qris-settings-grid,.fee-grid{display:grid;grid-template-columns:330px 1fr;gap:16px;align-items:start}.wide-panel{min-width:0}.seller-product-list,.admin-list,.seller-order-list,.fee-ledger,.payment-history{display:grid;gap:9px}.seller-product-list article,.seller-order-row,.admin-row{display:grid;grid-template-columns:45px 1fr auto auto;align-items:center;gap:11px;border:1px solid var(--line);border-radius:12px;padding:10px}.seller-product-list article>div:nth-child(2),.admin-row>div:nth-child(2),.seller-order-row>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.seller-product-list article b,.admin-row b,.seller-order-row b{font-size:11px;color:var(--navy)}.seller-product-list article span,.admin-row span,.seller-order-row span{font-size:9px;color:var(--muted)}.row-actions{display:flex;align-items:center;gap:7px}.row-actions a,.row-actions button{border:0;background:none;color:var(--blue);font-size:10px;font-weight:800}.danger-text{color:var(--red)!important}.seller-order-row{grid-template-columns:45px 1fr auto auto auto}.seller-order-row:hover{border-color:#9ed3ef;box-shadow:var(--shadow-sm)}.seller-order-row>div:nth-child(3){display:flex;flex-direction:column;text-align:right}.seller-order-row>div:nth-child(3) span{font-size:9px}.seller-order-row>i{font-style:normal;color:var(--blue);font-size:18px}.qris-settings-grid{grid-template-columns:1fr 360px}.qris-upload{min-height:160px}.upload-box{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px dashed #91c9e8;background:var(--skysoft);border-radius:13px;padding:19px;text-align:center;color:var(--blue);cursor:pointer}.upload-box input{display:none}.upload-box>span{font-size:27px}.upload-box b{font-size:12px}.upload-box small{font-size:9px;color:var(--muted)}.qris-display{text-align:center}.qris-display img{max-width:100%;max-height:300px;object-fit:contain;border:1px solid var(--line);border-radius:12px;padding:8px;background:white}.qris-display>b{display:block;margin-top:9px;font-size:11px;color:var(--navy)}.qr-placeholder{height:230px;display:grid;place-items:center;border:1px dashed #a8d4eb;border-radius:12px;background:var(--skysoft);font-size:28px;font-weight:900;color:var(--blue);line-height:1.2}.qr-placeholder small{font-size:10px;display:block;color:var(--muted);font-weight:500}.qr-placeholder.small{height:160px;font-size:17px}.muted-copy{display:block;color:var(--muted);font-size:10px;margin-top:10px}.direct-payment-note,.warning-box{background:#fff5df;color:#91600e;border-radius:11px;padding:12px;margin-top:15px}.direct-payment-note b{font-size:11px}.direct-payment-note p{font-size:10px;line-height:1.5;margin:4px 0 0}.narrow-panel{max-width:620px}.verification-panel{max-width:620px;margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:linear-gradient(135deg,#e7f7ff,#fbfeff)}.verification-panel h2{font-size:18px;color:var(--navy);margin:6px 0 2px}.verification-panel p{font-size:11px;color:var(--muted);margin:0}.fee-overview{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:16px}.fee-total,.fee-rule{background:white;border:1px solid var(--line);border-radius:15px;padding:18px}.fee-total{background:linear-gradient(135deg,#0d3a73,#156bd1);color:white}.fee-total span,.fee-rule span{display:block;font-size:10px;color:var(--muted)}.fee-total span{color:#b9e6f9}.fee-total b,.fee-rule b{display:block;font-size:26px;margin:6px 0 2px;color:var(--navy)}.fee-total b{color:white}.fee-total small,.fee-rule small{font-size:9px;color:var(--muted)}.fee-total small{color:#c8e6f4}.platform-payment{text-align:center;margin-bottom:15px}.platform-payment>span{display:block;font-size:10px;color:var(--muted);margin-bottom:8px}.platform-payment img{max-width:210px;max-height:210px;object-fit:contain;border:1px solid var(--line);border-radius:12px;padding:7px}.platform-payment>small{display:block;color:var(--navy);font-size:10px;font-weight:800;margin-top:5px}.fee-ledger>div,.payment-history>div{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef4f8;padding:10px 0}.fee-ledger>div:last-child,.payment-history>div:last-child{border-bottom:0}.fee-ledger span,.fee-ledger strong,.payment-history span{display:flex;flex-direction:column;font-size:10px}.fee-ledger small,.payment-history small{font-size:9px;color:var(--muted);font-weight:500;margin-top:2px}.fee-ledger strong{color:var(--orange);text-align:right}.fee-ledger strong.paid{color:var(--green)}.success-copy{color:var(--green)}.admin-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.shortcut-card{background:white;border:1px solid var(--line);border-radius:14px;padding:15px;display:flex;flex-direction:column;gap:3px}.shortcut-card>span{font-size:23px;color:var(--blue)}.shortcut-card b{font-size:12px;color:var(--navy)}.shortcut-card small{color:var(--muted);font-size:9px}.resolve-form{display:flex;gap:6px;align-items:center;grid-column:2/-1}.resolve-form select{border:1px solid var(--line);border-radius:8px;padding:7px;font-size:10px}.inline-list .admin-row{grid-template-columns:35px 1fr auto auto}.mini-display{margin-top:15px}.mini-display img{max-width:190px}
.detail-page{padding:38px 0 100px}.product-detail-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:36px;align-items:center}.product-visual{min-height:370px;display:grid;place-items:center;align-content:center;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#e4f6ff,#fafdff)}.product-visual>span{margin-top:18px;font-size:11px;letter-spacing:3px;color:var(--blue);font-weight:900}.product-token.giant{width:190px;height:190px;border-radius:47px;font-size:75px;box-shadow:0 25px 50px rgba(21,107,209,.18),inset 0 0 35px rgba(255,255,255,.4)}.product-detail-info h1{font-size:39px;line-height:1.05;letter-spacing:-1.5px;color:var(--navy);margin:9px 0}.detail-description{font-size:14px;color:var(--muted);max-width:600px}.detail-price{margin-top:22px}.detail-price small{display:block;color:var(--muted);font-size:10px}.detail-price b{display:block;color:var(--navy);font-size:32px}.detail-price em{font-size:13px;font-style:normal;color:var(--muted);font-weight:500}.detail-facts{display:flex;gap:0;margin:20px 0}.detail-facts span{display:flex;flex-direction:column;padding:0 19px;border-left:1px solid var(--line)}.detail-facts span:first-child{padding-left:0;border:0}.detail-facts small{color:var(--muted);font-size:9px}.detail-facts b{color:var(--navy);font-size:13px;margin-top:2px}.seller-box{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:13px;padding:12px;margin:18px 0}.seller-box>div{display:flex;flex-direction:column}.seller-box h3{color:var(--navy);font-size:13px;margin:0}.seller-box p{color:var(--muted);font-size:10px;margin:2px 0}.seller-box small{color:var(--green);font-size:9px}.fee-inline{font-size:10px;color:var(--muted);margin-top:9px}.reviews-section{margin-top:65px}.compact-heading{align-items:center}.rating-big{display:flex;align-items:center;gap:9px}.rating-big>b{font-size:29px;color:var(--navy)}.rating-big span{color:var(--orange);letter-spacing:1px;font-size:13px}.rating-big small{display:block;color:var(--muted);letter-spacing:0;font-size:9px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-card{background:white;border:1px solid var(--line);border-radius:13px;padding:14px}.review-card>div{display:flex;align-items:center;gap:8px}.small-avatar{width:27px;height:27px;border-radius:8px}.review-card>div>span:last-child{display:flex;flex-direction:column}.review-card b{font-size:10px}.review-card small{font-size:8px;color:var(--muted)}.review-card>strong{display:block;color:var(--orange);font-size:11px;letter-spacing:1px;margin-top:10px}.review-card>strong i{color:#d7e4eb;font-style:normal}.review-card p{font-size:10px;color:var(--muted);margin:8px 0 0}.empty-inline{text-align:center;color:var(--muted);font-size:11px;padding:25px 10px}.checkout-page,.payment-page{padding:40px 0 100px}.page-heading{margin-bottom:25px}.checkout-grid{display:grid;grid-template-columns:1fr 330px;gap:16px;align-items:start}.checkout-form{display:grid;gap:15px}.checkout-summary{position:sticky;top:98px}.panel-heading>span:first-child:not(.product-token){width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:var(--blue);color:white;font-size:11px;font-weight:900;flex:none}.panel-heading h2{font-size:16px}.panel-heading p{font-size:10px}.form-grid{display:grid;gap:12px}.form-grid.two{grid-template-columns:1fr 1fr}.consent{padding:11px;background:var(--skysoft);border-radius:10px}.summary-product{display:flex;align-items:center;gap:9px;padding-bottom:13px;margin-bottom:5px;border-bottom:1px solid var(--line)}.summary-product .product-token{width:43px;height:43px;border-radius:11px;font-size:16px}.summary-product>div{display:flex;flex-direction:column}.summary-product b{font-size:11px;color:var(--navy)}.summary-product small{font-size:9px;color:var(--muted)}.summary-note{font-size:9px;line-height:1.5;color:var(--muted);background:var(--skysoft);border-radius:9px;padding:9px;margin:14px 0}.payment-shell{display:grid;grid-template-columns:1fr 310px;gap:16px;align-items:start;max-width:900px;margin:auto}.payment-main{text-align:center}.payment-main>h1{font-size:28px;color:var(--navy);margin:9px 0 2px}.payment-main>p{font-size:12px;color:var(--muted);margin:0}.pay-amount{margin:17px 0 14px}.pay-amount small{display:block;color:var(--muted);font-size:10px}.pay-amount b{display:block;color:var(--navy);font-size:30px}.qris-frame{width:245px;height:245px;margin:auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:16px;padding:10px;background:var(--ice)}.qris-frame img{max-width:100%;max-height:100%;object-fit:contain;background:white}.qris-owner{display:flex;flex-direction:column;gap:3px;margin:12px 0 18px}.qris-owner span{font-size:9px;color:var(--muted)}.qris-owner b{font-size:12px;color:var(--navy)}.proof-form{display:grid;gap:11px}.order-recap h2{font-size:18px;color:var(--navy);margin:7px 0 18px}.warning-box{font-size:10px;line-height:1.5}.upload-box+button{margin-top:0}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(3,24,50,.58);display:grid;place-items:center;padding:20px}.modal-backdrop[hidden]{display:none}.modal-card{position:relative;width:min(430px,100%);background:white;border-radius:19px;padding:31px;box-shadow:0 25px 80px rgba(0,20,49,.3)}.modal-close{position:absolute;right:14px;top:12px;border:0;background:none;font-size:23px;color:var(--muted)}.modal-icon{width:57px;height:57px;border-radius:17px;background:var(--skysoft);display:grid;place-items:center;font-size:25px;margin-bottom:14px}.modal-card h2{font-size:22px;color:var(--navy);margin:0 0 5px}.modal-card>p{color:var(--muted);font-size:12px;margin:0 0 20px}
.install-shell{min-height:100vh;padding:42px 20px;background:linear-gradient(145deg,#eaf8ff,#f7fcff);display:grid;place-items:start center}.install-card{width:min(640px,100%)}.install-card .auth-brand{margin-bottom:24px}.install-card .auth-brand>span:last-child{display:flex}.callback-box{border:1px solid var(--line);background:var(--ice);border-radius:10px;padding:10px}.callback-box span{display:block;color:var(--muted);font-size:9px;margin-bottom:5px}.callback-box code{display:block;color:var(--navy);font-size:10px;word-break:break-all}.success-panel{text-align:center;padding:25px 0}.success-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:20px;background:#e2f8ee;color:var(--green);font-size:31px;font-weight:900;margin:0 auto 13px}.success-panel h1{font-size:26px;color:var(--navy);margin:0}.success-panel p{font-size:12px;color:var(--muted);margin:4px 0 20px}
@media(max-width:1050px){.main-nav{display:none}.hero-grid{gap:35px}.dashboard-layout{grid-template-columns:190px 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.container{width:min(100% - 28px,1180px)}.header-inner{height:67px;gap:12px}.brand>span:last-child{display:none}.brand-mark{width:38px;height:38px;border-radius:11px}.header-search{height:41px}.header-search button{display:none}.auth-links{margin-left:auto}.user-menu{margin-left:auto}.trust-strip .container{grid-template-columns:repeat(2,1fr);padding:9px 0}.trust-strip span{justify-content:flex-start;border:0;min-height:31px;font-size:15px}.hero-grid{grid-template-columns:1fr;padding:47px 0 43px}.hero-copy h1{font-size:42px}.hero-market-card{max-width:560px}.catalog-layout{grid-template-columns:1fr}.filter-card{position:static}.filter-card form{grid-template-columns:repeat(2,1fr)}.filter-card .field:first-child,.filter-card .btn,.fee-note{grid-column:1/-1}.product-detail-grid{grid-template-columns:1fr}.product-visual{min-height:280px}.product-token.giant{width:135px;height:135px;border-radius:35px;font-size:54px}.product-detail-info h1{font-size:32px}.dashboard-layout{grid-template-columns:1fr}.dashboard-nav{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.nav-title{grid-column:1/-1}.dashboard-nav>a{font-size:10px}.dashboard-nav>a>i{display:none}.dashboard-nav>a span{display:none}.management-grid,.qris-settings-grid,.fee-grid{grid-template-columns:1fr}.dashboard-card{min-width:0}.review-grid{grid-template-columns:1fr 1fr}.checkout-grid,.payment-shell,.order-detail-grid,.seller-order-detail-grid{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.payment-main{order:0}.order-recap{order:-1}.seller-order-row{grid-template-columns:45px 1fr auto}.seller-order-row>div:nth-child(3){grid-column:2;text-align:left}.seller-order-row>.badge{grid-column:3;grid-row:1}.seller-order-row>i{display:none}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}}@media(max-width:560px){.top-note{display:none}.container{width:calc(100% - 22px)}.auth-page{padding:34px 11px}.auth-card,.install-card{padding:24px}.google-register{grid-template-columns:1fr}.hero-copy h1{font-size:36px;letter-spacing:-1.5px}.hero-copy>p{font-size:14px}.hero-actions>*{flex:1;padding:11px 8px}.hero-metrics{justify-content:space-between}.hero-metrics span{padding:0 10px}.hero-metrics b{font-size:14px}.hero-metrics small{font-size:8px}.section-heading{align-items:start;flex-direction:column}.section-heading h2{font-size:26px}.result-count{align-self:flex-end;margin-top:-14px}.filter-card form{grid-template-columns:1fr}.filter-card .field:first-child,.filter-card .btn,.fee-note{grid-column:auto}.product-grid{grid-template-columns:1fr}.seller-bottom-grid,.fee-overview,.admin-shortcuts{grid-template-columns:1fr}.stats-grid{gap:8px}.stats-grid article{padding:12px}.stats-grid article>b{font-size:18px}.page-heading.split{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:29px}.page-heading.split>.btn,.page-heading.split>.verified-label{align-self:stretch}.order-head{align-items:flex-start;flex-direction:column;gap:7px}.order-body{grid-template-columns:46px 1fr}.order-body>div:last-child{grid-column:2;text-align:left}.order-progress{gap:3px}.progress-step b{font-size:8px}.detail-list div{grid-template-columns:115px 1fr}.review-grid{grid-template-columns:1fr}.dashboard-nav{grid-template-columns:repeat(2,1fr)}.nav-title{grid-column:1/-1}.seller-product-list article,.admin-row{grid-template-columns:40px 1fr}.seller-product-list article>.badge,.admin-row>.badge,.admin-row>strong{grid-column:2;justify-self:start}.seller-product-list article>.row-actions,.admin-row>.row-actions{grid-column:1/-1}.resolve-form{grid-column:1/-1;display:grid;grid-template-columns:1fr auto}.qris-frame{width:215px;height:215px}.product-detail-grid{gap:23px}.product-visual{min-height:235px}.product-token.giant{width:112px;height:112px;border-radius:29px;font-size:45px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:10px;flex-direction:column}.role-picker{grid-template-columns:1fr}.modal-backdrop{padding:10px}.modal-card{padding:25px}}
