:root{--ink:#17212b;--ink-2:#263440;--paper:#f5f6f3;--white:#fff;--line:#dfe3df;--muted:#6d7773;--coral:#e85d3f;--coral-dark:#c84329;--teal:#16877b;--gold:#d69a20;--danger:#bf3d38;--radius:8px;--shadow:0 12px 36px rgba(23,33,43,.09);--blue:#b26f4f;--mint:#e85d3f;--aqua:#fff3ef;--sky:#f7f4f1}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;font-size:14px;letter-spacing:0}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{transition:color .16s,background .16s,border-color .16s,transform .16s}a{color:inherit;text-decoration:none}button{cursor:pointer}svg{width:18px;height:18px;stroke-width:1.9}.hidden{display:none!important}.muted{color:var(--muted)}.store-page{min-height:100vh;display:flex;flex-direction:column}.store-page>main{flex:1}
.store-header{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--coral);color:#fff;font-size:12px;border-radius:7px}.brand.light{color:#fff;padding:18px 14px}.store-nav{display:flex;align-items:center;gap:22px}.store-nav>a:not(.icon-text){font-weight:600}.store-nav>a:hover{color:var(--coral)}
.icon-text,.primary,.secondary{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 15px;border-radius:7px;font-weight:700;white-space:nowrap}.ghost{background:transparent;color:var(--ink);padding:0}.primary{background:var(--coral);color:#fff}.primary:hover{background:var(--coral-dark)}.primary:disabled{opacity:.45;cursor:not-allowed}.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.secondary:hover{border-color:#aeb7b2}.wide{width:100%}.icon-button{border:0;width:38px;height:38px;display:grid;place-items:center;border-radius:6px;background:transparent;color:var(--muted)}.icon-button:hover{background:#f0f1ee;color:var(--ink)}
.eyebrow{font-size:11px;color:var(--coral);font-weight:800;letter-spacing:1.6px}
.catalog{width:100%;max-width:1180px;margin:0 auto;padding:48px 24px 72px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-title h2,.panel-title h2{font-size:26px;margin:6px 0 0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-height:360px}.product-visual{height:126px;background:var(--ink);padding:22px;display:flex;align-items:flex-start;justify-content:space-between;color:#fff;position:relative}.product-visual .version{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:5px 8px;border-radius:5px;font-size:12px}.product-monogram{font-size:28px;font-weight:900;color:#fff}.visual-caption{position:absolute;left:22px;bottom:20px;color:#aeb8c0;font-size:11px;font-weight:700}.product-label{color:var(--coral);font-size:10px;font-weight:800;letter-spacing:1.2px}.product-content{padding:24px;display:flex;flex-direction:column;flex:1}.product-content h3{font-size:21px;margin:7px 0 8px}.product-content p{color:var(--muted);line-height:1.7;margin:0 0 20px;min-height:48px}.type-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.type-price{border:1px solid var(--line);border-radius:6px;padding:9px 11px;display:grid;grid-template-columns:auto auto;gap:2px 12px;min-width:105px}.type-price small{color:var(--muted)}.type-price strong{font-size:14px}.type-price em{grid-column:1/-1;color:#929a96;font-size:10px;font-style:normal}.product-meta{display:flex;justify-content:space-between;align-items:end;margin-top:auto}.product-price span{display:block;font-size:12px;color:var(--muted);margin-bottom:3px}.product-price strong{font-size:26px}.stock{font-size:12px;color:var(--teal);font-weight:700}.stock.out{color:var(--danger)}.product-actions{border-top:1px solid var(--line);padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.delivery-note{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.delivery-note svg{width:15px;color:var(--teal)}.product-grid.single{grid-template-columns:minmax(0,940px);justify-content:center}.single-catalog .section-title{max-width:940px;margin-left:auto;margin-right:auto}.product-grid.single .product-card{display:grid;grid-template-columns:300px minmax(0,1fr);grid-template-rows:1fr auto;min-height:380px}.product-grid.single .product-visual{height:auto;grid-row:1/3;padding:34px}.product-grid.single .product-monogram{font-size:44px}.product-grid.single .visual-caption{left:34px;bottom:32px}.product-grid.single .product-content{padding:38px 40px 28px}.product-grid.single .product-content h3{font-size:28px;margin-top:9px}.product-grid.single .product-content p{font-size:15px;min-height:0}.product-grid.single .product-actions{grid-column:2;padding:18px 40px}.empty-state{grid-column:1/-1;border:1px dashed #bec7c2;padding:44px;text-align:center;color:var(--muted);border-radius:var(--radius)}.store-footer{width:calc(100% - 48px);max-width:1180px;margin:0 auto;padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}
.catalog{padding-top:36px;padding-bottom:56px}.section-title{max-width:860px;margin-left:auto;margin-right:auto;margin-bottom:18px}.product-grid,.product-grid.single{grid-template-columns:minmax(0,860px);justify-content:center;gap:14px}.product-card,.product-grid.single .product-card{display:grid;grid-template-columns:290px minmax(0,1fr);grid-template-rows:1fr auto;min-height:286px}.product-showcase{grid-row:1/3;min-width:0;background:#f0f2f0;border-right:1px solid var(--line);display:grid;grid-template-rows:158px minmax(0,1fr)}.software-preview{position:relative;overflow:hidden;background:var(--ink)}.software-preview img{display:block;width:100%;height:100%;object-fit:cover}.software-preview .version{position:absolute;right:12px;top:12px;background:rgba(23,33,43,.82);border:1px solid rgba(255,255,255,.22);color:#fff;padding:4px 7px;border-radius:4px;font-size:10px}.preview-fallback{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#fff;background:linear-gradient(135deg,#17212b,#2b3b46)}.preview-fallback svg{width:30px;height:30px;color:#7ed2c8}.preview-fallback span{font-size:24px;font-weight:900}.feature-intro{padding:12px 14px;min-width:0}.feature-tabs{display:flex;align-items:center;gap:12px;border-bottom:1px solid #d9deda;padding-bottom:8px;white-space:nowrap;overflow-x:auto}.feature-tab,.product-link{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.feature-tab{color:var(--ink)}.feature-tab svg,.product-link svg{width:13px;height:13px}.product-link svg:last-child{width:10px;height:10px}.product-link:hover{color:var(--coral)}.product-link.disabled{opacity:.42;cursor:not-allowed}.feature-intro p{margin:9px 0 0;color:#59635f;font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-content,.product-grid.single .product-content{padding:22px 26px 12px}.product-content h3,.product-grid.single .product-content h3{font-size:22px;margin:5px 0 5px}.product-content>p,.product-grid.single .product-content>p{font-size:13px;line-height:1.5;min-height:0;margin:0 0 13px}.type-list{margin-bottom:14px}.type-price{padding:7px 9px;min-width:96px;gap:1px 9px}.product-price strong{font-size:23px}.product-actions,.product-grid.single .product-actions{grid-column:2;padding:11px 26px}.product-actions .primary{min-height:36px}.single-catalog .section-title{max-width:860px}
.dialog{border:0;padding:0;border-radius:var(--radius);box-shadow:var(--shadow);width:min(92vw,480px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto;color:var(--ink)}.dialog::backdrop{background:rgba(13,20,27,.52);backdrop-filter:blur(2px)}.dialog-body{width:100%;max-width:100%;min-width:0;padding:30px;position:relative;display:flex;flex-direction:column;gap:18px}.dialog-body>.close-dialog{position:absolute;right:18px;top:18px}.dialog-body h2{margin:-10px 0 4px;font-size:25px}.wide-dialog{width:auto}.form-grid>label{min-width:0}#product-dialog{width:min(92vw,700px)}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid #cfd5d1;background:#fff;border-radius:6px;padding:11px 12px;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,135,123,.11)}textarea{resize:vertical;line-height:1.6}.pay-summary{display:flex;align-items:center;justify-content:space-between;background:#f2f4f1;padding:15px;border-radius:6px}.pay-summary strong{font-size:23px}.form-message{margin:0;min-height:18px;color:var(--danger);font-size:13px}.order-result{margin-top:15px;border:1px solid var(--line);padding:16px;border-radius:6px;background:#f7f8f5}.order-result p{display:flex;justify-content:space-between;gap:15px}.order-result code{word-break:break-all;color:var(--teal);font-weight:700}#query-result{display:grid;gap:12px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:12px 18px;border-radius:6px;opacity:0;pointer-events:none;z-index:80;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
.login-screen{min-height:100vh;display:grid;place-items:center;background:var(--ink)}.login-box{width:min(92vw,390px);background:#fff;padding:34px;border-radius:var(--radius);display:flex;flex-direction:column;gap:20px;box-shadow:var(--shadow)}.login-box h1{font-size:29px;margin:7px 0 0}.admin-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;background:var(--ink);padding:14px;display:flex;flex-direction:column;color:#aeb8c0}.sidebar nav{display:flex;flex-direction:column;gap:5px;margin-top:24px}.nav-item{border:0;background:transparent;color:inherit;min-height:44px;padding:0 14px;display:flex;align-items:center;gap:11px;border-radius:6px;font-weight:700;text-align:left}.nav-item:hover,.nav-item.active{background:var(--ink-2);color:#fff}.nav-item.active svg{color:#ff8064}.nav-item.bottom{margin-top:auto}.admin-main{grid-column:2;padding:0 32px 48px;min-width:0}.admin-topbar{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:30px}.admin-topbar h1{font-size:25px;margin:4px 0 0}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;display:flex;align-items:center;gap:15px;min-width:0}.metric-icon{width:43px;height:43px;border-radius:7px;display:grid;place-items:center;flex:none}.metric-icon.coral{background:#fff0ec;color:var(--coral)}.metric-icon.teal{background:#e8f6f3;color:var(--teal)}.metric-icon.gold{background:#fff6df;color:var(--gold)}.metric-icon.ink{background:#e9edf0;color:var(--ink)}.metric div{min-width:0}.metric span{color:var(--muted);font-size:12px}.metric strong{display:block;font-size:24px;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.plain-panel{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}.panel-title{display:flex;justify-content:space-between;margin-bottom:20px}.quick-actions{display:flex;gap:10px;flex-wrap:wrap}.view-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.view-toolbar h2{font-size:22px;margin:0}.view-toolbar p{color:var(--muted);margin:5px 0 0}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;border-bottom:1px solid #e8ebe8;padding:13px 15px;vertical-align:middle}th{background:#f5f6f3;color:#59635f;font-size:11px;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafbf9}td strong{display:block}td small{color:var(--muted)}.status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:800}.status.paid,.status.available{background:#e5f5f1;color:#087467}.status.pending{background:#fff2d4;color:#956200}.status.sold{background:#edf0f2;color:#56616a}.table-action{border:1px solid var(--line);background:#fff;padding:6px 9px;border-radius:5px;font-weight:700;font-size:12px}.table-action:hover{border-color:var(--coral);color:var(--coral)}.copy-link{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--teal);cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.sku-editor{border-top:1px solid var(--line);padding-top:18px}.sku-editor-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.sku-editor-title strong{display:block;font-size:14px}.sku-editor-title span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.sku-edit-head,.sku-edit-row{display:grid;grid-template-columns:minmax(120px,1.25fr) minmax(86px,.7fr) minmax(110px,.85fr) 38px;gap:9px;align-items:center}.sku-edit-head{padding:0 0 6px;color:var(--muted);font-size:10px;font-weight:700}.sku-edit-list{display:grid;gap:8px}.sku-edit-row input{min-width:0}.sku-price-input{position:relative;min-width:0}.sku-price-input>span{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:12px}.sku-price-input input{padding-left:25px}.remove-sku{color:var(--danger)}.sku-empty{margin:8px 0 0;font-size:12px}
.metric-grid.sales-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.commission-total{text-align:right}.commission-total span{display:block;color:var(--muted);font-size:12px}.commission-total strong{display:block;font-size:20px;margin-top:4px}.sales-chart{height:190px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;border-top:1px solid var(--line);padding-top:20px}.chart-day{display:grid;grid-template-rows:18px 1fr 18px 16px;text-align:center;min-width:0}.chart-value{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.chart-track{height:105px;display:flex;align-items:flex-end;justify-content:center}.chart-track span{display:block;width:min(32px,70%);min-height:2px;background:var(--teal);border-radius:4px 4px 1px 1px}.chart-day strong{font-size:11px}.chart-day small{font-size:10px;color:var(--muted)}.table-action{white-space:nowrap}
.agent-page{min-height:100vh}.agent-main{max-width:1120px;margin:0 auto;padding:48px 24px}.agent-login{width:min(100%,390px);margin:55px auto}.agent-register{width:min(100%,560px)}.tier-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tier-option{position:relative;cursor:pointer}.tier-option input{position:absolute;opacity:0;pointer-events:none}.tier-option span{display:flex;flex-direction:column;gap:4px;border:1px solid var(--line);border-radius:6px;padding:12px;background:#fff}.tier-option input:checked+span{border-color:var(--coral);box-shadow:0 0 0 2px rgba(232,93,63,.12)}.tier-option strong{font-size:13px}.tier-option em{color:var(--muted);font-size:11px;font-style:normal}.agent-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.agent-heading h1{font-size:32px;margin:5px 0 0}.agent-actions{display:flex;gap:10px;flex-wrap:wrap}.partner-links{display:grid;gap:8px;margin-bottom:18px}.partner-links>div{display:grid;grid-template-columns:110px minmax(0,1fr) 38px;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:6px;padding:9px 10px}.partner-links span{font-size:12px;color:var(--muted);font-weight:700}.partner-links code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--teal)}.agent-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.single .product-card{grid-template-columns:240px minmax(0,1fr)}.product-grid.single .product-content{padding:30px}.product-grid.single .product-actions{padding:16px 30px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell{grid-template-columns:74px minmax(0,1fr)}.sidebar{width:74px}.sidebar .brand span:last-child,.nav-item span{display:none}.sidebar .brand{padding:18px 6px}.nav-item{justify-content:center;padding:0}.admin-main{grid-column:2;padding:0 20px 40px}}
@media(max-width:620px){.store-header{height:64px;padding:0 16px}.store-header .brand{font-size:15px}.store-nav{gap:14px}.store-nav>a:not(.icon-text),.store-nav .icon-text span{display:none}.catalog{padding:30px 16px 48px}.product-grid{grid-template-columns:1fr}.product-card,.product-grid.single .product-card{display:flex;min-height:0}.product-grid.single .product-visual{height:112px;padding:20px}.product-grid.single .product-monogram{font-size:28px}.product-grid.single .visual-caption{left:20px;bottom:17px}.product-grid.single .product-content{padding:24px 22px}.product-grid.single .product-content h3{font-size:21px}.product-grid.single .product-actions{padding:14px 20px}.type-list{gap:6px}.type-price{min-width:calc(33.333% - 4px);padding:8px}.delivery-note{display:none}.store-footer{width:calc(100% - 32px);padding:20px 0}.admin-main{padding:0 14px 32px}.admin-topbar{height:86px}.admin-topbar .secondary span{display:none}.metric-grid,.agent-metrics{grid-template-columns:1fr}.view-toolbar{align-items:flex-start;gap:14px}.view-toolbar h2{font-size:20px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.dialog-body{padding:25px 20px}.agent-heading{align-items:flex-start;flex-direction:column;gap:18px}.agent-actions{width:100%}.agent-actions>*{flex:1}}
@media(max-width:900px) and (min-width:621px){.product-card,.product-grid.single .product-card{grid-template-columns:240px minmax(0,1fr)}}
@media(max-width:620px){.section-title{margin-bottom:15px}.product-showcase{min-height:0;border-right:0;border-bottom:1px solid var(--line);grid-template-rows:148px auto}.feature-intro{padding:11px 14px 12px}.feature-intro p{-webkit-line-clamp:2}.product-content,.product-grid.single .product-content{padding:18px 18px 10px}.product-content h3,.product-grid.single .product-content h3{font-size:20px}.product-actions,.product-grid.single .product-actions{padding:11px 18px}.product-price strong{font-size:22px}.type-price{min-width:calc(33.333% - 4px)}.tier-options{grid-template-columns:1fr}}
@media(min-width:901px){.catalog{max-width:1180px}.section-title,.single-catalog .section-title{max-width:none}.product-grid,.product-grid.single{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:16px}.product-card,.product-grid.single .product-card{display:flex;flex-direction:column;height:330px;min-height:0}.product-showcase{display:grid;grid-template-columns:44% minmax(0,1fr);grid-template-rows:104px;height:104px;min-height:0;flex:none;border-right:0;border-bottom:1px solid var(--line)}.software-preview{height:104px}.preview-fallback{gap:4px}.preview-fallback svg{width:24px;height:24px}.preview-fallback span{font-size:19px}.feature-intro{height:104px;padding:9px 10px}.feature-tabs{gap:7px;padding-bottom:6px}.feature-tab,.product-link{font-size:9px;gap:3px}.feature-tab svg,.product-link svg{width:11px;height:11px}.product-link svg:last-child{display:none}.feature-intro p{font-size:10px;line-height:1.45;margin-top:7px;-webkit-line-clamp:3}.product-content,.product-grid.single .product-content{padding:13px 15px 9px;min-height:0}.product-content h3,.product-grid.single .product-content h3{font-size:18px;margin:3px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-content>p,.product-grid.single .product-content>p{font-size:11px;margin-bottom:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.type-list{gap:5px;margin-bottom:8px;flex-wrap:nowrap}.type-price{flex:1;min-width:0;padding:5px 6px;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1px 4px}.type-price small{font-size:10px}.type-price strong{font-size:12px}.type-price em{width:100%;font-size:9px}.product-price span{font-size:10px}.product-price strong{font-size:20px}.stock{font-size:10px}.product-actions,.product-grid.single .product-actions{grid-column:auto;padding:8px 14px;min-height:44px}.product-actions .primary{min-height:32px;padding:0 11px;font-size:12px}.delivery-note{font-size:10px;gap:4px}.delivery-note svg{width:13px}}
.product-card[data-product]{height:auto;min-height:0}.product-card[data-product] .product-content{padding:17px;min-height:0}.product-card[data-product] h3{font-size:19px;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-tools{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding-bottom:8px}.product-tool{color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.product-tool.active{color:var(--ink);position:relative}.product-tool.active::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--coral)}.product-tool:not(.disabled):hover{color:var(--coral)}.product-tool.disabled{opacity:.4;cursor:not-allowed}.product-content>p.feature-copy{margin:9px 0 12px;min-height:34px;color:var(--muted);font-size:11px;line-height:1.5;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sku-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:13px}.sku-option{min-width:0;height:48px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:5px 6px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;color:var(--ink)}.sku-option span{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.sku-option strong{font-size:12px;white-space:nowrap}.sku-option:hover{border-color:#b9c1bd}.sku-option.selected{border-color:var(--coral);background:#fff7f5;box-shadow:0 0 0 1px rgba(232,93,63,.1)}.sku-option.selected span{color:var(--coral)}.product-purchase{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.selected-stock{font-size:11px;color:var(--teal);font-weight:700}.selected-stock.out{color:var(--danger)}.product-purchase .buy-button{min-height:34px;padding:0 12px;font-size:12px}.pay-summary{display:grid;grid-template-columns:1fr auto;gap:3px 12px}.pay-summary small{grid-column:2;color:var(--muted);text-align:right}@media(min-width:901px){.product-card[data-product],.product-grid.single .product-card[data-product]{height:250px}.product-card[data-product] .product-content,.product-grid.single .product-card[data-product] .product-content{padding:15px}.product-card[data-product] h3,.product-grid.single .product-card[data-product] h3{font-size:18px;margin:0 0 9px}}@media(max-width:620px){.product-card[data-product] .product-content{padding:16px}.product-tools{gap:16px}.sku-option{height:50px}}
@media(max-width:620px){.sku-editor-title{align-items:flex-start}.sku-editor-title .secondary span{display:none}.sku-edit-head{display:none}.sku-edit-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 38px;padding:10px 0;border-bottom:1px solid var(--line)}.sku-edit-name{grid-column:1/3}.sku-edit-row>.remove-sku{grid-column:3;grid-row:1}.sku-edit-days{grid-column:1;grid-row:2}.sku-price-input{grid-column:2/4;grid-row:2}}
#view-agents{max-width:1440px}.agent-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.agent-summary>div{padding:15px 18px;border-right:1px solid var(--line);min-width:0}.agent-summary>div:last-child{border-right:0}.agent-summary span{display:block;color:var(--muted);font-size:11px}.agent-summary strong{display:block;margin-top:5px;font-size:20px;overflow:hidden;text-overflow:ellipsis}.agent-table{min-width:900px}.agent-table td{height:64px}.agent-row-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.agent-admin-section{margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}.agent-admin-section .panel-title{margin-bottom:15px}@media(max-width:720px){.agent-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-summary>div:nth-child(2){border-right:0}.agent-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
.product-card[data-product],.product-grid.single .product-card[data-product]{position:relative;height:auto;min-height:292px;border:1px solid #d6dcd7;border-top:3px solid var(--coral);border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(23,33,43,.055);overflow:hidden;transition:border-color .18s,box-shadow .18s,transform .18s}.product-card[data-product]:hover{border-color:#c5cec8;border-top-color:var(--coral);box-shadow:0 10px 26px rgba(23,33,43,.09);transform:translateY(-2px)}.product-card[data-product] .product-content,.product-grid.single .product-card[data-product] .product-content{padding:18px 18px 16px}.product-card[data-product] h3,.product-grid.single .product-card[data-product] h3{font-size:19px;line-height:1.35;margin:0 0 11px;white-space:normal;overflow:visible;text-overflow:clip}.product-card[data-product] .product-tools{gap:16px;padding-bottom:9px}.product-card[data-product] .product-tool{font-size:11px}.product-card[data-product] .product-content>p.feature-copy{display:block;margin:11px 0 15px;min-height:0;color:#56615c;font-size:12px;line-height:1.7;white-space:pre-line;word-break:break-word;overflow:visible;-webkit-line-clamp:unset;-webkit-box-orient:initial}.product-card[data-product] .sku-list{gap:7px;margin-bottom:14px}.product-card[data-product] .sku-option{height:54px;border-color:#d8ded9;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-content:center;align-items:center;gap:1px 5px;text-align:left}.product-card[data-product] .sku-option span{grid-column:1;grid-row:1}.product-card[data-product] .sku-option strong{grid-column:2;grid-row:1/3;align-self:center}.product-card[data-product] .sku-option em{grid-column:1;grid-row:2;color:#8a948f;font-size:9px;font-style:normal;white-space:nowrap}.product-card[data-product] .sku-option:hover{border-color:#aeb9b2;background:#fafbf9}.product-card[data-product] .sku-option.selected{border-color:var(--coral);background:#fff6f3;box-shadow:inset 0 0 0 1px rgba(232,93,63,.08)}.product-card[data-product] .sku-option.selected em{color:#c95a43}.product-card[data-product] .product-purchase{margin-top:auto;padding-top:13px;border-top:1px solid #edf0ed}.product-card[data-product] .buy-button{min-width:104px}.upload-file-status{color:var(--muted);font-size:11px;font-weight:500}@media(max-width:620px){.product-card[data-product]{min-height:0}.product-card[data-product]:hover{transform:none}.product-card[data-product] .product-content{padding:17px 16px 15px}.product-card[data-product] .product-content>p.feature-copy{font-size:12px;line-height:1.65}}
.order-table{min-width:960px}.order-table th{white-space:nowrap}.order-card-key{display:inline-block;max-width:210px;overflow-wrap:anywhere;color:var(--teal);font-weight:700}
.product-card[data-product] .sku-option{height:50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.product-card[data-product] .sku-option span{display:block;max-width:100%;font-size:10px}.product-card[data-product] .sku-option strong{display:block;align-self:flex-start;font-size:12px}.product-card[data-product] .sku-option em{display:none}.product-card[data-product] .selected-stock{line-height:1.45}
.brand-mark{width:38px;height:38px;padding:3px;background:#fff;border:1px solid #e1e5e1;border-radius:7px;overflow:hidden;flex:none}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand.light .brand-mark{border-color:rgba(255,255,255,.22)}
.service-wechat{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-wechat span{color:var(--muted);font-size:12px}.service-wechat strong{font-size:18px;text-align:right;word-break:break-all}.settings-form{width:min(100%,560px);display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding-top:8px}.settings-form label{width:100%}.sort-actions{display:flex;align-items:center;gap:2px;width:78px}.sort-actions .icon-button{width:34px;height:34px;border:1px solid var(--line);background:#fff}.sort-actions .icon-button svg{width:15px;height:15px}.sort-actions .icon-button:disabled{opacity:.28;cursor:not-allowed}.sort-actions .icon-button:not(:disabled):hover{border-color:var(--coral);color:var(--coral)}
.product-card[data-product] h3{min-height:26px;max-height:52px;overflow:hidden}.product-card[data-product] .product-content>p.feature-copy{height:82px;min-height:82px;max-height:82px;overflow:hidden}.product-card[data-product] .sku-list{height:54px;min-height:54px;max-height:54px;align-content:start;overflow:hidden}
.admin-preview-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-preview-item{position:relative;margin:0;aspect-ratio:16/10;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#f2f4f2}.admin-preview-item img{width:100%;height:100%;object-fit:cover}.admin-preview-item button{position:absolute;right:5px;top:5px;width:26px;height:26px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(23,33,43,.82);color:#fff}.admin-preview-item button:hover{background:var(--danger)}.admin-preview-item button svg{width:14px;height:14px}.preview-page{min-height:100vh;background:#f5f6f3}.preview-main{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:48px 0 72px}.preview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.preview-heading h1{font-size:34px;margin:7px 0 0}.preview-version{padding:7px 11px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted);font-size:12px;font-weight:800}.preview-description{max-width:820px;color:#59635f;line-height:1.8;white-space:pre-line;margin:0 0 28px}.preview-gallery{display:grid;gap:24px}.preview-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(23,33,43,.06)}.preview-gallery img{display:block;width:100%;height:auto;background:#e9ece9}.preview-gallery figcaption{padding:12px 16px;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}@media(max-width:760px){.admin-preview-list{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-main{width:calc(100% - 28px);padding:32px 0 52px}.preview-heading{align-items:flex-start;flex-direction:column}.preview-heading h1{font-size:26px}.preview-description{font-size:13px}.product-card[data-product] .product-tools{gap:12px;overflow-x:auto}}

/* 2026 blue-green fresh theme */
body{background:linear-gradient(145deg,#f7fcfc 0%,#eef9f7 48%,#f3f9fd 100%)}
.store-page{position:relative;isolation:isolate;background:radial-gradient(circle at 8% 12%,rgba(39,184,165,.12),transparent 25%),radial-gradient(circle at 90% 18%,rgba(50,143,209,.11),transparent 27%),linear-gradient(145deg,#f8fdfc,#f0f9f8 55%,#f4faff)}
.store-page::before,.store-page::after{content:"";position:fixed;border-radius:50%;filter:blur(2px);pointer-events:none;z-index:-1}.store-page::before{width:260px;height:260px;left:-120px;top:220px;background:rgba(83,206,190,.08)}.store-page::after{width:320px;height:320px;right:-170px;bottom:40px;background:rgba(80,162,218,.08)}
.store-header{height:76px;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(184,220,217,.72);box-shadow:0 8px 28px rgba(25,100,111,.045);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.store-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(39,184,165,.6),rgba(50,143,209,.5),transparent)}
.store-header .brand{color:#12354a;font-size:18px;letter-spacing:.2px}.store-header .brand-mark{box-shadow:0 7px 18px rgba(26,135,142,.13)}
.store-nav{gap:9px}.store-nav .ghost{min-height:38px;padding:0 12px;border:1px solid transparent;border-radius:10px;color:#34586a}.store-nav .ghost:hover{color:#117f86;background:linear-gradient(135deg,#ecfaf7,#edf8fd);border-color:#d5ece8;transform:translateY(-1px)}.store-nav .ghost svg{color:#2498a5}
.catalog{padding-top:46px;padding-bottom:72px}.section-title{position:relative;margin-bottom:24px;padding:0 2px}.section-title::before{content:"";position:absolute;left:0;bottom:-10px;width:56px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--mint),var(--blue))}.section-title .eyebrow{color:#168d9d;letter-spacing:2px}.section-title h2{color:#14374c;font-size:29px;letter-spacing:-.5px}.section-title>#catalog-count{padding:7px 12px;border:1px solid #d4eae7;border-radius:999px;background:rgba(255,255,255,.74);box-shadow:0 7px 18px rgba(31,112,122,.05);color:#547979;font-weight:700}
.product-grid,.product-grid.single{gap:20px}
.product-card[data-product],.product-grid.single .product-card[data-product]{border:1px solid rgba(191,220,217,.88);border-top:0;border-radius:16px;background:linear-gradient(160deg,rgba(255,255,255,.97),rgba(252,255,255,.93));box-shadow:0 12px 30px rgba(29,95,107,.075);overflow:hidden}
.product-card[data-product]::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#35c5b1,#2a9bc2,#5ba8dc)}
.product-card[data-product]::after{content:"";position:absolute;width:120px;height:120px;right:-70px;top:-72px;border-radius:50%;background:radial-gradient(circle,rgba(66,181,190,.12),transparent 70%);pointer-events:none}
.product-card[data-product]:hover{border-color:#a9d8d3;border-top-color:transparent;box-shadow:0 18px 42px rgba(24,105,119,.13);transform:translateY(-4px)}
.product-card[data-product] .product-content,.product-grid.single .product-card[data-product] .product-content{padding:21px 19px 18px}.product-card[data-product] h3,.product-grid.single .product-card[data-product] h3{color:#12384d;font-weight:850;letter-spacing:-.2px;margin-top:2px}
.product-card[data-product] .product-tools{gap:8px;padding-bottom:11px;border-bottom:1px solid #e2efed;overflow-x:auto;scrollbar-width:none}.product-card[data-product] .product-tools::-webkit-scrollbar{display:none}.product-card[data-product] .product-tool{padding:4px 7px;border-radius:6px;color:#78908f;font-size:10px}.product-card[data-product] .product-tool.active{color:#0f8586;background:#eaf8f5}.product-card[data-product] .product-tool.active::after{display:none}.product-card[data-product] .product-tool:not(.disabled):hover{color:#137f9c;background:#edf7fb}.product-card[data-product] .product-tool.disabled{opacity:.34}
.product-card[data-product] .product-content>p.feature-copy{color:#557473;line-height:1.75}.product-card[data-product] .sku-list{gap:8px}
.product-card[data-product] .sku-option{height:52px;border-color:#d6e8e6;border-radius:9px;background:rgba(255,255,255,.92);box-shadow:0 2px 7px rgba(30,100,107,.025)}.product-card[data-product] .sku-option:hover{border-color:#83c9c3;background:#f4fcfa;transform:translateY(-1px)}.product-card[data-product] .sku-option.selected{border-color:#2db4a8;background:linear-gradient(145deg,#e9faf6,#edf9fd);box-shadow:0 0 0 2px rgba(45,180,168,.1),0 7px 16px rgba(29,134,139,.07)}.product-card[data-product] .sku-option.selected span{color:#128c86}.product-card[data-product] .sku-option strong{color:#173d50}
.product-card[data-product] .product-purchase{padding-top:14px;border-top:1px solid #e6f0ef}.product-card[data-product] .selected-stock{color:#147e7b;font-size:10px}.product-card[data-product] .selected-stock.out{color:var(--danger)}
.primary,.product-card[data-product] .buy-button{border-radius:10px;background:linear-gradient(135deg,#27b8a5,#288fc2);box-shadow:0 8px 18px rgba(31,144,157,.19)}.primary:hover,.product-card[data-product] .buy-button:hover{background:linear-gradient(135deg,#1aa896,#207fac);box-shadow:0 10px 22px rgba(31,130,148,.25);transform:translateY(-1px)}.primary:disabled{background:linear-gradient(135deg,#8ecbc3,#8ebbd0);box-shadow:none}
.secondary{border-color:#cee5e2;border-radius:10px;color:#31596a}.secondary:hover{border-color:#7cc7c1;background:#f2fbf9;color:#137e80}
.store-footer{border-top:1px solid #d8eae8;color:#6a8584}.dialog{border:1px solid rgba(196,225,222,.9);border-radius:16px}.dialog::backdrop{background:rgba(18,51,67,.38);backdrop-filter:blur(5px)}.pay-summary{background:linear-gradient(135deg,#edf9f6,#eef7fc);border:1px solid #d7ebe8}
.preview-page{background:radial-gradient(circle at 10% 10%,rgba(39,184,165,.12),transparent 28%),linear-gradient(145deg,#f8fdfc,#f1f9fc)}.preview-version{border-color:#cfe7e4;border-radius:999px;background:#f5fcfa;color:#267578}.preview-gallery figure{border-color:#cfe4e1;border-radius:16px;box-shadow:0 16px 38px rgba(29,95,107,.1)}
.sidebar{background:linear-gradient(180deg,#15384a,#175266)}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.1)}.nav-item.active svg{color:#5fe0ce}.login-screen{background:radial-gradient(circle at 20% 20%,rgba(62,193,177,.2),transparent 30%),linear-gradient(145deg,#113345,#176173)}.metric,.plain-panel,.table-wrap,.partner-links>div{border-color:#d4e7e5;box-shadow:0 8px 24px rgba(27,91,102,.045)}
@media(max-width:620px){.store-header{height:66px}.store-nav{gap:4px}.store-nav .ghost{padding:0 5px;border:0}.catalog{padding-top:34px}.section-title h2{font-size:25px}.section-title>#catalog-count{padding:5px 9px}.product-grid,.product-grid.single{gap:15px}.product-card[data-product],.product-grid.single .product-card[data-product]{border-radius:14px}.product-card[data-product] .product-content{padding:19px 16px 16px}.product-card[data-product] .product-tools{gap:4px}.product-card[data-product] .product-tool{padding:4px 5px;font-size:9px}.product-card[data-product]:hover{transform:none}}

/* 2026 clear green business theme */
body{background:#f4f7f5}.store-page{background:#f4f7f5}.store-page::before,.store-page::after{display:none}
.store-header{height:74px;background:#fff;border-bottom:1px solid #d7e1dc;box-shadow:0 3px 12px rgba(30,65,53,.045);backdrop-filter:none;-webkit-backdrop-filter:none}.store-header::after{display:none}.store-header .brand{color:#1b3a30}.store-header .brand-mark{box-shadow:none}.store-nav .ghost{color:#315347;border-radius:7px}.store-nav .ghost svg{color:#317a5e}.store-nav .ghost:hover{color:#185f46;background:#eef5f1;border-color:#d6e4dc;transform:none}
.eyebrow,.section-title .eyebrow{color:#287458}.catalog{padding-top:42px}.section-title::before{height:3px;width:48px;background:#2d7c5f}.section-title h2{color:#1b392f;font-size:28px}.section-title>#catalog-count{background:#fff;border-color:#d7e2dc;border-radius:7px;box-shadow:none;color:#597168}
.product-grid,.product-grid.single{gap:18px}.product-card[data-product],.product-grid.single .product-card[data-product]{border:1px solid #d5e0da;border-radius:11px;background:#fff;box-shadow:0 7px 20px rgba(34,68,57,.055)}.product-card[data-product]::before{height:3px;background:#2b7d5e}.product-card[data-product]::after{display:none}.product-card[data-product]:hover{border-color:#a9c5b8;border-top-color:#a9c5b8;box-shadow:0 11px 28px rgba(33,77,61,.09);transform:translateY(-2px)}
.product-card[data-product] h3,.product-grid.single .product-card[data-product] h3{color:#1c382f}.product-card[data-product] .product-tools{border-bottom-color:#e2e9e5}.product-card[data-product] .product-tool{color:#718079;border-radius:4px}.product-card[data-product] .product-tool.active{color:#236d52;background:#edf5f0}.product-card[data-product] .product-tool:not(.disabled):hover{color:#185f46;background:#f0f5f2}.product-card[data-product] .product-content>p.feature-copy{color:#536b62}
.product-card[data-product] .sku-option{border-color:#d7e1dc;border-radius:7px;background:#fff;box-shadow:none}.product-card[data-product] .sku-option:hover{border-color:#83aa98;background:#f6faf7;transform:none}.product-card[data-product] .sku-option.selected{border-color:#348566;background:#eef6f1;box-shadow:0 0 0 1px rgba(52,133,102,.08)}.product-card[data-product] .sku-option.selected span{color:#246e53}.product-card[data-product] .sku-option strong{color:#203d33}.product-card[data-product] .product-purchase{border-top-color:#e3eae6}.product-card[data-product] .selected-stock{color:#276f55}
.primary,.product-card[data-product] .buy-button{border-radius:7px;background:#247b5d;box-shadow:none}.primary:hover,.product-card[data-product] .buy-button:hover{background:#185f46;box-shadow:none;transform:none}.primary:disabled{background:#a9c8ba;color:#fff;box-shadow:none}.secondary{border-color:#d3dfd9;border-radius:7px;color:#315347}.secondary:hover{border-color:#82aa98;background:#f4f8f6;color:#185f46}
.store-footer{border-top-color:#d8e2dd;color:#697a73}.dialog{border-color:#d4e0da;border-radius:11px;box-shadow:0 18px 46px rgba(25,54,44,.16)}.dialog::backdrop{background:rgba(23,43,36,.38);backdrop-filter:blur(2px)}.pay-summary{background:#f0f5f2;border-color:#d9e4de}
.preview-page{background:#f4f7f5}.preview-version{border-color:#d3e0d9;border-radius:7px;background:#fff;color:#48685c}.preview-gallery figure{border-color:#d5e0da;border-radius:11px;box-shadow:0 9px 24px rgba(32,68,55,.07)}
.sidebar{background:#1f493c}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.09)}.nav-item.active svg{color:#8ed0b4}.login-screen{background:#1f493c}.metric,.plain-panel,.table-wrap,.partner-links>div{border-color:#d7e2dc;box-shadow:0 5px 18px rgba(29,63,51,.04)}.metric-icon.coral{background:#edf5f0;color:#247b5d}.metric-icon.teal{background:#eef4f1;color:#2c8063}.table-action:hover{border-color:#247b5d;color:#247b5d}.tier-option input:checked+span{border-color:#247b5d;box-shadow:0 0 0 2px rgba(36,123,93,.1)}
@media(max-width:620px){.store-header{height:66px}.catalog{padding-top:32px}.product-card[data-product],.product-grid.single .product-card[data-product]{border-radius:10px}.product-card[data-product]:hover{transform:none}}
.badge-color-control{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px}.badge-color-control input[type="color"]{height:42px;padding:4px;border-radius:7px;cursor:pointer}.badge-color-control code{height:42px;display:flex;align-items:center;padding:0 12px;border:1px solid #d2ded8;border-radius:7px;background:#f7f9f8;color:#466157;font-weight:700}.product-badge{position:absolute;z-index:3;right:13px;top:13px;max-width:120px;padding:6px 10px;border-radius:999px;background:var(--badge-color);color:var(--badge-text-color);box-shadow:0 4px 10px rgba(28,57,47,.14);font-size:11px;font-weight:850;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card.has-badge h3{padding-right:105px}.product-card[data-product],.product-grid.single .product-card[data-product]{min-height:260px}.product-card[data-product] .product-content,.product-grid.single .product-card[data-product] .product-content{padding:17px 17px 14px}.product-card[data-product] h3,.product-grid.single .product-card[data-product] h3{min-height:24px;max-height:46px;margin-bottom:8px}.product-card[data-product] .product-tools{padding-bottom:7px}.product-card[data-product] .product-content>p.feature-copy{height:58px;min-height:58px;max-height:58px;margin:8px 0 11px;line-height:1.6}.product-card[data-product] .sku-list{height:48px;min-height:48px;max-height:48px;margin-bottom:10px}.product-card[data-product] .sku-option{height:46px}.product-card[data-product] .product-purchase{padding-top:10px}.product-card[data-product] .buy-button{min-height:32px}@media(max-width:620px){.product-badge{right:11px;top:11px;max-width:105px;font-size:10px}.product-card.has-badge h3{padding-right:92px}.product-card[data-product] .product-content>p.feature-copy{height:54px;min-height:54px;max-height:54px}}
.product-badge{max-width:125px;padding:7px 11px;font-size:12px}
@media(max-width:620px){.product-badge{max-width:105px;padding:6px 9px;font-size:10px}}

/* WeChat green border refinement */
.section-title::before{background:#07c160}.eyebrow,.section-title .eyebrow{color:#078a46}.store-nav .ghost svg{color:#07a950}.store-nav .ghost:hover{color:#078a46;background:#effaf4;border-color:#bce8cf}
.product-card[data-product],.product-grid.single .product-card[data-product]{border:1px solid #94d4af;box-shadow:0 0 0 1px rgba(7,193,96,.055),0 8px 20px rgba(26,88,55,.07)}.product-card[data-product]::before{height:4px;background:#07c160}.product-card[data-product]:hover{border-color:#07c160;border-top-color:#07c160;box-shadow:0 0 0 1px rgba(7,193,96,.12),0 12px 26px rgba(15,116,64,.11)}
.product-card[data-product] .product-tool.active{color:#078a46;background:#effaf4}.product-card[data-product] .product-tool:not(.disabled):hover{color:#078a46;background:#f2fbf6}.product-card[data-product] .sku-option{border-color:#c6ded0}.product-card[data-product] .sku-option:hover{border-color:#62c88f;background:#f4fcf7}.product-card[data-product] .sku-option.selected{border-color:#07c160;background:#effbf4;box-shadow:0 0 0 1px rgba(7,193,96,.12)}.product-card[data-product] .sku-option.selected span{color:#078a46}.product-card[data-product] .selected-stock{color:#078a46}
.primary,.product-card[data-product] .buy-button{background:#07c160}.primary:hover,.product-card[data-product] .buy-button:hover{background:#06ad56}.primary:disabled{background:#9ddbb8}.secondary:hover{border-color:#5bc686;color:#078a46;background:#f3fbf6}.table-action:hover{border-color:#07c160;color:#078a46}.nav-item.active svg{color:#57e696}.metric-icon.coral{background:#edfaf3;color:#07a950}.tier-option input:checked+span{border-color:#07c160;box-shadow:0 0 0 2px rgba(7,193,96,.1)}
.product-card[data-product],.product-grid.single .product-card[data-product]{border-color:#62c58c}

/* Restore the original warm coffee/coral theme */
body,.store-page,.preview-page{background:#f5f6f3}.store-header{height:72px;background:#fff;border-bottom:1px solid #dfe3df;box-shadow:none}.store-header .brand{color:#17212b}.store-nav{gap:22px}.store-nav .ghost{padding:0;border:0;border-radius:0;color:#17212b;background:transparent}.store-nav .ghost svg{color:#17212b}.store-nav .ghost:hover{color:#e85d3f;background:transparent;border-color:transparent}
.catalog{padding-top:36px;padding-bottom:56px}.section-title{margin-bottom:18px}.section-title::before{display:none}.eyebrow,.section-title .eyebrow{color:#e85d3f}.section-title h2{color:#17212b;font-size:26px}.section-title>#catalog-count{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#6d7773;font-weight:400}
.product-grid,.product-grid.single{gap:16px}.product-card[data-product],.product-grid.single .product-card[data-product]{border:1px solid #d6dcd7;border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(23,33,43,.055)}.product-card[data-product]::before{height:3px;background:#e85d3f}.product-card[data-product]:hover{border-color:#c9cec9;border-top-color:#c9cec9;box-shadow:0 10px 26px rgba(23,33,43,.09);transform:translateY(-2px)}
.product-card[data-product] h3,.product-grid.single .product-card[data-product] h3{color:#17212b}.product-card[data-product] .product-tools{gap:16px;border-bottom-color:#dfe3df}.product-card[data-product] .product-tool{padding:0;border-radius:0;color:#6d7773}.product-card[data-product] .product-tool.active{position:relative;color:#17212b;background:transparent}.product-card[data-product] .product-tool.active::after{display:block;content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:#e85d3f}.product-card[data-product] .product-tool:not(.disabled):hover{color:#e85d3f;background:transparent}.product-card[data-product] .product-content>p.feature-copy{color:#56615c}
.product-card[data-product] .sku-option{border-color:#d8ded9;border-radius:6px;background:#fff;box-shadow:none}.product-card[data-product] .sku-option:hover{border-color:#e49b89;background:#fffaf8}.product-card[data-product] .sku-option.selected{border-color:#e85d3f;background:#fff6f3;box-shadow:0 0 0 1px rgba(232,93,63,.08)}.product-card[data-product] .sku-option.selected span{color:#c84329}.product-card[data-product] .product-purchase{border-top-color:#edf0ed}.product-card[data-product] .selected-stock{color:#16877b}
.primary,.product-card[data-product] .buy-button{background:#e85d3f}.primary:hover,.product-card[data-product] .buy-button:hover{background:#c84329}.primary:disabled{background:#efab9c}.secondary{border-color:#dfe3df;border-radius:7px;color:#17212b}.secondary:hover{border-color:#caa493;background:#fffaf8;color:#c84329}.table-action:hover{border-color:#e85d3f;color:#e85d3f}.nav-item.active svg{color:#ff8064}.metric-icon.coral{background:#fff0ec;color:#e85d3f}.tier-option input:checked+span{border-color:#e85d3f;box-shadow:0 0 0 2px rgba(232,93,63,.12)}
.sidebar{background:#17212b}.login-screen{background:#17212b}.metric,.plain-panel,.table-wrap,.partner-links>div{border-color:#dfe3df;box-shadow:none}.dialog{border-color:#dfe3df;border-radius:8px}.pay-summary{background:#f2f4f1;border-color:#dfe3df}.preview-version{border-color:#dfe3df;background:#fff;color:#6d7773}.preview-gallery figure{border-color:#dfe3df;border-radius:10px;box-shadow:0 10px 30px rgba(23,33,43,.06)}
@media(max-width:620px){.product-card[data-product],.product-grid.single .product-card[data-product]{border-radius:8px}.product-card[data-product]:hover{transform:none}}
.table-action.danger{color:var(--danger)}.table-action.danger:hover{border-color:var(--danger);color:var(--danger);background:#fff6f5}
.withdrawal-admin-table{min-width:1260px}.withdrawal-agent-table{min-width:980px}.file-link{display:inline-flex;align-items:center;white-space:nowrap;color:var(--teal);font-size:12px;font-weight:700}.file-link:hover{color:var(--coral);text-decoration:underline}.agent-admin-section .panel-title p{margin:6px 0 0;color:var(--muted);font-size:12px}
