:root{--bg:#f5f7fb;--card:#fff;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--primary:#5b4ef4;--primary2:#7c3aed;--shadow:0 18px 50px rgba(17,24,39,.08)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--text);background:radial-gradient(circle at 10% 0,#ede9fe 0,transparent 30%),var(--bg);line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 32px));margin:0 auto}.narrow{max-width:720px}.topbar,.admin-topbar{height:70px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.9);position:sticky;top:0;z-index:20}.topbar-inner,.admin-nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{font-size:20px;font-weight:800}.link-btn,.admin-nav a{font-size:14px;color:#4b5563}.page-space{padding:64px 0}.hero{max-width:760px;margin-bottom:38px}.hero.compact{margin-bottom:24px}.eyebrow{display:inline-block;padding:6px 11px;border-radius:99px;background:#ede9fe;color:#5b21b6;font-weight:700;font-size:13px}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.12;letter-spacing:-2px;margin:16px 0 12px}.hero.compact h1{font-size:42px}.hero p{font-size:18px;color:var(--muted);margin:0}.checkout-layout{display:grid;gap:28px}.section-title{font-size:19px;margin:0 0 16px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product-card{position:relative;display:flex;flex-direction:column;padding:25px;border:2px solid transparent;background:var(--card);border-radius:22px;box-shadow:var(--shadow);cursor:pointer;transition:.2s}.product-card:hover{transform:translateY(-2px)}.product-card.selected{border-color:var(--primary);box-shadow:0 18px 50px rgba(91,78,244,.16)}.product-card input{position:absolute;opacity:0}.product-check{position:absolute;right:18px;top:18px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#ede9fe;color:var(--primary);opacity:0}.product-card.selected .product-check{opacity:1}.product-card strong{font-size:22px}.product-desc{color:var(--muted);margin:5px 0 24px}.price{font-weight:850;font-size:35px;line-height:1}.price small{font-size:18px;margin-right:3px}.form-card,.panel{background:var(--card);border:1px solid rgba(229,231,235,.8);border-radius:24px;box-shadow:var(--shadow);padding:30px}.field{display:block;margin-bottom:20px}.field>span{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.field input,.field textarea,.search-form input,.token-box textarea{width:100%;border:1px solid #d7dce4;border-radius:13px;padding:13px 14px;font:inherit;outline:none;background:#fff;transition:.2s}.field input:focus,.field textarea:focus,.search-form input:focus,.token-box textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(91,78,244,.1)}.privacy-note{padding:13px 15px;background:#f7f7ff;border-radius:12px;color:#5b6473;font-size:13px;margin-bottom:20px}.primary-btn,.secondary-btn,.outline-btn,.danger-btn{border:0;border-radius:13px;padding:13px 20px;font-size:15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.primary-btn{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 10px 22px rgba(91,78,244,.22)}.primary-btn:disabled{opacity:.65;cursor:not-allowed}.secondary-btn{background:#e0e7ff;color:#3730a3}.outline-btn{background:#fff;border:1px solid var(--line);color:#374151}.danger-btn{background:#fee2e2;color:#b91c1c}.block{display:flex;width:100%}.form-message{margin-top:12px}.error-text{color:#b91c1c}.notice{border-radius:13px;padding:13px 15px;margin-bottom:18px;font-size:14px}.notice.error{background:#fef2f2;color:#b91c1c}.notice.success{background:#ecfdf5;color:#047857}.notice.info{background:#eff6ff;color:#1d4ed8}.footer{text-align:center;color:#9ca3af;font-size:13px;padding:20px 0 40px}.center-card{text-align:center;margin-top:60px}.spinner{width:46px;height:46px;border:4px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.order-head,.panel-title{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.order-head h1,.panel-title h1{font-size:20px;margin:5px 0 0;word-break:break-all}.muted{color:var(--muted)}.badge{display:inline-flex;white-space:nowrap;border-radius:99px;padding:5px 10px;font-size:12px;font-weight:800}.badge.gray{background:#f3f4f6;color:#4b5563}.badge.orange{background:#fff7ed;color:#c2410c}.badge.blue{background:#eff6ff;color:#1d4ed8}.badge.green{background:#ecfdf5;color:#047857}.badge.red{background:#fef2f2;color:#b91c1c}.details{margin:25px 0}.details>div{display:grid;grid-template-columns:120px 1fr;padding:12px 0;border-bottom:1px solid var(--line)}.details dt{color:var(--muted)}.details dd{margin:0;text-align:right;font-weight:650;word-break:break-all}.admin-body{background:#f3f4f6}.login-wrap{min-height:100vh;display:grid;place-items:center}.login-card{width:min(430px,100%);text-align:center}.admin-logo{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:900;margin:0 auto}.login-card h1{margin-bottom:0}.login-card .field{text-align:left}.admin-nav>div{display:flex;align-items:center;gap:14px}.admin-nav>div span{font-size:13px;color:var(--muted)}.admin-nav nav{display:flex;gap:20px}.admin-main{padding:28px 0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card{background:#fff;border-radius:17px;padding:20px;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.stat-card span{color:var(--muted);font-size:14px}.stat-card strong{font-size:28px}.panel{border-radius:18px;padding:0}.panel-head{padding:18px;display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.tabs{display:flex;gap:5px;flex-wrap:wrap}.tabs a{padding:7px 11px;border-radius:9px;font-size:13px;color:#6b7280}.tabs a.active{background:#ede9fe;color:#5b21b6;font-weight:800}.search-form{display:flex;min-width:310px}.search-form input{border-radius:10px 0 0 10px;padding:9px 11px}.search-form button{border:0;background:#111827;color:#fff;padding:0 15px;border-radius:0 10px 10px 0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:900px}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);font-size:13px}th{background:#fafafa;color:#6b7280;font-weight:700}.table-link{color:var(--primary);font-weight:700}.empty{text-align:center;color:var(--muted);padding:50px}.pagination{display:flex;gap:7px;padding:18px}.pagination a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px}.pagination a.active{background:#111827;color:#fff}.two-col{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px}.detail-panel,.action-panel{padding:25px}.token-box{margin-top:22px}.token-head{display:flex;justify-content:space-between;margin-bottom:9px}.copy-btn{border:0;background:#ede9fe;color:#5b21b6;border-radius:9px;padding:7px 10px;font-weight:700;cursor:pointer}.token-box textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;resize:vertical;background:#0f172a;color:#dbeafe;border:0}.action-panel h2{margin-top:0}.action-buttons{display:grid;gap:10px}.action-buttons button{width:100%}@media(max-width:850px){.product-grid,.stat-grid,.two-col{grid-template-columns:1fr}.panel-head{flex-direction:column}.search-form{min-width:0}.page-space{padding:38px 0}.hero h1{letter-spacing:-1px}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.container{width:min(100% - 20px,1160px)}.form-card{padding:21px}.product-grid{grid-template-columns:1fr}.topbar{height:62px}.hero h1,.hero.compact h1{font-size:34px}.hero p{font-size:16px}.details>div{grid-template-columns:90px 1fr}.order-head{flex-direction:column}.admin-nav nav{gap:10px}.stat-grid{gap:10px}.stat-card{padding:15px}}
.sync-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini-card{padding:15px;border:1px solid var(--line);border-radius:14px;background:#fafafa}.mini-card span{display:block;color:var(--muted);font-size:12px}.mini-card strong{font-size:15px;word-break:break-all}.result-box{padding:18px;border-radius:15px;background:#f8fafc;border:1px solid var(--line);white-space:pre-wrap}.actions-row{display:flex;gap:10px;flex-wrap:wrap}.code-note{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#111827;color:#e5e7eb;padding:14px;border-radius:12px;word-break:break-all}@media(max-width:700px){.sync-grid{grid-template-columns:1fr}}

/* V2.1 商品与双支付 */
.product-image{width:100%;height:180px;object-fit:cover;border-radius:16px;margin-bottom:18px;background:#f3f4f6}
.product-placeholder{display:grid;place-items:center;font-size:34px;font-weight:900;color:#5b4ef4;background:linear-gradient(135deg,#ede9fe,#eef2ff)}
.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}
.product-action{font-size:13px;font-weight:800;color:#5b4ef4;background:#ede9fe;border-radius:99px;padding:7px 11px}
.payment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.payment-option{border:1.5px solid #d7dce4;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:.2s;background:#fff}
.payment-option.selected{border-color:var(--primary);box-shadow:0 0 0 4px rgba(91,78,244,.08)}
.payment-option input{position:absolute;opacity:0}
.payment-option>span:last-child{display:flex;flex-direction:column}
.payment-option small{color:var(--muted);font-size:12px}
.payment-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e0e7ff;color:#3730a3;font-weight:900;font-size:18px}
.field select{width:100%;border:1px solid #d7dce4;border-radius:13px;padding:13px 14px;font:inherit;outline:none;background:#fff}
.field small{display:block;color:var(--muted);font-size:12px;margin-top:6px}
.qr-card{text-align:center}
.qr-card h1{font-size:30px;margin:16px 0 10px}
.pay-amount{display:flex;flex-direction:column;margin:18px 0}
.pay-amount small{color:var(--muted)}
.pay-amount strong{font-size:38px;line-height:1.2}
.qrcode-box{width:270px;min-height:270px;margin:22px auto;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;place-items:center}
.qrcode-box img,.qrcode-box canvas{max-width:230px!important;height:auto!important}
.payment-waiting,.payment-success{display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 14px;border-radius:12px;margin:16px 0}
.payment-waiting{background:#eff6ff;color:#1d4ed8}.payment-success{background:#ecfdf5;color:#047857;font-weight:800}
.pulse-dot{width:9px;height:9px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 0 rgba(37,99,235,.5);animation:pulse 1.5s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(37,99,235,0)}100%{box-shadow:0 0 0 0 rgba(37,99,235,0)}}
.admin-product-thumb{width:58px;height:58px;border-radius:12px;object-fit:cover;display:inline-grid;place-items:center;background:#f3f4f6}
.admin-product-thumb.placeholder{font-weight:900;color:#5b4ef4}
.inline-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}
.inline-actions form{display:inline}
.text-button{border:0;background:transparent;padding:0;color:var(--primary);font:inherit;font-weight:700;cursor:pointer}
.danger-text{color:#b91c1c}
.current-image{display:flex;align-items:center;gap:18px;padding:15px;background:#f8fafc;border:1px solid var(--line);border-radius:14px;margin-bottom:20px}
.current-image img{width:120px;height:90px;object-fit:cover;border-radius:10px}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:end}
.switch-field{min-height:50px;display:flex;align-items:center;gap:9px;font-weight:700;margin-bottom:20px}
.switch-field input{width:18px;height:18px}
.settings-stack{display:grid;gap:20px;max-width:900px;margin:0 auto}
.settings-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.settings-title h2{margin:0}.settings-title p{margin:4px 0 0;color:var(--muted)}
.sticky-save{position:sticky;bottom:15px;display:flex;justify-content:flex-end;padding:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
.nav-active{color:var(--primary)!important;font-weight:800}
@media(max-width:700px){.payment-grid,.form-row{grid-template-columns:1fr}.product-image{height:150px}.qrcode-box{width:250px;min-height:250px}.admin-nav>div span{display:none}.admin-nav nav{overflow:auto;max-width:65%;padding-bottom:3px}}

/* V2.3 极简首页 */
.minimal-home{width:min(660px,calc(100% - 32px));min-height:calc(100vh - 140px);padding:72px 0 60px}
.minimal-checkout{width:100%}
.minimal-title{text-align:center;margin-bottom:28px}
.minimal-title h1{font-size:32px;line-height:1.2;letter-spacing:-1px;margin:0}
.minimal-product-step,.minimal-details{transition:opacity .18s ease,transform .18s ease}
.minimal-product-step.is-gone{display:none}
.minimal-products{grid-template-columns:1fr;gap:12px}
.minimal-product-card{min-height:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 26px rgba(17,24,39,.05);background:#fff}
.minimal-product-card:hover{transform:none;border-color:#c7d2fe;box-shadow:0 10px 30px rgba(17,24,39,.08)}
.minimal-product-card .product-image{width:58px;height:58px;object-fit:cover;border-radius:13px;margin:0}
.minimal-product-info{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0}
.minimal-product-info strong{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.minimal-product-info .price{font-size:22px;white-space:nowrap}
.minimal-product-info .price small{font-size:13px}
.minimal-product-arrow{font-size:28px;line-height:1;color:#9ca3af}
.minimal-details{opacity:1;transform:translateY(0)}
.minimal-details.is-hidden{display:none}
.minimal-selected{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px;padding:0 2px}
.minimal-selected>div{display:flex;align-items:baseline;gap:10px;min-width:0}
.minimal-selected strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.minimal-selected span{font-size:14px;color:var(--primary);font-weight:800;white-space:nowrap}
.minimal-selected .text-button{border:0;background:transparent;color:var(--muted);padding:6px 0;font-size:13px;cursor:pointer;white-space:nowrap}
.minimal-form-card{padding:26px;border-radius:18px;box-shadow:0 12px 38px rgba(17,24,39,.07)}
.minimal-form-card .field{margin-bottom:17px}
.minimal-form-card .field>span{margin-bottom:7px}
.minimal-form-card .field input,.minimal-form-card .field textarea{border-radius:11px;padding:13px 14px}
.minimal-form-card .field textarea{min-height:150px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55}
.minimal-payment-field{margin-top:2px}
.minimal-payment-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.minimal-payment-option{min-height:46px;padding:11px 14px;border-radius:11px;justify-content:center;text-align:center}
.minimal-payment-option strong{font-size:14px}
.minimal-submit{min-height:50px;margin-top:2px;font-size:15px}
body.modal-open{overflow:hidden}
.confirm-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;transition:opacity .18s ease,visibility .18s ease}
.confirm-modal.is-open{visibility:visible;opacity:1}
.confirm-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}
.minimal-confirm-dialog{position:relative;width:min(420px,100%);background:#fff;border-radius:20px;padding:27px;box-shadow:0 30px 80px rgba(15,23,42,.26)}
.confirm-close{position:absolute;right:13px;top:11px;width:34px;height:34px;border:0;border-radius:50%;background:#f3f4f6;color:#6b7280;font-size:23px;line-height:1;cursor:pointer}
.minimal-confirm-dialog h2{font-size:22px;margin:0 0 18px}
.minimal-confirm-email{padding:15px 16px;background:#f7f7ff;border-radius:13px;margin-bottom:12px}
.minimal-confirm-email span{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}
.minimal-confirm-email strong{display:block;font-size:18px;word-break:break-all;color:#312e81}
.minimal-confirm-order{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:4px 2px 19px}
.minimal-confirm-order span{font-size:14px;color:var(--muted)}
.minimal-confirm-order strong{font-size:18px}
.minimal-confirm-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px}
.minimal-confirm-actions button{min-height:46px}
@media(max-width:700px){
  .minimal-home{width:min(100% - 20px,660px);padding:42px 0 45px}
  .minimal-title{margin-bottom:22px}
  .minimal-title h1{font-size:27px}
  .minimal-product-card{padding:15px;gap:12px}
  .minimal-product-card .product-image{width:50px;height:50px}
  .minimal-product-info{align-items:flex-start;flex-direction:column;gap:4px}
  .minimal-product-info strong{font-size:16px}
  .minimal-product-info .price{font-size:20px}
  .minimal-form-card{padding:20px}
  .minimal-payment-grid{grid-template-columns:1fr 1fr}
  .minimal-confirm-dialog{padding:23px 19px 19px;border-radius:18px}
}

/* V2.4 网站设置、邮箱查单与动态结果 */
.query-page{display:grid;gap:18px}.query-card h1{font-size:28px;margin:0 0 20px}.query-results{display:grid;gap:10px}.query-order-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 18px;border:1px solid var(--line);border-radius:15px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 7px 22px rgba(17,24,39,.04)}.query-order-card:hover{border-color:#c7d2fe}.query-order-card>div:first-child{display:grid;gap:5px;min-width:0}.query-order-card strong{font-size:16px}.query-order-card span:not(.badge){font-size:12px;color:var(--muted);word-break:break-all}.query-order-meta{display:grid;justify-items:end;gap:7px;white-space:nowrap}.query-order-meta small{color:var(--muted)}
.live-processing{display:flex;align-items:center;gap:10px;padding:14px 15px;margin:18px 0;border-radius:13px;background:#f5f7ff;color:#3730a3}.live-processing.is-hidden,.live-result-section.is-hidden{display:none}.live-spinner{width:16px;height:16px;border:2px solid #c7d2fe;border-top-color:#4f46e5;border-radius:50%;animation:liveSpin .8s linear infinite}@keyframes liveSpin{to{transform:rotate(360deg)}}.live-result-section{margin-top:22px}.compact-details{margin-top:20px}
.site-announcement{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;transition:.18s}.site-announcement.is-open{visibility:visible;opacity:1}.site-announcement-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.52);backdrop-filter:blur(4px)}.site-announcement-dialog{position:relative;width:min(420px,100%);background:#fff;border-radius:20px;padding:27px;box-shadow:0 28px 80px rgba(15,23,42,.25)}.site-announcement-dialog h2{font-size:22px;margin:0 0 14px}.site-announcement-content{color:#475569;line-height:1.75;margin-bottom:20px;word-break:break-word}
.floating-service{position:fixed;right:22px;bottom:24px;z-index:60;display:flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;box-shadow:0 14px 35px rgba(15,23,42,.24)}.floating-service span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#16a34a;font-size:11px;font-weight:800}.floating-service strong{font-size:14px}.site-footer{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.site-footer span+span:before{content:'·';margin-right:14px;color:#cbd5e1}
@media(max-width:620px){.query-order-card{align-items:flex-start}.query-order-meta{justify-items:end}.floating-service{right:14px;bottom:16px;padding:9px 12px}.floating-service span{width:29px;height:29px}.site-footer{gap:7px}.site-footer span+span:before{margin-right:7px}}

/* V2.5 五分钟支付有效期 */
.payment-deadline{display:flex;align-items:center;justify-content:center;gap:7px;width:max-content;max-width:100%;margin:14px auto;padding:7px 12px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:13px;font-weight:700}
.payment-deadline strong{font-variant-numeric:tabular-nums;font-size:15px}
.payment-deadline.is-expired{background:#fef2f2;color:#b91c1c}
.order-payment-deadline{width:100%;border-radius:12px;margin:18px 0 10px}
.payment-expired{padding:12px 14px;border-radius:12px;margin:16px 0;background:#fef2f2;color:#b91c1c;font-weight:800;text-align:center}
.qrcode-box.is-expired{position:relative;opacity:.45;filter:grayscale(1);pointer-events:none}
.qrcode-box.is-expired:after{content:'订单已超时';position:absolute;inset:0;display:grid;place-items:center;color:#b91c1c;font-size:18px;font-weight:900;background:rgba(255,255,255,.72);border-radius:20px}
.is-disabled{opacity:.55!important;pointer-events:none!important;cursor:not-allowed!important}
.is-hidden{display:none!important}


/* V2.6 五套首页模板与顺滑过渡 */
.front-body{min-height:100vh;transition:background-color .25s ease,color .25s ease}
.minimal-product-step,.minimal-details{will-change:opacity,transform}
.minimal-product-step.is-leaving,.minimal-details.is-leaving{opacity:0;transform:translateY(8px) scale(.992);pointer-events:none}
.minimal-product-step.is-entering,.minimal-details.is-entering{opacity:0;transform:translateY(10px) scale(.992)}
.tutorial-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;margin:0 auto 16px;padding:8px 15px;border-radius:999px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.tutorial-button:hover{transform:translateY(-1px)}
.tutorial-play{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;font-size:9px;padding-left:1px}
.token-guide{margin:0 0 16px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:rgba(248,250,252,.86);font-size:13px;line-height:1.9;color:var(--muted)}
.token-guide>strong{display:block;margin-bottom:5px;color:var(--text)}
.token-guide a{display:inline-block;padding:0 5px;border-radius:5px;color:#1677ff!important;-webkit-text-fill-color:#1677ff!important;text-decoration:underline!important;font-weight:750;word-break:break-all}

/* 模板 1：极简白色 */
.theme-minimal_white{--bg:#f6f7f9;--card:#fff;--text:#15171a;--muted:#717780;--line:#e7e9ed;--primary:#111827;--primary2:#374151;background:#f6f7f9}
.theme-minimal_white .topbar{background:rgba(255,255,255,.88)}
.theme-minimal_white .minimal-title h1{font-weight:760;letter-spacing:-1.2px}
.theme-minimal_white .minimal-product-card{border-color:#e9ebef;box-shadow:0 12px 34px rgba(15,23,42,.055)}
.theme-minimal_white .minimal-product-card:hover{border-color:#cfd4dc;box-shadow:0 16px 38px rgba(15,23,42,.08)}
.theme-minimal_white .tutorial-button{background:#111827;color:#fff;box-shadow:0 8px 20px rgba(17,24,39,.16)}
.theme-minimal_white .tutorial-play{background:rgba(255,255,255,.18)}

/* 模板 2：深色科技 */
.theme-dark_tech{--bg:#07101c;--card:#0e1a2b;--text:#eef6ff;--muted:#8fa2b8;--line:#22334a;--primary:#42a5ff;--primary2:#7467ff;background:radial-gradient(circle at 50% -10%,#17335e 0,transparent 36%),linear-gradient(180deg,#07101c,#0a1321 70%);color:var(--text)}
.theme-dark_tech .topbar{background:rgba(7,16,28,.78);border-color:rgba(97,140,190,.16)}
.theme-dark_tech .brand,.theme-dark_tech .link-btn{color:#eaf4ff}
.theme-dark_tech .minimal-title h1{background:linear-gradient(90deg,#fff,#9bd0ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.theme-dark_tech .minimal-product-card,.theme-dark_tech .minimal-form-card{background:linear-gradient(145deg,rgba(19,35,57,.96),rgba(12,24,40,.96));border-color:#263d5b;box-shadow:0 18px 45px rgba(0,0,0,.25)}
.theme-dark_tech .minimal-product-card:hover{border-color:#4a9be8;box-shadow:0 20px 50px rgba(0,75,160,.22)}
.theme-dark_tech .field input,.theme-dark_tech .field textarea{background:#091525;border-color:#29415e;color:#ecf6ff}
.theme-dark_tech .field input::placeholder,.theme-dark_tech .field textarea::placeholder{color:#61758c}
.theme-dark_tech .token-guide{background:rgba(7,18,32,.78);border-color:#263d5b}
.theme-dark_tech .tutorial-button{background:linear-gradient(135deg,#168cff,#7568ff);color:#fff;box-shadow:0 10px 28px rgba(27,133,255,.25)}
.theme-dark_tech .tutorial-play{background:rgba(255,255,255,.2)}
.theme-dark_tech .minimal-selected .text-button{color:#91a8bf}
.theme-dark_tech .minimal-confirm-dialog,.theme-dark_tech .site-announcement-dialog{background:#101d2d;color:#eef6ff}
.theme-dark_tech .minimal-confirm-email{background:#0a1727}
.theme-dark_tech .confirm-close{background:#1b2a3d;color:#b7c7d8}
.theme-dark_tech .outline-btn{background:#142338;border-color:#2a405a;color:#eaf3ff}
.theme-dark_tech .site-footer{color:#71869b}

/* 模板 3：蓝紫渐变 */
.theme-aurora{--bg:#f3f1ff;--card:rgba(255,255,255,.82);--text:#202044;--muted:#74738c;--line:rgba(117,96,215,.18);--primary:#6557e8;--primary2:#9b55e8;background:radial-gradient(circle at 5% 8%,#dcecff 0,transparent 32%),radial-gradient(circle at 95% 20%,#eedbff 0,transparent 34%),linear-gradient(160deg,#fafaff,#f3f0ff);background-attachment:fixed}
.theme-aurora .topbar{background:rgba(255,255,255,.62);border-color:rgba(105,83,203,.12)}
.theme-aurora .minimal-product-card,.theme-aurora .minimal-form-card{background:rgba(255,255,255,.76);backdrop-filter:blur(18px);border-color:rgba(112,91,211,.16);box-shadow:0 18px 50px rgba(86,63,177,.11)}
.theme-aurora .minimal-product-card:hover{border-color:rgba(101,87,232,.48);box-shadow:0 22px 55px rgba(86,63,177,.16)}
.theme-aurora .tutorial-button{background:linear-gradient(135deg,#6458e8,#ab5ee8);color:#fff;box-shadow:0 10px 25px rgba(101,87,232,.24)}
.theme-aurora .tutorial-play{background:rgba(255,255,255,.22)}
.theme-aurora .token-guide{background:rgba(250,249,255,.72);border-color:rgba(112,91,211,.16)}
.theme-aurora .floating-service{background:linear-gradient(135deg,#5d54db,#9a54d4)}

/* 模板 4：商务轻奢 */
.theme-luxury{--bg:#f4f0e8;--card:#fffdf8;--text:#27231d;--muted:#7e766b;--line:#ddd4c5;--primary:#8b6a31;--primary2:#b28b47;background:radial-gradient(circle at 50% 0,#fff9ec 0,transparent 34%),#f4f0e8}
.theme-luxury .topbar{background:rgba(255,253,248,.88);border-color:#e6ddcf}
.theme-luxury .brand{letter-spacing:.6px}
.theme-luxury .minimal-title h1{font-family:Georgia,"Songti SC","SimSun",serif;font-weight:600;letter-spacing:.2px}
.theme-luxury .minimal-product-card,.theme-luxury .minimal-form-card{background:#fffdf8;border-color:#e2d8c8;box-shadow:0 16px 42px rgba(84,66,36,.08)}
.theme-luxury .minimal-product-card:hover{border-color:#b99a64;box-shadow:0 20px 46px rgba(84,66,36,.12)}
.theme-luxury .tutorial-button{background:#28231d;color:#f8ecd5;border:1px solid #9d7b43;box-shadow:0 9px 22px rgba(55,43,25,.16)}
.theme-luxury .tutorial-play{background:#9d7b43;color:#fff}
.theme-luxury .token-guide{background:#fbf7ef;border-color:#e3d9c9}
.theme-luxury .field input:focus,.theme-luxury .field textarea:focus{box-shadow:0 0 0 4px rgba(139,106,49,.1)}
.theme-luxury .floating-service{background:#28231d}

/* 模板 5：清新卡片 */
.theme-fresh_mint{--bg:#eff9f5;--card:#fff;--text:#15332a;--muted:#628077;--line:#d5ebe3;--primary:#159a73;--primary2:#3dbd9a;background:radial-gradient(circle at 15% 0,#d8f5eb 0,transparent 30%),radial-gradient(circle at 90% 15%,#dcf4ff 0,transparent 28%),#eff9f5}
.theme-fresh_mint .topbar{background:rgba(248,255,252,.84);border-color:#d7ebe4}
.theme-fresh_mint .minimal-product-card,.theme-fresh_mint .minimal-form-card{background:rgba(255,255,255,.9);border-color:#d8ece5;box-shadow:0 16px 42px rgba(29,105,82,.08)}
.theme-fresh_mint .minimal-product-card:hover{border-color:#68c8aa;box-shadow:0 20px 48px rgba(29,105,82,.13)}
.theme-fresh_mint .tutorial-button{background:linear-gradient(135deg,#159a73,#39b998);color:#fff;box-shadow:0 10px 24px rgba(21,154,115,.21)}
.theme-fresh_mint .tutorial-play{background:rgba(255,255,255,.23)}
.theme-fresh_mint .token-guide{background:#f5fcf9;border-color:#d7eee5}
.theme-fresh_mint .floating-service{background:#126f58}

/* 模板 6：杂志画廊 */
.theme-editorial_split{--bg:#ece8df;--card:#f8f5ee;--text:#24231f;--muted:#77736a;--line:#d5d0c5;--primary:#24231f;--primary2:#565046;background:linear-gradient(90deg,#e8e3d9 0 42%,#f4f0e8 42%);color:var(--text)}
.theme-editorial_split .topbar{background:rgba(244,240,232,.86);border-color:#d7d1c5}
.theme-editorial_split .minimal-home{width:min(100% - 48px,1180px);padding-top:66px}
.theme-editorial_split .minimal-title{text-align:left;margin:0 0 34px;padding-left:clamp(0px,7vw,84px)}
.theme-editorial_split .minimal-title h1{font:500 clamp(38px,5vw,64px)/1.08 Georgia,"Songti SC","SimSun",serif;letter-spacing:-1.5px}
.theme-editorial_split .tutorial-button{margin-left:0;border-radius:2px;background:#24231f;color:#f8f5ee}
.theme-editorial_split .minimal-products{grid-template-columns:1fr;gap:18px;max-width:880px;margin-left:auto}
.theme-editorial_split .minimal-product-card{display:grid;grid-template-columns:220px 1fr 36px;min-height:150px;padding:15px;border-radius:4px;background:#f8f5ee;border:1px solid #d3cec2;box-shadow:10px 12px 0 rgba(75,69,58,.07);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s}
.theme-editorial_split .minimal-product-card:hover{transform:translate(-5px,-5px);box-shadow:16px 18px 0 rgba(75,69,58,.1);border-color:#aaa398}
.theme-editorial_split .minimal-product-card .product-image{width:220px;height:150px;margin:0;border-radius:1px;filter:saturate(.78)}
.theme-editorial_split .minimal-product-info{align-items:flex-start;justify-content:center;flex-direction:column;padding:0 28px;gap:14px}
.theme-editorial_split .minimal-product-info strong{font:500 20px/1.35 Georgia,"Songti SC","SimSun",serif}
.theme-editorial_split .minimal-product-info .price{font-size:25px}
.theme-editorial_split .minimal-product-arrow{font:300 30px/1 Georgia,serif}
.theme-editorial_split .minimal-selected,.theme-editorial_split .minimal-form-card{border-radius:4px;background:#f8f5ee;border-color:#d3cec2;box-shadow:12px 14px 0 rgba(75,69,58,.07)}
.theme-editorial_split .token-guide{border-radius:2px;background:#eeeadf}
.theme-editorial_split .field input,.theme-editorial_split .field textarea{border-radius:2px}
.theme-editorial_split .primary-btn,.theme-editorial_split .outline-btn{border-radius:2px}
.theme-editorial_split .floating-service{border-radius:2px;background:#24231f}

/* 模板 7：霓虹终端 */
.theme-neon_console{--bg:#050608;--card:#0b0e12;--text:#e9fff9;--muted:#718b85;--line:#17332d;--primary:#42ffb0;--primary2:#20b8ff;background:linear-gradient(rgba(36,255,177,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(36,255,177,.025) 1px,transparent 1px),radial-gradient(circle at 50% -20%,#0c3029,transparent 45%),#050608;background-size:38px 38px,38px 38px,auto,auto;color:var(--text)}
.theme-neon_console .topbar{background:rgba(4,7,8,.88);border-color:#16342d}
.theme-neon_console .brand{color:#dffff5;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase;letter-spacing:1px}
.theme-neon_console .brand:before{content:">_ ";color:#42ffb0}
.theme-neon_console .link-btn{color:#52e9b3;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.theme-neon_console .minimal-title h1{color:#eafff8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:clamp(30px,5vw,48px);letter-spacing:-2px;text-shadow:0 0 24px rgba(66,255,176,.18)}
.theme-neon_console .minimal-title h1:before{content:"// ";color:#42ffb0}
.theme-neon_console .tutorial-button{border:1px solid #1c5a48;border-radius:0;background:#07140f;color:#57ffc0;box-shadow:0 0 22px rgba(36,255,172,.08);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.theme-neon_console .minimal-products{grid-template-columns:repeat(3,1fr);gap:12px}
.theme-neon_console .minimal-product-card{display:block;overflow:hidden;padding:10px;border-radius:0;background:rgba(7,12,13,.94);border:1px solid #1b4b3e;box-shadow:0 0 0 1px rgba(66,255,176,.025) inset;transition:transform .2s,box-shadow .25s,border-color .25s}
.theme-neon_console .minimal-product-card:before{content:"AVAILABLE";position:absolute;top:16px;left:17px;z-index:2;padding:3px 7px;background:#07120f;border:1px solid #2a735d;color:#42ffb0;font:9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:1px}
.theme-neon_console .minimal-product-card:hover{transform:translateY(-5px);border-color:#42ffb0;box-shadow:0 0 28px rgba(66,255,176,.12)}
.theme-neon_console .minimal-product-card .product-image{width:100%;height:190px;margin:0 0 15px;border-radius:0;filter:grayscale(.35) contrast(1.08)}
.theme-neon_console .minimal-product-info{align-items:flex-start;flex-direction:column;gap:9px;padding:0 6px 7px}
.theme-neon_console .minimal-product-info strong{min-height:44px;color:#dffff5;font:600 14px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}
.theme-neon_console .minimal-product-info .price{color:#42ffb0;font:700 23px/1 ui-monospace,SFMono-Regular,Consolas,monospace}
.theme-neon_console .minimal-product-arrow{position:absolute;right:17px;bottom:21px;color:#42ffb0}
.theme-neon_console .minimal-selected,.theme-neon_console .minimal-form-card{border-radius:0;background:rgba(7,12,13,.96);border:1px solid #1b4b3e;box-shadow:0 0 40px rgba(34,255,175,.06)}
.theme-neon_console .field input,.theme-neon_console .field textarea{border-radius:0;background:#030706;border-color:#1b4b3e;color:#dffff5;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.theme-neon_console .field input:focus,.theme-neon_console .field textarea:focus{border-color:#42ffb0;box-shadow:0 0 0 3px rgba(66,255,176,.08)}
.theme-neon_console .token-guide{border-radius:0;background:#07120f;border-color:#1b4b3e}
.theme-neon_console .primary-btn{border-radius:0;background:linear-gradient(90deg,#20d889,#27aadb);color:#03100b;box-shadow:0 0 24px rgba(48,244,168,.15)}
.theme-neon_console .minimal-confirm-dialog,.theme-neon_console .site-announcement-dialog{border-radius:0;background:#090e0e;color:#e9fff9;border:1px solid #255c4c}
.theme-neon_console .floating-service{border-radius:0;background:#0b211a;border:1px solid #2d755e;color:#7affca}

/* 模板 8：彩色 Bento */
.theme-candy_bento{--bg:#f7f4ff;--card:#fff;--text:#302b45;--muted:#817a96;--line:#e4def2;--primary:#7657e8;--primary2:#ed6c9e;background:radial-gradient(circle at 12% 5%,#e3dcff 0,transparent 27%),radial-gradient(circle at 90% 12%,#ffe1eb 0,transparent 28%),#f7f4ff;color:var(--text)}
.theme-candy_bento .topbar{background:rgba(255,255,255,.72);border-color:rgba(107,82,177,.1)}
.theme-candy_bento .brand{color:#40375d}
.theme-candy_bento .minimal-home{width:min(100% - 34px,1040px)}
.theme-candy_bento .minimal-title h1{font-size:clamp(35px,6vw,58px);font-weight:850;letter-spacing:-2.8px;background:linear-gradient(110deg,#473d75,#8f63e9 55%,#e76f9d);-webkit-background-clip:text;background-clip:text;color:transparent}
.theme-candy_bento .tutorial-button{background:#fff;color:#7157bc;box-shadow:0 10px 30px rgba(75,49,136,.1)}
.theme-candy_bento .minimal-products{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(170px,auto);gap:16px}
.theme-candy_bento .minimal-product-card{display:grid;grid-template-columns:145px 1fr 28px;min-height:176px;padding:14px;border:0;border-radius:30px;background:#ded8ff;box-shadow:0 18px 45px rgba(73,54,130,.1);transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s}
.theme-candy_bento .minimal-product-card:nth-child(3n+2){background:#ffe0e9}
.theme-candy_bento .minimal-product-card:nth-child(3n){grid-column:1/-1;background:#d9f4ee}
.theme-candy_bento .minimal-product-card:hover{transform:translateY(-7px) rotate(-.4deg);box-shadow:0 25px 55px rgba(73,54,130,.16)}
.theme-candy_bento .minimal-product-card:nth-child(even):hover{transform:translateY(-7px) rotate(.4deg)}
.theme-candy_bento .minimal-product-card .product-image{width:145px;height:148px;margin:0;border-radius:22px}
.theme-candy_bento .minimal-product-info{align-items:flex-start;justify-content:center;flex-direction:column;gap:12px;padding:4px 16px}
.theme-candy_bento .minimal-product-info strong{font-size:17px;line-height:1.35}
.theme-candy_bento .minimal-product-info .price{font-size:25px;color:#55407f}
.theme-candy_bento .minimal-product-arrow{display:grid;place-items:center;width:28px;height:28px;margin:auto;border-radius:50%;background:rgba(255,255,255,.6);color:#5d478c}
.theme-candy_bento .minimal-selected,.theme-candy_bento .minimal-form-card{border:0;border-radius:30px;background:rgba(255,255,255,.88);box-shadow:0 22px 60px rgba(73,54,130,.11);backdrop-filter:blur(16px)}
.theme-candy_bento .token-guide{border:0;border-radius:20px;background:#f3efff}
.theme-candy_bento .field input,.theme-candy_bento .field textarea{border-radius:17px;background:#fbfaff}
.theme-candy_bento .primary-btn{border-radius:17px;background:linear-gradient(120deg,#7657e8,#ea6fa3)}
.theme-candy_bento .minimal-confirm-dialog,.theme-candy_bento .site-announcement-dialog{border-radius:30px}
.theme-candy_bento .floating-service{background:linear-gradient(135deg,#7255dc,#eb6e9f)}

/* 模板 9：蜜桃云朵 */
.theme-peach_cloud{--bg:#fff8f3;--card:#fffdfb;--text:#4b3535;--muted:#9a7774;--line:#f2dcd5;--primary:#ed887f;--primary2:#f4ad83;background:radial-gradient(circle at 10% 8%,#ffe1dc 0,transparent 28%),radial-gradient(circle at 88% 18%,#ffead2 0,transparent 30%),linear-gradient(165deg,#fffaf6,#fff3ef);color:var(--text)}
.theme-peach_cloud .topbar{background:rgba(255,250,247,.78);border-color:rgba(190,113,103,.12)}
.theme-peach_cloud .brand{color:#614443}.theme-peach_cloud .link-btn{color:#a26d68}
.theme-peach_cloud .minimal-home{width:min(100% - 34px,1000px)}
.theme-peach_cloud .minimal-title h1{font-size:clamp(36px,6vw,58px);font-weight:820;letter-spacing:-2.5px;color:#5a3b3b}
.theme-peach_cloud .minimal-title h1:after{content:"";display:block;width:38px;height:7px;margin:15px auto 0;border-radius:99px;background:linear-gradient(90deg,#ee8a81,#fac291)}
.theme-peach_cloud .tutorial-button{background:#fff;color:#d87670;border:1px solid #f1d4ce;box-shadow:0 10px 28px rgba(196,116,103,.11)}
.theme-peach_cloud .minimal-products{grid-template-columns:repeat(3,1fr);gap:18px}
.theme-peach_cloud .minimal-product-card{display:block;overflow:hidden;padding:12px 12px 19px;border:0;border-radius:38px 38px 24px 24px;background:rgba(255,253,251,.92);box-shadow:0 20px 50px rgba(156,94,82,.1);transition:transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .34s}
.theme-peach_cloud .minimal-product-card:nth-child(2){transform:translateY(22px)}
.theme-peach_cloud .minimal-product-card:hover{transform:translateY(-7px);box-shadow:0 27px 58px rgba(156,94,82,.16)}
.theme-peach_cloud .minimal-product-card:nth-child(2):hover{transform:translateY(15px)}
.theme-peach_cloud .minimal-product-card .product-image{width:100%;height:180px;margin:0 0 17px;border-radius:29px}
.theme-peach_cloud .minimal-product-info{align-items:flex-start;flex-direction:column;gap:8px;padding:0 10px}
.theme-peach_cloud .minimal-product-info strong{font-size:16px;line-height:1.4}.theme-peach_cloud .minimal-product-info .price{font-size:25px;color:#d97871}
.theme-peach_cloud .minimal-product-arrow{position:absolute;right:22px;bottom:23px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#fff0eb;color:#d8746d}
.theme-peach_cloud .minimal-selected,.theme-peach_cloud .minimal-form-card{border:0;border-radius:28px;background:rgba(255,253,251,.94);box-shadow:0 22px 58px rgba(156,94,82,.1)}
.theme-peach_cloud .token-guide{border:0;border-radius:20px;background:#fff3ee}.theme-peach_cloud .field input,.theme-peach_cloud .field textarea{border-radius:18px;background:#fffaf8;border-color:#efd9d3}
.theme-peach_cloud .primary-btn{border-radius:18px;background:linear-gradient(120deg,#ed887f,#f5ad82);box-shadow:0 12px 28px rgba(222,125,111,.22)}
.theme-peach_cloud .minimal-confirm-dialog,.theme-peach_cloud .site-announcement-dialog{border-radius:30px}.theme-peach_cloud .floating-service{background:linear-gradient(135deg,#dc7d76,#efa07b)}

/* 模板 10：天空玻璃 */
.theme-sky_glass{--bg:#edf8ff;--card:rgba(255,255,255,.72);--text:#25425c;--muted:#68849b;--line:rgba(74,155,207,.18);--primary:#3a9ee9;--primary2:#68cae9;background:radial-gradient(circle at 15% 0,#ccecff 0,transparent 35%),radial-gradient(circle at 92% 24%,#d8f6ff 0,transparent 32%),linear-gradient(160deg,#f7fcff,#eaf7ff);background-attachment:fixed;color:var(--text)}
.theme-sky_glass:before,.theme-sky_glass:after{content:"";position:fixed;z-index:-1;border-radius:50%;filter:blur(2px);pointer-events:none}
.theme-sky_glass:before{width:180px;height:180px;left:5%;top:22%;background:rgba(84,183,238,.12)}.theme-sky_glass:after{width:260px;height:260px;right:-50px;bottom:4%;background:rgba(102,215,226,.14)}
.theme-sky_glass .topbar{background:rgba(241,250,255,.66);border-color:rgba(71,145,194,.12);backdrop-filter:blur(22px) saturate(130%)}
.theme-sky_glass .brand{color:#255578}.theme-sky_glass .link-btn{color:#4481a9}
.theme-sky_glass .minimal-title h1{font-size:clamp(36px,6vw,60px);font-weight:790;letter-spacing:-3px;background:linear-gradient(100deg,#28587e,#3d9ad6 58%,#50bfc8);-webkit-background-clip:text;background-clip:text;color:transparent}
.theme-sky_glass .tutorial-button{background:rgba(255,255,255,.64);color:#388bc2;border:1px solid rgba(77,160,211,.2);box-shadow:0 12px 35px rgba(46,130,181,.11);backdrop-filter:blur(16px)}
.theme-sky_glass .minimal-products{grid-template-columns:repeat(3,1fr);gap:18px;perspective:900px}
.theme-sky_glass .minimal-product-card{display:block;overflow:hidden;padding:10px 10px 20px;border:1px solid rgba(255,255,255,.8);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(235,249,255,.55));box-shadow:0 22px 55px rgba(45,125,177,.12),0 1px 0 #fff inset;backdrop-filter:blur(20px) saturate(125%);transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s}
.theme-sky_glass .minimal-product-card:hover{transform:translateY(-9px) rotateX(2deg);box-shadow:0 30px 65px rgba(45,125,177,.18),0 1px 0 #fff inset}
.theme-sky_glass .minimal-product-card .product-image{width:100%;height:184px;margin:0 0 17px;border-radius:21px}
.theme-sky_glass .minimal-product-info{align-items:flex-start;flex-direction:column;gap:9px;padding:0 11px}.theme-sky_glass .minimal-product-info strong{font-size:16px;line-height:1.4}
.theme-sky_glass .minimal-product-info .price{font-size:25px;color:#3189c3}.theme-sky_glass .minimal-product-arrow{position:absolute;right:22px;bottom:23px;color:#3d98d1}
.theme-sky_glass .minimal-selected,.theme-sky_glass .minimal-form-card{border:1px solid rgba(255,255,255,.82);border-radius:28px;background:rgba(255,255,255,.68);box-shadow:0 25px 65px rgba(45,125,177,.13);backdrop-filter:blur(22px) saturate(130%)}
.theme-sky_glass .token-guide{border-color:rgba(73,158,207,.15);border-radius:18px;background:rgba(237,249,255,.62)}
.theme-sky_glass .field input,.theme-sky_glass .field textarea{border-radius:17px;background:rgba(255,255,255,.62);border-color:rgba(75,151,198,.22)}
.theme-sky_glass .primary-btn{border-radius:17px;background:linear-gradient(120deg,#389de7,#5bc6df);box-shadow:0 13px 30px rgba(49,153,215,.22)}
.theme-sky_glass .minimal-confirm-dialog,.theme-sky_glass .site-announcement-dialog{border-radius:29px;background:rgba(250,254,255,.9);backdrop-filter:blur(22px)}.theme-sky_glass .floating-service{background:linear-gradient(135deg,#388fc9,#4ebbcf)}

/* 模板 11：柠檬乐园 */
.theme-lemon_playground{--bg:#fbfae9;--card:#fffef4;--text:#34402e;--muted:#7e896f;--line:#e4e5bd;--primary:#7ea536;--primary2:#d7b936;background:radial-gradient(circle at 8% 6%,#f3ef9f 0,transparent 24%),radial-gradient(circle at 92% 12%,#dff2bc 0,transparent 28%),#fbfae9;color:var(--text)}
.theme-lemon_playground .topbar{background:rgba(255,254,238,.8);border-color:rgba(116,136,67,.14)}
.theme-lemon_playground .brand{color:#3f4b34}.theme-lemon_playground .link-btn{color:#73804f}
.theme-lemon_playground .minimal-home{width:min(100% - 34px,1050px)}
.theme-lemon_playground .minimal-title h1{font-size:clamp(37px,6vw,59px);font-weight:900;letter-spacing:-3px;color:#3c4934;transform:rotate(-1deg)}
.theme-lemon_playground .tutorial-button{background:#394830;color:#f8f4aa;box-shadow:7px 8px 0 rgba(101,122,62,.12)}
.theme-lemon_playground .minimal-products{grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,minmax(138px,auto));gap:16px}
.theme-lemon_playground .minimal-product-card{display:grid;grid-template-columns:125px 1fr 28px;min-height:138px;padding:13px;border:2px solid #3f4b34;border-radius:24px;background:#f7e77c;box-shadow:7px 8px 0 #3f4b34;transition:transform .22s,box-shadow .22s}
.theme-lemon_playground .minimal-product-card:first-child{grid-row:1/3;display:flex;flex-direction:column;padding:15px}.theme-lemon_playground .minimal-product-card:nth-child(2){background:#d9efad}.theme-lemon_playground .minimal-product-card:nth-child(3){background:#ffd8aa}
.theme-lemon_playground .minimal-product-card:hover{transform:translate(-3px,-4px);box-shadow:10px 12px 0 #3f4b34}
.theme-lemon_playground .minimal-product-card .product-image{width:125px;height:110px;margin:0;border:2px solid #3f4b34;border-radius:17px}
.theme-lemon_playground .minimal-product-card:first-child .product-image{width:100%;height:220px;margin-bottom:18px}
.theme-lemon_playground .minimal-product-info{align-items:flex-start;justify-content:center;flex-direction:column;gap:7px;padding:0 13px}.theme-lemon_playground .minimal-product-card:first-child .minimal-product-info{padding:0 8px}
.theme-lemon_playground .minimal-product-info strong{font-size:16px;line-height:1.35}.theme-lemon_playground .minimal-product-info .price{font-size:24px;color:#3f4b34}
.theme-lemon_playground .minimal-product-arrow{display:grid;place-items:center;width:28px;height:28px;margin:auto;border:2px solid #3f4b34;border-radius:50%;color:#3f4b34}.theme-lemon_playground .minimal-product-card:first-child .minimal-product-arrow{position:absolute;right:24px;bottom:25px}
.theme-lemon_playground .minimal-selected,.theme-lemon_playground .minimal-form-card{border:2px solid #3f4b34;border-radius:25px;background:#fffef3;box-shadow:8px 9px 0 #3f4b34}
.theme-lemon_playground .token-guide{border:2px solid #d8dba4;border-radius:17px;background:#faf7cd}.theme-lemon_playground .field input,.theme-lemon_playground .field textarea{border:2px solid #cfd3a2;border-radius:16px;background:#fffef5}
.theme-lemon_playground .primary-btn{border:2px solid #3f4b34;border-radius:16px;background:#94ba4f;box-shadow:4px 5px 0 #3f4b34;color:#25301f}.theme-lemon_playground .outline-btn{border:2px solid #3f4b34}
.theme-lemon_playground .minimal-confirm-dialog,.theme-lemon_playground .site-announcement-dialog{border:2px solid #3f4b34;border-radius:25px;box-shadow:9px 10px 0 #3f4b34}.theme-lemon_playground .floating-service{border:2px solid #3f4b34;background:#91b94a;box-shadow:4px 5px 0 #3f4b34}

/* 模板 12：糖果贴纸 */
.theme-candy_sticker{--bg:#fff3fa;--card:#fff;--text:#342b48;--muted:#82758e;--line:#e9d7e6;--primary:#ff6ca8;--primary2:#8a70f2;background:radial-gradient(circle at 12% 10%,#ffd0e5 0,transparent 27%),radial-gradient(circle at 88% 12%,#d8d1ff 0,transparent 29%),radial-gradient(circle at 72% 82%,#c9f5ea 0,transparent 26%),#fff6fb;color:var(--text)}
.theme-candy_sticker .topbar{background:rgba(255,250,253,.8);border-color:rgba(112,84,133,.12)}
.theme-candy_sticker .brand{color:#4d3b65}.theme-candy_sticker .link-btn{padding:7px 13px;border:2px solid #42364f;border-radius:999px;background:#fff;box-shadow:3px 4px 0 #42364f;color:#6d4f7d;font-weight:800}
.theme-candy_sticker .minimal-home{width:min(100% - 36px,1020px)}
.theme-candy_sticker .minimal-title h1{display:inline-block;padding:12px 24px;border:3px solid #40364e;border-radius:18px;background:#fff;box-shadow:0 0 0 7px #fff,8px 10px 0 7px #40364e;color:#493a5f;font-size:clamp(34px,5.5vw,52px);font-weight:900;letter-spacing:-2.5px;transform:rotate(-1deg)}
.theme-candy_sticker .tutorial-button{border:2px solid #40364e;border-radius:999px;background:#ffe15c;color:#40364e;box-shadow:0 0 0 4px #fff,5px 7px 0 4px #40364e}
.theme-candy_sticker .minimal-products{grid-template-columns:repeat(3,1fr);gap:24px;padding-top:14px}
.theme-candy_sticker .minimal-product-card{display:block;padding:13px 13px 20px;border:3px solid #40364e;border-radius:30px;background:#ffafd0;box-shadow:0 0 0 7px #fff,9px 12px 0 7px #40364e;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s}
.theme-candy_sticker .minimal-product-card:nth-child(1){transform:rotate(-1.4deg)}.theme-candy_sticker .minimal-product-card:nth-child(2){background:#c8b9ff;transform:translateY(16px) rotate(1.2deg)}.theme-candy_sticker .minimal-product-card:nth-child(3){background:#9debd7;transform:rotate(-.7deg)}
.theme-candy_sticker .minimal-product-card:hover{transform:translate(-3px,-7px) rotate(0);box-shadow:0 0 0 7px #fff,13px 17px 0 7px #40364e}
.theme-candy_sticker .minimal-product-card:nth-child(2):hover{transform:translate(-3px,9px) rotate(0)}
.theme-candy_sticker .minimal-product-card .product-image{width:100%;height:176px;margin:0 0 17px;border:3px solid #40364e;border-radius:21px}
.theme-candy_sticker .minimal-product-info{align-items:flex-start;flex-direction:column;gap:8px;padding:0 9px}.theme-candy_sticker .minimal-product-info strong{font-size:16px;line-height:1.35}.theme-candy_sticker .minimal-product-info .price{font-size:25px;color:#40364e}
.theme-candy_sticker .minimal-product-arrow{position:absolute;right:22px;bottom:24px;display:grid;place-items:center;width:30px;height:30px;border:2px solid #40364e;border-radius:50%;background:#fff;color:#40364e}
.theme-candy_sticker .minimal-selected,.theme-candy_sticker .minimal-form-card{border:3px solid #40364e;border-radius:28px;background:#fff;box-shadow:0 0 0 6px #fff,8px 10px 0 6px #40364e}
.theme-candy_sticker .token-guide{border:2px dashed #ad8ba9;border-radius:18px;background:#fff3f8}.theme-candy_sticker .field input,.theme-candy_sticker .field textarea{border:2px solid #a990a7;border-radius:17px;background:#fffbfd}
.theme-candy_sticker .primary-btn{border:3px solid #40364e;border-radius:18px;background:#ff76ad;box-shadow:5px 6px 0 #40364e;color:#342b48}.theme-candy_sticker .outline-btn{border:2px solid #40364e;border-radius:17px}
.theme-candy_sticker .minimal-confirm-dialog,.theme-candy_sticker .site-announcement-dialog{border:3px solid #40364e;border-radius:29px;box-shadow:0 0 0 6px #fff,9px 12px 0 6px #40364e}.theme-candy_sticker .floating-service{border:2px solid #40364e;background:#ff77ad;box-shadow:0 0 0 4px #fff,5px 7px 0 4px #40364e}

/* 模板 13：手账贴纸 */
.theme-scrapbook_sticker{--bg:#f6eddd;--card:#fffdf7;--text:#443d34;--muted:#83796d;--line:#ddd0bd;--primary:#df795f;--primary2:#81a873;background:linear-gradient(rgba(115,93,64,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(115,93,64,.035) 1px,transparent 1px),#f7efe1;background-size:24px 24px;color:var(--text)}
.theme-scrapbook_sticker .topbar{background:rgba(255,251,241,.82);border-color:#ded1bd}.theme-scrapbook_sticker .brand{color:#53483b}.theme-scrapbook_sticker .link-btn{color:#7e6d5a;text-decoration:underline;text-decoration-style:wavy;text-underline-offset:4px}
.theme-scrapbook_sticker .minimal-home{width:min(100% - 38px,1020px)}
.theme-scrapbook_sticker .minimal-title h1{display:inline-block;position:relative;padding:8px 18px;background:#fffdf7;color:#4b4238;font:700 clamp(34px,5.5vw,54px)/1.15 "KaiTi","STKaiti","Comic Sans MS",sans-serif;letter-spacing:-1.5px;transform:rotate(-1.2deg);box-shadow:6px 7px 0 rgba(89,72,51,.18)}
.theme-scrapbook_sticker .minimal-title h1:before{content:"";position:absolute;left:50%;top:-13px;width:82px;height:26px;background:rgba(238,194,128,.58);transform:translateX(-50%) rotate(2deg);clip-path:polygon(3% 10%,100% 0,96% 93%,0 100%)}
.theme-scrapbook_sticker .tutorial-button{border:2px dashed #a58e72;border-radius:8px;background:#fff9e9;color:#7b6148;box-shadow:4px 5px 0 rgba(92,72,48,.15)}
.theme-scrapbook_sticker .minimal-products{grid-template-columns:repeat(3,1fr);gap:21px;padding-top:12px}
.theme-scrapbook_sticker .minimal-product-card{display:block;position:relative;padding:14px 14px 21px;border:2px dashed #796957;border-radius:8px;background:#fffdf7;box-shadow:8px 10px 0 rgba(91,72,49,.16);transition:transform .28s,box-shadow .28s}
.theme-scrapbook_sticker .minimal-product-card:before{content:"";position:absolute;z-index:2;left:50%;top:-16px;width:70px;height:25px;background:rgba(232,175,118,.6);transform:translateX(-50%) rotate(-2deg);clip-path:polygon(2% 8%,97% 0,100% 90%,0 100%)}
.theme-scrapbook_sticker .minimal-product-card:nth-child(2):before{background:rgba(154,193,142,.58);transform:translateX(-50%) rotate(3deg)}.theme-scrapbook_sticker .minimal-product-card:nth-child(3):before{background:rgba(224,147,154,.52)}
.theme-scrapbook_sticker .minimal-product-card:nth-child(1){transform:rotate(-.8deg)}.theme-scrapbook_sticker .minimal-product-card:nth-child(2){transform:translateY(12px) rotate(.9deg)}.theme-scrapbook_sticker .minimal-product-card:nth-child(3){transform:rotate(-.4deg)}
.theme-scrapbook_sticker .minimal-product-card:hover{transform:translateY(-6px) rotate(0);box-shadow:11px 14px 0 rgba(91,72,49,.2)}
.theme-scrapbook_sticker .minimal-product-card .product-image{width:100%;height:180px;margin:0 0 16px;border:1px solid #cfc0aa;border-radius:3px;filter:saturate(.82) sepia(.06)}
.theme-scrapbook_sticker .minimal-product-info{align-items:flex-start;flex-direction:column;gap:8px;padding:0 7px}.theme-scrapbook_sticker .minimal-product-info strong{font:700 17px/1.35 "KaiTi","STKaiti","Comic Sans MS",sans-serif}.theme-scrapbook_sticker .minimal-product-info .price{font-size:24px;color:#b65f4d}
.theme-scrapbook_sticker .minimal-product-arrow{position:absolute;right:20px;bottom:23px;color:#8e6c52;font-size:26px}
.theme-scrapbook_sticker .minimal-selected,.theme-scrapbook_sticker .minimal-form-card{border:2px dashed #8c7962;border-radius:9px;background:#fffdf7;box-shadow:9px 11px 0 rgba(91,72,49,.15)}
.theme-scrapbook_sticker .token-guide{border:1px solid #ddc9ad;border-radius:5px;background:#fff7df}.theme-scrapbook_sticker .field input,.theme-scrapbook_sticker .field textarea{border:1px solid #cbbb9f;border-radius:5px;background:#fffef9}
.theme-scrapbook_sticker .primary-btn{border:2px solid #634f3c;border-radius:7px;background:#df8067;box-shadow:4px 5px 0 #634f3c}.theme-scrapbook_sticker .outline-btn{border:2px dashed #7d6852;border-radius:7px}
.theme-scrapbook_sticker .minimal-confirm-dialog,.theme-scrapbook_sticker .site-announcement-dialog{border:2px dashed #796957;border-radius:9px;box-shadow:10px 12px 0 rgba(91,72,49,.18)}.theme-scrapbook_sticker .floating-service{border:2px solid #5d4c3b;border-radius:8px;background:#d97b64;box-shadow:4px 5px 0 #5d4c3b}

/* 模板 14：波普漫画 */
.theme-pop_comic{--bg:#fff3a6;--card:#fff;--text:#171721;--muted:#605b58;--line:#171721;--primary:#ef3e59;--primary2:#2d71e8;background-color:#fff3a6;background-image:radial-gradient(#e0b744 1.5px,transparent 1.5px);background-size:13px 13px;color:var(--text)}
.theme-pop_comic .topbar{background:#fff8c7;border-bottom:3px solid #171721}.theme-pop_comic .brand{color:#171721;text-transform:uppercase;letter-spacing:-.5px}.theme-pop_comic .link-btn{padding:7px 13px;border:3px solid #171721;border-radius:0;background:#2d71e8;color:#fff;box-shadow:4px 5px 0 #171721;font-weight:900}
.theme-pop_comic .minimal-home{width:min(100% - 38px,1040px)}
.theme-pop_comic .minimal-title h1{display:inline-block;padding:10px 22px;border:4px solid #171721;background:#fff;color:#171721;box-shadow:9px 10px 0 #ef3e59;font-size:clamp(35px,5.8vw,58px);font-weight:950;letter-spacing:-3px;text-transform:uppercase;transform:skew(-2deg)}
.theme-pop_comic .minimal-title h1:after{content:"!";display:inline-block;margin-left:5px;color:#ef3e59;transform:rotate(8deg)}
.theme-pop_comic .tutorial-button{border:3px solid #171721;border-radius:0;background:#2d71e8;color:#fff;box-shadow:5px 6px 0 #171721}
.theme-pop_comic .minimal-products{grid-template-columns:repeat(3,1fr);gap:19px}
.theme-pop_comic .minimal-product-card{display:block;overflow:hidden;padding:10px 10px 19px;border:4px solid #171721;border-radius:0;background:#fff;box-shadow:9px 10px 0 #171721;transition:transform .2s,box-shadow .2s}
.theme-pop_comic .minimal-product-card:nth-child(2){background:#e9f1ff}.theme-pop_comic .minimal-product-card:nth-child(3){background:#ffd9df}
.theme-pop_comic .minimal-product-card:hover{transform:translate(-4px,-5px);box-shadow:13px 15px 0 #171721}
.theme-pop_comic .minimal-product-card .product-image{width:100%;height:180px;margin:0 0 15px;border:3px solid #171721;border-radius:0;filter:contrast(1.08) saturate(1.15)}
.theme-pop_comic .minimal-product-info{align-items:flex-start;flex-direction:column;gap:8px;padding:0 7px}.theme-pop_comic .minimal-product-info strong{font-size:16px;font-weight:950;line-height:1.3;text-transform:uppercase}.theme-pop_comic .minimal-product-info .price{font-size:26px;color:#ef3e59;text-shadow:2px 2px 0 #ffd24b}
.theme-pop_comic .minimal-product-arrow{position:absolute;right:18px;bottom:20px;display:grid;place-items:center;width:32px;height:32px;border:3px solid #171721;border-radius:50%;background:#ffd83e;color:#171721;font-weight:900}
.theme-pop_comic .minimal-selected,.theme-pop_comic .minimal-form-card{border:4px solid #171721;border-radius:0;background:#fff;box-shadow:10px 11px 0 #171721}
.theme-pop_comic .token-guide{border:3px solid #171721;border-radius:0;background:#fff4a9}.theme-pop_comic .field input,.theme-pop_comic .field textarea{border:3px solid #171721;border-radius:0;background:#fff}
.theme-pop_comic .primary-btn{border:3px solid #171721;border-radius:0;background:#ef3e59;box-shadow:5px 6px 0 #171721}.theme-pop_comic .outline-btn{border:3px solid #171721;border-radius:0}
.theme-pop_comic .minimal-confirm-dialog,.theme-pop_comic .site-announcement-dialog{border:4px solid #171721;border-radius:0;box-shadow:12px 13px 0 #171721}.theme-pop_comic .floating-service{border:3px solid #171721;border-radius:0;background:#2d71e8;box-shadow:5px 6px 0 #171721}

/* 模板 15：清新分镜 */
.theme-fresh_comic{--bg:#e9f7ff;--card:#fff;--text:#263249;--muted:#687590;--line:#263249;--primary:#6578e8;--primary2:#49bdd1;background:linear-gradient(135deg,rgba(102,119,229,.08) 25%,transparent 25%) -12px 0/24px 24px,linear-gradient(225deg,rgba(78,190,209,.07) 25%,transparent 25%) -12px 0/24px 24px,#edfaff;color:var(--text)}
.theme-fresh_comic .topbar{background:rgba(245,253,255,.88);border-bottom:3px solid #263249}.theme-fresh_comic .brand{color:#263249}.theme-fresh_comic .link-btn{padding:7px 14px;border:3px solid #263249;border-radius:12px 12px 12px 3px;background:#fff;box-shadow:4px 5px 0 #6578e8;color:#394968;font-weight:900}
.theme-fresh_comic .minimal-home{width:min(100% - 38px,1050px)}
.theme-fresh_comic .minimal-title h1{display:inline-block;position:relative;padding:13px 25px;border:3px solid #263249;border-radius:24px 24px 24px 5px;background:#fff;box-shadow:8px 9px 0 #6578e8;color:#263249;font-size:clamp(35px,5.7vw,56px);font-weight:900;letter-spacing:-2.8px}
.theme-fresh_comic .minimal-title h1:after{content:"";position:absolute;left:25px;bottom:-17px;border:9px solid transparent;border-top-color:#263249;transform:rotate(17deg)}
.theme-fresh_comic .tutorial-button{border:3px solid #263249;border-radius:14px 14px 14px 3px;background:#91e0e7;color:#263249;box-shadow:5px 6px 0 #263249}
.theme-fresh_comic .minimal-products{grid-template-columns:1.1fr .9fr;grid-template-rows:repeat(2,minmax(138px,auto));gap:17px}
.theme-fresh_comic .minimal-product-card{display:grid;grid-template-columns:120px 1fr 28px;min-height:138px;padding:11px;border:3px solid #263249;border-radius:18px 18px 18px 4px;background:#c9eefa;box-shadow:7px 8px 0 #263249;transition:transform .23s,box-shadow .23s}
.theme-fresh_comic .minimal-product-card:first-child{grid-row:1/3;display:flex;flex-direction:column;background:#dcd7ff}.theme-fresh_comic .minimal-product-card:nth-child(3){background:#ffd9e5}
.theme-fresh_comic .minimal-product-card:hover{transform:translate(-3px,-5px);box-shadow:10px 13px 0 #263249}
.theme-fresh_comic .minimal-product-card .product-image{width:120px;height:112px;margin:0;border:3px solid #263249;border-radius:12px}.theme-fresh_comic .minimal-product-card:first-child .product-image{width:100%;height:222px;margin-bottom:17px}
.theme-fresh_comic .minimal-product-info{align-items:flex-start;justify-content:center;flex-direction:column;gap:7px;padding:0 12px}.theme-fresh_comic .minimal-product-card:first-child .minimal-product-info{padding:0 8px}
.theme-fresh_comic .minimal-product-info strong{font-size:16px;font-weight:900;line-height:1.35}.theme-fresh_comic .minimal-product-info .price{font-size:25px;color:#4c5dc3}
.theme-fresh_comic .minimal-product-arrow{display:grid;place-items:center;width:29px;height:29px;margin:auto;border:3px solid #263249;border-radius:50%;background:#fff;color:#263249}.theme-fresh_comic .minimal-product-card:first-child .minimal-product-arrow{position:absolute;right:22px;bottom:22px}
.theme-fresh_comic .minimal-selected,.theme-fresh_comic .minimal-form-card{border:3px solid #263249;border-radius:20px 20px 20px 5px;background:#fff;box-shadow:8px 9px 0 #263249}
.theme-fresh_comic .token-guide{border:3px solid #263249;border-radius:13px 13px 13px 3px;background:#e9f8ff}.theme-fresh_comic .field input,.theme-fresh_comic .field textarea{border:3px solid #263249;border-radius:13px;background:#fff}
.theme-fresh_comic .primary-btn{border:3px solid #263249;border-radius:14px 14px 14px 4px;background:#697ce8;box-shadow:5px 6px 0 #263249}.theme-fresh_comic .outline-btn{border:3px solid #263249;border-radius:13px}
.theme-fresh_comic .minimal-confirm-dialog,.theme-fresh_comic .site-announcement-dialog{border:3px solid #263249;border-radius:22px 22px 22px 6px;box-shadow:10px 11px 0 #263249}.theme-fresh_comic .floating-service{border:3px solid #263249;border-radius:15px 15px 15px 4px;background:#65cbd5;box-shadow:5px 6px 0 #263249}

/* 开场动画：每个浏览器会话播放一次 */
.site-opening{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;justify-items:center;background:#080a0f;color:#fff;opacity:0;visibility:hidden}
.site-opening.is-playing{opacity:1;visibility:visible}
.site-opening-orbit{position:absolute;left:50%;top:50%;width:270px;height:270px;transform:translate(-50%,-50%);opacity:0;animation:openingOrbitIn .8s .1s ease forwards}
.site-opening-orbit i{position:absolute;inset:0;border:1px solid rgba(126,113,255,.13);border-radius:50%;animation:openingSpin 8s linear infinite}
.site-opening-orbit i:nth-child(2){inset:28px;border-color:rgba(55,190,255,.13);animation-direction:reverse;animation-duration:6s}
.site-opening-orbit i:nth-child(3){inset:58px;border-color:rgba(255,255,255,.08);animation-duration:4s}
.site-opening-orbit i:after{content:"";position:absolute;left:50%;top:-3px;width:6px;height:6px;border-radius:50%;background:#8277ff;box-shadow:0 0 14px #8277ff}
.site-opening-logo{position:relative;z-index:2;display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,#7a6df2,#37afe8);box-shadow:0 18px 55px rgba(91,79,233,.35);font-size:29px;font-weight:900;opacity:0;transform:scale(.65) rotate(-8deg);animation:openingLogo .7s .2s cubic-bezier(.2,.9,.2,1.25) forwards}
.site-opening>strong{position:relative;z-index:2;margin-top:22px;font-size:20px;letter-spacing:1px;opacity:0;transform:translateY(10px);animation:openingText .5s .55s ease forwards}
.site-opening>span{position:relative;z-index:2;margin-top:5px;color:#7e8799;font-size:11px;letter-spacing:4px;opacity:0;transform:translateY(8px);animation:openingText .5s .7s ease forwards}
.site-opening-progress{position:relative;z-index:2;width:138px;height:2px;margin-top:24px;overflow:hidden;border-radius:3px;background:rgba(255,255,255,.07);opacity:0;animation:openingText .3s .8s ease forwards}
.site-opening-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#7569ed,#3ab7ed);transform:translateX(-100%);animation:openingLoad .9s .85s cubic-bezier(.2,.8,.2,1) forwards}
.site-opening.is-closing{opacity:0;visibility:hidden;transition:opacity .65s cubic-bezier(.4,0,.2,1),visibility .65s}
body.opening-playing{overflow:hidden}
@keyframes openingOrbitIn{to{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}
@keyframes openingSpin{to{transform:rotate(360deg)}}
@keyframes openingLogo{to{opacity:1;transform:scale(1) rotate(0)}}
@keyframes openingText{to{opacity:1;transform:translateY(0)}}
@keyframes openingLoad{to{transform:translateX(0)}}

/* 后台模板选择器 */
.theme-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.theme-option{position:relative;display:flex;flex-direction:column;gap:6px;padding:10px;border:1.5px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.18s}
.theme-option:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(15,23,42,.07)}
.theme-option:has(input:checked){border-color:var(--primary);box-shadow:0 0 0 3px rgba(91,78,244,.09)}
.theme-option input{position:absolute;opacity:0;pointer-events:none}
.theme-option>strong{font-size:14px}.theme-option>small{font-size:11px;line-height:1.45;color:var(--muted)}
.theme-preview{height:72px;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:6px;overflow:hidden}
.theme-preview i{display:block;width:38%;height:7px;border-radius:99px}.theme-preview b,.theme-preview em{display:block;height:17px;border-radius:6px}.theme-preview em{width:72%}
.theme-preview-minimal_white .theme-preview{background:#f3f4f6}.theme-preview-minimal_white i{background:#111827}.theme-preview-minimal_white b,.theme-preview-minimal_white em{background:#fff;border:1px solid #e5e7eb}
.theme-preview-dark_tech .theme-preview{background:linear-gradient(145deg,#07111e,#132943)}.theme-preview-dark_tech i{background:#53a9ff}.theme-preview-dark_tech b,.theme-preview-dark_tech em{background:#14263d;border:1px solid #2a4565}
.theme-preview-aurora .theme-preview{background:linear-gradient(135deg,#dcecff,#efdcff)}.theme-preview-aurora i{background:#7061e8}.theme-preview-aurora b,.theme-preview-aurora em{background:rgba(255,255,255,.8)}
.theme-preview-luxury .theme-preview{background:#f1eadf}.theme-preview-luxury i{background:#8b6a31}.theme-preview-luxury b,.theme-preview-luxury em{background:#fffaf1;border:1px solid #ded1bd}
.theme-preview-fresh_mint .theme-preview{background:linear-gradient(135deg,#d8f5e9,#e5f8ff)}.theme-preview-fresh_mint i{background:#159a73}.theme-preview-fresh_mint b,.theme-preview-fresh_mint em{background:#fff;border:1px solid #cfeade}
.theme-preview-editorial_split .theme-preview{background:linear-gradient(90deg,#e2ddd2 0 35%,#f5f1e9 35%)}.theme-preview-editorial_split i{background:#292722}.theme-preview-editorial_split b,.theme-preview-editorial_split em{margin-left:28%;background:#fffaf1;border:1px solid #cfc7ba;border-radius:1px}
.theme-preview-neon_console .theme-preview{background:linear-gradient(rgba(57,255,179,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(57,255,179,.08) 1px,transparent 1px),#050809;background-size:12px 12px}.theme-preview-neon_console i{background:#42ffb0}.theme-preview-neon_console b,.theme-preview-neon_console em{background:#08130f;border:1px solid #2c765f;border-radius:0}
.theme-preview-candy_bento .theme-preview{background:#f6f1ff}.theme-preview-candy_bento i{background:#8266e9}.theme-preview-candy_bento b{background:#ded8ff;border-radius:10px}.theme-preview-candy_bento em{background:#ffe0e9;border-radius:10px}
.theme-preview-peach_cloud .theme-preview{background:linear-gradient(135deg,#ffe2dc,#fff4e9)}.theme-preview-peach_cloud i{background:#e98a80}.theme-preview-peach_cloud b,.theme-preview-peach_cloud em{background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(180,106,93,.12)}
.theme-preview-sky_glass .theme-preview{background:linear-gradient(135deg,#cfeeff,#ecfbff)}.theme-preview-sky_glass i{background:#429fd9}.theme-preview-sky_glass b,.theme-preview-sky_glass em{background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.8);border-radius:9px}
.theme-preview-lemon_playground .theme-preview{background:#f9f5b9}.theme-preview-lemon_playground i{background:#53643e}.theme-preview-lemon_playground b{background:#d8eda8;border:2px solid #53643e;border-radius:8px}.theme-preview-lemon_playground em{background:#ffd5a1;border:2px solid #53643e;border-radius:8px}
.theme-preview-candy_sticker .theme-preview{background:linear-gradient(135deg,#ffd2e5,#ded6ff)}.theme-preview-candy_sticker i{background:#ff6fa9;border:2px solid #44384f;box-shadow:0 0 0 2px #fff}.theme-preview-candy_sticker b,.theme-preview-candy_sticker em{background:#fff;border:2px solid #44384f;border-radius:10px;box-shadow:2px 3px 0 #44384f}
.theme-preview-scrapbook_sticker .theme-preview{background:linear-gradient(rgba(120,98,68,.08) 1px,transparent 1px),#f3e8d5;background-size:12px 12px}.theme-preview-scrapbook_sticker i{background:#e2a46d;transform:rotate(-3deg)}.theme-preview-scrapbook_sticker b,.theme-preview-scrapbook_sticker em{background:#fffdf6;border:1px dashed #796957;border-radius:2px;box-shadow:3px 3px 0 rgba(91,72,49,.16)}
.theme-preview-pop_comic .theme-preview{background-color:#fff19b;background-image:radial-gradient(#d6b33e 1px,transparent 1px);background-size:7px 7px}.theme-preview-pop_comic i{background:#ef3e59;border:2px solid #171721}.theme-preview-pop_comic b,.theme-preview-pop_comic em{background:#fff;border:2px solid #171721;border-radius:0;box-shadow:3px 3px 0 #171721}
.theme-preview-fresh_comic .theme-preview{background:#e5f8ff}.theme-preview-fresh_comic i{background:#697ce8;border:2px solid #263249;border-radius:6px 6px 6px 1px}.theme-preview-fresh_comic b,.theme-preview-fresh_comic em{background:#d9d5ff;border:2px solid #263249;border-radius:7px 7px 7px 2px;box-shadow:3px 3px 0 #263249}

@media(max-width:900px){.theme-picker{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .theme-editorial_split{background:#f0ece4}.theme-editorial_split .minimal-home{width:min(100% - 20px,660px);padding-top:42px}.theme-editorial_split .minimal-title{padding-left:0;text-align:center}.theme-editorial_split .tutorial-button{margin-left:auto}.theme-editorial_split .minimal-product-card{grid-template-columns:92px 1fr 24px;min-height:118px;padding:11px}.theme-editorial_split .minimal-product-card .product-image{width:92px;height:94px}.theme-editorial_split .minimal-product-info{padding:0 13px;gap:7px}.theme-editorial_split .minimal-product-info strong{font-size:16px}
  .theme-neon_console .minimal-products{grid-template-columns:1fr}.theme-neon_console .minimal-product-card{display:grid;grid-template-columns:110px 1fr 24px}.theme-neon_console .minimal-product-card .product-image{width:110px;height:105px;margin:0}.theme-neon_console .minimal-product-info{padding:5px 14px}.theme-neon_console .minimal-product-info strong{min-height:auto}.theme-neon_console .minimal-product-card:before{display:none}.theme-neon_console .minimal-product-arrow{position:static;margin:auto}
  .theme-candy_bento .minimal-products{grid-template-columns:1fr}.theme-candy_bento .minimal-product-card,.theme-candy_bento .minimal-product-card:nth-child(3n){grid-column:auto;grid-template-columns:92px 1fr 24px;min-height:126px;border-radius:23px;padding:11px}.theme-candy_bento .minimal-product-card .product-image{width:92px;height:104px;border-radius:17px}.theme-candy_bento .minimal-product-info{padding:4px 11px;gap:8px}.theme-candy_bento .minimal-product-info strong{font-size:15px}
  .theme-peach_cloud .minimal-products,.theme-sky_glass .minimal-products{grid-template-columns:1fr}.theme-peach_cloud .minimal-product-card,.theme-sky_glass .minimal-product-card{display:grid;grid-template-columns:96px 1fr 24px;min-height:126px;border-radius:23px;padding:10px}.theme-peach_cloud .minimal-product-card:nth-child(2){transform:none}.theme-peach_cloud .minimal-product-card .product-image,.theme-sky_glass .minimal-product-card .product-image{width:96px;height:106px;margin:0;border-radius:17px}.theme-peach_cloud .minimal-product-info,.theme-sky_glass .minimal-product-info{padding:3px 12px;gap:7px}.theme-peach_cloud .minimal-product-arrow,.theme-sky_glass .minimal-product-arrow{position:static;margin:auto}
  .theme-lemon_playground .minimal-products{grid-template-columns:1fr;grid-template-rows:auto}.theme-lemon_playground .minimal-product-card,.theme-lemon_playground .minimal-product-card:first-child{grid-row:auto;display:grid;grid-template-columns:92px 1fr 24px;min-height:126px;padding:10px}.theme-lemon_playground .minimal-product-card .product-image,.theme-lemon_playground .minimal-product-card:first-child .product-image{width:92px;height:104px;margin:0;border-radius:14px}.theme-lemon_playground .minimal-product-card:first-child .minimal-product-info{padding:0 12px}.theme-lemon_playground .minimal-product-card:first-child .minimal-product-arrow{position:static}
  .theme-candy_sticker .minimal-products,.theme-scrapbook_sticker .minimal-products,.theme-pop_comic .minimal-products{grid-template-columns:1fr;gap:20px}.theme-candy_sticker .minimal-product-card,.theme-scrapbook_sticker .minimal-product-card,.theme-pop_comic .minimal-product-card{display:grid;grid-template-columns:94px 1fr 27px;min-height:124px;padding:10px;transform:none!important}.theme-candy_sticker .minimal-product-card .product-image,.theme-scrapbook_sticker .minimal-product-card .product-image,.theme-pop_comic .minimal-product-card .product-image{width:94px;height:102px;margin:0;border-radius:14px}.theme-pop_comic .minimal-product-card .product-image{border-radius:0}.theme-candy_sticker .minimal-product-info,.theme-scrapbook_sticker .minimal-product-info,.theme-pop_comic .minimal-product-info{padding:0 12px;gap:7px}.theme-candy_sticker .minimal-product-arrow,.theme-scrapbook_sticker .minimal-product-arrow,.theme-pop_comic .minimal-product-arrow{position:static;margin:auto}
  .theme-fresh_comic .minimal-products{grid-template-columns:1fr;grid-template-rows:auto}.theme-fresh_comic .minimal-product-card,.theme-fresh_comic .minimal-product-card:first-child{grid-row:auto;display:grid;grid-template-columns:92px 1fr 27px;min-height:124px;padding:10px}.theme-fresh_comic .minimal-product-card .product-image,.theme-fresh_comic .minimal-product-card:first-child .product-image{width:92px;height:102px;margin:0}.theme-fresh_comic .minimal-product-card:first-child .minimal-product-info{padding:0 12px}.theme-fresh_comic .minimal-product-card:first-child .minimal-product-arrow{position:static}
}
@media(max-width:560px){.theme-picker{grid-template-columns:1fr}.theme-option{display:grid;grid-template-columns:104px 1fr;grid-template-rows:auto auto;column-gap:12px}.theme-preview{grid-row:1/3}.tutorial-button{margin-bottom:13px}}
@media(prefers-reduced-motion:reduce){.minimal-product-step,.minimal-details,.tutorial-button,.theme-option{transition:none!important}.minimal-product-step.is-leaving,.minimal-details.is-leaving,.minimal-product-step.is-entering,.minimal-details.is-entering{transform:none}.site-opening{display:none!important}}

/* V3.0 商品图比例统一
   桌面端和手机端均保持 4:3，模板只改变显示宽度，不再改变图片形状。 */
.front-body .minimal-product-card .product-image{
  display:block;
  height:auto!important;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:50% 50%;
  flex:0 0 auto;
}

/* V3.2 付款后处理时效说明 */
.processing-notice{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin:-4px 0 21px;
  padding:17px 18px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(79,70,229,.075),rgba(14,165,233,.055)),var(--card);
  color:var(--text);
  box-shadow:0 10px 28px rgba(46,64,103,.07);
}
.processing-notice:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#6d65e8,#43b9dc);
}
.processing-notice.is-hidden{display:none}
.processing-notice-icon{
  flex:0 0 38px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(145deg,#7168ec,#43b7dd);
  box-shadow:0 8px 18px rgba(82,91,214,.22);
}
.processing-notice-icon span{
  position:relative;
  width:17px;
  height:17px;
  border:2px solid #fff;
  border-radius:50%;
}
.processing-notice-icon span:before,.processing-notice-icon span:after{
  content:"";
  position:absolute;
  left:7px;
  top:3px;
  width:2px;
  height:6px;
  border-radius:2px;
  background:#fff;
  transform-origin:bottom center;
}
.processing-notice-icon span:after{height:5px;transform:rotate(125deg)}
.processing-notice-content{min-width:0}
.processing-notice-content strong{display:block;margin:0 0 5px;font-size:15px;line-height:1.45}
.processing-notice-content p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.processing-notice-content .processing-notice-help{margin-top:3px;color:var(--text);font-weight:700}
@media(max-width:520px){
  .processing-notice{gap:11px;padding:15px 14px 15px 15px;border-radius:14px}
  .processing-notice-icon{flex-basis:34px;width:34px;height:34px;border-radius:10px}
  .processing-notice-content strong{font-size:14px}
  .processing-notice-content p{font-size:12px}
}
