:root{--bg:#f7f2ff;--bg-soft:#fff;--panel:#ffffffd1;--panel-strong:#fffffff0;--text:#2e1d4d;--muted:#6a5b83;--line:#7d55f71f;--line-strong:#7d55f73d;--accent:#8b5cf6;--accent-strong:#6d3ef0;--accent-soft:#8b5cf61f;--success:#2f9e72;--error:#d9487d;--shadow:0 22px 60px #6f4cab24;--radius-lg:28px;--radius-md:18px;--container:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);font-family:var(--font-body), "PingFang SC", "Microsoft YaHei", sans-serif;background:radial-gradient(circle at 0 0,#8b5cf633,#0000 30%),radial-gradient(circle at 100% 0,#d6beff73,#0000 22%),linear-gradient(#fff 0%,#f7f2ff 56%,#efe7ff 100%);margin:0}body:before{content:"";pointer-events:none;background-image:linear-gradient(#8b5cf609 1px,#0000 1px),linear-gradient(90deg,#8b5cf609 1px,#0000 1px);background-size:52px 52px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#00000059,#0000 92%);mask-image:linear-gradient(#00000059,#0000 92%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}input,select,textarea{border:1px solid var(--line-strong);width:100%;color:var(--text);background:#ffffffdb;border-radius:14px;margin-top:8px;padding:14px 16px}textarea{resize:vertical}pre{white-space:pre-wrap;word-break:break-word}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline), "PingFang SC", sans-serif}.material-symbols-outlined{font-feature-settings:"liga";font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;line-height:1;display:inline-block}.page-shell{background:radial-gradient(circle at top,#ba9eff29,#0000 22%),radial-gradient(circle at 20% 20%,#8455ef24,#0000 18%),linear-gradient(#0e0e10 0%,#131315 48%,#0a0a0d 100%);min-height:100vh}.container{width:min(calc(100% - 32px), var(--container));margin:0 auto}.page-content{padding:28px 0 64px}.page-content.narrow{max-width:860px}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:14px 0;position:sticky;top:0}.header-inner{border:1px solid var(--line);background:#ffffffc2;border-radius:999px;justify-content:space-between;align-items:center;gap:20px;padding:14px 18px;display:flex;box-shadow:0 14px 34px #6f4cab1a}.brand{align-items:center;gap:14px;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--accent), #d2bcff);color:#fff;letter-spacing:.12em;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.brand-copy{flex-direction:column;gap:2px;display:flex}.brand-copy small{color:var(--muted);font-size:.78rem}.top-nav,.button-row,.inline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.top-nav a{color:var(--muted)}.top-nav a:hover,.nav-button:hover{color:var(--accent-strong)}.nav-button{color:var(--muted);background:0 0;border:none;padding:0}.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-section,.process-card,.form-card,.table-card,.order-card{padding:28px}.account-hero{align-items:start}.hero-section{grid-template-columns:1.2fr .8fr;align-items:center;gap:24px;display:grid}.hero-copy h1,.section-head h1,.section-head h2,.detail-main h1{margin:10px 0 14px;font-size:clamp(2rem,4.3vw,3.8rem);line-height:1.08}.section-head h2{font-size:clamp(1.6rem,3vw,2.6rem)}.section-head.compact h1,.section-head.compact h2{margin-bottom:0;font-size:clamp(1.4rem,2.5vw,2.2rem)}.section-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.section-block{margin-top:26px}.announcement-card{padding:24px 28px}.announcement-head{margin-bottom:10px}.eyebrow{border:1px solid var(--line-strong);color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;background:#ffffffbd;border-radius:999px;align-items:center;padding:8px 12px;font-size:.78rem;display:inline-flex}.muted{color:var(--muted);line-height:1.75}.muted.large,.subtitle.large{font-size:1.04rem}.subtitle{color:var(--accent-strong);margin-top:-4px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.stat-card{border:1px solid var(--line);background:#ffffffc7;border-radius:22px;padding:20px}.stat-card strong{margin-bottom:8px;font-size:2rem;display:block}.blocked-access-page{color:#f9f5f8;background:radial-gradient(circle at 20% 20%,#ba9eff2e,#0000 32%),linear-gradient(135deg,#11131a,#19151d 55%,#120f16);place-items:center;min-height:100vh;padding:24px;display:grid}.blocked-access-card{background:#ffffff0f;border:1px solid #ffffff24;border-radius:28px;width:min(520px,100%);padding:42px;box-shadow:0 24px 80px #00000047}.blocked-access-card h1{font-family:var(--font-headline), sans-serif;margin:10px 0 12px;font-size:clamp(2.4rem,8vw,4.5rem)}.blocked-access-card p:last-child{color:#f9f5f8b8;margin:0;font-size:1.05rem;line-height:1.7}.primary-button,.ghost-button,.danger-button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--accent), #c5adff);color:#fff;box-shadow:0 14px 28px #6d3ef02e}.ghost-button{border-color:var(--line-strong);color:var(--text);background:#ffffffb8}.danger-button{color:#fff;background:linear-gradient(135deg,#ef4444,#991b1b);border-color:#b91c1c59;box-shadow:0 12px 24px #b91c1c2e}.primary-button:hover,.ghost-button:hover,.danger-button:hover{transform:translateY(-1px)}.primary-button.small,.ghost-button.small,.danger-button.small{min-height:36px;padding:0 12px;font-size:.92rem}.admin-delete-code{color:#b91c1c;font-size:.78rem;font-weight:700}.admin-bulk-delete-panel{background:#fef2f2d6;border:1px solid #b91c1c29;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:14px 16px;display:flex}.admin-bulk-delete-copy{gap:4px;display:grid}.admin-bulk-delete-copy strong{color:#7f1d1d}.admin-bulk-delete-copy span{color:#991b1b;font-size:.88rem}.admin-bulk-delete-form{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-bulk-delete-form input{border-radius:12px;width:140px;min-height:36px;margin-top:0;padding:8px 10px;font-size:.88rem}.admin-bulk-delete-checkbox{accent-color:#7c3aed;width:18px;height:18px;margin:0}.admin-row-verify-form{gap:8px;min-width:136px;display:grid}.admin-row-verify-input{border-radius:12px;width:100%;min-height:36px;margin-top:0;padding:8px 10px;font-size:.88rem}.admin-order-redelivery{width:100%}.admin-order-redelivery summary{cursor:pointer;color:var(--accent-strong);font-size:.9rem;font-weight:700}.admin-order-redelivery-form{border:1px solid var(--line);background:#ffffffb8;border-radius:18px;gap:10px;margin-top:10px;padding:12px;display:grid}.admin-order-redelivery-form textarea{resize:vertical;min-height:132px}.admin-order-redelivery-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-collapsible-section{margin-bottom:24px}.admin-collapsible-summary{cursor:pointer;justify-content:space-between;align-items:flex-end;gap:20px;list-style:none;display:flex}.admin-collapsible-summary::-webkit-details-marker{display:none}.admin-collapsible-summary h2{margin:10px 0 0;font-size:clamp(1.4rem,2.5vw,2.2rem)}.admin-collapsible-summary>span{color:#315f91;white-space:nowrap;background:#ffffffad;border:1px solid #6d3ef02e;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:800;display:inline-flex}.admin-collapsible-section[open] .admin-collapsible-summary{margin-bottom:22px}.admin-collapsible-section[open] .admin-collapsible-summary>span{color:#6a3ee8}.admin-collapsible-section[open] .admin-collapsible-summary>span:before{content:"收起 / "}.full-width{width:100%}.product-grid,.timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.support-layout{grid-template-columns:.9fr 1.1fr;gap:18px;margin-top:26px;display:grid}.support-card,.faq-card{padding:28px}.faq-list{gap:12px;display:grid}.faq-list details{border:1px solid var(--line);background:#ffffffb3;border-radius:16px;padding:16px 18px}.faq-list summary{cursor:pointer;font-weight:700}.faq-list p{margin:12px 0 0}.product-card{gap:18px;padding:22px;display:grid}.product-media,.detail-hero-media{background:linear-gradient(135deg,#8b5cf624,#c5adff57);border-radius:22px;overflow:hidden}.product-media{aspect-ratio:16/10}.detail-hero-media{aspect-ratio:16/8;margin-bottom:18px}.product-media img,.detail-hero-media img{object-fit:cover;width:100%;height:100%;display:block}.product-fallback{width:100%;height:100%;min-height:180px;color:var(--accent-strong);letter-spacing:.12em;place-items:center;font-size:2rem;font-weight:800;display:grid}.product-fallback.large{min-height:260px;font-size:3rem}.card-top,.product-meta,.detail-price-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.badge{border-radius:999px;padding:8px 12px;font-size:.82rem;display:inline-flex}.badge.soft{background:var(--accent-soft);color:var(--accent-strong)}.badge.strong{background:linear-gradient(135deg, var(--accent), #c5adff);color:#fff}.tag-list{flex-wrap:wrap;gap:10px;display:flex}.tag-list span{color:var(--muted);background:#8b5cf614;border-radius:999px;padding:8px 12px;font-size:.85rem}.product-meta strong,.detail-price-row strong{font-size:1.8rem}.strike{color:var(--muted);margin-left:10px;text-decoration:line-through}.stock-text{color:var(--accent-strong);font-weight:700}.timeline-grid article{border:1px solid var(--line);background:#ffffffb3;border-radius:22px;padding:20px}.timeline-grid strong{margin-bottom:10px;display:block}.detail-layout{grid-template-columns:1.2fr .8fr;gap:22px;display:grid}.detail-main,.detail-side{padding:28px}.info-list{gap:14px;display:grid}.info-list div,.order-grid div{border:1px solid var(--line);background:#ffffffb8;border-radius:18px;padding:16px}.info-list span,.order-grid span{color:var(--muted);margin-bottom:8px;display:block}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-grid label span{font-weight:600}.form-label{margin-bottom:10px;font-weight:600;display:block}.form-grid label small{color:var(--muted);margin-top:8px;line-height:1.6;display:block}.product-template-copy-field{border:1px solid var(--line);background:#a78bfa14;border-radius:20px;padding:16px}.full-span{grid-column:1/-1}.checkbox-row{align-items:center;gap:10px;display:inline-flex}.checkbox-row input{width:auto;margin:0}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 16px;display:grid}.admin-checkbox-row{min-height:44px;color:var(--muted);align-items:center;gap:10px;font-size:.92rem;font-weight:700;display:inline-flex}.admin-checkbox-row input[type=checkbox]{width:18px;height:18px;min-height:0;accent-color:var(--accent-strong);flex:none;margin:0;padding:0}.notice{border-radius:16px;margin:0 0 18px;padding:14px 16px}.notice.success{color:var(--success);background:#2f9e721f}.notice.error{color:var(--error);background:#d9487d1a}.lookup-safety-notice{color:#fff7ed;background:linear-gradient(135deg,#92400e61,#7f1d1d47);border:1px solid #fbbf2461;margin:18px 0 0;font-weight:700;line-height:1.7}html[data-theme=glass] .lookup-safety-notice{color:#3f2a12;background:linear-gradient(135deg,#fff7edeb,#fef3c7e0);border-color:#f59e0b59}.order-lookup-layout{grid-template-columns:minmax(360px,.88fr) minmax(0,1.22fr);align-items:stretch}.order-lookup-copy,.order-lookup-card{min-height:610px}.order-lookup-copy{background:radial-gradient(circle at 82% 90%,#6f52b533,#0000 34%),radial-gradient(circle at 22% 12%,#ba9eff1a,#0000 36%),linear-gradient(145deg,#16151cf0,#0e0e13f5);padding-inline:clamp(46px,5.2vw,72px)}.order-lookup-copy .atelier-kicker,.order-lookup-card .atelier-kicker{color:#b99dff;letter-spacing:.12em}.order-lookup-copy .atelier-lookup-heading{color:#fbf9ff;letter-spacing:-.035em;max-width:580px;margin-bottom:26px;font-size:clamp(3.1rem,4vw,4.45rem)!important;line-height:1.08!important}.lookup-heading-line{white-space:nowrap;display:block}.order-lookup-copy>p{color:#e5e1e7b8;max-width:520px;font-size:1.05rem}.order-lookup-feature-list{border-top:1px solid #ffffff0f;gap:22px;margin-top:34px;padding-top:34px;display:grid}.order-lookup-feature{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:16px;display:grid}.order-lookup-feature .material-symbols-outlined{color:#d0bcff;background:radial-gradient(circle at 30% 24%,#d0bcff42,#0000 62%),#ffffff0e;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.35rem;display:inline-flex}.order-lookup-feature p{color:#e5e1e7b8;margin:0;font-size:1.02rem;line-height:1.7}.order-lookup-card{background:radial-gradient(circle at 92% 14%,#8b5cf61f,#0000 30%),linear-gradient(145deg,#19181ee6,#111116f5);flex-direction:column;justify-content:flex-start;padding:clamp(42px,5vw,64px);display:flex}.atelier-form-head.order-lookup-card-head{justify-content:flex-start;align-items:center;gap:16px;margin-bottom:30px;display:flex}.order-lookup-accent{background:linear-gradient(#b99dff,#8455ef);border-radius:999px;width:4px;height:30px;box-shadow:0 0 22px #8455ef73}.order-lookup-card .atelier-form-head h2{letter-spacing:-.035em;font-size:clamp(2rem,3vw,3rem)}.order-lookup-form{gap:28px}.order-lookup-field{gap:12px;display:grid}.atelier-form-grid .order-lookup-field>span{color:#fbf9ff;font-size:1rem;font-weight:800}.order-lookup-field input{border-radius:22px;min-height:66px;padding:0 24px;font-size:1rem}.order-lookup-password-field{position:relative}.order-lookup-password-field input{width:100%;padding-right:60px}.order-lookup-password-toggle{color:#e5e1e775;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;transition:color .18s,background-color .18s;display:inline-flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.order-lookup-password-toggle:hover{color:#d0bcff;background:#ba9eff1a}.order-lookup-password-toggle .material-symbols-outlined{color:inherit;pointer-events:none;font-size:1.35rem;line-height:1}.order-lookup-form .atelier-primary-action{border-radius:22px;justify-content:center;width:100%;min-height:76px;padding:0 30px;font-size:clamp(1.25rem,2vw,1.65rem)}.order-lookup-safety-card{color:#f9f5f8d1;background:#ffffff09;border:1px solid #ffffff0f;border-radius:22px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:16px;margin-top:34px;padding:24px 26px;display:grid}.order-lookup-safety-card .material-symbols-outlined{color:#d0bcff;font-variation-settings:"FILL" 1, "wght" 600;background:radial-gradient(circle at 30% 24%,#d0bcff42,#0000 62%),#ba9eff1a;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.order-lookup-safety-card p{margin:0;line-height:1.75}html[data-theme=glass] .order-lookup-copy{background:radial-gradient(circle at 18% 14%,#d8caff61,#0000 34%),radial-gradient(circle at 88% 86%,#b7a0ff33,#0000 34%),linear-gradient(145deg,#ffffffd1,#ffffff9e)}html[data-theme=glass] .order-lookup-card{background:radial-gradient(circle at 92% 12%,#8455ef1f,#0000 30%),linear-gradient(145deg,#ffffffe0,#ffffffa8)}html[data-theme=glass] .order-lookup-copy .atelier-kicker,html[data-theme=glass] .order-lookup-card .atelier-kicker{color:#7b5beb}html[data-theme=glass] .order-lookup-copy .atelier-lookup-heading,html[data-theme=glass] .order-lookup-card .atelier-form-head h2,html[data-theme=glass] .atelier-form-grid .order-lookup-field>span{color:#332650}html[data-theme=glass] .order-lookup-copy>p,html[data-theme=glass] .order-lookup-feature p{color:#63587d}html[data-theme=glass] .order-lookup-feature-list{border-top-color:#574c7b1f}html[data-theme=glass] .order-lookup-feature .material-symbols-outlined{color:#7b5beb;background:radial-gradient(circle at 30% 24%,#8455ef29,#0000 62%),#ffffffb8}html[data-theme=glass] .order-lookup-password-toggle{color:#3d335d75}html[data-theme=glass] .order-lookup-password-toggle:hover{color:#7b5beb;background:#8455ef14}html[data-theme=glass] .order-lookup-safety-card{color:#3d335d;background:#ffffff94;border-color:#8455ef1f}html[data-theme=glass] .order-lookup-safety-card .material-symbols-outlined{color:#7b5beb;background:radial-gradient(circle at 30% 24%,#8455ef29,#0000 62%),#ffffffb8}.ticket-support-modal{z-index:80;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.ticket-support-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#08070cad;border:0;position:absolute;inset:0}.ticket-support-modal-card{z-index:1;border:1px solid var(--site-border);background:radial-gradient(circle at top right, #a78bfa33, transparent 42%), var(--site-panel-strong);width:min(560px,100%);box-shadow:var(--site-shadow);border-radius:30px;padding:clamp(26px,5vw,42px);position:relative}.ticket-support-modal-card h2{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.04em;margin:6px 0 14px;font-size:clamp(2.2rem,6vw,4.2rem);line-height:.95}.ticket-support-modal-card p:not(.atelier-kicker){color:var(--site-muted);margin:0 0 24px;font-size:1.18rem;font-weight:800;line-height:1.6}.ticket-support-modal-close{border:1px solid var(--site-border);width:42px;height:42px;color:var(--site-text);background:var(--site-panel-soft);cursor:pointer;border-radius:999px;font-size:1.6rem;line-height:1;position:absolute;top:18px;right:18px}.product-detail-style-editor{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:18px;display:grid}.product-detail-style-input{gap:8px;display:grid}.product-detail-style-upload-status{color:#0b9f6a;font-weight:800}.product-detail-style-helper{gap:14px;display:grid}.product-detail-style-panel{border:1px solid var(--line);background:#ffffffb8;border-radius:20px;gap:12px;padding:16px;display:grid}.product-detail-style-panel-head{gap:4px;display:grid}.product-detail-style-panel-head strong{color:var(--text);font-size:1rem}.product-detail-style-panel-head small{color:var(--muted);line-height:1.5}.product-detail-style-preset-grid,.product-detail-style-template-grid,.product-detail-style-size-grid{gap:10px;display:grid}.product-detail-style-template-grid{grid-template-columns:1fr}.product-detail-template-modal-backdrop{z-index:120;background:#0f172a6b;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.product-detail-template-modal{background:#fff;border:1px solid #d0bfffb8;border-radius:24px;gap:16px;width:min(720px,100%);max-height:calc(100vh - 44px);padding:22px;display:grid;overflow:auto;box-shadow:0 24px 70px #17172a33}.product-detail-template-modal-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.product-detail-template-modal-head strong,.product-detail-template-modal-head small{display:block}.product-detail-template-modal-head strong{color:var(--text);font-size:1.2rem}.product-detail-template-modal-head small{color:var(--muted);margin-top:4px;line-height:1.5}.product-detail-template-close{border:1px solid var(--line);width:38px;height:38px;color:var(--text);cursor:pointer;background:#ffffffd1;border-radius:999px;flex:none;place-items:center;font-size:1.45rem;line-height:1;display:inline-grid}.product-detail-template-field{gap:8px;display:grid}.product-detail-template-field span{color:var(--text);font-weight:800}.product-detail-template-field input,.product-detail-template-field textarea{width:100%;color:var(--text);font:inherit;background:#fff;border:1px solid #d0bfffc7;border-radius:18px;padding:13px 14px}.product-detail-template-field textarea{resize:vertical;min-height:128px}.product-detail-template-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.product-detail-template-icon-button{min-height:76px;color:var(--muted);cursor:pointer;background:#fff;border:1px solid #d0bfffc7;border-radius:16px;place-items:center;gap:6px;padding:10px 8px;transition:border-color .16s,background-color .16s,color .16s,transform .16s;display:grid}.product-detail-template-icon-button:hover{color:var(--text);border-color:#9766ffad;transform:translateY(-1px)}.product-detail-template-icon-button.is-active{color:#5f34d8;background:#9766ff1a;border-color:#9766ffd1}.product-detail-template-icon-button .material-symbols-outlined{font-size:1.5rem}.product-detail-template-icon-button strong{font-size:.82rem}.product-detail-template-preview{background:#fff;border:1px solid #c6c6cd;border-radius:8px;padding:24px 24px 24px 32px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.product-detail-template-preview:before{content:"";width:6px;position:absolute;top:0;bottom:0;left:0}.product-detail-template-preview-notice:before{background:linear-gradient(#ef4444,#a855f7)}.product-detail-template-preview-tips:before{background:linear-gradient(#22c55e,#14b8a6)}.product-detail-template-preview-risk:before{background:linear-gradient(#f97316,#eab308)}.product-detail-template-preview-support:before{background:linear-gradient(#3b82f6,#4f46e5)}.product-detail-template-preview-reminders:before{background:linear-gradient(#a855f7,#ec4899)}.product-detail-template-preview-head{align-items:center;gap:12px;margin-bottom:16px;display:flex}.product-detail-template-preview-head strong{color:#141b2b;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;line-height:1.2}.product-detail-template-preview-icon{font-size:24px}.product-detail-template-preview-notice .product-detail-template-preview-icon{color:#ef4444}.product-detail-template-preview-tips .product-detail-template-preview-icon{color:#22c55e}.product-detail-template-preview-risk .product-detail-template-preview-icon{color:#f97316}.product-detail-template-preview-support .product-detail-template-preview-icon{color:#3b82f6}.product-detail-template-preview-reminders .product-detail-template-preview-icon{color:#a855f7}.product-detail-template-preview ul{color:#45464c;gap:8px;margin:0;padding:0;font-size:14px;line-height:1.6;list-style:none;display:grid}.product-detail-template-preview li{padding-left:16px;position:relative}.product-detail-template-preview li:before{content:"•";color:#76777d;font-weight:800;position:absolute;left:0}.product-detail-template-error{color:#ba1a1a;margin:0;font-weight:800}.product-detail-template-actions{justify-content:flex-end;gap:10px;display:flex}.product-detail-style-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-style-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-style-copy-button{border:1px solid var(--line);min-height:52px;color:var(--text);text-align:left;background:#ffffffeb;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px;padding:10px 12px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.product-style-copy-button:hover{border-color:#8455ef47;transform:translateY(-1px);box-shadow:0 14px 28px #8455ef14}.product-style-copy-button strong,.product-style-copy-button span{min-width:0}.product-style-copy-button strong{color:var(--text);font-size:.94rem;font-weight:700}.product-style-copy-button span{color:var(--muted);font-size:.86rem}.product-style-copy-button.copied{background:#f0fdf4f5;border-color:#34d399b8}.product-style-swatch{border:1px solid #0f172a24;border-radius:999px;grid-row:1/span 2;width:18px;height:18px}.product-detail-style-example-list{gap:8px;display:grid}.product-detail-style-example-list p{color:var(--muted);overflow-wrap:anywhere;margin:0;line-height:1.65}.site-style-format-note{border:1px solid var(--line);background:#5837a40f;border-radius:20px;gap:8px;padding:16px;display:grid}.site-style-format-note p{color:var(--muted);overflow-wrap:anywhere;margin:0;line-height:1.6}@media (max-width:980px){.product-detail-style-editor{grid-template-columns:1fr}}.admin-layout{grid-template-columns:260px minmax(0,1fr);gap:20px;transition:grid-template-columns .18s;display:grid;position:relative}.admin-surface{background:radial-gradient(circle at 0 0,#22c55e0f,#0000 18%),linear-gradient(#f4f7fb 0%,#eef3f8 100%);border-radius:36px;max-width:100vw;padding:18px;position:relative;overflow-x:clip}.admin-sidebar-toggle-input{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed;top:50%;left:0}.admin-sidebar-wall-toggle{z-index:60;color:#f9f5f8;cursor:pointer;background:linear-gradient(#101828f5,#1b263bf0);border:1px solid #ba9eff47;border-radius:22px 0 0 22px;justify-content:center;align-items:center;width:42px;height:78px;margin-left:-1px;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex;position:fixed;top:50%;left:260px;transform:translateY(-50%);box-shadow:0 14px 32px #17255433}.admin-sidebar-wall-toggle .material-symbols-outlined{font-size:28px;line-height:1}.admin-sidebar-wall-toggle .admin-sidebar-toggle-closed{display:none}.admin-sidebar-toggle-input:focus-visible+.admin-layout .admin-sidebar-wall-toggle{outline-offset:3px;outline:3px solid #8455ef73}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar-wall-toggle{border-radius:0 22px 22px 0;left:72px}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar{opacity:1;pointer-events:auto;gap:14px;padding:12px;transform:translate(0)}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar-wall-toggle .admin-sidebar-toggle-open{display:none}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar-wall-toggle .admin-sidebar-toggle-closed{display:inline-flex}.admin-surface .card{background:#fafcffeb;border-color:#13243a14;box-shadow:0 20px 48px #17255414}.admin-surface .eyebrow{color:#31517a;background:#13243a0f;border-color:#13243a1a}.admin-login-warning{color:#6a5b83;max-width:720px;margin:14px 0 0;font-size:1rem;line-height:1.75}.admin-hcaptcha-field{justify-items:start;gap:.55rem;display:grid}.admin-hcaptcha-box{min-height:78px}.admin-hcaptcha-hint{color:#6a5b83;font-size:.9rem}.admin-sidebar{color:#e7edf6;align-self:start;gap:24px;padding:22px;transition:opacity .18s,padding .18s,transform .18s,border-width .18s;display:grid;position:sticky;top:92px;overflow:hidden;background:linear-gradient(#101828fa,#1b263bf5)!important}.admin-nav-short,.admin-logout-short{display:none}.brand-admin{align-items:flex-start}.admin-surface .brand-admin .brand-copy small,.admin-surface .admin-sidebar .brand-copy strong{color:#d7e1f0}.admin-menu-order-button{color:#d7e1f0;background:#ffffff0f;border:1px solid #8fd3ff2e;border-radius:12px;justify-content:center;align-items:center;gap:4px;min-height:36px;padding:0 10px;font-size:.78rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,opacity .18s;display:inline-flex}.admin-menu-order-button .material-symbols-outlined{font-size:18px}.admin-menu-order-button:hover:not(:disabled){color:#fff;background:#8fd3ff1f;border-color:#8fd3ff61}.admin-menu-order-button:disabled{cursor:not-allowed;opacity:.42}.admin-side-meta{background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;gap:6px;padding:14px;display:grid}.admin-side-meta span{color:#9fb0c9;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.admin-side-meta a{color:#8fd3ff;font-size:.92rem}.admin-nav{gap:10px;display:grid}.admin-nav-sort-row{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.admin-sidebar.is-sorting .admin-nav-sort-row{grid-template-columns:minmax(0,1fr) auto}.admin-nav a,.admin-nav-sort-label{color:#d7e1f0;text-align:left;background:#ffffff0d;border:0;border-radius:14px;justify-content:flex-start;align-items:center;width:100%;padding:12px 14px;display:flex}.admin-nav a:hover,.admin-nav-sort-label:hover{color:#fff;background:#8fd3ff1f}.admin-nav-move-actions{gap:6px;display:inline-flex}.admin-nav-move-actions button{color:#d7e1f0;background:#ffffff0f;border:1px solid #8fd3ff2e;border-radius:12px;place-items:center;width:34px;height:100%;min-height:42px;display:inline-grid}.admin-nav-move-actions button:hover:not(:disabled){color:#fff;background:#8fd3ff1f;border-color:#8fd3ff61}.admin-nav-move-actions button:disabled{cursor:not-allowed;opacity:.32}.admin-nav-move-actions .material-symbols-outlined{font-size:19px}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar .brand-admin{justify-content:center}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar .brand-mark{border-radius:16px;width:48px;height:48px;font-size:.9rem}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar .brand-copy,.admin-sidebar-toggle-input:checked+.admin-layout .admin-side-meta,.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav-label,.admin-sidebar-toggle-input:checked+.admin-layout .admin-menu-order-button span:not(.material-symbols-outlined),.admin-sidebar-toggle-input:checked+.admin-layout .admin-logout-label,.admin-sidebar-toggle-input:checked+.admin-layout .admin-menu-order-actions{display:none}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav{gap:8px}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav a,.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav-sort-label,.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar .ghost-button{border-radius:16px;justify-content:center;width:48px;min-height:48px;padding:0;font-size:1.15rem;font-weight:850}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar.is-sorting .admin-nav-sort-row{grid-template-columns:48px}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar.is-sorting .admin-nav-move-actions{display:none}.admin-main{min-width:0}.admin-surface .ghost-button{background:#ffffffeb}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.admin-business-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-surface .stat-card.highlight{background:radial-gradient(circle at 100% 0,#6d3ef01f,#0000 46%),#fafcfff5}.admin-surface .stat-card.highlight strong{color:#2d1f62;font-size:clamp(1.55rem,2.1vw,2rem)}.admin-range-tabs{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-range-tabs .ghost-button.active{color:#4d2fc9;background:linear-gradient(135deg,#6d3ef024,#c5adff33);border-color:#6d3ef05c}.admin-sales-controls{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.admin-settlement-lock{color:#0f8f60;background:#29bf801a;border:1px solid #29bf803d;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.82rem;font-weight:900;display:inline-flex}.admin-date-range-form{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.admin-date-field{color:var(--muted);gap:6px;font-size:.78rem;font-weight:800;display:grid}.admin-date-field input{min-width:168px;min-height:42px;color:var(--text);font:inherit;background:#fffffff0;border:1px solid #6d3ef02e;border-radius:999px;padding:8px 14px;font-size:.95rem;font-weight:800}.admin-date-picker{min-width:168px;display:block;position:relative}.admin-date-native-picker{z-index:2;opacity:0;cursor:pointer;border:0;height:100%;padding:0;position:absolute;inset:0;width:100%!important;min-width:100%!important;min-height:100%!important}.admin-date-button{z-index:1;border:1px solid var(--admin-line);width:100%;min-width:168px;min-height:42px;color:var(--admin-text);cursor:pointer;font:inherit;text-align:left;background:#07070bc7;border-radius:999px;justify-content:space-between;align-items:center;gap:14px;padding:8px 14px 8px 18px;font-size:.95rem;font-weight:900;display:flex;position:relative}.admin-date-button .material-symbols-outlined{color:var(--admin-purple);font-variation-settings:"FILL" 0, "wght" 800, "GRAD" 0, "opsz" 24;flex:none;font-size:24px}.admin-sales-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.table-card,.admin-orders-table-card{overflow:hidden}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;vertical-align:top;border-top:1px solid var(--line);padding:14px 12px}.admin-table-link{color:var(--text);text-decoration:none}.admin-table-link:hover{color:#5b35e8;text-underline-offset:4px;text-decoration:underline}.table thead th{color:var(--muted);border-top:none}.table-subtext{color:var(--muted);margin-top:6px;font-size:.88rem}.admin-orders-table{table-layout:fixed;width:100%;min-width:0}.admin-orders-table th,.admin-orders-table td{padding-left:8px;padding-right:8px}.admin-orders-table td:nth-child(9) .inline-actions{align-items:stretch;gap:10px;display:grid}.admin-orders-table td:nth-child(9) .inline-form,.admin-orders-table .admin-row-verify-form{width:100%}.admin-orders-table td:nth-child(9) .inline-form select{flex:1;min-width:0}.admin-orders-table td:nth-child(9) .ghost-button.small,.admin-orders-table td:nth-child(9) .primary-button.small{min-width:0;padding-left:12px;padding-right:12px}.admin-customer-risk-actions{justify-content:flex-start;gap:8px;margin-top:8px}.admin-customer-risk-actions .inline-form{flex:none}.admin-customer-risk-actions .ghost-button.small{width:112px;padding:0 10px}.admin-user-risk-tools{border-top:1px solid var(--line);gap:10px;margin-top:16px;padding-top:16px;display:grid}.admin-user-ip-list{flex-wrap:wrap;gap:8px;display:flex}.admin-user-ip-list span{border:1px solid var(--line);max-width:100%;color:var(--muted);overflow-wrap:anywhere;word-break:break-word;background:#ffffffb8;border-radius:999px;padding:6px 10px;font-size:.84rem}.admin-user-related-actions{align-items:stretch;gap:8px}.admin-user-related-actions .inline-form,.admin-user-related-actions .ghost-button.small{width:100%}.admin-user-list-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-user-list-tools .inline-form{justify-content:flex-end}.mail-tool-page{padding-top:42px;padding-bottom:80px}.mail-tool-card{max-width:860px;margin:0 auto}.mail-template-picker{border:0;gap:12px;padding:0;display:grid}.mail-template-picker legend{color:var(--text);margin-bottom:10px;font-weight:800}.mail-template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mail-template-option{border:1px solid var(--line);background:#ffffffad;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding:14px;display:grid}.mail-template-option input{width:18px;height:18px;margin-top:3px}.mail-template-option strong,.mail-template-option small{display:block}.mail-template-option small{color:var(--muted);margin-top:4px}.admin-pagination{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 12px 0;display:flex}.admin-page-size-form{align-items:center;gap:8px;display:inline-flex}.admin-page-size-form label{color:var(--muted);align-items:center;gap:6px;margin:0;font-size:.9rem;display:inline-flex}.admin-page-size-form select{min-width:88px;margin:0;padding:8px 10px}.admin-bulk-lookup-form{gap:14px;display:grid}.admin-bulk-lookup-form label,.admin-bulk-copy-block label{gap:8px;display:grid}.admin-bulk-lookup-form label span,.admin-bulk-copy-block label span{color:var(--muted);font-size:.88rem;font-weight:700}.admin-bulk-lookup-form textarea,.admin-bulk-copy-block textarea,.admin-bulk-delivery-box{border:1px solid var(--line-strong);width:100%;color:var(--text);background:var(--surface);font:inherit;border-radius:18px}.admin-bulk-lookup-form textarea,.admin-bulk-copy-block textarea{resize:vertical;min-height:150px;padding:14px 16px}.admin-bulk-copy-block{margin-bottom:18px}.admin-bulk-copy-block textarea{min-height:110px;font-family:var(--font-mono), "SFMono-Regular", Consolas, monospace;font-size:.88rem}.admin-bulk-lookup-table{table-layout:fixed}.admin-bulk-lookup-table th:first-child{width:19%}.admin-bulk-lookup-table th:nth-child(2){width:24%}.admin-bulk-lookup-table th:nth-child(3){width:34%}.admin-bulk-delivery-box{white-space:pre-wrap;word-break:break-word;max-height:220px;font-family:var(--font-mono), "SFMono-Regular", Consolas, monospace;margin:0;padding:12px 14px;font-size:.88rem;line-height:1.55;overflow:auto}.ghost-button.disabled{opacity:.45;pointer-events:none}.inline-form{align-items:center;gap:8px;display:flex}.inline-form select{min-width:110px;margin-top:0}.admin-price-form{gap:8px;max-width:150px;display:grid}.admin-price-form input[type=number]{border:1px solid var(--line-strong);width:150px;min-height:44px;color:var(--text);background:var(--surface);font:inherit;border-radius:18px;padding:0 12px;font-weight:700}.admin-price-form .ghost-button{width:fit-content}.admin-payment-provider-list{gap:12px;display:grid}.admin-payment-provider-row{border:1px solid var(--line);background:#ffffff09;border-radius:18px;grid-template-columns:48px minmax(0,1fr) auto minmax(170px,230px) minmax(190px,240px) auto;align-items:center;gap:14px;padding:14px;display:grid}.admin-payment-provider-rank{color:#ddd6fe;text-shadow:0 0 18px #a78bfa80;background:#8b5cf629;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.admin-payment-provider-main{gap:4px;min-width:0;display:grid}.admin-payment-provider-title-row{align-items:center;min-width:0;display:flex}.admin-payment-provider-title-row .atelier-payment-choice-icon{margin-right:10px}.admin-payment-provider-main strong,.admin-payment-provider-main span,.admin-payment-provider-main small{overflow-wrap:anywhere}.admin-payment-provider-main small{color:var(--muted)}.admin-payment-provider-status{color:var(--text);white-space:nowrap;border-radius:999px;padding:8px 12px;font-size:.84rem;font-weight:800}.admin-payment-provider-status.is-online{color:#86efac;background:#22c55e29}.admin-payment-provider-status.is-offline{color:#fca5a5;background:#f8717124}.admin-payment-provider-status.is-hidden{color:#cbd5e1;background:#94a3b82e}.admin-payment-provider-label,.admin-payment-provider-access,.admin-payment-provider-visibility{gap:6px;display:grid}.admin-payment-provider-label span,.admin-payment-provider-access>span,.admin-payment-provider-visibility span{color:var(--muted);font-size:.8rem}.admin-payment-provider-label input,.admin-payment-provider-visibility select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--text);background:var(--surface);font:inherit;border-radius:14px;padding:0 10px;font-weight:800}.admin-payment-provider-visibility select{cursor:pointer}.admin-payment-provider-access{align-content:center}.admin-payment-availability-toggle{min-height:30px;color:var(--muted);cursor:pointer;background:#ffffff09;border:1px solid #94a3b83d;border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:.82rem;font-weight:800;display:flex}.admin-payment-availability-toggle.is-enabled{color:#bbf7d0;background:#22c55e1a;border-color:#22c55e61}.admin-payment-availability-toggle.is-disabled{color:#fecaca;background:#f8717114;border-color:#f8717152}.admin-payment-availability-toggle input{accent-color:#8b5cf6;width:auto;margin:0}.admin-payment-availability-toggle small{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.72rem}.admin-payment-provider-networks{grid-column:span 2;gap:8px;display:grid}.admin-payment-provider-networks>span{color:var(--muted);font-size:.8rem}.admin-payment-network-checks{flex-wrap:wrap;gap:8px;display:flex}.admin-payment-network-checks label{color:#e7ddff;background:#ffffff0f;border:1px solid #ba9eff59;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:.86rem;font-weight:800;display:inline-flex}.admin-payment-network-checks label:has(input:checked){color:#fff;background:#8b5cf633;border-color:#8b5cf6b8;box-shadow:inset 0 0 0 1px #8b5cf61f}.admin-payment-network-checks input{accent-color:#8b5cf6;width:auto;margin:0}.admin-payment-provider-move{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.inventory-head-tools{margin:0 0 16px}.inventory-import-notice{justify-content:space-between;align-items:center;gap:12px;display:flex}.inventory-import-notice span{min-width:0}.inventory-import-notice form{flex:none}.inventory-import-mode-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.inventory-import-mode-switch label{border:1px solid var(--line);min-height:44px;color:var(--text);cursor:pointer;background:#ffffffb8;border-radius:12px;align-items:center;gap:9px;padding:0 13px;font-size:.9rem;font-weight:900;display:flex;position:relative}.inventory-import-mode-switch input{width:16px;height:16px;accent-color:var(--accent);margin:0}.inventory-import-dedupe-row{grid-template-columns:auto repeat(2,minmax(130px,auto));align-items:center;gap:10px;display:grid}.inventory-import-dedupe-row>span{color:var(--muted);font-size:.9rem;font-weight:900}.inventory-import-dedupe-row label{border:1px solid var(--line);min-height:40px;color:var(--text);cursor:pointer;background:#ffffffb8;border-radius:12px;align-items:center;gap:8px;padding:0 12px;font-size:.88rem;font-weight:900;display:inline-flex;position:relative}.inventory-import-dedupe-row label:has(input:checked){background:#7c3aed1a;border-color:#7c3aed57}.inventory-import-dedupe-row input{width:16px;height:16px;accent-color:var(--accent);margin:0}.inventory-import-dedupe-row small{color:var(--muted);grid-column:1/-1;font-size:.84rem}.inventory-import-source-fields{gap:12px;display:none}.inventory-import-text-fields{display:grid}.inventory-import-form:has(input[name=importInputMode][value=file]:checked) .inventory-import-text-fields{display:none}:is(.inventory-import-form:has(input[name=importInputMode][value=file]:checked) .inventory-import-file-fields,.inventory-import-form:has(input[name=importInputMode][value=text]:checked) .inventory-import-text-fields){display:grid}.inventory-import-text-fields textarea{min-height:180px}.inventory-current-filters{flex-wrap:wrap;gap:8px;margin:-10px 0 14px;display:flex}.inventory-current-filters span,.inventory-current-filters strong{max-width:100%;min-height:34px;color:var(--muted);background:#ffffffc7;border:1px solid #7c3aed29;border-radius:12px;align-items:center;padding:6px 10px;font-size:.86rem;line-height:1.35;display:inline-flex}.inventory-current-filters strong{color:var(--text);font-weight:900}.inventory-filter-form{border:1px solid var(--line);background:#ffffffb8;border-radius:18px;grid-template-columns:minmax(260px,1.25fr) minmax(140px,.55fr) minmax(260px,1.1fr) minmax(160px,.65fr);align-items:end;gap:12px;padding:12px;display:grid}.inventory-bulk-export-panel{background:#f6f2ffd1;border:1px solid #7c3aed2e;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:14px 16px;display:flex}.inventory-bulk-export-copy{gap:4px;display:grid}.inventory-bulk-export-copy span{color:var(--muted);font-size:.88rem}.inventory-batches-panel{border:1px solid var(--line);background:#ffffffbd;border-radius:14px;gap:10px;margin-bottom:14px;padding:12px 14px;display:grid}.inventory-batches-panel summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;list-style:none;display:flex}.inventory-batches-panel summary::-webkit-details-marker{display:none}.inventory-batches-panel summary span{color:var(--text);font-weight:900}.inventory-batches-panel summary small{color:var(--muted);font-size:.84rem}.inventory-batches-panel summary:after{content:"展开";color:var(--accent-strong);flex:none;font-size:.82rem;font-weight:900}.inventory-batches-panel[open] summary:after{content:"收起"}.inventory-batch-list{gap:8px;display:grid}.inventory-batch-chip{background:var(--surface);color:inherit;border:1px solid #7c3aed29;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;display:grid}.inventory-batch-chip-main{min-width:0;color:inherit;grid-template-columns:minmax(220px,1fr) minmax(260px,1.15fr) minmax(260px,1.05fr) 170px 190px;align-items:start;gap:12px;text-decoration:none;display:grid}.inventory-batch-chip strong{min-width:0;color:var(--text);overflow-wrap:anywhere;line-height:1.35}.inventory-batch-chip span{min-width:0;color:var(--muted);font-size:.82rem}.inventory-batch-product{overflow-wrap:anywhere;line-height:1.35}.inventory-batch-count,.inventory-batch-time,.inventory-batch-no{white-space:nowrap}.inventory-batch-time{color:var(--text);font-weight:700}.inventory-batch-undo-form{justify-content:flex-end;display:flex}.inventory-batch-undo-form .ghost-button.small{white-space:nowrap}.inventory-bulk-export-form{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.inventory-bulk-export-form select{min-width:150px;margin-top:0}.inventory-filter-field{gap:5px;min-width:0;display:grid}.inventory-filter-field span{color:var(--muted);font-size:.84rem}.inventory-filter-field select{border-radius:14px;width:100%;min-width:0;height:auto;min-height:50px;margin-top:0;padding-top:10px;padding-bottom:10px;line-height:1.35}.inventory-actions-cell{gap:10px;min-width:230px;display:grid}.inventory-content-editor{border:1px solid var(--line);background:#0f0f1205;border-radius:18px;padding:12px 14px}.inventory-content-editor summary{cursor:pointer;color:var(--text);font-weight:600}.inventory-content-form{gap:10px;margin-top:12px;display:grid}.inventory-content-form label{gap:6px;display:grid}.inventory-content-form textarea,.inventory-content-form input{margin-top:0}.inventory-lock-note{color:#b75a5a;margin:0;font-size:.88rem}.mini-secret,.secret-box{color:var(--text);background:#5837a414;border-radius:16px;margin:0;padding:14px 16px}.mini-secret{max-width:260px;font-size:.84rem}.two-factor-setup-grid{grid-template-columns:minmax(220px,.34fr) minmax(260px,1fr);align-items:start;gap:16px;margin-bottom:18px;display:grid}.two-factor-setup-grid.compact{grid-template-columns:minmax(170px,.42fr) minmax(220px,1fr);gap:12px;margin:10px 0}.two-factor-qr-card,.two-factor-recovery-panel{border:1px solid var(--line);background:#ffffffa3;border-radius:18px;gap:10px;padding:14px;display:grid}.two-factor-qr{background:#fff;border-radius:14px;width:min(220px,100%);padding:10px}.two-factor-qr svg{width:100%;height:auto;display:block}.two-factor-secret{max-width:none;font-family:var(--font-mono), "SFMono-Regular", Consolas, monospace;overflow-wrap:anywhere}.two-factor-recovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.two-factor-recovery-grid code{border:1px solid var(--line);min-width:0;min-height:54px;color:var(--text);font-family:var(--font-mono), "SFMono-Regular", Consolas, monospace;text-align:center;white-space:nowrap;background:#5837a414;border-radius:12px;justify-content:center;align-items:center;padding:8px 10px;font-size:clamp(.78rem,1.15vw,.95rem);font-weight:900;line-height:1;display:flex}.two-factor-recovery-codes{gap:10px;display:grid}.two-factor-copy-button{border:1px solid var(--line-strong);min-height:42px;color:var(--accent-strong);cursor:pointer;background:#ffffffc7;border-radius:999px;justify-content:center;justify-self:start;align-items:center;gap:8px;padding:0 14px;font-size:.86rem;font-weight:950;display:inline-flex}.two-factor-copy-button.copied{color:var(--success);border-color:#2f9e7257}.two-factor-copy-button .material-symbols-outlined{font-size:1rem}.admin-ticket-message{max-width:320px;margin-top:10px}.admin-ticket-form{gap:10px;min-width:260px;display:grid}.admin-ticket-form textarea{min-height:110px;margin-top:0}.admin-audit-detail{background:#5837a414;border-radius:16px;gap:8px;padding:14px 16px;display:grid}.admin-audit-detail-row{gap:4px;display:grid}.admin-audit-detail-row span{color:var(--muted);font-size:.78rem}.admin-audit-detail-row strong{color:var(--text);overflow-wrap:anywhere;word-break:break-word;font-size:.92rem;line-height:1.55}.order-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.payment-info p{margin:8px 0}.profile-layout{grid-template-columns:1fr 1fr;gap:18px;margin-top:26px;display:grid}.recharge-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px;display:grid}.recharge-sidebar{align-self:start;position:sticky;top:96px}.code-input{text-transform:uppercase;letter-spacing:.08em;font-family:SFMono-Regular,Consolas,monospace}.token-area{min-height:220px;font-family:SFMono-Regular,Consolas,monospace}.simple-list{color:var(--muted);margin:0;padding-left:18px;line-height:1.8}.simple-list li+li{margin-top:8px}.payment-guide{margin-bottom:18px}.block-panel{border:1px solid var(--line);background:#ffffffb8;border-radius:20px;margin-top:18px;padding:18px}.atelier-main{padding:104px 0 56px}.page-shell.has-emergency-notice .atelier-main{padding-top:176px}.atelier-header{z-index:40;padding:18px 0;position:fixed;top:0;left:0;right:0}.atelier-header-inner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#19191ccc;border:1px solid #48474a66;border-radius:999px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:72px;padding:0 26px;display:grid;box-shadow:0 0 40px #ba9eff14}.atelier-header-inner>*{min-width:0}.atelier-mobile-menu{display:none}.atelier-brand,.atelier-brand-copy{align-items:center;display:inline-flex}.atelier-brand{gap:14px}.atelier-brand-mark{color:#0e0e10;width:42px;height:42px;font-family:var(--font-headline), sans-serif;letter-spacing:.08em;background:linear-gradient(135deg,#8455ef,#ba9eff);border-radius:14px;place-items:center;font-weight:800;display:grid}.atelier-brand-mark-image{background:#ffffff14;padding:0;overflow:hidden}.atelier-brand-mark-image img{object-fit:cover;width:100%;height:100%}.atelier-brand-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.atelier-brand-copy strong{color:#f9f5f8;font-family:var(--font-headline), sans-serif;letter-spacing:.02em;font-size:1rem}.atelier-brand-copy small{color:#8e8b91;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.atelier-emergency-bar{color:#fbf8ff;background:linear-gradient(135deg,#5e36b8f5,#3a2d74f5);border:1px solid #b496ff47;border-radius:24px;align-items:center;gap:18px;width:100%;min-height:54px;margin-top:14px;padding:10px 22px;display:flex;overflow:hidden;box-shadow:0 12px 32px #3c1c8233}.atelier-emergency-bar.is-blue{background:linear-gradient(135deg,#1a3669f7,#102048f5);border-color:#60a5fa47;box-shadow:0 12px 32px #0f172a38}.atelier-emergency-bar.is-green{background:linear-gradient(135deg,#127856f5,#0c4a3af5);border-color:#34d3994d;box-shadow:0 12px 32px #055f4633}.atelier-emergency-bar.is-cyan{background:linear-gradient(135deg,#0f766ef5,#164e63f5);border-color:#2dd4bf4d;box-shadow:0 12px 32px #08575a33}.atelier-emergency-bar.is-gold{background:linear-gradient(135deg,#7d5218f5,#503614f5);border-color:#f5b84c47;box-shadow:0 12px 32px #5c370c33}.atelier-emergency-bar.is-red{color:#fff7f7;background:linear-gradient(135deg,#b22d2afa,#8e1b19f5);border-color:#ff87873d;box-shadow:0 12px 32px #5a000038}.atelier-emergency-badge{color:#fff;white-space:nowrap;background:#ffffff24;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:34px;padding:0 18px;font-size:.92rem;font-weight:850;display:inline-flex}.atelier-emergency-viewport{flex:1;min-width:0;overflow:hidden}.atelier-emergency-track{min-width:max-content;animation:18s linear infinite atelierEmergencyScrollLeft;display:inline-flex}.atelier-emergency-item{color:#fff7f7;white-space:nowrap;align-items:center;padding-right:72px;font-size:1rem;font-weight:750;line-height:1.5;display:inline-flex}@keyframes atelierEmergencyScrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.atelier-emergency-track{animation:none;transform:none}}.atelier-nav,.atelier-header-actions,.atelier-inline-actions,.atelier-order-actions{align-items:center;gap:12px;display:flex}.atelier-form-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.atelier-nav{flex-wrap:wrap;justify-content:center}.atelier-main-nav{flex-wrap:nowrap}.atelier-header-actions{justify-content:flex-end}.atelier-nav-link,.atelier-nav-button{color:#9f9ca2;min-height:40px;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.16em;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.8rem;transition:color .18s,background-color .18s,transform .18s;display:inline-flex}.atelier-nav-link-strong{isolation:isolate;position:relative;overflow:hidden}.atelier-nav-link:hover,.atelier-nav-button:hover{color:#ba9eff;background:#ffffff0d;transform:translateY(-1px)}.atelier-nav-dropdown{z-index:20;position:relative}.atelier-nav-dropdown summary{cursor:pointer;gap:4px;list-style:none}.atelier-nav-dropdown summary::-webkit-details-marker{display:none}.atelier-nav-dropdown summary .material-symbols-outlined{font-size:1rem;transition:transform .18s}.atelier-nav-dropdown[open] summary .material-symbols-outlined{transform:rotate(180deg)}.atelier-nav-dropdown-panel{border:1px solid var(--site-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:radial-gradient(circle at 80% 0,#9776ff33,#0000 34%),#111116f5;border-radius:18px;gap:4px;width:250px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 18px 48px #00000047}.atelier-nav-dropdown-panel a{min-height:38px;color:var(--site-muted);border-radius:12px;align-items:center;padding:0 12px;font-size:.86rem;font-weight:800;text-decoration:none;transition:color .18s,background-color .18s;display:flex}.atelier-nav-dropdown-panel-right{left:auto;right:0;transform:none}.atelier-nav-dropdown-panel button{width:100%;min-height:38px;color:var(--site-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;padding:0 12px;font-size:.86rem;font-weight:800;display:flex}.atelier-nav-dropdown-panel button:hover{color:var(--site-text);background:#9776ff24}.atelier-nav-menu-divider{background:var(--site-border);height:1px;margin:5px 2px;display:block}.atelier-nav-tools,.atelier-mobile-tools{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.atelier-nav-tools{padding:2px}.atelier-nav-dropdown-panel a:hover{color:var(--site-text);background:#9776ff24}.atelier-order-lookup-action{min-width:72px}.atelier-nav-link-strong{color:#0e0e10;background:linear-gradient(135deg,#8455ef,#ba9eff)}.atelier-icon-button{color:#ba9eff;background:#ffffff0a;border-radius:999px;place-items:center;width:40px;height:40px;transition:background-color .18s,color .18s,transform .18s,box-shadow .18s;display:grid}.atelier-icon-button:hover{color:#f9f5f8;background:#ffffff14;transform:translateY(-1px)scale(1.04)}.language-selector{z-index:80;display:inline-flex;position:relative}.language-toggle{color:#f9f5f8;min-width:52px;height:44px;font-family:var(--font-headline), sans-serif;letter-spacing:0;text-transform:none;background:#ffffff0a;border:1px solid #ba9eff42;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.78rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.language-toggle-flag{font-family:var(--font-body), sans-serif;font-size:1rem;line-height:1}.language-toggle-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.language-toggle-chevron{margin-right:-4px;font-size:1.05rem;line-height:1}.language-toggle:hover{color:#fff;background:#ba9eff1f;border-color:#ba9eff85;transform:translateY(-1px);box-shadow:0 0 20px #8455ef2e}.language-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#16161af5;border:1px solid #ba9eff3d;border-radius:18px;gap:6px;min-width:184px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 45px #00000057,0 0 30px #8455ef1f}.language-menu:before{content:"";background:#16161af5;border-top:1px solid #ba9eff3d;border-left:1px solid #ba9eff3d;width:12px;height:12px;position:absolute;top:-6px;right:26px;transform:rotate(45deg)}.language-menu-item{color:#f9f5f8c7;min-height:42px;font:800 .86rem/1.1 var(--font-headline), sans-serif;letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:0 12px;display:flex;position:relative}.language-menu-item:hover,.language-menu-item[aria-current=true]{color:#fff;background:#ba9eff1f}html[data-theme=glass] .language-toggle{color:#2b1d4a;background:#ffffff9e;border-color:#8455ef33}html[data-theme=glass] .language-toggle:hover{color:#1a1133;background:#8455ef1a;border-color:#8455ef57}html[data-theme=glass] .language-menu{background:#fffffff5;border-color:#8455ef2e;box-shadow:0 18px 45px #8455ef29}html[data-theme=glass] .language-menu:before{background:#fffffff5;border-color:#8455ef2e}html[data-theme=glass] .language-menu-item{color:#2b1d4ab8}html[data-theme=glass] .language-menu-item:hover,html[data-theme=glass] .language-menu-item[aria-current=true]{color:#2b1d4a;background:#8455ef1a}html[data-language=en] .atelier-header-inner{gap:14px;padding-inline:24px}html[data-language=en] .atelier-brand{gap:10px}html[data-language=en] .atelier-brand-copy strong{font-size:.9rem}html[data-language=en] .atelier-brand-copy small{letter-spacing:.08em;font-size:.72rem}html[data-language=en] .atelier-nav{flex-wrap:nowrap;gap:4px}html[data-language=en] .atelier-nav-link,html[data-language=en] .atelier-nav-button{letter-spacing:.1em;white-space:nowrap;min-height:38px;padding:0 8px;font-size:.68rem}html[data-language=en] .atelier-header-actions{gap:8px}html[data-language=en] .language-toggle{min-width:52px;height:40px;padding-inline:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.atelier-music-control{align-items:center;gap:12px;display:inline-flex}.atelier-music-button{isolation:isolate;color:#f9f5f8;background:radial-gradient(circle at 35% 25%, #ff7eae3d, transparent 34%) padding-box, linear-gradient(145deg, #27223af5, #13121afa) padding-box, conic-gradient(from -90deg, #ff72a6 0deg, #ba9eff var(--music-progress,0deg), #ba9eff29 var(--music-progress,0deg), #ba9eff29 360deg) border-box;border:2px solid #0000;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 0 0 1px #ba9eff33,0 8px 22px #8455ef38}.atelier-music-button:before{z-index:-1;border-radius:inherit;content:"";background:radial-gradient(circle at 38% 26%,#ff91be33,#0000 36%),linear-gradient(135deg,#8455ef6b,#12101a80);position:absolute;inset:5px}.atelier-music-button:hover{color:#fff;background:radial-gradient(circle at 35% 25%, #ff7eae57, transparent 34%) padding-box, linear-gradient(145deg, #302848fa, #171422fa) padding-box, conic-gradient(from -90deg, #ff72a6 0deg, #ba9eff var(--music-progress,0deg), #ffffff2e var(--music-progress,0deg), #ffffff2e 360deg) border-box;box-shadow:0 0 0 1px #ba9eff38,0 10px 28px #8455ef47}.atelier-music-icon{z-index:1;object-fit:contain;object-position:center;filter:saturate(1.08)contrast(1.04)drop-shadow(0 2px 5px #ff69a047);width:30px;height:30px;display:block;position:relative;transform:translateY(1px)}.atelier-music-button.is-playing .atelier-music-icon{animation:5.2s linear infinite atelier-music-icon-spin}.atelier-music-playing-dot{z-index:2;background:#7cf7d4;border-radius:999px;width:6px;height:6px;position:absolute;bottom:7px;right:7px;box-shadow:0 0 8px #7cf7d4c7}.atelier-volume-control{width:40px;height:40px;color:var(--site-text);cursor:pointer;z-index:5;background:#ffffff0a;border:1px solid #ba9eff3d;border-radius:999px;place-items:center;transition:transform .18s,background-color .18s,border-color .18s,color .18s;display:grid;position:relative}.atelier-volume-control:hover,.atelier-volume-control:focus-within{color:#f9f5f8;background:#ffffff14;border-color:#ba9eff6b;transform:translateY(-1px)}.atelier-volume-button{border-radius:inherit;width:100%;height:100%;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.atelier-volume-button[aria-pressed=true]{color:#ff8fb8}.atelier-volume-icon{width:22px;height:22px;display:block}.atelier-volume-control:after{content:"";width:72px;height:18px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.atelier-volume-slider{background:linear-gradient(180deg, #ffffff1f, #ffffff0a), var(--site-panel-strong);opacity:0;pointer-events:none;border:1px solid #ba9eff3d;border-radius:999px;width:34px;height:112px;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 18px 38px #32294f29}.atelier-volume-slider input{cursor:pointer;appearance:none;background:0 0;width:78px;height:20px;padding:0;position:absolute;top:46px;left:50%;transform:translate(-50%)rotate(-90deg)}.atelier-volume-control:hover .atelier-volume-slider,.atelier-volume-control:focus-within .atelier-volume-slider,.atelier-volume-control.is-open .atelier-volume-slider{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.atelier-volume-slider input:focus{outline:none}.atelier-volume-slider input::-webkit-slider-runnable-track{background:#ba9eff4d;border-radius:999px;height:6px}.atelier-volume-slider input::-webkit-slider-thumb{appearance:none;background:#ba9eff;border:2px solid #ffffffd1;border-radius:999px;width:18px;height:18px;margin-top:-6px;box-shadow:0 8px 18px #8455ef47}.atelier-volume-slider input::-moz-range-track{background:#ba9eff4d;border:0;border-radius:999px;height:6px}.atelier-volume-slider input::-moz-range-thumb{background:#ba9eff;border:2px solid #ffffffd1;border-radius:999px;width:18px;height:18px;box-shadow:0 8px 18px #8455ef47}@keyframes atelier-music-icon-spin{0%{transform:translateY(1px)rotate(0)}to{transform:translateY(1px)rotate(360deg)}}@media (prefers-reduced-motion:reduce){.atelier-music-button.is-playing .atelier-music-icon{animation:none}}.atelier-avatar{color:#f9f5f8;width:40px;height:40px;font-family:var(--font-headline), sans-serif;background:linear-gradient(135deg,#8455ef40,#ba9eff2e);border:1px solid #ba9eff4d;border-radius:999px;place-items:center;font-weight:700;display:grid}@media (max-width:1100px){.atelier-main{padding-top:176px}.page-shell.has-emergency-notice .atelier-main{padding-top:246px}.atelier-header-inner{border-radius:30px;grid-template-columns:1fr;justify-items:start;gap:14px;min-height:auto;padding:18px 20px}.atelier-brand,.atelier-nav,.atelier-header-actions{width:100%}.atelier-emergency-bar{border-radius:22px}.atelier-nav,.atelier-header-actions{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:720px){.page-shell.has-emergency-notice .atelier-main{padding-top:22px}.atelier-emergency-bar{border-radius:18px;gap:10px;min-height:48px;margin-top:10px;padding:8px 12px}.atelier-emergency-badge{min-height:30px;padding:0 12px;font-size:.78rem}.atelier-emergency-item{padding-right:48px;font-size:.86rem}.atelier-form-pair{grid-template-columns:1fr}}.atelier-footer{padding:24px 0 40px}.atelier-floating-mascot{left:50%;bottom:calc(env(safe-area-inset-bottom,0px) - 10px);z-index:60;cursor:pointer;background:linear-gradient(145deg,#12111aeb,#27223ae6) padding-box padding-box,linear-gradient(135deg,#8455efe6,#ba9effa6) border-box;border:1px solid #ba9eff75;border-radius:999px;width:62px;height:62px;padding:3px;transition:transform .18s,box-shadow .18s,border-color .18s;position:fixed;overflow:hidden;transform:translate(-50%,46%);box-shadow:inset 0 1px #ffffff1f,0 10px 22px #00000047,0 0 18px #ba9eff33}@media (hover:hover){.atelier-floating-mascot:hover{border-color:#ba9effd1;transform:translate(-50%)scale(1.08);box-shadow:inset 0 1px #ffffff29,0 12px 28px #00000057,0 0 24px #ba9eff52}}.atelier-floating-mascot img{object-fit:cover;object-position:center;border-radius:999px;width:100%;height:100%;display:block}.atelier-easter-egg{left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 74px);z-index:90;pointer-events:none;width:min(320px,100vw - 32px);position:fixed;transform:translate(-50%)}.atelier-easter-egg-card{color:#f9f5f8;text-align:center;pointer-events:auto;background:radial-gradient(circle at 0 0,#ba9eff33,#0000 46%),linear-gradient(145deg,#181720f0,#0f0e15f0);border:1px solid #ba9eff61;border-radius:22px;gap:12px;width:100%;padding:18px 20px;display:grid;box-shadow:0 18px 42px #0000005c,0 0 24px #8455ef33}.atelier-easter-egg-card p{margin:0;font-size:.98rem;font-weight:800;line-height:1.5}.atelier-easter-egg-card button{color:#fff;letter-spacing:.08em;cursor:pointer;background:linear-gradient(135deg,#8455ef,#ba9eff);border:0;border-radius:999px;justify-self:center;min-height:36px;padding:0 18px;font-size:.86rem;font-weight:800}.atelier-footer-inner{border-top:1px solid #48474a66;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding-top:24px;display:flex}.atelier-footer-brand,.atelier-footer-copy{color:#ba9eff;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem}.atelier-footer-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.atelier-footer-social{color:#7f7c82;font-family:var(--font-headline), sans-serif;letter-spacing:.1em;align-items:center;gap:8px;font-size:.76rem;transition:transform .18s;display:inline-flex;position:relative}.atelier-footer-social svg{width:16px;height:16px;color:var(--site-accent);filter:drop-shadow(0 0 10px #8455ef2e);flex:none}.atelier-footer-social span{background:linear-gradient(120deg, var(--site-accent) 0%, #ff8fb8 24%, var(--site-accent-2) 48%, #ffd59d 72%, var(--site-accent) 100%);color:#0000;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 14px #8455ef29);background-size:220%;-webkit-background-clip:text;background-clip:text;animation:4.8s linear infinite atelier-shimmer}.atelier-footer-social:after{content:"";opacity:0;filter:blur(12px);pointer-events:none;background:linear-gradient(120deg,#8455ef1f,#ff8fb814,#ffd59d1a,#ba9eff1f);border-radius:999px;transition:opacity .18s;position:absolute;inset:-4px -8px}.atelier-footer-social:hover{transform:translateY(-1px)}.atelier-footer-social:hover:after{opacity:1}@keyframes atelier-shimmer{0%{background-position:0%}to{background-position:220%}}.atelier-footer-links{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.atelier-footer-links a{color:#7f7c82;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem}.atelier-footer-links a:hover{color:#ba9eff}.atelier-footer-sitemap{flex:780px;grid-template-columns:repeat(4,minmax(140px,1fr));gap:22px;display:grid}.atelier-footer-sitemap section{align-content:start;gap:10px;display:grid}.atelier-footer-sitemap h2{color:var(--site-text);font-family:var(--font-headline), sans-serif;letter-spacing:.12em;margin:0;font-size:.8rem}.atelier-footer-sitemap section div{gap:8px;display:grid}.atelier-footer-sitemap a{color:#7f7c82;font-size:.82rem;line-height:1.4;text-decoration:none}.atelier-footer-sitemap a:hover{color:#ba9eff}.atelier-mobile-nav-group{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:18px}.atelier-mobile-nav-label{color:var(--site-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:900}.atelier-mobile-nav-group summary{min-height:44px;color:var(--site-text);cursor:pointer;align-items:center;padding:0 14px;font-weight:850;list-style:none;display:flex}.atelier-mobile-nav-group summary::-webkit-details-marker{display:none}.atelier-mobile-nav-group div{gap:6px;padding:0 12px 12px;display:grid}.atelier-mobile-nav-group a{min-height:40px;color:var(--site-muted);background:#ffffff09;border-radius:13px;align-items:center;padding:0 12px;font-size:.9rem;font-weight:800;text-decoration:none;display:flex}.atelier-mobile-nav-group a:hover{color:var(--site-text);background:#9776ff24}.atelier-mobile-tools{padding:0 12px 12px}.atelier-orders-page{gap:28px;display:grid}.atelier-orders-hero,.atelier-empty-panel,.atelier-order-card,.atelier-stat-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#19191cb8;border:1px solid #48474a59;box-shadow:0 0 40px #ba9eff0f}.atelier-orders-hero{border-radius:32px;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:28px;padding:34px;display:grid}.atelier-kicker{color:#ba9eff;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.22em;margin:0 0 12px;font-size:.8rem}.atelier-orders-copy h1{color:#f9f5f8;letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95}.atelier-orders-copy .atelier-order-detail-no{overflow-wrap:anywhere;word-break:break-word;max-width:min(100%,760px);font-size:clamp(2.15rem,4.2vw,4.15rem)}.atelier-order-product-link{color:#adaaad;text-underline-offset:5px;width:fit-content;max-width:100%;line-height:1.7;-webkit-text-decoration:underline #ba9eff8c;text-decoration:underline #ba9eff8c;transition:color .18s,text-decoration-color .18s;display:inline-block}.atelier-order-product-link:hover{color:#f9f5f8;text-decoration-color:#ba9efff2}.atelier-orders-copy p{color:#adaaad;max-width:640px;margin:0;line-height:1.8}.atelier-inline-actions{flex-wrap:wrap;margin-top:24px}.atelier-order-actions{z-index:4;pointer-events:auto;position:relative}.atelier-primary-action,.atelier-secondary-action,.atelier-payment-choice-button,.atelier-danger-action,.atelier-icon-action{min-height:44px;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.14em;isolation:isolate;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.82rem;transition:transform .18s,background-color .18s,color .18s;display:inline-flex;position:relative;overflow:hidden}button.atelier-primary-action,button.atelier-secondary-action{appearance:none;width:auto;margin-top:0}button.atelier-primary-action{border:0}.atelier-primary-action .material-symbols-outlined,.atelier-secondary-action .material-symbols-outlined,.atelier-payment-choice-button .material-symbols-outlined{margin-right:8px;font-size:1.05rem;line-height:1}.atelier-primary-action:after,.atelier-secondary-action:after,.atelier-payment-choice-button:after,.atelier-danger-action:after,.atelier-icon-action:after,.glass-button-primary:after,.glass-button-secondary:after,.glass-button-danger:after,.atelier-nav-link-strong:after{z-index:-1;content:"";pointer-events:none;opacity:0;background:linear-gradient(105deg,#0000 0%,#ffffff14 28%,#ffffffb8 50%,#ffffff14 72%,#0000 100%);width:54%;position:absolute;inset:-45% auto -45% -80%;transform:skew(-18deg)translate(0)}.atelier-primary-action:hover:after,.atelier-secondary-action:hover:after,.atelier-payment-choice-button:hover:after,.atelier-danger-action:hover:after,.atelier-icon-action:hover:after,.glass-button-primary:hover:after,.glass-button-secondary:hover:after,.glass-button-danger:hover:after,.atelier-nav-link-strong:hover:after{animation:.76s beibei-button-shine}.atelier-primary-action{color:#0e0e10;background:linear-gradient(135deg,#8455ef,#ba9eff)}.atelier-secondary-action,.atelier-icon-action,.atelier-payment-choice-button{color:#f9f5f8;background:#ffffff0d;border:1px solid #76757759}.atelier-danger-action{color:#fff;background:linear-gradient(135deg,#ff4d67,#b41340);border:1px solid #ff5e7561;box-shadow:0 16px 34px #b4134047}.atelier-primary-action:hover,.atelier-secondary-action:hover,.atelier-payment-choice-button:hover,.atelier-danger-action:hover,.atelier-icon-action:hover{transform:translateY(-1px)}.atelier-payment-choice-button:hover{color:#fff;background:linear-gradient(135deg,#8455ef,#ba9eff);border-color:#0000;box-shadow:0 14px 26px #8455ef38}.atelier-payment-choice-icon{color:#fff;width:28px;height:28px;font-family:var(--font-headline), sans-serif;letter-spacing:0;border-radius:10px;flex:none;justify-content:center;align-items:center;margin-right:8px;font-size:.8rem;line-height:1;display:inline-flex;box-shadow:0 8px 18px #0000002e}.atelier-payment-choice-icon img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.atelier-payment-choice-icon-alipay{background:0 0;border-radius:8px}.atelier-payment-choice-icon-wechat{background:linear-gradient(135deg,#04be02,#43d86d)}.atelier-payment-choice-icon-usdt{background:linear-gradient(135deg,#26a17b,#42d39a)}.atelier-payment-choice-icon-bsc{background:#05070a;border-radius:999px}.atelier-payment-choice-icon-polygon,.atelier-payment-choice-icon-tron{background:0 0;border-radius:999px}.atelier-action-disabled{cursor:not-allowed;opacity:.54;pointer-events:none;transform:none}.atelier-stat-panel{border-radius:28px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;min-width:0;padding:24px 28px;display:grid}.atelier-home-side .atelier-stat-panel{background:radial-gradient(circle at 10% 8%, #6246b933, transparent 34%), radial-gradient(circle at 92% 84%, #5c36952e, transparent 36%), radial-gradient(circle at 55% 45%, #181d3f29, transparent 42%), var(--site-panel)}.atelier-stat-panel span{color:#8e8b91;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.16em;margin-bottom:8px;font-size:.72rem;display:block}.atelier-stat-panel strong{color:#f9f5f8;font-family:var(--font-headline), sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1}.atelier-home-side .atelier-stat-panel>div:nth-of-type(5) strong.atelier-brand-glow{background:linear-gradient(120deg, var(--site-accent) 0%, #ff8fb8 24%, var(--site-accent-2) 48%, #ffd59d 72%, var(--site-accent) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 16px #8455ef2e);background-size:220%;-webkit-background-clip:text;background-clip:text;animation:5.2s linear infinite atelier-shimmer-reverse;color:#0000!important}.atelier-stat-stack{align-content:start;gap:8px;min-width:0;display:grid}.atelier-stat-datetime strong{letter-spacing:-.03em;white-space:normal;font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.15}.atelier-stat-datetime small{color:#f9f5f8;font-family:var(--font-headline), sans-serif;letter-spacing:-.02em;font-size:clamp(1.1rem,1.65vw,1.35rem);line-height:1.1}.atelier-stat-divider{background:#76757747;justify-self:center;width:1px;height:100%}.atelier-home-side .atelier-stat-panel{grid-template-columns:1fr}.atelier-home-side .atelier-stat-divider{width:100%;height:1px}.atelier-home-stat-row{align-items:center;gap:22px;min-width:0;display:flex}.atelier-home-stat-icon,.atelier-platform-shield,.atelier-platform-item>.material-symbols-outlined{color:#82cfff;letter-spacing:0;text-transform:none;background:radial-gradient(circle at 28% 24%,#82cfff42,#0000 58%),#4795ff1f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:58px;height:58px;margin:0;font-family:Material Symbols Outlined;line-height:1;display:inline-flex}.atelier-home-stat-icon .material-symbols-outlined,.atelier-platform-shield .material-symbols-outlined,.atelier-platform-item>.material-symbols-outlined{width:100%;height:100%;color:inherit;letter-spacing:0;text-transform:none;place-items:center;margin:0;font-family:Material Symbols Outlined;font-size:1.55rem;line-height:1;display:grid}.atelier-home-stat-icon-stock{color:#61eab8;background:radial-gradient(circle at 28% 24%,#61eab83d,#0000 58%),#61eab81c}.atelier-home-stat-icon-sales{color:#ff83d2;background:radial-gradient(circle at 28% 24%,#ff83d23d,#0000 58%),#ff83d21c}.atelier-orders-section{gap:18px;display:grid}.atelier-orders-section-head{border-bottom:1px solid #48474a66;justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:12px;display:flex}.atelier-orders-section-head h2,.atelier-empty-panel h3,.atelier-order-copy h3{color:#f9f5f8;margin:0}.atelier-orders-section-head span,.atelier-empty-panel p,.atelier-order-copy p,.atelier-order-no{color:#adaaad}.atelier-orders-list{gap:16px;display:grid}.atelier-order-card{border-radius:28px;justify-content:space-between;align-items:center;gap:24px;padding:24px;transition:transform .18s,background-color .18s;display:flex}.atelier-order-card:hover{background:#1f1f22e0;transform:translateY(-1px)}.atelier-order-main{align-items:center;gap:18px;min-width:0;display:flex}.atelier-order-thumb{color:#f9f5f8;width:72px;height:72px;font-family:var(--font-headline), sans-serif;letter-spacing:.08em;background:linear-gradient(135deg,#8455ef52,#ba9eff2e);border-radius:20px;flex-shrink:0;place-items:center;font-size:1.25rem;font-weight:700;display:grid}.atelier-order-copy{min-width:0}.atelier-order-title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.atelier-order-copy p{margin:4px 0 0}.atelier-order-no{font-family:var(--font-headline), sans-serif;letter-spacing:.12em;background:#ffffff0d;border-radius:999px;padding:5px 10px;font-size:.72rem;display:inline-flex}.atelier-order-side{align-items:center;gap:24px;display:flex}.atelier-order-meta{text-align:right}.atelier-order-meta strong{color:#f9f5f8;font-family:var(--font-headline), sans-serif;margin-bottom:8px;font-size:1.5rem;display:block}.atelier-status{min-width:92px;min-height:32px;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.14em;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.72rem;display:inline-flex}.atelier-status-success{color:#8ef0c2;background:#32b87424}.atelier-status-accent{color:#d1bcff;background:#8455ef2e}.atelier-status-warning{color:#ffd39b;background:#ffa44a24}.atelier-status-muted{color:#9f9ca2;background:#76757729}.atelier-empty-panel{border-radius:28px;justify-items:start;gap:14px;padding:32px;display:grid}.atelier-homepage,.atelier-detail-page,.atelier-form-page,.atelier-auth-page,.atelier-account-page,.atelier-order-detail-page,.atelier-agent-program-page{gap:36px;display:grid}.atelier-homepage{--container:1280px}.atelier-home-hero{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);align-items:stretch;gap:30px;display:grid}.atelier-home-copy,.atelier-auth-copy,.atelier-detail-main,.atelier-panel-card,.atelier-form-card,.atelier-banner-card{border:1px solid var(--site-border);background:var(--site-panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--site-shadow)}.atelier-home-copy,.atelier-auth-copy{border-radius:38px;flex-direction:column;justify-content:center;min-height:565px;padding:clamp(34px,5.2vw,68px);display:flex;position:relative;overflow:hidden}.atelier-home-copy{background:radial-gradient(circle at 82% 88%,#6f52b533,#0000 34%),radial-gradient(circle at 58% 12%,#4231841f,#0000 36%),linear-gradient(145deg,#14131ef0,#0e0e16f5)}.atelier-home-copy>*{z-index:1;position:relative}.atelier-home-copy-image{background-image:linear-gradient(90deg, #0a0a12e6, #0a0a1285), linear-gradient(180deg, #0a0a1257, #0a0a12bd), var(--agent-hero-image);background-position:50%;background-size:cover;justify-content:flex-end;min-height:clamp(480px,52vw,680px);padding:clamp(24px,3vw,42px)}.atelier-home-copy-overlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#0c0c12c7,#16122085);border:1px solid #ffffff24;border-radius:28px;gap:18px;width:min(620px,100%);padding:clamp(22px,3vw,34px);display:grid;box-shadow:0 26px 70px #00000057}.atelier-home-copy-image-only{justify-content:initial;background-image:var(--agent-hero-image);background-position:50%;background-size:cover;min-height:clamp(520px,66vw,760px);padding:0}.atelier-home-copy-image-only:before{display:none}.atelier-home-copy:before,.atelier-auth-copy:before,.atelier-detail-main:before{content:"";pointer-events:none;background:radial-gradient(circle,#ba9eff29,#0000 68%);border-radius:999px;width:260px;height:260px;position:absolute;inset:auto -80px -120px auto}.atelier-home-copy h1,.atelier-auth-copy h1,.atelier-panel-card h1{max-width:860px;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.06em;margin:0 0 18px;font-size:clamp(3rem,7vw,6.8rem);line-height:.92}.atelier-home-copy .atelier-home-title{max-width:700px;font-size:clamp(2.3rem,5.15vw,5.15rem)}.atelier-home-copy-image h1,.atelier-home-copy-image .atelier-home-title{color:#fff;-webkit-text-fill-color:#fff;letter-spacing:0;text-shadow:0 12px 32px #0000005c;max-width:100%;margin-bottom:0;font-size:clamp(2rem,4vw,4.25rem)}.atelier-home-copy-image p,.atelier-home-copy-image .site-rich-text-item{color:#ffffffd1;text-shadow:0 8px 24px #00000057}.atelier-order-code-heading{overflow-wrap:anywhere;word-break:break-word;max-width:100%;line-height:.96;font-size:clamp(2.2rem,4.2vw,4.8rem)!important}.atelier-lookup-heading{font-size:clamp(2.4rem,5vw,5.1rem)!important;line-height:.98!important}.atelier-home-copy p,.atelier-auth-copy p{max-width:760px;color:var(--site-muted);margin:0;font-size:1.08rem;line-height:1.85}.atelier-home-side{gap:20px;display:grid}.atelier-banner-card{background:radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--site-warm) 16%, transparent), transparent 32%), radial-gradient(circle at 90% 22%, color-mix(in srgb, var(--site-hot) 13%, transparent), transparent 30%), var(--site-panel);border-radius:32px;align-content:end;min-height:250px;padding:30px;display:grid}.atelier-banner-card p,.atelier-panel-text,.atelier-detail-text,.atelier-detail-note,.atelier-faq-list p,.atelier-process-card p,.atelier-detail-checklist p{color:var(--site-muted);line-height:1.75}.atelier-banner-card p{margin:14px 0 0}.atelier-platform-card{align-content:start;gap:24px;min-height:310px;background:radial-gradient(circle at 12% 0%, #6f52b533, transparent 36%), radial-gradient(circle at 90% 18%, #3d307d29, transparent 34%), radial-gradient(circle at 94% 92%, #6547ad2b, transparent 38%), var(--site-panel)!important}.atelier-platform-heading{align-items:center;gap:16px;display:flex}.atelier-platform-heading h2{color:var(--site-text);font-family:var(--site-display-font);margin:0;font-size:clamp(1.6rem,2.2vw,2.05rem);line-height:1}.atelier-platform-shield{color:#9f7cff;background:radial-gradient(circle at 28% 24%,#9f7cff4d,#0000 60%),#8455ef24;width:42px;height:42px}.atelier-platform-shield .material-symbols-outlined{font-variation-settings:"FILL" 1, "wght" 600;font-size:1.25rem}.atelier-platform-list{gap:22px;display:grid}.atelier-platform-item{grid-template-columns:54px minmax(0,1fr);align-items:start;gap:16px;display:grid}.atelier-platform-item>.material-symbols-outlined{color:#a783ff;background:radial-gradient(circle at 28% 24%,#a783ff40,#0000 58%),#8455ef1c;width:54px;height:54px}.atelier-platform-item strong{color:var(--site-text);font-family:var(--font-headline), sans-serif;font-size:1.05rem;line-height:1.2;display:block}.atelier-platform-item p{color:color-mix(in srgb, var(--site-muted) 88%, #fff 12%);margin:8px 0 0;font-size:.94rem;line-height:1.7}.atelier-banner-badge,.atelier-pill,.atelier-price-chip{width:fit-content;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.14em;border-radius:999px;justify-content:center;align-items:center;font-size:.74rem;display:inline-flex}.atelier-banner-badge,.atelier-pill-strong,.atelier-price-chip{color:var(--site-mark-text);background:linear-gradient(135deg,#8455ef,#ba9eff)}.atelier-banner-badge,.atelier-pill{min-height:32px;padding:0 12px}.atelier-pill{color:var(--site-kicker);border:1px solid color-mix(in srgb, var(--product-accent,var(--site-accent-2)) 36%, var(--site-border-strong));background:color-mix(in srgb, var(--product-accent,var(--site-accent-2)) 10%, var(--site-panel-soft))}.atelier-pill-strong{color:#fff;background:linear-gradient(135deg, var(--site-hot), var(--site-warm));box-shadow:0 10px 24px color-mix(in srgb, var(--site-hot) 20%, transparent);border-color:#0000}.atelier-price-chip{min-height:40px;padding:0 16px;font-weight:700}.order-payment-page .atelier-form-head .atelier-price-chip{letter-spacing:.08em;min-height:58px;box-shadow:0 18px 42px color-mix(in srgb, var(--site-hot) 24%, transparent);padding:0 28px;font-size:1rem}.order-payment-summary-card{align-content:start;gap:18px;display:grid}.order-payment-amount-hero,.order-payment-code-block{border:1px solid color-mix(in srgb, var(--site-border-strong) 78%, transparent);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--site-gold) 14%, transparent), transparent 36%), linear-gradient(145deg, color-mix(in srgb, var(--site-panel-strong) 88%, transparent), color-mix(in srgb, var(--site-panel) 94%, transparent));border-radius:24px}.order-payment-amount-hero{gap:8px;padding:clamp(20px,3vw,30px);display:grid;box-shadow:inset 0 1px #ffffff14}.order-payment-amount-hero span,.order-payment-code-block span{color:var(--site-kicker);font-family:var(--font-headline), sans-serif;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.order-payment-amount-hero strong{color:#0000;font-family:var(--site-display-font);letter-spacing:0;background:linear-gradient(135deg, #fff 0%, var(--site-gold) 32%, #ff91d6 70%, var(--site-accent-2) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 18px color-mix(in srgb, var(--site-gold) 16%, transparent));-webkit-background-clip:text;background-clip:text;font-size:clamp(1.3rem,2.5vw,2.68rem);line-height:.94}.order-payment-amount-hero small{color:color-mix(in srgb, var(--site-muted) 88%, #fff 12%);font-size:.96rem;line-height:1.6}.order-payment-code-block{gap:8px;padding:18px 20px;display:grid}.order-payment-page .atelier-order-code-heading{letter-spacing:0;margin:0;line-height:1.28;font-size:clamp(1.05rem,1.42vw,1.55rem)!important}.order-payment-page .atelier-panel-text{margin:0}.order-payment-page .order-payment-info-grid{margin-top:0}.atelier-section,.atelier-dual-grid,.atelier-form-layout,.atelier-auth-layout,.atelier-detail-layout,.atelier-order-detail-grid{gap:24px;display:grid}.atelier-section-head{border-bottom:1px solid var(--site-border);justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:14px;display:flex}.atelier-section-head.compact{border-bottom:0;padding-bottom:0}.atelier-section-head h2,.atelier-panel-card h2,.atelier-form-head h2{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.03em;margin:0;font-size:clamp(1.85rem,3.2vw,2.85rem);line-height:1}.atelier-section-head p{max-width:470px;color:var(--site-muted);margin:0;line-height:1.7}.atelier-category-filter{flex-wrap:wrap;gap:12px;padding:4px 0 6px;display:flex}.atelier-filter-chip{border:1px solid var(--site-border);background:var(--site-panel-strong);min-height:44px;color:var(--site-muted);box-shadow:var(--site-shadow);font-family:var(--site-display-font);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.atelier-filter-chip:hover{color:var(--site-text);border-color:var(--site-border-strong);transform:translateY(-1px)}.atelier-filter-chip.active{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));border-color:#0000}.atelier-filter-chip .material-symbols-outlined{font-size:1.2rem}.category-brand-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:1.45rem;height:1.45rem;display:inline-flex;overflow:hidden}.category-brand-icon img{object-fit:contain;width:.95rem;height:.95rem;display:block}.category-brand-icon-chatgpt{background:linear-gradient(135deg,#10a37f,#08775f)}.category-brand-icon-claude{background:linear-gradient(135deg,#d97745,#8a4b32)}.category-brand-icon-grok{background:#050505}.category-brand-icon-grok img{width:1.12rem;height:1.12rem}.category-brand-icon-gemini{background:linear-gradient(135deg,#4f7cff,#8b5cf6)}.category-brand-icon-binance{color:#f3ba2f}.atelier-filter-chip.active .category-brand-icon{box-shadow:0 8px 18px #110c222e}.atelier-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,390px),1fr));gap:22px;display:grid}@media (min-width:1760px){.atelier-homepage{--container:min(calc(100vw - 64px), 1720px)}.atelier-home-hero{justify-self:center;width:100%;max-width:1280px}}.atelier-catalog-card{--product-accent:var(--site-accent-2);--product-accent-strong:var(--site-accent);--product-accent-soft:color-mix(in srgb, var(--product-accent) 12%, transparent);border:1px solid var(--site-border);background:radial-gradient(circle at 18% 12%, var(--product-accent-soft), transparent 34%), linear-gradient(155deg, color-mix(in srgb, var(--product-accent-strong) 5%, transparent), transparent 44%), var(--site-panel);height:auto;min-height:clamp(690px,46vw,820px);box-shadow:var(--site-shadow);cursor:pointer;border-radius:32px;grid-template-rows:auto auto auto auto auto auto;align-content:start;gap:18px;padding:20px;transition:transform .18s,background-color .18s,border-color .18s;display:grid;position:relative;overflow:visible}.atelier-product-chatgpt{--product-accent:#10a37f;--product-accent-strong:#34d399}.atelier-product-claude{--product-accent:#d97757;--product-accent-strong:#ffb077}.atelier-product-grok{--product-accent:#5eead4;--product-accent-strong:#38bdf8}.atelier-product-gemini{--product-accent:#8b5cf6;--product-accent-strong:#ff8fb8}.atelier-product-binance{--product-accent:#f3ba2f;--product-accent-strong:#fcd535}.atelier-product-ai{--product-accent:#5eead4;--product-accent-strong:#a78bfa}.atelier-product-design{--product-accent:#ff8fb8;--product-accent-strong:#ffd36e}.atelier-product-media{--product-accent:#60a5fa;--product-accent-strong:#c084fc}.atelier-product-team{--product-accent:#34d399;--product-accent-strong:#ffd36e}.atelier-catalog-card-link{z-index:2;border-radius:inherit;position:absolute;inset:0}.atelier-catalog-card.sold-out{background:color-mix(in srgb, var(--site-panel) 88%, #b0b0b0 12%);border-color:#b3b3ba52}.atelier-catalog-card:hover{border-color:color-mix(in srgb, var(--product-accent) 42%, var(--site-border-strong));background:radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--product-accent) 18%, transparent), transparent 34%), linear-gradient(155deg, color-mix(in srgb, var(--product-accent-strong) 8%, transparent), transparent 44%), var(--site-panel-strong);transform:translateY(-2px)}.atelier-catalog-card.sold-out:hover{background:color-mix(in srgb, var(--site-panel) 88%, #b0b0b0 12%);border-color:#b3b3ba52;transform:none}.atelier-soldout-ribbon{z-index:5;font-family:var(--font-headline), sans-serif;letter-spacing:.12em;text-align:center;text-transform:uppercase;pointer-events:none;background:linear-gradient(135deg,#ffffff2e,#0000 24%),linear-gradient(315deg,#d6d6db1a,#0000 34%);border:2px solid #d6d6db9e;border-radius:24px;font-size:.78rem;font-weight:800;position:absolute;inset:10px;box-shadow:inset 0 0 0 1px #ffffff14,0 0 0 1px #26262a66,0 0 34px #d6d6db1a}.atelier-soldout-ribbon:before,.atelier-soldout-ribbon:after{content:"";border-radius:inherit;pointer-events:none;position:absolute}.atelier-soldout-ribbon:before{opacity:.92;border:1px solid #a0a0a857;inset:-8px}.atelier-soldout-ribbon:after{opacity:.68;background:linear-gradient(135deg,#ffffff14,#0000 18%),linear-gradient(315deg,#ffffff0d,#0000 22%);border:1px solid #ffffff14;inset:8px}.atelier-soldout-ribbon span{z-index:2;color:#1d1d22;width:auto;min-height:32px;text-shadow:none;background:linear-gradient(135deg,#e8e8eef5,#84848ef5);border:1px solid #ffffff3d;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;display:inline-flex;position:absolute;top:-16px;left:24px;box-shadow:0 10px 24px #00000038,inset 0 1px #ffffff7a}.atelier-stock-soldout{color:#9b969d;font-weight:850}.atelier-catalog-grid .atelier-empty-panel{grid-column:1/-1}.atelier-catalog-media,.atelier-detail-media{background:radial-gradient(circle at 20% 16%, color-mix(in srgb, var(--product-accent,var(--site-accent-2)) 18%, transparent), transparent 34%), var(--site-media-bg);border-radius:24px;place-items:center;display:grid;overflow:hidden}.atelier-catalog-media,.atelier-catalog-top,.atelier-catalog-copy,.atelier-tag-list,.atelier-catalog-meta{z-index:3;pointer-events:none;position:relative}.atelier-catalog-media{height:clamp(330px,21vw,410px);min-height:0}.atelier-catalog-media img,.atelier-detail-media img{object-fit:contain;opacity:.88;width:100%;height:100%;display:block}.atelier-catalog-fallback{width:100%;height:100%;min-height:190px;color:var(--site-kicker);font-family:var(--font-headline), sans-serif;letter-spacing:.12em;place-items:center;font-size:2rem;font-weight:800;display:grid}.atelier-catalog-fallback-large{min-height:360px;font-size:4rem}.atelier-catalog-top,.atelier-catalog-meta,.atelier-detail-head,.atelier-detail-price-row,.atelier-form-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.atelier-catalog-top,.atelier-detail-head{flex-wrap:wrap;justify-content:flex-start}.atelier-catalog-copy h3{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.02em;margin:0 0 8px;font-size:1.48rem}.atelier-catalog-copy{min-height:0;overflow:hidden}.atelier-catalog-copy h3,.atelier-catalog-copy p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.atelier-catalog-copy h3{-webkit-line-clamp:2}.atelier-catalog-copy p,.atelier-catalog-subtitle{color:var(--site-muted);margin:0;font-size:1.02rem;line-height:1.68}.atelier-catalog-subtitle{-webkit-line-clamp:2;color:#ba9eff!important}.atelier-catalog-copy p:not(.atelier-catalog-subtitle){-webkit-line-clamp:3}.atelier-tag-list{flex-wrap:wrap;gap:9px;max-height:42px;display:flex;overflow:hidden}.atelier-tag-list span{color:var(--site-text);border:1px solid color-mix(in srgb, var(--site-safe) 20%, var(--site-border));background:color-mix(in srgb, var(--site-safe) 9%, var(--site-panel-soft));border-radius:999px;padding:8px 11px}.atelier-tag-list span:nth-child(3n+2){border-color:color-mix(in srgb, var(--site-hot) 18%, var(--site-border));background:color-mix(in srgb, var(--site-hot) 8%, var(--site-panel-soft))}.atelier-tag-list span:nth-child(3n){border-color:color-mix(in srgb, var(--site-gold) 22%, var(--site-border));background:color-mix(in srgb, var(--site-gold) 10%, var(--site-panel-soft))}.atelier-copy-button{border:1px solid var(--site-border);min-height:42px;color:var(--site-text);background:var(--site-panel-soft);font-family:var(--font-headline), sans-serif;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.78rem;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.atelier-copy-button:hover{transform:translateY(-1px)}.atelier-copy-button.copied{color:#0e0e10;background:linear-gradient(135deg,#34d399,#6ee7b7);border-color:#34d399d1}.atelier-catalog-meta strong,.atelier-detail-price-row strong{color:#0000;background:linear-gradient(135deg, #fff 0%, var(--site-gold) 34%, #ff91d6 72%, var(--site-accent-2) 100%);font-family:var(--site-display-font);-webkit-background-clip:text;background-clip:text;font-size:1.88rem}html[data-theme=glass] .atelier-catalog-meta strong,html[data-theme=glass] .atelier-detail-price-row strong{background:linear-gradient(135deg,#2f255f 0%,#4a3fe2 48%,#7c6dff 100%);-webkit-background-clip:text;background-clip:text}.atelier-catalog-meta>span,.atelier-catalog-counts span{color:var(--site-kicker);font-family:var(--site-display-font);letter-spacing:.04em;text-transform:none;font-size:.96rem;font-weight:850}.atelier-catalog-counts{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.atelier-catalog-counts span+span{color:var(--site-hot)}.atelier-catalog-counts span:first-child:not(.atelier-stock-soldout){color:var(--site-stock)}.atelier-sales-count{border:1px solid color-mix(in srgb, var(--site-hot) 24%, var(--site-border));background:color-mix(in srgb, var(--site-hot) 9%, transparent);border-radius:999px;padding:4px 10px}.atelier-strike{color:var(--site-muted);margin-left:10px;text-decoration:line-through}@media (max-width:720px){.atelier-catalog-card{gap:18px;height:auto;min-height:0;overflow:visible}.atelier-catalog-media{height:clamp(260px,82vw,380px)}.atelier-catalog-copy{display:block;overflow:visible}.atelier-catalog-copy h3{-webkit-line-clamp:unset;margin-bottom:10px;font-size:1.5rem;line-height:1.25;display:block;overflow:visible}.atelier-catalog-copy p,.atelier-catalog-subtitle{-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.atelier-catalog-subtitle{-webkit-line-clamp:2}.atelier-catalog-copy p:not(.atelier-catalog-subtitle){-webkit-line-clamp:3}.atelier-tag-list{max-height:none;overflow:visible}}.atelier-process-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.atelier-process-card,.atelier-panel-card,.atelier-form-card{border-radius:32px}.atelier-process-card{border:1px solid var(--site-border);background:var(--site-panel);padding:24px}.atelier-process-card strong{color:var(--site-text);font-family:var(--site-display-font);margin-bottom:10px;display:block}.atelier-dual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atelier-panel-card,.atelier-form-card{padding:28px}.atelier-support-card{scroll-margin-top:110px}.atelier-agent-options{grid-template-columns:1fr}.atelier-agent-option-card{border:2px solid color-mix(in srgb, var(--site-accent) 28%, var(--site-border));min-height:255px;color:inherit;background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--site-accent) 20%, transparent), transparent 30%), linear-gradient(135deg, color-mix(in srgb, var(--site-panel) 90%, #fff), var(--site-panel));box-shadow:0 26px 70px color-mix(in srgb, var(--site-accent) 15%, transparent);border-radius:32px;grid-template-columns:auto 1fr;gap:12px 18px;padding:28px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.atelier-agent-option-card:hover{border-color:color-mix(in srgb, var(--site-accent) 65%, var(--site-border));box-shadow:0 30px 80px color-mix(in srgb, var(--site-accent) 24%, transparent);transform:translateY(-2px)}.atelier-agent-option-card>.material-symbols-outlined{color:#fff;background:linear-gradient(135deg,#6b4cf6,#9b7dff);border-radius:18px;grid-row:2/span 2;place-items:center;width:54px;height:54px;display:inline-grid;box-shadow:0 16px 34px #6b4cf647}.atelier-agent-option-card.is-site>.material-symbols-outlined{background:linear-gradient(135deg,#2f7df6,#76b7ff);box-shadow:0 16px 34px #2f7df638}.atelier-agent-option-index{color:#fff;width:fit-content;font-family:var(--font-headline), sans-serif;letter-spacing:.12em;background:linear-gradient(135deg,#5e45e8,#8b6aff);border-radius:999px;grid-column:1/-1;padding:7px 12px;font-size:.78rem;font-weight:900}.atelier-agent-option-card.is-site .atelier-agent-option-index{background:linear-gradient(135deg,#246de7,#67a8ff)}.atelier-agent-option-card strong{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.03em;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1}.atelier-agent-option-card p{color:var(--site-text);grid-column:2;margin:0;font-size:1.06rem;font-weight:760;line-height:1.72}.atelier-agent-option-card b{color:color-mix(in srgb, var(--site-accent) 82%, var(--site-text));font-weight:950}.atelier-agent-option-action{width:fit-content;color:color-mix(in srgb, var(--site-accent) 78%, var(--site-text));font-family:var(--font-headline), sans-serif;letter-spacing:.08em;border-bottom:2px solid;grid-column:2;margin-top:4px;padding-bottom:3px;font-size:.86rem;font-weight:900}.atelier-agent-mode-card{border-width:2px;align-content:start;gap:20px;scroll-margin-top:120px;display:grid}.atelier-agent-mode-card:first-child{border-color:color-mix(in srgb, #6b4cf6 36%, var(--site-border))}.atelier-agent-mode-card:nth-child(2){border-color:color-mix(in srgb, #2f7df6 34%, var(--site-border))}.atelier-agent-lead{color:var(--site-text);font-size:1.12rem;font-weight:760}.atelier-agent-mode-actions{gap:18px;margin-top:0;position:relative}.atelier-demo-site-action{color:#1c1304;min-height:48px;font-family:var(--font-headline), sans-serif;letter-spacing:.08em;background:linear-gradient(135deg,#ffe66d 0%,#ffb703 46%,#ff7a1a 100%);border:1px solid #ffd966ad;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-size:.86rem;font-weight:950;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;position:relative;box-shadow:0 18px 34px #ffb70342,0 0 0 5px #ffb7031f}.atelier-demo-site-action .material-symbols-outlined{margin-right:9px;font-size:1.08rem;line-height:1}.atelier-demo-site-action:hover{filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 20px 40px #ffb70357,0 0 0 6px #ffb70329}.atelier-demo-site-cue{color:#ff9f1c;font-family:var(--font-headline), sans-serif;letter-spacing:.04em;white-space:nowrap;text-shadow:0 8px 22px #ff9f1c6b;font-size:.92rem;font-weight:950}.atelier-agent-home-action{color:#1c1304;background:linear-gradient(135deg,#ffe66d 0%,#ffb703 48%,#ff8a1f 100%);border-color:#ffd966b8;box-shadow:0 16px 30px #ffb70333,0 0 0 4px #ffb7031a}.atelier-agent-home-action:hover{color:#1c1304;background:linear-gradient(135deg,#fff176 0%,#ffc107 48%,#ff8a1f 100%);border-color:#ffd966e6;box-shadow:0 18px 34px #ffb70347,0 0 0 5px #ffb70324}@media (max-width:860px){.atelier-demo-site-cue{width:100%;font-size:.78rem}}.atelier-agent-text-purple,.atelier-agent-text-blue,.atelier-agent-text-green,.atelier-agent-text-gold{font-weight:950}.atelier-agent-text-purple{color:#b994ff}.atelier-agent-text-blue{color:#7bb8ff}.atelier-agent-text-green{color:#73f0bf}.atelier-agent-text-gold{color:#ffd17a}.atelier-agent-rule{border:1px solid color-mix(in srgb, var(--site-accent) 30%, var(--site-border-strong));background:color-mix(in srgb, var(--site-panel-soft) 86%, #fff);border-radius:22px;gap:10px;padding:18px;display:grid}.atelier-agent-rule strong,.atelier-agent-choice-grid strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1.14rem;font-weight:950}.atelier-agent-rule p,.atelier-agent-choice-grid p{color:var(--site-text);margin:0;font-weight:700;line-height:1.75}.atelier-agent-list{color:var(--site-text);gap:12px;margin:0;padding-left:22px;font-weight:760;line-height:1.75;display:grid}.atelier-agent-list li::marker{color:var(--site-kicker);font-weight:800}.atelier-agent-choice-card{gap:22px;display:grid}.atelier-agent-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.atelier-agent-choice-grid>div{border:1px solid color-mix(in srgb, var(--site-accent) 30%, var(--site-border));background:var(--site-panel-soft);border-radius:22px;gap:10px;padding:18px;display:grid}.atelier-faq-list{gap:12px;display:grid}.atelier-faq-list details{border:1px solid var(--site-border);color:var(--site-text);background:var(--site-panel-soft);border-radius:18px;padding:16px 18px}.atelier-faq-list summary{cursor:pointer;font-family:var(--font-headline), sans-serif}.atelier-detail-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start}.atelier-detail-main{border-radius:34px;padding:28px;position:relative;overflow:hidden}.atelier-detail-media{min-height:clamp(360px,42vw,620px);margin-bottom:22px}.atelier-detail-main h1{color:#f9f5f8;letter-spacing:-.06em;margin:18px 0 12px;font-size:clamp(2.6rem,5vw,5.4rem);line-height:.95}.atelier-detail-subtitle{color:#ba9eff;margin:0 0 12px;font-size:1.05rem}.atelier-detail-text{margin:0 0 18px}.atelier-detail-price-row{justify-content:flex-start;margin:22px 0 12px}.atelier-detail-note{margin:0 0 22px}.atelier-detail-side{gap:18px;display:grid;position:sticky;top:112px}.atelier-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.atelier-info-grid div{background:#ffffff0d;border:1px solid #48474a59;border-radius:18px;padding:16px}.atelier-info-grid span{color:#8e8b91;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px;font-size:.72rem;display:block}.atelier-info-grid strong{color:#f9f5f8;word-break:break-word}.atelier-info-link{color:#f9f5f8;font-family:var(--font-headline), sans-serif;text-underline-offset:5px;word-break:break-word;font-weight:800;line-height:1.35;-webkit-text-decoration:underline #ba9eff8c;text-decoration:underline #ba9eff8c;transition:color .18s,text-decoration-color .18s;display:inline-block}.atelier-info-link:hover{color:#ba9eff;text-decoration-color:currentColor}.atelier-detail-checklist{gap:10px;margin:18px 0;display:grid}.atelier-detail-checklist p{border-left:2px solid #ba9eff6b;margin:0;padding-left:16px}.atelier-form-layout,.atelier-auth-layout{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);align-items:start}.atelier-auth-layout{min-height:560px}.atelier-form-head{margin-bottom:22px}.atelier-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.atelier-form-grid+.atelier-form-grid{border-top:1px solid #48474a59;margin-top:22px;padding-top:22px}.atelier-form-grid label span{color:#f9f5f8;font-weight:700}.register-email-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.register-email-row label{gap:8px;display:grid}.register-code-control{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.register-code-button{white-space:nowrap;min-height:54px}.register-code-button:disabled{cursor:not-allowed;opacity:.64;transform:none}.register-code-countdown{color:#ba9eff;font-family:var(--font-headline), sans-serif;letter-spacing:.08em;white-space:nowrap;font-size:.78rem}.register-code-status{flex-basis:100%;font-size:.82rem;line-height:1.5}.register-code-status.success{color:#34d399}.register-code-status.error{color:#ff6e84}.atelier-form-card input,.atelier-form-card textarea,.atelier-form-card select{color:#f9f5f8;background:#0e0e10ad;border-color:#76757759;outline:none;transition:border-color .18s,box-shadow .18s,background-color .18s}.atelier-form-card input:focus,.atelier-form-card textarea:focus,.atelier-form-card select:focus{background:#0e0e10eb;border-color:#ba9effb3;box-shadow:0 0 0 3px #ba9eff1f}.atelier-form-card input::placeholder,.atelier-form-card textarea::placeholder{color:#767577}.gpt-source-hero{gap:14px;display:grid}.gpt-source-lock-card{max-width:760px;margin:0 auto}.gpt-source-lock-card h1{color:var(--site-text);font-family:var(--site-display-font);margin:0;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.95}.gpt-source-lock-card>p{color:var(--site-muted);line-height:1.75}.gpt-source-hero h1{color:var(--site-text);font-family:var(--site-display-font);margin:0;font-size:clamp(2.6rem,5vw,5.6rem);line-height:.95}.gpt-source-hero p:not(.atelier-kicker){max-width:760px;color:var(--site-muted);margin:0;line-height:1.8}.gpt-source-console{grid-template-columns:minmax(0,1fr);gap:22px;display:grid}.gpt-source-console-v2{gap:24px}.gpt-source-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.gpt-source-flow>div{border:1px solid var(--site-border);background:linear-gradient(135deg,#ba9eff24,#22d3ee12);border-radius:22px;gap:8px;min-width:0;padding:18px;display:grid}.gpt-source-flow span{color:#0d0d12;background:var(--site-kicker);border-radius:999px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.gpt-source-flow strong{color:var(--site-text);font-family:var(--font-headline), sans-serif;font-size:1.05rem}.gpt-source-flow p{color:var(--site-muted);margin:0;line-height:1.65}.gpt-source-layout{grid-template-columns:minmax(0,1.35fr) minmax(360px,.75fr);align-items:start;gap:22px;display:grid}.gpt-source-side,.gpt-source-card{gap:22px;display:grid}.gpt-source-main-card{min-height:100%}.gpt-source-readme,.gpt-source-result,.gpt-source-job,.gpt-source-query-card,.gpt-source-batch{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:22px}.gpt-source-readme{padding:18px}.gpt-source-readme strong,.gpt-source-result strong,.gpt-source-job strong,.gpt-source-query-head strong{color:var(--site-text)}.gpt-source-readme p,.gpt-source-job p,.gpt-source-batch p{color:var(--site-muted);margin:8px 0 0;line-height:1.7}.gpt-source-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.gpt-source-queue-box{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:18px;align-content:center;gap:8px;min-height:72px;padding:14px 18px;display:grid}.gpt-source-queue-box span{color:var(--site-muted);font-family:var(--font-headline), sans-serif;letter-spacing:.1em;text-transform:uppercase;font-size:.74rem}.gpt-source-queue-box strong{color:var(--site-text);font-size:.95rem}.gpt-source-result{gap:6px;padding:18px;display:grid}.gpt-source-session-box{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 16px;padding:16px 18px;display:grid}.gpt-source-session-box.valid{border-color:#34d3995c}.gpt-source-session-box.invalid{border-color:#fbbf245c}.gpt-source-step-panel .gpt-source-force-box{color:#ef4444;grid-template-columns:none;align-items:center;gap:10px;font-size:1rem;line-height:1.25;display:inline-flex}.gpt-source-step-panel .gpt-source-force-box span{line-height:1.25;display:inline}.gpt-source-force-box input:checked{background:#3b82f6;border-color:#3b82f6}.gpt-source-force-box input:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.gpt-source-result span{color:var(--site-kicker);font-family:var(--font-headline), sans-serif;font-weight:800}.gpt-source-result small{color:var(--site-muted)}.gpt-source-job{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px;display:grid}.gpt-source-job>div{gap:6px;min-width:0;display:grid}.gpt-source-job span,.gpt-source-query-card dt{color:var(--site-muted);font-family:var(--font-headline), sans-serif;letter-spacing:.1em;text-transform:uppercase;font-size:.74rem}.gpt-source-job strong,.gpt-source-query-card dd{overflow-wrap:anywhere;min-width:0}.gpt-source-job.done{background:#22c55e1a;border-color:#34d39961}.gpt-source-job.failed,.gpt-source-job.expired,.gpt-source-job.unknown{background:#f871711a;border-color:#f8717161}.gpt-source-query-card,.gpt-source-batch{gap:16px;padding:18px;display:grid}.gpt-source-query-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.gpt-source-query-head strong{overflow-wrap:anywhere}.gpt-source-query-head span{color:var(--site-kicker);background:var(--site-panel-strong);border-radius:999px;flex:none;padding:8px 12px}.gpt-source-query-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.gpt-source-query-card dl>div{border:1px solid var(--site-border);border-radius:16px;gap:6px;min-width:0;padding:14px;display:grid}.gpt-source-query-card dd{color:var(--site-text);margin:0}.gpt-source-query-card p{color:#f97373;margin:0}.gpt-source-table-wrap{overflow-x:auto}.gpt-source-table-wrap table{border-collapse:collapse;width:100%;min-width:860px}.gpt-source-table-wrap th,.gpt-source-table-wrap td{border-bottom:1px solid var(--site-border);color:var(--site-muted);text-align:left;vertical-align:top;padding:12px}.gpt-source-table-wrap th{color:var(--site-text);font-family:var(--font-headline), sans-serif}@media (max-width:960px){.gpt-source-flow,.gpt-source-layout,.gpt-source-session-box,.gpt-source-query-card dl{grid-template-columns:1fr}}:is(.page-shell:has(.gpt-source-page) .atelier-header,.page-shell:has(.gpt-source-page) .atelier-footer,.page-shell:has(.gpt-source-page) .atelier-floating-mascot,.page-shell:has(.card-channel2-page) .atelier-header,.page-shell:has(.card-channel2-page) .atelier-footer,.page-shell:has(.card-channel2-page) .atelier-floating-mascot,.page-shell:has(.gpt-source-batch-page) .atelier-header,.page-shell:has(.gpt-source-batch-page) .atelier-footer,.page-shell:has(.gpt-source-batch-page) .atelier-floating-mascot){display:none}:is(.page-shell:has(.gpt-source-page),.page-shell:has(.card-channel2-page),.page-shell:has(.gpt-source-batch-page)){--site-text:#f9f5f8;--site-muted:#f9f5f8a3;--site-kicker:#ba9eff;--site-border:#ba9eff2e;--site-border-strong:#ba9eff57;--site-panel-soft:#ffffff0a;--site-panel-strong:#ba9eff1f;background:radial-gradient(circle at 50% 0,#ba9eff33,#0000 32%),radial-gradient(circle at 12% 10%,#8455ef38,#0000 28%),radial-gradient(circle at 88% 18%,#ff6f9114,#0000 26%),linear-gradient(#0e0e10 0%,#17131f 48%,#09090c 100%);min-height:100vh}:is(.page-shell:has(.gpt-source-page) .atelier-main,.page-shell:has(.card-channel2-page) .atelier-main,.page-shell:has(.gpt-source-batch-page) .atelier-main){padding:0}.gpt-source-page{width:min(1180px,100vw - 72px);min-height:100vh;margin:0 auto;padding:58px 0 52px;position:relative}.gpt-source-language-selector{z-index:40;display:inline-flex;position:absolute;top:22px;right:0}.gpt-source-language-toggle{color:#201735;cursor:pointer;min-width:150px;min-height:40px;font:850 .88rem/1 var(--font-headline), sans-serif;letter-spacing:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #ba9eff33;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 16px;display:inline-flex;box-shadow:0 14px 36px #0f0f1624}.gpt-source-language-toggle .material-symbols-outlined{color:#2017359e;margin-right:-4px;font-size:1.2rem;line-height:1}.gpt-source-language-menu{background:#fffffffa;border:1px solid #ba9eff33;border-radius:8px;gap:4px;min-width:186px;padding:10px;display:grid;position:absolute;top:calc(100% + 14px);right:0;box-shadow:0 22px 48px #0f0f162e}.gpt-source-language-menu:before{content:"";background:#fffffffa;border-top:1px solid #ba9eff33;border-left:1px solid #ba9eff33;width:14px;height:14px;position:absolute;top:-7px;right:34px;transform:rotate(45deg)}.gpt-source-language-option{color:#201735b8;cursor:pointer;width:100%;min-height:42px;font:850 .9rem/1.15 var(--font-headline), sans-serif;letter-spacing:0;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:0 12px;display:flex;position:relative}.gpt-source-language-option:hover,.gpt-source-language-option[aria-current=true]{color:#8455ef;background:#8455ef1a}.gpt-source-page .gpt-source-hero{text-align:center;justify-items:center;gap:14px;margin-bottom:28px;display:grid}.gpt-source-page .gpt-source-hero h1{color:var(--site-text);font-family:var(--font-headline), sans-serif;text-shadow:0 0 34px #ba9eff3d;margin:0;font-size:clamp(2.25rem,3.35vw,3.05rem);font-weight:950;line-height:1.05}.gpt-source-page .gpt-source-hero p{color:color-mix(in srgb, var(--site-text) 62%, var(--site-muted));margin:0;font-size:clamp(.92rem,1.12vw,1.04rem);font-weight:760;line-height:1.7}.gpt-source-page .gpt-source-console{justify-items:center;gap:20px;display:grid}.gpt-source-mode-tabs{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#231d30eb,#111118e6),#0f0f16e6;border:1px solid #ba9eff3d;border-radius:999px;align-items:center;gap:6px;padding:6px;display:inline-flex;box-shadow:0 18px 44px #00000038,inset 0 1px #ffffff0f}.gpt-source-mode-tab{color:#f9f5f8a8;cursor:pointer;min-width:118px;min-height:40px;font:950 .95rem/1 var(--font-headline), sans-serif;letter-spacing:0;background:0 0;border:0;border-radius:999px;padding:0 20px;transition:background .16s,color .16s,transform .16s}.gpt-source-mode-tab:hover{color:var(--site-text);background:#ffffff14;transform:translateY(-1px)}.gpt-source-mode-tab.is-active{color:#11111a;background:linear-gradient(135deg,#ba9eff,#8455ef);box-shadow:0 14px 34px #8455ef47}.gpt-source-batch-toggle{color:#f9f5f8;cursor:pointer;background:linear-gradient(135deg,#8455efeb,#6b46c1e6),#8455ef;border:1px solid #8455ef6b;border-radius:999px;min-height:40px;padding:0 24px;font-size:.9rem;font-weight:950;box-shadow:0 16px 40px #8455ef2e}.gpt-source-stock-line{color:#f9f5f8e6;background:linear-gradient(135deg,#231d30f5,#111118eb),#0e0e10eb;border:1px solid #ba9eff47;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:42px;margin-top:-4px;padding:0 24px;font-size:.95rem;font-weight:900;display:inline-flex;box-shadow:0 18px 48px #00000038,inset 0 1px #ffffff0f}.gpt-source-stock-line strong{color:#8b5cf6;font-size:1.18rem;font-weight:950;line-height:1}.gpt-source-stock-line.is-error strong{color:#fb7185}.gpt-source-success{width:min(760px,100%);margin:0}.gpt-source-legacy-warning{color:#8a4b10;background:#fffbebe6;border:1px solid #f59e0b61;border-radius:14px;align-items:center;gap:10px;width:min(760px,100%);margin:-8px auto 22px;padding:12px 16px;font-size:.9rem;font-weight:850;line-height:1.55;display:flex}.gpt-source-legacy-warning .material-symbols-outlined{color:#d97706;flex:none;font-size:1.2rem}.gpt-source-workspace{grid-template-columns:minmax(300px,.52fr) minmax(0,1fr);align-items:start;gap:22px;width:100%;display:grid}.gpt-source-guide-card,.gpt-source-action-card,.gpt-source-batch-panel{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:radial-gradient(circle at 12% 0,#ba9eff21,#0000 34%),linear-gradient(145deg,#261f37c2,#0d0d12e0),#0f0f17eb;border:1px solid #ba9eff2e;border-radius:22px;box-shadow:0 24px 64px #00000057,inset 0 0 0 1px #ffffff08}.gpt-source-guide-card{gap:0;padding:22px;display:grid}.gpt-source-guide-card h2,.gpt-source-step-panel h2,.gpt-source-panel-title h2{color:var(--site-text);font-family:var(--font-headline), sans-serif;margin:0;font-size:clamp(1.22rem,1.42vw,1.62rem);font-weight:950;line-height:1.15}.gpt-source-guide-card>p,.gpt-source-step-panel>p{color:var(--site-muted);margin:12px 0 18px;font-size:.9rem;font-weight:720;line-height:1.65}.gpt-source-guide-step{border-top:1px solid #ba9eff21;grid-template-columns:40px minmax(0,1fr);gap:14px;padding:16px 0;display:grid}.gpt-source-guide-step:first-of-type{border-top:0}.gpt-source-guide-step>span{color:#11111a;background:linear-gradient(135deg,#ba9eff,#8455ef);border-radius:12px;place-items:center;width:40px;height:40px;font-weight:950;display:grid;box-shadow:0 12px 28px #8455ef3d}.gpt-source-guide-step strong{color:var(--site-text);font-size:.92rem;font-weight:950;line-height:1.3;display:block}.gpt-source-guide-step p{color:var(--site-muted);gap:10px;margin:8px 0 0;font-size:.86rem;font-weight:720;line-height:1.62;display:grid}.gpt-source-guide-step a{color:#11111a;background:linear-gradient(135deg,#ba9eff,#8455ef);border-radius:10px;width:fit-content;padding:7px 14px;font-weight:950;text-decoration:none}.gpt-source-action-card{min-height:330px;padding:42px 50px}.gpt-source-step-panel{gap:15px;display:grid}.gpt-source-step-panel+.gpt-source-step-panel,.gpt-source-status-card+.gpt-source-step-panel,.gpt-source-step-panel+.gpt-source-status-card{border-top:1px solid #ba9eff21;margin-top:26px;padding-top:26px}.gpt-source-step-panel label{color:var(--site-muted);gap:7px;font-size:.88rem;font-weight:850;display:grid}.gpt-source-step-panel label b{color:#fb7185}.gpt-source-step-panel input,.gpt-source-step-panel textarea,.gpt-source-batch-panel textarea{width:100%;color:var(--site-text);font:inherit;background:#09090ddb;border:1px solid #ba9eff38;border-radius:10px;outline:none;font-weight:720}.gpt-source-step-panel input{height:40px;padding:0 14px}.gpt-source-step-panel textarea,.gpt-source-batch-panel textarea{resize:vertical;min-height:132px;padding:14px 16px}.gpt-source-step-panel input:focus,.gpt-source-step-panel textarea:focus,.gpt-source-batch-panel textarea:focus{border-color:#ba9effc7;box-shadow:0 0 0 4px #ba9eff24,0 0 26px #8455ef1f}.gpt-source-primary-button{color:#11111a;cursor:pointer;background:linear-gradient(135deg,#ba9eff,#8455ef);border:0;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:fit-content;min-height:42px;padding:0 22px;font-size:.9rem;font-weight:950;display:inline-flex;box-shadow:0 16px 38px #8455ef3d}.gpt-source-primary-button:disabled{cursor:not-allowed;opacity:.45}.gpt-source-session-box,.gpt-source-status-card{background:#ba9eff0f;border:1px solid #ba9eff2e;border-radius:14px}.gpt-source-session-box{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px;padding:13px 15px;display:grid}.gpt-source-session-box strong{color:var(--site-text);grid-column:1/-1}.gpt-source-session-box span{min-width:0;color:var(--site-muted);overflow-wrap:anywhere}.gpt-source-force-box{color:#ef4444;background:0 0;border:0;border-radius:0;align-items:center;gap:10px;width:fit-content;margin:4px 0 2px;padding:0;font-size:1rem;font-weight:950;line-height:1.25;display:inline-flex}.gpt-source-force-box input{appearance:none;box-sizing:border-box;background:#ffffffeb;border:1px solid #94a3b88c;border-radius:4px;flex:0 0 18px;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;margin:0;padding:0;position:relative}.gpt-source-step-panel .gpt-source-force-box input{box-sizing:border-box;flex:0 0 18px;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;padding:0}.gpt-source-status-card{gap:12px;padding:15px;display:grid}.gpt-source-status-card.ready{border-color:#ba9eff6b}.gpt-source-status-card.processing{background:#3b82f61a;border-color:#60a5fa6b}.gpt-source-status-card.done{background:#22c55e1a;border-color:#34d3996b}.gpt-source-status-card.warning{background:#f59e0b1a;border-color:#fbbf246b}.gpt-source-status-card.error,.gpt-source-status-card.void{background:#f871711a;border-color:#f871716b}.gpt-source-status-head,.gpt-source-panel-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.gpt-source-panel-title p{color:var(--site-muted);margin:10px 0 0;font-size:.9rem;font-weight:800}.gpt-source-inline-chip{min-height:26px;color:var(--site-kicker);background:#ba9eff1f;border-radius:999px;align-items:center;margin-left:8px;padding:0 11px;font-weight:950;display:inline-flex}.gpt-source-reset-button{color:var(--site-kicker);cursor:pointer;background:0 0;border:0;font-weight:950}.gpt-source-gift-highlight{background:linear-gradient(135deg,#fbbf241f,#8455ef14);border:1px solid #fbbf2447;border-radius:14px;gap:4px;padding:14px 16px;display:grid}.gpt-source-gift-highlight strong{color:var(--site-text);font-size:1.05rem;font-weight:950}.gpt-source-gift-highlight span{color:var(--site-kicker);font-weight:850}.gpt-source-status-head strong{color:var(--site-text);font-weight:950}.gpt-source-status-head span{color:var(--site-kicker);background:#ba9eff1a;border-radius:999px;flex:none;padding:6px 10px;font-weight:950}.gpt-source-status-card p{color:var(--site-muted);margin:0;line-height:1.7}.gpt-source-status-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.gpt-source-status-card dl>div{gap:6px;min-width:0;display:grid}.gpt-source-status-card dt{color:var(--site-muted);font-size:.78rem;font-weight:850}.gpt-source-status-card dd{color:var(--site-text);overflow-wrap:anywhere;margin:0}.gpt-source-batch-panel{gap:16px;width:min(880px,100%);padding:22px;display:grid}.gpt-source-panel-title button{color:var(--site-muted);cursor:pointer;background:0 0;border:0;font-weight:850}.gpt-source-batch-result{overflow-x:auto}.gpt-source-batch-result table{border-collapse:collapse;width:100%;min-width:640px}.gpt-source-batch-result th,.gpt-source-batch-result td{color:var(--site-muted);text-align:left;vertical-align:top;border-bottom:1px solid #ffffff1a;padding:10px}.gpt-source-batch-result th{color:var(--site-text)}.gpt-source-batch-page{width:min(1360px,100vw - 64px);min-height:100vh;margin:0 auto;padding:78px 0 64px;position:relative}.gpt-source-batch-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1f,#ffffff0d),#0f0f17e6;border:1px solid #ffffff1f;border-radius:24px;gap:24px;padding:42px;display:grid;box-shadow:0 28px 72px #00000057}.gpt-source-batch-head,.gpt-source-batch-summary{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.gpt-source-batch-head h1,.gpt-source-batch-summary h2{color:var(--site-text);font-family:var(--font-headline), sans-serif;margin:0;font-weight:950;line-height:1.1}.gpt-source-batch-head h1{font-size:clamp(2rem,3vw,3rem)}.gpt-source-batch-summary h2{font-size:clamp(1.5rem,2vw,2.25rem)}.gpt-source-batch-head p{color:var(--site-muted);margin:12px 0 0;font-size:1rem;font-weight:760;line-height:1.7}.gpt-source-batch-head a{color:var(--site-muted);flex:none;font-weight:950;text-decoration:none}.gpt-source-batch-card>textarea{width:100%;min-height:174px;color:var(--site-text);font:inherit;resize:vertical;background:#09090dd1;border:1px solid #ffffff24;border-radius:14px;outline:none;padding:22px 26px;font-size:1rem;font-weight:850;line-height:1.7}.gpt-source-batch-card>textarea:focus{border-color:#ba9effb8;box-shadow:0 0 0 4px #ba9eff24}.gpt-source-captcha-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.gpt-source-captcha-row span{color:var(--site-muted);font-size:.86rem;font-weight:760}.gpt-source-captcha-box{min-height:78px}.gpt-source-batch-submit{min-width:138px}.gpt-source-batch-result-shell{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:22px;gap:22px;margin-top:12px;padding:30px;display:grid}.gpt-source-batch-summary>div{flex-wrap:wrap;justify-content:flex-end;gap:14px;display:flex}.gpt-source-batch-summary span{min-height:42px;color:var(--site-text);background:#ffffff17;border-radius:12px;align-items:center;padding:0 18px;font-weight:950;display:inline-flex}.gpt-source-batch-summary span.done{color:#7ee2aa;background:#22c55e24}.gpt-source-batch-summary span.ready{color:#facc6b;background:#f59e0b24}.gpt-source-batch-summary span.processing{color:#9fc8ff;background:#60a5fa26}.gpt-source-batch-summary span.void{color:#cbd5e1;background:#94a3b824}.gpt-source-batch-summary span.error{color:#ffb2b9;background:#f8717124}.gpt-source-batch-result-table{overflow-x:auto}.gpt-source-batch-result-table table{border-collapse:collapse;width:100%;min-width:1120px}.gpt-source-batch-result-table th,.gpt-source-batch-result-table td{color:var(--site-muted);text-align:left;vertical-align:middle;border:1px solid #ffffff17;padding:18px 16px}.gpt-source-batch-result-table th{color:var(--site-text);font-family:var(--font-headline), sans-serif;font-size:.95rem;font-weight:950}.gpt-source-batch-result-table td:first-child,.gpt-source-batch-result-table th:first-child{text-align:center;width:64px}.gpt-source-batch-result-table code{color:#9fb7ff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-weight:950}.gpt-source-batch-status{min-height:34px;color:var(--site-text);white-space:nowrap;background:#ffffff14;border-radius:9px;align-items:center;padding:0 13px;font-weight:950;display:inline-flex}.gpt-source-batch-status.done{color:#7ee2aa;background:#22c55e24}.gpt-source-batch-status.ready{color:#d7c8ff;background:#ba9eff26}.gpt-source-batch-status.processing{color:#9fc8ff;background:#60a5fa26}.gpt-source-batch-status.warning{color:#facc6b;background:#f59e0b24}.gpt-source-batch-status.error,.gpt-source-batch-status.void{color:#ffb2b9;background:#f8717124}.gpt-source-batch-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.gpt-source-batch-actions button{min-height:46px;color:var(--site-text);cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:0 22px;font-weight:950;display:inline-flex}.gpt-source-batch-actions button:first-child{background:linear-gradient(135deg, var(--site-kicker), #60a5fa);color:#11111a;border-color:#0000}.gpt-source-error{width:min(880px,100%)}.gpt-manual-page{width:min(1280px,100vw - 72px);overflow-x:hidden}.gpt-manual-console{width:100%;min-width:0}.gpt-manual-workspace{grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);min-width:0}.gpt-manual-main-stack{gap:22px;min-width:0;display:grid}.gpt-manual-side-stack{gap:18px;min-width:0;display:grid}.gpt-manual-action-card{gap:24px;min-height:0;padding:36px;display:grid}.gpt-manual-refresh-card{gap:18px;min-height:0;padding:30px 36px;display:grid}.gpt-manual-form-head,.gpt-manual-refresh-head{gap:10px;display:grid}.gpt-manual-form-head span{color:var(--site-muted);font-size:.86rem;font-weight:950}.gpt-manual-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.gpt-manual-title-row>div{gap:10px;min-width:0;display:grid}.gpt-manual-queue-chip{min-height:38px;color:var(--site-text);cursor:pointer;font:inherit;background:#ba9eff17;border:1px solid #ba9eff38;border-radius:999px;flex:none;align-items:center;gap:9px;margin-top:2px;padding:0 14px;display:inline-flex;box-shadow:0 14px 30px #8455ef1f}.gpt-manual-queue-chip:hover:not(:disabled){background:#ba9eff24;border-color:#ba9eff70}.gpt-manual-queue-chip:disabled{cursor:wait;opacity:.82}.gpt-manual-queue-chip span{color:var(--site-muted);font-size:.86rem;font-weight:900}.gpt-manual-queue-chip strong{color:var(--site-kicker);font-family:var(--font-headline), sans-serif;font-size:1.25rem;font-weight:950;line-height:1}.gpt-manual-queue-chip.is-error strong{color:#f87171}.gpt-manual-form-head h2,.gpt-manual-refresh-head h2,.gpt-manual-session-title h3{color:var(--site-text);font-family:var(--font-headline), sans-serif;margin:0;font-weight:950;line-height:1.12}.gpt-manual-form-head h2{font-size:clamp(2rem,3.2vw,3.35rem)}.gpt-manual-refresh-head h2{font-size:clamp(1.35rem,2vw,2rem)}.gpt-manual-session-title h3{font-size:1.2rem}.gpt-manual-form-head p,.gpt-manual-refresh-head p{color:var(--site-muted);margin:0;font-size:1rem;font-weight:760;line-height:1.7}.gpt-manual-refresh-head .gpt-manual-refresh-warning{color:#ff3b3b;text-shadow:0 0 14px #ff3b3b29;font-weight:950}.gpt-manual-notice-card{gap:16px}.gpt-manual-notice-head{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px;display:grid}.gpt-manual-notice-head>.material-symbols-outlined{width:44px;height:44px;color:var(--site-kicker);background:#ba9eff2e;border-radius:14px;place-items:center;font-size:1.35rem;display:grid}.gpt-manual-notice-head h2{color:var(--site-text);font-family:var(--font-headline), sans-serif;margin:0;font-size:clamp(1.16rem,1.36vw,1.48rem);font-weight:950}.gpt-manual-notice-head p{color:var(--site-muted);margin:8px 0 0;font-size:.86rem;font-weight:760;line-height:1.6}.gpt-manual-notice-input{color:var(--site-muted);gap:8px;font-size:.88rem;font-weight:850;display:grid}.gpt-manual-notice-input input{width:100%;height:42px;color:var(--site-text);font:inherit;background:#09090ddb;border:1px solid #ba9eff38;border-radius:12px;outline:none;padding:0 14px;font-weight:780}.gpt-manual-notice-input input:focus{border-color:#ba9effc7;box-shadow:0 0 0 4px #ba9eff24}.gpt-manual-notice-bound{background:#f59e0b1a;border:1px solid #fbbf2457;border-radius:14px;gap:7px;padding:14px;display:grid}.gpt-manual-notice-bound.done{background:#22c55e1a;border-color:#34d39961}.gpt-manual-notice-bound span,.gpt-manual-notice-bound p{color:var(--site-muted);margin:0;font-size:.84rem;font-weight:800;line-height:1.55}.gpt-manual-notice-bound strong{color:var(--site-text);overflow-wrap:anywhere;font-size:1rem;font-weight:950}.gpt-manual-notice-actions{gap:12px;display:flex}.gpt-manual-notice-actions .gpt-source-primary-button,.gpt-manual-notice-actions .gpt-manual-secondary-button{width:100%}.gpt-manual-secondary-button{min-height:42px;color:var(--site-text);font:inherit;cursor:pointer;background:#ffffff0a;border:1px solid #ba9eff38;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:950;display:inline-flex}.gpt-manual-secondary-button:disabled{cursor:not-allowed;opacity:.58}.gpt-manual-notice-foot{color:var(--site-muted);gap:6px;font-size:.8rem;font-weight:760;line-height:1.55;display:grid}.gpt-manual-notice-foot .error{color:#ff6b7f;font-weight:900}.gpt-manual-check-panel{margin-top:8px}.gpt-manual-inline-control{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.gpt-manual-inline-control .gpt-source-primary-button{min-width:118px;height:40px}.gpt-manual-session-title{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.gpt-manual-session-title a{color:var(--site-kicker);font-size:.9rem;font-weight:950;text-decoration:none}.gpt-manual-submit-panel textarea{min-height:220px}.gpt-manual-submit-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.gpt-manual-submit-row span{color:var(--site-muted);font-size:.86rem;font-weight:780}.gpt-manual-refresh-input{color:var(--site-muted);gap:8px;font-size:.88rem;font-weight:850;display:grid}.gpt-manual-refresh-input textarea{width:100%;min-height:150px;color:var(--site-text);font:inherit;resize:vertical;background:#09090ddb;border:1px solid #ba9eff38;border-radius:10px;outline:none;padding:14px 16px;font-weight:720}.gpt-manual-refresh-input textarea:focus{border-color:#ba9effc7;box-shadow:0 0 0 4px #ba9eff24,0 0 26px #8455ef1f}.gpt-manual-result-card{background:#ba9eff0f;border:1px solid #ba9eff33;border-radius:14px;gap:14px;padding:18px;display:grid}.gpt-manual-result-card.ready,.gpt-manual-result-card.done{background:#22c55e1a;border-color:#34d39961}.gpt-manual-result-card.processing{background:#3b82f61a;border-color:#60a5fa61}.gpt-manual-result-card.warning{background:#f59e0b1a;border-color:#fbbf2466}.gpt-manual-result-card.error,.gpt-manual-result-card.void{background:#f871711a;border-color:#f8717166}.gpt-manual-result-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.gpt-manual-result-top div{gap:8px;min-width:0;display:grid}.gpt-manual-result-top span{color:var(--site-muted);text-transform:uppercase;overflow-wrap:anywhere;font-size:.86rem;font-weight:850}.gpt-manual-result-top strong{color:var(--site-text);overflow-wrap:anywhere;font-size:1.05rem;font-weight:950}.gpt-manual-result-top em{color:var(--site-kicker);background:#ba9eff1f;border-radius:10px;flex:none;padding:7px 12px;font-style:normal;font-weight:950}.gpt-manual-result-meta{color:var(--site-muted);flex-wrap:wrap;align-items:center;gap:12px 20px;font-size:.88rem;font-weight:800;display:flex}.gpt-manual-result-meta span{overflow-wrap:anywhere;min-width:0}.gpt-manual-result-meta b{color:var(--site-text);margin-left:6px;font-weight:900}.gpt-manual-status-legend{background:#09090d57;border:1px solid #ba9eff24;border-radius:16px;gap:9px;margin-top:16px;padding:16px;display:grid}.gpt-manual-status-legend strong{color:var(--site-text);font-weight:950}.gpt-manual-status-legend span{color:var(--site-muted);justify-content:space-between;gap:12px;font-size:.84rem;font-weight:760;line-height:1.35;display:flex}.gpt-manual-status-legend b{color:var(--site-kicker);font-family:var(--font-headline), sans-serif;flex:none}.gpt-source-session-box.warning{background:#f59e0b1a;border-color:#fbbf245c}.gpt-manual-note{color:var(--site-muted);margin:0;font-size:.86rem;font-weight:760;line-height:1.6}.gpt-source-status-card .gpt-manual-field-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.gpt-source-status-card .gpt-manual-field-grid>div{background:#09090d3d;border:1px solid #ba9eff24;border-radius:12px;gap:6px;min-width:0;padding:12px;display:grid}.gpt-source-status-card .gpt-manual-field-grid dt{color:var(--site-muted);letter-spacing:0;font-size:.76rem;font-weight:850}.gpt-source-status-card .gpt-manual-field-grid dd{color:var(--site-text);overflow-wrap:anywhere;margin:0;font-weight:850}.gpt-source-status-card .gpt-manual-field-grid dd.is-json{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.74rem;font-weight:700;line-height:1.45}.card-recharge-console{width:100%}.card-recharge-match-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:radial-gradient(circle at 92% 6%,#60a5fa1f,#0000 32%),linear-gradient(145deg,#261f37c7,#0d0d12e6),#0f0f17eb;border:1px solid #ba9eff33;border-radius:22px;gap:20px;width:min(820px,100%);padding:34px;display:grid;box-shadow:0 24px 64px #00000057,inset 0 0 0 1px #ffffff08}.card-recharge-kicker{color:var(--site-kicker);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:.76rem;font-weight:950;display:inline-flex}.card-recharge-match-card h2{color:var(--site-text);font-family:var(--font-headline), sans-serif;margin:0;font-size:clamp(1.75rem,3vw,2.55rem);font-weight:950;line-height:1.1}.card-recharge-match-card p{color:var(--site-muted);margin:10px 0 0;font-size:.95rem;font-weight:720;line-height:1.7}.card-recharge-input-row{color:var(--site-muted);gap:8px;font-size:.9rem;font-weight:850;display:grid}.card-recharge-input-row input{width:100%;height:56px;color:var(--site-text);font:inherit;background:#09090ddb;border:1px solid #ba9eff3d;border-radius:12px;outline:none;padding:0 18px;font-size:1rem;font-weight:850}.card-recharge-input-row input:focus{border-color:#ba9effc7;box-shadow:0 0 0 4px #ba9eff24,0 0 26px #8455ef1f}.card-recharge-match-button{min-width:138px}.card-recharge-detected{background:#22c55e1a;border:1px solid #34d3995c;border-radius:14px;gap:8px;padding:15px;display:grid}.card-recharge-detected strong{color:#7ee2aa}.card-recharge-detected span{color:var(--site-muted)}.card-recharge-detected a,.card-recharge-helper-link{width:fit-content;color:var(--site-kicker);font-weight:950;text-decoration:none}.card-recharge-detected-options{flex-wrap:wrap;gap:22px;padding-top:10px;display:flex}.card-recharge-detected-options a{background:#c4a0ff1f;border:1px solid #c4a0ff57;border-radius:999px;justify-content:center;align-items:center;min-width:150px;min-height:44px;padding:12px 22px;display:inline-flex}@keyframes cardRechargeFadeInUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes cardRechargeBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes cardRechargeFlicker{0%,19%,23%,62%,66%,to{opacity:1}20%,22%,63%,65%{opacity:.38}}@keyframes cardRechargeScan{0%{transform:translate(-120%)}to{transform:translate(230%)}}@keyframes cardRechargeScanWithin{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes cardRechargeGridDrift{0%{background-position:0 0,0 0,0 0}to{background-position:0 4px,38px 38px,0 0}}@keyframes cardRechargeGlowPulse{0%,to{opacity:.55;box-shadow:0 0 18px #9eeaff52}50%{opacity:1;box-shadow:0 0 34px #9eeaff9e}}@keyframes cardRechargeParticleFloat{0%{opacity:0;transform:translateY(80px)scale(.65)}12%,84%{opacity:.55}to{opacity:0;transform:translateY(-104vh)scale(1.5)}}@keyframes cardRechargeButtonSweep{0%{background-position:-100% 0}to{background-position:240% 0}}@keyframes cardRechargeButtonPulse{0%,to{opacity:.1;box-shadow:inset 0 0 #00f0ff00}50%{opacity:.42;box-shadow:inset 0 0 18px #00f0ff42}}.card-recharge-home-page{isolation:isolate;align-content:center;width:min(1012px,100vw - 40px);min-height:100svh;padding:16px 0 74px;display:grid}.card-recharge-home-page:before,.card-recharge-home-page:after{content:"";pointer-events:none;position:fixed;inset:0}.card-recharge-home-page:before{z-index:-3;background:radial-gradient(circle at 20% 22%,#8455ef33,#0000 26%),radial-gradient(circle at 82% 14%,#9eeaff1a,#0000 22%),radial-gradient(circle at 50% 92%,#4e31983d,#0000 30%),linear-gradient(#07070c 0%,#171121 48%,#08070d 100%)}.card-recharge-home-page:after{z-index:-2;opacity:.28;background:linear-gradient(#9eeaff0b 1px,#0000 1px) 0 0/38px 38px,linear-gradient(90deg,#ba9eff09 1px,#0000 1px) 0 0/38px 38px,linear-gradient(#0000,#0000 52%,#9eeaff0b 52%,#9eeaff0b) 0 0/100% 4px;animation:18s linear infinite cardRechargeGridDrift;-webkit-mask-image:linear-gradient(#0000,#000 12% 82%,#0000);mask-image:linear-gradient(#0000,#000 12% 82%,#0000)}.card-recharge-particles{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.card-recharge-particles span{background:#9eeaff52;border-radius:999px;width:4px;height:4px;animation:16s linear infinite cardRechargeParticleFloat;position:absolute;bottom:-36px;box-shadow:0 0 13px #9eeaff99}.card-recharge-particles span:first-child{left:10%}.card-recharge-particles span:nth-child(2){width:6px;height:6px;animation-duration:21s;animation-delay:-6s;left:28%}.card-recharge-particles span:nth-child(3){animation-duration:24s;animation-delay:-11s;left:48%}.card-recharge-particles span:nth-child(4){width:5px;height:5px;animation-duration:18s;animation-delay:-3s;left:64%}.card-recharge-particles span:nth-child(5){animation-duration:22s;animation-delay:-9s;left:78%}.card-recharge-particles span:nth-child(6){width:6px;height:6px;animation-duration:25s;animation-delay:-14s;left:90%}.card-recharge-home-page .gpt-source-language-selector{top:-50px;right:0}.card-recharge-home-hero{gap:9px;margin-bottom:20px;animation:.72s cubic-bezier(.16,1,.3,1) both cardRechargeFadeInUp}.card-recharge-home-kicker,.card-recharge-home-page .card-recharge-kicker{color:#9eeaff;font-family:var(--font-headline), sans-serif;letter-spacing:0;font-size:.72rem;font-weight:900}.card-recharge-home-page .card-recharge-kicker{align-items:center;gap:7px;width:fit-content;display:inline-flex}.card-recharge-home-page .card-recharge-kicker svg{fill:currentColor;filter:drop-shadow(0 0 8px #9eeaff8a);width:15px;height:15px}.card-recharge-home-page .gpt-source-hero h1{text-shadow:0 0 28px #8455ef5c,0 0 8px #ffffff24;font-size:clamp(1.86rem,3.3vw,3.58rem)}.card-recharge-home-page .gpt-source-hero p{color:#f9f5f8ad;width:min(616px,100%);font-size:1.06rem}.card-recharge-home-page .card-recharge-console{position:relative}.card-recharge-home-page .card-recharge-match-card{background:radial-gradient(circle at 48% -12%,#8455ef38,#0000 42%),radial-gradient(circle at 100% 0,#9eeaff14,#0000 34%),linear-gradient(#1c1725e0,#0c0a12f2);border:1px solid #9eeaff42;border-radius:16px;gap:20px;width:min(836px,100%);padding:clamp(24px,3.3vw,38px);transition:transform .42s,border-color .42s,box-shadow .42s;animation:.78s cubic-bezier(.16,1,.3,1) .1s both cardRechargeFadeInUp;position:relative;overflow:hidden;box-shadow:0 22px 62px #0000006b,0 0 38px #8455ef24,inset 0 1px #ffffff0f}.card-recharge-home-page .card-recharge-match-card:hover{border-color:#9eeaff70;transform:translateY(-2px);box-shadow:0 26px 68px #00000075,0 0 44px #8455ef2e,inset 0 1px #ffffff14}.card-recharge-home-page .card-recharge-match-card:before{content:"";pointer-events:none;opacity:.2;background:linear-gradient(#ffffff12 1px,#0000 1px) 0 0/100% 4px,linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/44px 44px;position:absolute;inset:0}.card-recharge-home-page .card-recharge-match-card:after{content:"";background:linear-gradient(90deg,#0000,#9eeaffdb,#0000);height:1px;animation:2.8s ease-in-out infinite cardRechargeGlowPulse;position:absolute;top:0;left:20%;right:20%}.card-recharge-terminal-bar{z-index:1;gap:7px;height:9px;animation:3s infinite alternate cardRechargeFlicker;display:flex;position:relative}.card-recharge-terminal-bar span{background:#f9f5f829;border-radius:999px;width:7px;height:7px}.card-recharge-terminal-bar span:last-child{background:#9eeaff;box-shadow:0 0 10px #9eeaffb8}.card-recharge-copy,.card-recharge-input-shell,.card-recharge-feature-strip,.card-recharge-home-page .card-recharge-detected,.card-recharge-home-page .gpt-source-error{z-index:1;position:relative}.card-recharge-home-page .card-recharge-copy{gap:10px;display:grid}.card-recharge-home-page .card-recharge-match-card h2{text-shadow:0 0 24px #8455ef4d;max-width:682px;min-height:1.18em;font-size:clamp(1.7rem,2.7vw,2.58rem)}.card-recharge-terminal-title:after{content:"█";color:#9eeaff;vertical-align:0;margin-left:6px;font-size:.82em;animation:1s step-end infinite cardRechargeBlink;display:inline-block}.card-recharge-home-page .card-recharge-match-card p{color:#f9f5f89e;max-width:616px;margin:0;font-size:1.03rem}.card-recharge-input-shell{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.card-recharge-home-page .card-recharge-input-row{min-width:0;position:relative}.card-recharge-home-page .card-recharge-input-box{isolation:isolate;contain:paint;clip-path:inset(0 round 8px);background:#12101a94;border:1px solid #00f0ffb8;border-radius:8px;align-items:stretch;height:59px;transition:border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 18px #00f0ff24,inset 0 0 10px #00f0ff0d}.card-recharge-home-page .card-recharge-input-box:before{content:"";z-index:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#00f0ff05 20%,#00f0ff1a 50%,#0000 100%);width:50%;height:auto;animation:3.8s linear infinite cardRechargeScanWithin;display:block;position:absolute;inset:8px auto -8px 0;transform:translate(-100%)}.card-recharge-home-page .card-recharge-input-scan{display:none}.card-recharge-home-page .card-recharge-key-icon{z-index:2;pointer-events:none;flex:0 0 68px;justify-content:center;align-items:center;width:68px;min-height:100%;display:flex;position:relative;transform:translateY(8px)}.card-recharge-home-page .card-recharge-key-icon svg{fill:#00dbe9;opacity:.74;filter:drop-shadow(0 0 9px #00f0ff61);width:36px;height:36px;display:block}.card-recharge-home-page .card-recharge-input-row span{color:#f9f5f8b3;font-size:.84rem}.card-recharge-home-page .card-recharge-input-row input{z-index:2;color:#f9f5f8;width:1%;min-width:0;height:100%;font-family:var(--font-headline), sans-serif;letter-spacing:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;padding:0 18px 0 0;font-size:1.08rem;font-weight:700;position:relative}.card-recharge-home-page .card-recharge-input-row input::placeholder{color:#938ea2e6}.card-recharge-home-page .card-recharge-input-row:focus-within .card-recharge-input-box{border-color:#00f0ffeb;box-shadow:0 0 22px #00f0ff2e,inset 0 0 12px #00f0ff12}.card-recharge-home-page .card-recharge-match-button{color:#00dbe9;background:#00f0ff1a;border:1px solid #00f0ffe0;border-radius:8px;min-width:145px;min-height:59px;transition:background .36s,color .36s,box-shadow .36s,transform .36s;position:relative;overflow:hidden;box-shadow:0 0 18px #00f0ff1f,inset 0 1px #ffffff1f}.card-recharge-home-page .card-recharge-match-button:after{content:"";pointer-events:none;position:absolute}.card-recharge-button-glow{z-index:0;opacity:.12;pointer-events:none;background:#00f0ff33;animation:3.8s ease-in-out infinite cardRechargeButtonPulse;display:block;position:absolute;inset:0}.card-recharge-home-page .card-recharge-match-button:after{z-index:0;opacity:0;background:radial-gradient(circle,#00f0ff2e,#0000 68%);border-radius:7px;transition:opacity .5s;inset:1px}.card-recharge-home-page .card-recharge-button-text,.card-recharge-home-page .card-recharge-match-button>svg{z-index:1;position:relative}.card-recharge-home-page .card-recharge-match-button>svg{fill:currentColor;width:18px;height:18px;transition:transform .36s}.card-recharge-home-page .card-recharge-match-button:disabled{opacity:.92}.card-recharge-home-page .card-recharge-match-button:not(:disabled):hover{color:#090712;background:#00f0ff;transform:translateY(-1px);box-shadow:0 0 20px #00f0ffb8,0 16px 34px #0000004d}.card-recharge-home-page .card-recharge-match-button:not(:disabled):hover>svg{transform:translate(3px)}.card-recharge-home-page .card-recharge-match-button:not(:disabled):hover:after{opacity:.82}.card-recharge-feature-strip{border-top:1px solid #ba9eff1f;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding-top:7px;display:grid}.card-recharge-feature-strip div{opacity:0;background:#ffffff09;border:1px solid #9eeaff1a;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;min-height:57px;padding:11px 13px;transition:transform .36s,border-color .36s,background .36s,box-shadow .36s;animation:.74s cubic-bezier(.16,1,.3,1) both cardRechargeFadeInUp;display:grid}.card-recharge-feature-strip div:first-child{animation-delay:.28s}.card-recharge-feature-strip div:nth-child(2){animation-delay:.4s}.card-recharge-feature-strip div:nth-child(3){animation-delay:.52s}.card-recharge-feature-strip div:hover{background:#ffffff0f;border-color:#9eeaff70;transform:translateY(-2px);box-shadow:0 10px 22px #0003}.card-recharge-feature-strip span{color:#9eeaff;filter:drop-shadow(0 0 9px #9eeaff38);background:0 0;border-radius:0;place-items:center;width:37px;height:37px;display:grid}.card-recharge-feature-strip span svg{fill:currentColor;width:26px;height:26px}.card-recharge-feature-strip strong{color:#f9f5f8d6;min-width:0;font-family:var(--font-headline), sans-serif;font-size:.95rem;font-weight:900}@media (prefers-reduced-motion:reduce){.card-recharge-home-page:after,.card-recharge-home-hero,.card-recharge-home-page .card-recharge-match-card,.card-recharge-home-page .card-recharge-match-card:after,.card-recharge-terminal-bar,.card-recharge-terminal-title:after,.card-recharge-home-page .card-recharge-input-scan,.card-recharge-button-glow,.card-recharge-home-page .card-recharge-match-button:after,.card-recharge-particles span,.card-recharge-feature-strip div{animation:none}}.card-recharge-platform-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;display:grid}.card-recharge-platform-grid>div{background:#ffffff0b;border:1px solid #ba9eff29;border-radius:16px;gap:7px;min-height:100px;padding:18px;display:grid}.card-recharge-platform-grid strong{color:var(--site-text);font-family:var(--font-headline), sans-serif;font-size:1.05rem;font-weight:950}.card-recharge-platform-grid span{color:var(--site-muted);font-size:.86rem;font-weight:720;line-height:1.5}.card-recharge-task-panel{margin-top:26px}.card-channel2-page{--channel2-bg:linear-gradient(180deg, #eefaf3 0%, #f7fffb 48%, #eef8f4 100%);--channel2-card:#ffffffc7;--channel2-card-strong:#ffffffeb;--channel2-text:#153427;--channel2-muted:#153427ad;--channel2-border:#14946529;--channel2-accent:#16855e;--channel2-accent-strong:#0f6d4b;background:var(--channel2-bg);width:100%;min-height:100vh;color:var(--channel2-text);padding:22px min(6vw,76px) 58px;position:relative}.card-channel2-claude{--channel2-bg:radial-gradient(circle at 84% 18%, #e565312e, transparent 34%), linear-gradient(180deg, #fff4ed 0%, #fff9f4 48%, #fff0e8 100%);--channel2-border:#cc61362e;--channel2-accent:#d36a3a;--channel2-accent-strong:#b94d22;--channel2-text:#3b2418;--channel2-muted:#3b2418ad}.card-channel2-grok{--channel2-bg:radial-gradient(circle at 65% 12%, #38bdf82e, transparent 34%), radial-gradient(circle at 20% 0%, #8455ef29, transparent 36%), linear-gradient(180deg, #06080c 0%, #090b12 56%, #030407 100%);--channel2-card:#12161ec2;--channel2-card-strong:#141821eb;--channel2-border:#50a4eb38;--channel2-accent:#45a7f2;--channel2-accent-strong:#2f84d8;--channel2-text:#f8fbff;--channel2-muted:#f8fbff9e}.card-channel2-page .gpt-source-language-selector{top:22px;right:min(6vw,76px)}.card-channel2-tabs{z-index:30;border:1px solid var(--channel2-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-radius:999px;gap:5px;width:fit-content;margin:0 auto 42px;padding:7px;display:flex;position:sticky;top:14px;box-shadow:0 18px 48px #22161224}.card-channel2-grok .card-channel2-tabs{background:#fffffff0}.card-channel2-tabs button{color:#53606f;cursor:pointer;min-height:40px;font:950 .92rem/1 var(--font-headline), sans-serif;letter-spacing:0;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;display:inline-flex}.card-channel2-tabs button.is-active{background:linear-gradient(135deg, var(--channel2-accent), var(--channel2-accent-strong));color:#fff;box-shadow:0 12px 28px color-mix(in srgb, var(--channel2-accent) 32%, transparent)}.card-channel2-tabs .material-symbols-outlined{font-size:1.1rem}.card-channel2-hero{border:1px solid var(--channel2-border);background:radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--channel2-accent) 16%, transparent), transparent 34%), var(--channel2-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:30px;gap:34px;width:min(1380px,100%);margin:0 auto 26px;padding:clamp(28px,4.2vw,62px);display:grid;box-shadow:0 28px 88px #2216121f}.card-channel2-hero h1{color:var(--channel2-text);font-family:var(--font-headline), sans-serif;margin:0;font-size:clamp(2.4rem,5.4vw,5rem);font-weight:950;line-height:1}.card-channel2-hero p{color:var(--channel2-muted);margin:20px 0 0;font-size:clamp(1rem,1.35vw,1.3rem);font-weight:850;line-height:1.65}.card-channel2-stock-pill{border:1px solid var(--channel2-border);background:var(--channel2-card-strong);width:fit-content;min-height:42px;color:var(--channel2-text);border-radius:999px;align-items:center;gap:8px;margin-top:24px;padding:0 18px;font-weight:950;display:inline-flex}.card-channel2-feature-grid{flex-wrap:wrap;gap:14px;display:flex}.card-channel2-feature{border:1px solid var(--channel2-border);background:var(--channel2-card-strong);border-radius:16px;grid-template-columns:48px minmax(58px,auto);align-items:center;gap:2px 12px;min-width:142px;min-height:78px;padding:14px 18px;display:grid}.card-channel2-feature .material-symbols-outlined{background:linear-gradient(135deg, var(--channel2-accent), var(--channel2-accent-strong));color:#fff;border-radius:12px;grid-row:span 2;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid}.card-channel2-feature strong{color:var(--channel2-text);font-family:var(--font-headline), sans-serif;font-size:1.24rem;font-weight:950;line-height:1}.card-channel2-feature small{color:var(--channel2-muted);font-size:.8rem;font-weight:850}.card-channel2-body{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:28px;width:min(1380px,100%);margin:0 auto;display:grid}.card-channel2-guide,.card-channel2-form-card{border:1px solid var(--channel2-border);background:var(--channel2-card-strong);border-radius:24px;box-shadow:0 22px 64px #2216121a}.card-channel2-guide{align-content:start;gap:16px;padding:28px;display:grid}.card-channel2-guide h2,.card-channel2-form-card h2{color:var(--channel2-text);font-family:var(--font-headline), sans-serif;margin:0;font-size:clamp(1.35rem,2vw,2rem);font-weight:950}.card-channel2-guide article{border:1px solid var(--channel2-border);background:color-mix(in srgb, var(--channel2-card-strong) 82%, transparent);border-radius:16px;gap:8px;padding:18px;display:grid}.card-channel2-guide h3{color:var(--channel2-text);margin:0;font-size:1rem;font-weight:950}.card-channel2-guide p,.card-channel2-help{color:var(--channel2-muted);margin:0;font-size:.92rem;font-weight:760;line-height:1.62}.card-channel2-link-row{flex-wrap:wrap;gap:10px;display:flex}.card-channel2-link-row a,.card-channel2-account-row button,.card-channel2-secondary{border:1px solid var(--channel2-border);background:var(--channel2-card);min-height:40px;color:var(--channel2-accent-strong);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:0 16px;font-weight:950;text-decoration:none;display:inline-flex}.card-channel2-form-card{gap:18px;padding:clamp(24px,3.6vw,44px);display:grid}.card-channel2-form-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.card-channel2-form-head span{border:1px solid var(--channel2-border);min-height:34px;color:var(--channel2-accent-strong);border-radius:999px;flex:none;align-items:center;padding:0 13px;font-size:.82rem;font-weight:950;display:inline-flex}.card-channel2-form-card label{color:var(--channel2-muted);gap:8px;font-size:.9rem;font-weight:950;display:grid}.card-channel2-form-card input,.card-channel2-form-card textarea{border:1px solid var(--channel2-border);background:color-mix(in srgb, var(--channel2-card-strong) 78%, #000 4%);width:100%;color:var(--channel2-text);font:inherit;border-radius:12px;outline:none;font-weight:850}.card-channel2-grok .card-channel2-form-card input,.card-channel2-grok .card-channel2-form-card textarea{background:#000000a8}.card-channel2-form-card input{height:52px;padding:0 16px}.card-channel2-form-card textarea{resize:vertical;min-height:128px;padding:16px}.card-channel2-account-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.card-channel2-force{align-items:center;gap:10px;display:flex!important}.card-channel2-force input{width:18px;height:18px;accent-color:var(--channel2-accent)}.card-channel2-actions{flex-wrap:wrap;gap:12px;display:flex}.card-channel2-submit{background:linear-gradient(135deg, var(--channel2-accent), var(--channel2-accent-strong));color:#fff;cursor:pointer;min-height:46px;box-shadow:0 16px 36px color-mix(in srgb, var(--channel2-accent) 24%, transparent);border:0;border-radius:12px;justify-content:center;align-items:center;padding:0 24px;font-weight:950;display:inline-flex}.card-channel2-submit:disabled,.card-channel2-secondary:disabled{cursor:not-allowed;opacity:.52}.card-channel2-ok{color:#16a36f;background:#22c55e1a;border:1px solid #22c55e52;border-radius:12px;margin:0;padding:12px 14px;font-weight:900}.card-channel2-page{--channel2-bg:radial-gradient(circle at 18% 8%, #9771ff29, transparent 34%), radial-gradient(circle at 86% 18%, #34d3991f, transparent 30%), linear-gradient(180deg, #f7f2ff 0%, #fbfffd 44%, #eefbf6 100%);--channel2-card:#ffffffd1;--channel2-card-strong:#fffffff5;--channel2-text:#21163e;--channel2-muted:#21163ea3;--channel2-border:#7f5ce62e;--channel2-accent:#7c4dff;--channel2-accent-strong:#5d2fe8;--channel2-good:#108b64;--channel2-warn:#f59e0b;--channel2-danger:#ef4444}.card-channel2-tabs{-webkit-backdrop-filter:none;backdrop-filter:none;margin-bottom:34px;box-shadow:0 10px 28px #2216121a}.card-channel2-tabs button.is-active{background:linear-gradient(135deg,#7c4dff,#9f7bff)}.card-channel2-hero{text-align:center;background:radial-gradient(circle at 50% 4%, #7c4dff1f, transparent 28%), var(--channel2-card);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:22px;display:block;box-shadow:0 14px 38px #22161214}.card-channel2-hero h1{max-width:980px;color:var(--channel2-text);margin:0 auto;font-size:clamp(2.35rem,4.7vw,4.8rem)}.card-channel2-hero p{max-width:880px;margin:18px auto 0}.card-channel2-auto-note{color:#21163eb8;background:#ffffffb8;border:1px solid #7c4dff33;border-radius:999px;justify-content:center;align-items:center;gap:10px;max-width:960px;margin-top:22px;padding:14px 18px;font-weight:900;line-height:1.45;display:inline-flex}.card-channel2-claude-badges{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.card-channel2-claude-badges span{color:#21163ec2;background:#ffffffc7;border:1px solid #7c4dff29;border-radius:999px;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-weight:950;display:inline-flex}.card-channel2-hero-stock{margin:22px auto 0}.card-channel2-feature-grid{justify-content:center;margin-top:28px}.card-channel2-feature{background:#ffffffd6;grid-template-columns:44px minmax(68px,auto);min-width:148px}.card-channel2-feature .material-symbols-outlined{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.card-channel2-body{grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr);align-items:start}.card-channel2-guide,.card-channel2-form-card{background:#ffffffeb;border-radius:20px;box-shadow:0 12px 32px #22161214}.card-channel2-guide h2,.card-channel2-form-card h2{font-size:clamp(2rem,3vw,3.25rem);line-height:1}.card-channel2-guide-step{border-color:#108b6424;border-left:5px solid var(--channel2-good);background:#ffffffbd;border-radius:14px;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:18px;min-height:118px;padding:24px 28px;position:relative}.card-channel2-guide-num{width:42px;height:42px;color:var(--channel2-good);background:#10b9811f;border:2px solid #108b643d;border-radius:50%;place-items:center;font-weight:950;display:grid}.card-channel2-guide-step a,.card-channel2-back-link{width:fit-content;min-height:44px;color:var(--channel2-good);background:#10b98124;border:1px solid #108b642e;border-radius:14px;justify-content:center;align-items:center;margin-top:16px;padding:0 22px;font-weight:950;text-decoration:none;display:inline-flex}.card-channel2-grok-session-example{background:#ffffffb8;border:1px solid #108b6429;border-radius:16px;gap:10px;margin:0;padding:14px;display:grid}.card-channel2-grok-session-example img{object-fit:contain;background:#fff;border-radius:12px;width:100%;height:auto;max-height:280px;display:block}.card-channel2-grok-session-example figcaption{color:var(--channel2-muted);font-size:.9rem;font-weight:800;line-height:1.5}.card-channel2-form-card>h2{margin-bottom:8px}.card-channel2-mode-tabs{background:#7c4dff1a;border:1px solid #7c4dff2e;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;display:grid}.card-channel2-mode-tabs button{color:#21163ea8;cursor:pointer;background:0 0;border:0;border-radius:14px;min-height:54px;font-weight:950}.card-channel2-claude-plans{background:#5b7cff14;border:1px solid #5b7cff47;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px;display:grid}.card-channel2-claude-plan{min-height:56px;color:var(--channel2-accent-strong);cursor:pointer;background:#ffffffc7;border:1px solid #0000;border-radius:14px;font-weight:950}.card-channel2-claude-plan.active{color:#4f7cff;background:#fffffff5;border-color:#5b7cff5c;box-shadow:0 8px 18px #5b7cff1f}.card-channel2-claude-plan:disabled{cursor:not-allowed;opacity:.72}.card-channel2-claude-plan span{border-radius:999px;margin-left:8px;padding:3px 9px;font-size:.78rem}.card-channel2-claude-plan span.ready{color:#16855e;background:#22c55e24}.card-channel2-claude-plan span.pending{color:#b94d22;background:#d36a3a24}.card-channel2-field-title{color:#21163eb8;align-items:center;gap:12px;font-size:1rem;font-weight:950;display:flex}.card-channel2-field-title span{color:#fff;background:linear-gradient(135deg,#6574ff,#8b5cf6);border-radius:50%;place-items:center;width:32px;height:32px;font-size:.92rem;display:grid}.card-channel2-field-title em,.card-channel2-stock-inline{min-height:28px;color:var(--channel2-good);background:#10b98124;border-radius:999px;align-items:center;padding:0 12px;font-style:normal;font-weight:950;display:inline-flex}.card-channel2-form-card input,.card-channel2-form-card textarea{color:var(--channel2-text);background:#ffffffdb;border-color:#7c4dff2e;border-radius:15px}.card-channel2-account-box,.card-channel2-benefits,.card-channel2-query-note{color:#884619;background:radial-gradient(circle at 90% 0,#7c4dff14,#0000 36%),#fffbebb8;border:1px solid #f59e0b52;border-radius:18px;gap:12px;padding:18px;font-weight:850;display:grid}.card-channel2-danger-hint{color:#fecaca;background:#ef444429;border:1px solid #f8717180;border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;max-width:720px;margin-top:10px;padding:14px 16px;font-weight:950;line-height:1.55;display:grid;position:relative;box-shadow:0 12px 28px #ef444429}.card-channel2-danger-hint .material-symbols-outlined{color:#fca5a5;font-size:1.28rem;line-height:1.4}.card-channel2-danger-hint strong{color:#fff1f2}.card-channel2-account-error{color:#fecaca;background:#ef444429;border:1px solid #f8717194;border-radius:16px;margin:2px 0 0;padding:14px 16px;font-size:.95rem;font-weight:950;line-height:1.5}.card-channel2-session-recognition{color:#99f6e4;background:#10b9811f;border:1px solid #10b98152;border-radius:16px;flex-wrap:wrap;align-items:center;gap:8px;margin:-2px 0 2px;padding:13px 16px;font-size:.95rem;font-weight:950;line-height:1.45;display:flex}.card-channel2-session-recognition em,.card-channel2-session-recognition code{color:#5eead4;background:#10b98129;border-radius:8px;padding:2px 8px;font-family:inherit;font-style:normal}.card-channel2-session-recognition strong{color:#d1fae5}.card-channel2-query-note span,.card-channel2-service-line{color:var(--channel2-muted);font-size:.9rem;font-weight:850}.card-channel2-submit{background:linear-gradient(135deg,#6d4aff,#8f6bff);border-radius:16px;min-height:56px;box-shadow:0 10px 22px #7c4dff2e}.card-channel2-secondary{border-radius:16px;min-height:56px}.card-channel2-grok .card-channel2-guide{order:2}.card-channel2-grok .card-channel2-form-card{order:1}.card-channel2-page{padding:18px min(5vw,56px) 46px}.card-channel2-tabs{margin-bottom:24px}.card-channel2-tabs button{min-height:38px;padding:0 16px;font-size:.88rem}.card-channel2-hero{width:min(1260px,100%);margin-bottom:22px;padding:clamp(28px,3.4vw,48px)}.card-channel2-hero p{margin-top:14px;font-size:clamp(.95rem,1.15vw,1.12rem)}.card-channel2-auto-note{margin-top:18px;padding:11px 16px;font-size:.9rem}.card-channel2-claude-badges{margin-top:18px}.card-channel2-claude-badges span{min-height:34px;font-size:.88rem}.card-channel2-hero-stock{margin-top:18px}.card-channel2-feature-grid{margin-top:24px}.card-channel2-feature{grid-template-columns:38px minmax(54px,auto);min-width:130px;min-height:68px;padding:12px 15px}.card-channel2-feature .material-symbols-outlined{border-radius:10px;width:36px;height:36px;font-size:1.08rem}.card-channel2-feature strong{font-size:1.08rem}.card-channel2-feature small{font-size:.76rem}.card-channel2-body{grid-template-columns:minmax(320px,.9fr) minmax(400px,1.1fr);gap:24px;width:min(1260px,100%)}.card-channel2-grok .card-channel2-body{grid-template-columns:minmax(400px,1.05fr) minmax(320px,.95fr)}.card-channel2-guide,.card-channel2-form-card{border-radius:18px}.card-channel2-guide{gap:14px;padding:clamp(22px,2.4vw,34px)}.card-channel2-guide h2,.card-channel2-form-card h2{font-size:clamp(1.55rem,2.25vw,2.3rem)}.card-channel2-guide-step{border-left-width:4px;grid-template-columns:38px minmax(0,1fr);gap:14px;min-height:86px;padding:16px 18px}.card-channel2-guide-num{width:34px;height:34px;font-size:.9rem}.card-channel2-guide-step h3{margin-bottom:8px;font-size:1rem}.card-channel2-guide-step p{font-size:.9rem}.card-channel2-guide-step a,.card-channel2-back-link{border-radius:10px;min-height:36px;margin-top:12px;padding:0 16px;font-size:.88rem}.card-channel2-form-card{gap:15px;padding:clamp(22px,2.5vw,34px)}.card-channel2-mode-tabs{border-radius:14px}.card-channel2-mode-tabs button{border-radius:11px;min-height:46px;font-size:.9rem}.card-channel2-field-title{gap:10px;font-size:.92rem}.card-channel2-field-title span{width:28px;height:28px;font-size:.84rem}.card-channel2-form-card input{height:50px}.card-channel2-form-card textarea{min-height:142px}.card-channel2-account-box,.card-channel2-benefits,.card-channel2-query-note{border-radius:14px;gap:10px;padding:14px;font-size:.9rem}.card-channel2-actions{gap:10px}.card-channel2-submit,.card-channel2-secondary{border-radius:12px;min-height:48px}.card-channel2-page{--channel2-bg:radial-gradient(circle at 50% 0%, #ba9eff33, transparent 32%), radial-gradient(circle at 12% 10%, #8455ef38, transparent 28%), radial-gradient(circle at 88% 18%, #ff6f9114, transparent 26%), linear-gradient(180deg, #0e0e10 0%, #17131f 48%, #09090c 100%);--channel2-card:#181421c7;--channel2-card-strong:#110f17eb;--channel2-text:#f9f5f8;--channel2-muted:#f9f5f8a3;--channel2-border:#ba9eff2e;--channel2-accent:#8b5cf6;--channel2-accent-strong:#ba9eff;--channel2-good:#7dd3fc;--channel2-warn:#f6b86b;--channel2-danger:#fb7185;background:var(--channel2-bg);width:auto;max-width:100%;overflow-x:hidden}.card-channel2-page .gpt-source-language-selector{top:18px}.card-channel2-tabs{background:#121019e0;border:1px solid #ba9eff2e;box-shadow:0 14px 32px #00000038}.card-channel2-page.card-channel2-chatgpt .card-channel2-tabs,.card-channel2-page.card-channel2-claude .card-channel2-tabs,.card-channel2-page.card-channel2-grok .card-channel2-tabs{background:#121019e0}.card-channel2-tabs button{color:#f9f5f8ad}.card-channel2-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#8455ef,#6f45d8);box-shadow:0 10px 22px #8455ef47}.card-channel2-hero,.card-channel2-guide,.card-channel2-form-card{border:1px solid var(--channel2-border);background:radial-gradient(circle at 50% -10%,#8455ef38,#0000 38%),linear-gradient(#1c1826e6,#0f0e14eb);box-shadow:0 18px 44px #0000003d}.card-channel2-hero{margin-bottom:24px}.card-channel2-hero h1,.card-channel2-guide h2,.card-channel2-form-card h2{color:var(--channel2-text);letter-spacing:0}.card-channel2-hero h1{font-size:clamp(2rem,4vw,3.9rem)}.card-channel2-hero p,.card-channel2-help,.card-channel2-guide-step p,.card-channel2-service-line{color:var(--channel2-muted)}.card-channel2-help a{color:var(--channel2-accent-strong);text-underline-offset:.2em;font-weight:900;text-decoration:underline;text-decoration-thickness:2px}.card-channel2-auto-note,.card-channel2-claude-badges span,.card-channel2-feature,.card-channel2-guide-step,.card-channel2-account-box,.card-channel2-benefits,.card-channel2-query-note{color:#f9f5f8d1;background:#ffffff0b;border-color:#ba9eff29;box-shadow:inset 0 1px #ffffff0a}.card-channel2-auto-note{border-radius:16px}.card-channel2-stock-pill,.card-channel2-field-title em,.card-channel2-stock-inline{color:var(--channel2-accent-strong);background:#8455ef24;border:1px solid #ba9eff2e}.card-channel2-stock-pill strong{color:#fff}.card-channel2-feature .material-symbols-outlined,.card-channel2-field-title span{color:#fff;box-shadow:none;background:linear-gradient(135deg,#8b5cf6,#6f45d8)}.card-channel2-feature strong{color:#fff}.card-channel2-feature small,.card-channel2-field-title,.card-channel2-form-card label{color:#f9f5f8a8}.card-channel2-guide-step{border-left-color:#7dd3fcc7}.card-channel2-guide-step.tone-blue{border-left-color:#60a5fad6}.card-channel2-guide-step.tone-orange{border-left-color:#f6b86bd6}.card-channel2-guide-step.tone-red{border-left-color:#fb7185d6}.card-channel2-guide-num{color:#e9ddff;background:#8455ef29;border-color:#ba9eff42}.card-channel2-guide-step h3{color:var(--channel2-text)}.card-channel2-guide-step a,.card-channel2-back-link,.card-channel2-account-row button{color:#e9ddff;background:#8455ef29;border-color:#ba9eff2e}.card-channel2-grok-session-example{background:#ffffff0b;border-color:#ba9eff2e}.card-channel2-grok-session-example figcaption{color:#f9f5f8b3}.card-channel2-mode-tabs{background:#08070b94;border-color:#ba9eff2e}.card-channel2-mode-tabs button{color:#f9f5f8a3}.card-channel2-mode-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#8455ef,#6f45d8);box-shadow:0 8px 18px #8455ef3d}.card-channel2-form-card input,.card-channel2-form-card textarea,.card-channel2-grok .card-channel2-form-card input,.card-channel2-grok .card-channel2-form-card textarea{color:#fff;background:#08070bb8;border-color:#ba9eff2e}.card-channel2-form-card input::placeholder,.card-channel2-form-card textarea::placeholder{color:#f9f5f857}.card-channel2-form-card input:focus,.card-channel2-form-card textarea:focus{border-color:#ba9eff85;box-shadow:0 0 0 3px #8455ef33}.card-channel2-benefits{color:#d8f5ff;background:#7dd3fc14;border-color:#7dd3fc33}.card-channel2-query-note{color:#f9f5f8bd;background:#8455ef14;border-color:#ba9eff2e}.card-channel2-query-note span{color:#f9f5f88f}.card-channel2-query-results{gap:14px;margin-top:4px;display:grid}.card-channel2-query-summary{color:#f9f5f8c7;background:#8455ef1f;border:1px solid #ba9eff2e;border-radius:14px;flex-wrap:wrap;gap:10px;padding:12px 14px;font-weight:850;display:flex}.card-channel2-query-summary strong{color:#fff}.card-channel2-query-list{gap:12px;display:grid}.card-channel2-query-result{background:#08070b94;border:1px solid #ba9eff29;border-left:4px solid #7dd3fcd6;border-radius:16px;gap:12px;padding:16px;display:grid}.card-channel2-query-result.is-used{border-left-color:#fb7185d6}.card-channel2-query-result header{border-bottom:1px dashed #ba9eff24;flex-wrap:wrap;align-items:center;gap:10px;padding-bottom:12px;display:flex}.card-channel2-query-result header strong{color:#fff;overflow-wrap:anywhere;min-width:min(100%,320px)}.card-channel2-query-result header span,.card-channel2-query-result header em{color:#d8f5ff;background:#7dd3fc29;border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-style:normal;font-weight:900;display:inline-flex}.card-channel2-query-result.is-used header span{color:#fecdd3;background:#fb718524}.card-channel2-query-result dl{gap:8px;margin:0;display:grid}.card-channel2-query-result dl div{grid-template-columns:120px minmax(0,1fr);gap:12px;display:grid}.card-channel2-query-result dt{color:#f9f5f88f;font-weight:850}.card-channel2-query-result dd{color:#f9f5f8db;overflow-wrap:anywhere;text-align:right;margin:0;font-weight:800}.card-channel2-invoice-panel{background:#7dd3fc14;border:1px solid #7dd3fc33;border-radius:14px;gap:12px;padding:14px;display:grid}.card-channel2-invoice-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-channel2-invoice-head div{gap:4px;min-width:0;display:grid}.card-channel2-invoice-head strong{color:#fff;font-weight:950}.card-channel2-invoice-head span{color:#f9f5f8b3;font-size:.9rem;font-weight:800}.card-channel2-invoice-head button,.card-channel2-invoice-downloads button{color:#d8f5ff;cursor:pointer;white-space:nowrap;background:#7dd3fc1f;border:1px solid #7dd3fc42;border-radius:12px;min-height:38px;font-weight:950}.card-channel2-invoice-head button{padding:0 14px}.card-channel2-invoice-head button:disabled{cursor:not-allowed;opacity:.58}.card-channel2-invoice-panel dl{gap:8px;margin:0;display:grid}.card-channel2-invoice-panel dl div{grid-template-columns:120px minmax(0,1fr);gap:12px;display:grid}.card-channel2-invoice-panel dt{color:#f9f5f88f;font-weight:850}.card-channel2-invoice-panel dd{color:#f9f5f8db;overflow-wrap:anywhere;text-align:right;margin:0;font-weight:850}.card-channel2-invoice-downloads{flex-wrap:wrap;gap:8px;display:flex}.card-channel2-invoice-downloads button{padding:0 12px}.card-channel2-force{color:#f9f5f8b3}.card-channel2-submit{color:#fff;background:linear-gradient(135deg,#8455ef,#6f45d8);box-shadow:0 12px 26px #8455ef42}.card-channel2-secondary{color:#e9ddff;background:#ffffff0d;border-color:#ba9eff38}.card-channel2-query-panel{background:radial-gradient(circle at 50% -20%,#8455ef2e,#0000 40%),#110f17e0;border:1px solid #ba9eff2e;border-radius:18px;gap:14px;width:min(1260px,100%);margin:24px auto 0;padding:22px;display:grid;box-shadow:0 18px 44px #0003}.card-channel2-query-panel-actions{grid-template-columns:minmax(220px,360px);justify-content:center;gap:14px;display:grid}.card-channel2-query-panel-actions.has-two{grid-template-columns:repeat(2,minmax(220px,320px))}.card-channel2-query-panel button,.card-channel2-dialog-primary,.card-channel2-dialog-secondary{cursor:pointer;border-radius:14px;min-height:52px;padding:0 22px;font-weight:950}.card-channel2-query-panel-primary,.card-channel2-dialog-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:0;box-shadow:0 12px 26px #3b82f63d}.card-channel2-query-panel-success{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:0;box-shadow:0 12px 26px #10b98138}.card-channel2-query-panel p{color:#f9f5f88f;text-align:center;margin:0;font-weight:850}.card-channel2-dialog-backdrop{z-index:80;background:#000000a3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.card-channel2-query-dialog{background:radial-gradient(circle at 50% -10%,#8455ef38,#0000 38%),linear-gradient(#1c1826fa,#0c0b11fa);border:1px solid #ba9eff38;border-radius:22px;gap:18px;width:min(920px,100%);max-height:min(88vh,920px);padding:clamp(22px,3vw,36px);display:grid;overflow:auto;box-shadow:0 28px 80px #0000007a}.card-channel2-query-dialog header{justify-content:space-between;align-items:center;gap:16px;display:flex}.card-channel2-query-dialog h2{color:#fff;font-family:var(--font-headline), sans-serif;margin:0;font-size:clamp(1.45rem,2.5vw,2.35rem)}.card-channel2-query-dialog header button{color:#f9f5f8bd;cursor:pointer;background:#ffffff0d;border:1px solid #ba9eff2e;border-radius:12px;place-items:center;width:38px;height:38px;font-size:1.5rem;display:grid}.card-channel2-dialog-tabs{background:#08070b94;border:1px solid #ba9eff2e;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:7px;display:grid}.card-channel2-dialog-tabs button{color:#f9f5f89e;cursor:pointer;background:0 0;border:0;border-radius:12px;min-height:46px;font-weight:950}.card-channel2-dialog-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#8455ef,#6f45d8)}.card-channel2-query-dialog textarea{color:#fff;width:100%;min-height:180px;font:inherit;resize:vertical;background:#08070bb8;border:1px solid #ba9eff2e;border-radius:16px;outline:none;padding:16px;font-weight:800}.card-channel2-query-dialog textarea::placeholder{color:#f9f5f857}.card-channel2-dialog-actions{flex-wrap:wrap;gap:12px;display:flex}.card-channel2-dialog-primary:disabled{cursor:not-allowed;opacity:.52}.card-channel2-dialog-secondary{color:#e9ddff;background:#ffffff0d;border:1px solid #ba9eff38}.card-channel2-account-result{background:#08070b94;border:1px solid #ba9eff29;border-left:4px solid #10b981cc;border-radius:16px;gap:12px;padding:16px;display:grid}.card-channel2-account-result header{border-bottom:1px dashed #ba9eff24;padding-bottom:12px}.card-channel2-account-result header strong{color:#fff}.card-channel2-account-result header span,.card-channel2-account-result p{color:#f9f5f8a3;margin:0;font-weight:850}.card-channel2-account-result dl{gap:8px;margin:0;display:grid}.card-channel2-account-result dl div{grid-template-columns:150px minmax(0,1fr);gap:12px;display:grid}.card-channel2-account-result dt{color:#f9f5f88f;font-weight:850}.card-channel2-account-result dd{color:#f9f5f8db;overflow-wrap:anywhere;text-align:right;margin:0;font-weight:800}@media (max-width:1100px){.gpt-source-page{width:min(100vw - 32px,820px);padding-top:76px}.gpt-source-batch-page{width:min(100vw - 28px,820px);padding:76px 0 40px}.gpt-source-language-selector{top:22px;right:0}.gpt-source-workspace,.gpt-source-status-card dl,.gpt-source-session-box,.gpt-source-status-card .gpt-manual-field-grid{grid-template-columns:1fr}.gpt-manual-title-row{flex-direction:column}.gpt-manual-queue-chip{align-self:flex-start}.gpt-manual-inline-control{grid-template-columns:1fr}.gpt-manual-inline-control .gpt-source-primary-button,.gpt-manual-submit-row .gpt-source-primary-button,.gpt-manual-refresh-card .gpt-source-primary-button{width:100%}.gpt-manual-result-top{flex-direction:column;align-items:flex-start}.gpt-manual-action-card,.gpt-manual-refresh-card{padding:22px}.gpt-manual-page{width:min(100vw - 28px,820px)}.gpt-source-action-card,.gpt-source-guide-card,.gpt-source-batch-card,.gpt-source-batch-result-shell{padding:22px}.gpt-source-batch-head,.gpt-source-batch-summary{display:grid}.gpt-source-batch-summary>div{justify-content:flex-start}.card-recharge-match-card{padding:22px}.card-recharge-home-page{width:min(100vw - 28px,760px);padding:64px 0 34px}.card-recharge-home-page .gpt-source-language-selector{right:0}.card-recharge-input-shell{grid-template-columns:1fr}.card-recharge-home-page .card-recharge-match-button{width:100%}.card-recharge-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-channel2-page{padding:76px 18px 42px}.card-channel2-page .gpt-source-language-selector{right:18px}.card-channel2-tabs{max-width:100%;margin-bottom:22px;overflow-x:auto}.card-channel2-hero,.card-channel2-body,.card-channel2-query-panel-actions,.card-channel2-query-panel-actions.has-two{grid-template-columns:1fr}}@media (max-width:640px){.card-recharge-home-page{width:min(100vw - 24px,480px);padding-top:66px;padding-bottom:28px}.card-recharge-home-page .gpt-source-hero h1{font-size:clamp(1.75rem,10vw,2.55rem)}.card-recharge-home-page .card-recharge-match-card{border-radius:14px;gap:16px;padding:18px}.card-recharge-home-page .card-recharge-match-card h2{font-size:clamp(1.35rem,7.2vw,1.95rem)}.card-recharge-home-page .card-recharge-input-box,.card-recharge-home-page .card-recharge-input-row input,.card-recharge-home-page .card-recharge-match-button{height:48px;min-height:48px}.card-recharge-home-page .card-recharge-key-icon{flex-basis:56px;width:56px}.card-recharge-home-page .card-recharge-key-icon svg{width:30px;height:30px}.card-recharge-home-page .card-recharge-input-row input{padding-left:0}.card-recharge-feature-strip,.card-recharge-platform-grid{grid-template-columns:1fr}.card-channel2-query-result dl div,.card-channel2-invoice-panel dl div{grid-template-columns:1fr;gap:4px}.card-channel2-query-result dd,.card-channel2-invoice-panel dd{text-align:left}.card-channel2-dialog-backdrop{padding:12px}.card-channel2-query-dialog{border-radius:18px;max-height:94vh;padding:18px}.card-channel2-dialog-tabs,.card-channel2-account-result dl div{grid-template-columns:1fr}.card-channel2-account-result dd{text-align:left}}.atelier-payment-card{background:radial-gradient(circle at 100% 0,#ba9eff1f,#0000 32%),#0e0e106b;border-radius:26px;margin-bottom:22px;padding:24px}.atelier-countdown-chip{color:#ba9eff;min-height:40px;font-family:var(--font-headline), sans-serif;letter-spacing:.12em;text-transform:uppercase;background:#8455ef1f;border:1px solid #ba9eff47;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.78rem;display:inline-flex}.atelier-countdown-chip-expired{color:#ffb2b9;background:#a701382e;border-color:#ff6e8440}.atelier-payment-tabs{flex-wrap:wrap;gap:10px;margin:20px 0 18px;display:flex}.atelier-payment-tab{color:#adaaad;min-height:42px;font-family:var(--font-headline), sans-serif;letter-spacing:.14em;text-transform:uppercase;background:#ffffff0a;border:1px solid #48474a73;border-radius:999px;padding:0 18px;font-size:.82rem;transition:border-color .18s,color .18s,background-color .18s}.atelier-payment-tab.is-active{color:#0e0e10;background:linear-gradient(135deg,#8455ef,#ba9eff);border-color:#0000}.atelier-qr-card{background:#19191cb8;border:1px solid #48474a5c;border-radius:24px;padding:20px}.atelier-qr-card .atelier-form-head h3{color:#f9f5f8;margin:0}html[data-theme=glass] .atelier-qr-card .atelier-form-head h3{color:#4a3fe2}.atelier-qr-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.atelier-amount-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.atelier-amount-card{color:#f9f5f8;text-align:left;background:#19191cb8;border:1px solid #48474a59;border-radius:24px;gap:8px;padding:18px;transition:transform .18s,border-color .18s,background-color .18s;display:grid}.atelier-amount-card:hover{background:#1f1f22eb;border-color:#ba9eff52;transform:translateY(-2px)}.atelier-amount-card span{color:#ba9eff;font-family:var(--font-headline), sans-serif;letter-spacing:.14em;text-transform:uppercase;font-size:.76rem}.atelier-amount-card strong{color:#f9f5f8;font-family:var(--font-headline), sans-serif;letter-spacing:-.02em;font-size:1.45rem}.atelier-qr-card-alipay{box-shadow:inset 0 0 0 1px #0084ff29}.atelier-qr-card-wechat{box-shadow:inset 0 0 0 1px #00d05329}.atelier-qr-card-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.atelier-qr-card-head h3{color:#f9f5f8;letter-spacing:-.02em;margin:0;font-size:1.38rem}.atelier-qr-link{margin-bottom:16px;display:block}.atelier-qr-image{background:#fff;border-radius:24px;width:min(100%,460px);margin:0 auto;display:block;box-shadow:0 18px 44px #00000047}.atelier-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atelier-order-detail-grid>.notice,.atelier-order-detail-grid>.full-span{grid-column:1/-1}.atelier-secret-box{color:#f9f5f8;background:#0e0e10b8;border:1px solid #ba9eff38;border-radius:18px;margin:18px 0 0;padding:16px}.atelier-wallet-list{gap:16px;margin-top:24px;display:grid}.atelier-wallet-item{color:#adaaad;background:#ffffff0a;border:1px solid #48474a59;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.atelier-wallet-item strong{color:#f9f5f8;font-size:1rem}.atelier-amount-positive{color:#34d399}.atelier-amount-negative{color:#ffb2b9}.atelier-ticket-mini-list{gap:12px;margin-top:24px;display:grid}.atelier-ticket-mini-list h2{color:#f9f5f8;margin:0;font-size:1.35rem}.atelier-ticket-mini-card{background:#ffffff0d;border:1px solid #48474a59;border-radius:18px;gap:6px;padding:14px;transition:border-color .18s,background-color .18s;display:grid}.atelier-ticket-mini-card:hover{background:#ffffff14;border-color:#ba9eff47}.atelier-ticket-mini-card span{color:#ba9eff;font-family:var(--font-headline), sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem}.atelier-ticket-mini-card strong{color:#f9f5f8}.atelier-ticket-mini-card small{width:fit-content}.lookup-result-panel{gap:14px;margin-bottom:20px;display:grid}.lookup-order-list{gap:10px;display:grid}.lookup-order-card{border:1px solid var(--site-border);background:var(--site-panel-soft);color:var(--site-text);border-radius:18px;gap:6px;padding:14px 16px;text-decoration:none;display:grid}.lookup-order-card:hover{border-color:var(--site-border-strong)}.lookup-order-card strong{color:var(--site-accent);overflow-wrap:anywhere}.lookup-order-card span{color:var(--site-text);font-weight:800;line-height:1.45}.lookup-order-card small{color:var(--site-muted);line-height:1.5}.lookup-order-status{vertical-align:baseline;border-radius:999px;align-items:center;width:fit-content;padding:2px 8px;font-weight:800;line-height:1.35;display:inline-flex}.lookup-order-status.is-pending,.lookup-order-status.is-paid{color:#f6b642;background:#f6b64224;border:1px solid #f6b6425c}.lookup-order-status.is-fulfilled{color:#4ade80;background:#4ade8024;border:1px solid #4ade805c}.lookup-order-status.is-refunded,.lookup-order-status.is-cancelled{color:#fb7185;background:#fb718524;border:1px solid #fb71855c}.lookup-order-status.is-after_sales{color:#60a5fa;background:#60a5fa24;border:1px solid #60a5fa5c}@media (max-width:980px){.hero-section,.detail-layout,.admin-layout,.recharge-layout,.product-grid,.timeline-grid,.support-layout,.profile-layout,.stats-grid,.order-grid,.form-grid{grid-template-columns:1fr}.header-inner,.section-head{flex-direction:column;align-items:flex-start}.admin-surface{border-radius:24px;padding:10px}.admin-sidebar-toggle-input:checked+.admin-layout,.admin-layout{gap:12px;grid-template-columns:minmax(0,1fr)!important}.admin-sidebar{-webkit-overflow-scrolling:touch;border-radius:22px;align-items:center;gap:8px;max-width:100%;display:flex;position:static;overflow:auto hidden;opacity:1!important;pointer-events:auto!important;padding:10px!important;transform:none!important}.admin-sidebar .brand-admin{flex:none}.admin-sidebar .brand-copy,.admin-side-meta,.admin-nav-label,.admin-menu-order-button span:not(.material-symbols-outlined),.admin-logout-label{display:none!important}.admin-sidebar .brand-mark{font-size:.9rem;border-radius:16px!important;width:48px!important;height:48px!important}.admin-nav{flex:1 0 auto;gap:8px;display:flex}.admin-menu-order-actions{flex:none;gap:8px;display:flex}.admin-menu-order-button{border-radius:16px;flex:none;width:48px;min-height:48px;padding:0}.admin-nav-sort-row,.admin-sidebar.is-sorting .admin-nav-sort-row{flex:none;gap:6px;display:flex}.admin-nav a,.admin-nav-sort-label,.admin-sidebar .ghost-button{border-radius:16px;flex:none;justify-content:center;min-width:48px;min-height:48px;font-size:1.15rem;font-weight:850;width:48px!important;padding:0!important}.admin-nav-move-actions{display:none}.admin-nav-short,.admin-logout-short{display:inline!important}.admin-sidebar form{flex:none}.admin-main{grid-area:auto/1;width:100%;min-width:0}.admin-sidebar-wall-toggle,.admin-sidebar-toggle-input{display:none}.atelier-header-inner,.atelier-orders-hero,.atelier-footer-inner,.atelier-order-card,.atelier-order-side{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.atelier-nav,.atelier-footer-meta{justify-content:flex-start}.atelier-floating-mascot{width:55px;height:55px;bottom:calc(env(safe-area-inset-bottom,0px) - 8px)}.atelier-stat-panel{grid-template-columns:1fr}.atelier-stat-divider{width:100%;height:1px}.atelier-order-meta{text-align:left}.atelier-home-hero,.atelier-catalog-grid,.atelier-process-grid,.atelier-dual-grid,.atelier-agent-choice-grid,.atelier-detail-layout,.atelier-form-layout,.atelier-auth-layout,.atelier-order-detail-grid,.admin-stats{grid-template-columns:1fr}.atelier-home-copy,.atelier-auth-copy{min-height:auto}.atelier-detail-side{position:static}}@media (max-width:720px){.container{width:min(calc(100% - 18px), var(--container))}.admin-payment-provider-row{grid-template-columns:42px minmax(0,1fr)}.admin-payment-provider-status,.admin-payment-provider-access,.admin-payment-provider-label,.admin-payment-provider-visibility,.admin-payment-provider-move{grid-column:2;width:fit-content}.admin-payment-provider-label,.admin-payment-provider-access,.admin-payment-provider-visibility{width:100%}.table,.table thead,.table tbody,.table tr,.table th,.table td{width:100%;display:block}.table thead{display:none}.table td{border-top:none;padding:10px 0}.table tr+tr{border-top:1px solid var(--line);margin-top:12px;padding-top:12px}.inline-form,.inline-actions,.admin-price-form,.admin-sales-controls,.admin-date-range-form,.top-nav,.button-row{width:100%}.admin-price-form{max-width:none}.inventory-filter-form,.inventory-batch-list,.inventory-import-dedupe-row,.inventory-batch-chip-main,.inventory-batch-chip{grid-template-columns:1fr}.inventory-batch-undo-form{justify-content:flex-start}.inventory-batches-panel summary{flex-direction:column;align-items:flex-start}.admin-price-form input[type=number],.inventory-head-tools,.inventory-filter-form{width:100%}.admin-sales-controls,.admin-date-range-form{align-items:stretch}.admin-date-field input{width:100%;min-width:0}.primary-button,.ghost-button{width:100%}.atelier-main{padding-top:22px}.atelier-header{padding:12px 0 0;position:static}.atelier-header-inner{display:none}.atelier-mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#19191ce0;border:1px solid #48474a59;border-radius:28px;display:block;box-shadow:0 0 40px #ba9eff14}.atelier-mobile-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px;list-style:none;display:flex}.atelier-mobile-summary::-webkit-details-marker{display:none}.atelier-mobile-toggle{color:#ba9eff;background:#ffffff0a;border:1px solid #ba9eff38;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.atelier-mobile-toggle .atelier-mobile-close{display:none}.atelier-mobile-menu[open] .atelier-mobile-toggle .atelier-mobile-close{display:inline-flex}.atelier-mobile-menu[open] .atelier-mobile-toggle .atelier-mobile-open{display:none}.atelier-mobile-panel{gap:12px;padding:0 18px 18px;display:grid}.atelier-mobile-nav,.atelier-mobile-actions{gap:10px;display:grid}.atelier-mobile-user{background:#ffffff08;border-radius:18px;align-items:center;gap:12px;padding:10px 14px;display:flex}.atelier-mobile-user-copy{gap:2px;min-width:0;display:grid}.atelier-mobile-user-copy strong{color:#f9f5f8;font-size:.92rem;line-height:1.3}.atelier-mobile-user-copy span{color:#8e8b91;text-transform:uppercase;letter-spacing:.12em;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.atelier-mobile-summary .atelier-brand{gap:12px;width:auto}.atelier-mobile-summary .atelier-brand-copy strong{font-size:.94rem}.atelier-mobile-summary .atelier-brand-copy small{display:none}.atelier-countdown-chip,.atelier-payment-tab{width:100%}.atelier-qr-grid,.atelier-amount-grid{grid-template-columns:1fr}.atelier-qr-card-head{flex-direction:column;align-items:flex-start}.atelier-brand,.atelier-header-actions,.atelier-inline-actions,.atelier-order-actions,.atelier-primary-action,.atelier-secondary-action,.atelier-payment-choice-button,.atelier-icon-action{width:100%}.atelier-nav,.atelier-header-actions,.atelier-order-actions{flex-wrap:wrap}.atelier-header-actions{gap:10px}.atelier-nav-link,.atelier-nav-button,.atelier-primary-action,.atelier-secondary-action,.atelier-payment-choice-button,.atelier-icon-action,.atelier-mobile-panel .atelier-nav-link,.atelier-mobile-panel .atelier-nav-button,.atelier-mobile-panel .atelier-primary-action,.atelier-mobile-panel .atelier-secondary-action{width:100%}.atelier-icon-button,.atelier-avatar{width:38px;height:38px}.atelier-orders-hero,.atelier-order-card,.atelier-empty-panel{padding:22px}.atelier-order-main{align-items:flex-start}.atelier-home-copy,.atelier-auth-copy,.atelier-panel-card,.atelier-form-card,.atelier-detail-main,.atelier-banner-card{border-radius:26px;padding:22px}.atelier-home-copy .site-rich-text{grid-template-columns:minmax(0,1fr)}.atelier-home-copy .site-rich-text-item.site-rich-text-telegram-button{width:100%}.atelier-home-stat-row,.atelier-platform-heading,.atelier-platform-item{gap:14px}.atelier-platform-item{grid-template-columns:46px minmax(0,1fr)}.atelier-home-stat-icon,.atelier-platform-item>.material-symbols-outlined{width:46px;height:46px}.atelier-section-head,.atelier-catalog-meta,.atelier-form-head,.atelier-detail-price-row{flex-direction:column;align-items:flex-start}.atelier-form-grid,.atelier-info-grid{grid-template-columns:1fr}.order-payment-page .atelier-form-head .atelier-price-chip{min-height:52px;padding:0 22px;font-size:.96rem}.order-payment-amount-hero,.order-payment-code-block{border-radius:20px}.order-payment-amount-hero strong{font-size:clamp(1.28rem,6.5vw,2rem)}.order-payment-page .atelier-order-code-heading{font-size:1rem!important}.register-email-row{grid-template-columns:1fr}.register-code-control{width:100%}.admin-ticket-form,.admin-ticket-message{min-width:0;max-width:none}}:root,html[data-theme=midnight]{--site-page-bg:radial-gradient(circle at top center, #ba9eff29, transparent 22%), radial-gradient(circle at 20% 20%, #8455ef24, transparent 18%), linear-gradient(180deg, #0e0e10 0%, #131315 48%, #0a0a0d 100%);--site-panel:#19191cb8;--site-panel-strong:#1f1f22e6;--site-panel-soft:#ffffff0d;--site-header-bg:#19191ccc;--site-input-bg:#0e0e10ad;--site-input-focus:#0e0e10e6;--site-media-bg:radial-gradient(circle at 30% 20%, #ba9eff3d, transparent 36%), linear-gradient(135deg, #19191c, #262528);--site-border:#76757759;--site-border-strong:#ba9eff3d;--site-text:#f9f5f8;--site-muted:#adaaad;--site-kicker:#ba9eff;--site-accent:#8455ef;--site-accent-2:#ba9eff;--site-hot:#ff6f91;--site-warm:#ffad5f;--site-stock:#34d399;--site-safe:#5eead4;--site-gold:#ffd36e;--site-shadow:0 24px 60px #0000003d;--site-display-font:var(--font-headline), "PingFang SC", sans-serif;--site-body-font:var(--font-body), "PingFang SC", "Microsoft YaHei", sans-serif;--site-mark-text:#0e0e10}html[data-theme=glass]{--site-page-bg:radial-gradient(circle at 15% 18%, #d8caff8c, transparent 28%), radial-gradient(circle at 85% 22%, #ff947238, transparent 24%), linear-gradient(180deg, #faf4ff 0%, #f8f1ff 55%, #efe4ff 100%);--site-panel:#ffffffb3;--site-panel-strong:#ffffffd1;--site-panel-soft:#ffffff75;--site-header-bg:#faf4ffa6;--site-input-bg:#ede4ff8f;--site-input-focus:#ffffffeb;--site-media-bg:radial-gradient(circle at 10% 20%, #d8caff99, transparent 28%), radial-gradient(circle at 90% 10%, #ff947238, transparent 22%), linear-gradient(180deg, #f5eeff, #ede4ff);--site-border:#b2a6d54d;--site-border-strong:#7b719c4d;--site-text:#32294f;--site-muted:#5f557f;--site-kicker:#4a3fe2;--site-accent:#4a3fe2;--site-accent-2:#9795ff;--site-hot:#e84375;--site-warm:#e58b2f;--site-stock:#0b9f6a;--site-safe:#008f9b;--site-gold:#c27a00;--site-shadow:0 20px 60px #32294f14;--site-display-font:var(--font-glass), "PingFang SC", sans-serif;--site-body-font:var(--font-glass), "PingFang SC", "Microsoft YaHei", sans-serif;--site-mark-text:#14007e}.page-shell{background:var(--site-page-bg)}html[data-theme=glass] body{background:radial-gradient(circle at 0 0,#d8caff5c,#0000 24%),radial-gradient(circle at 100% 0,#9795ff1f,#0000 22%),linear-gradient(#fff 0%,#fbf7ff 54%,#f4edff 100%)}.theme-toggle{border:1px solid var(--site-border);background:var(--site-panel-soft);width:40px;height:40px;color:var(--site-text);border-radius:999px;place-items:center;padding:0;transition:transform .18s,background-color .18s,border-color .18s,color .18s;display:grid}.theme-toggle:hover{background:var(--site-panel-strong);border-color:var(--site-border-strong);transform:translateY(-1px)}.theme-toggle-icon{width:22px;height:22px;display:block}.atelier-header-inner,.atelier-mobile-menu{border-color:var(--site-border);background:var(--site-header-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--site-shadow)}.atelier-brand-mark{background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));color:var(--site-mark-text)}.atelier-brand-copy strong,.atelier-nav-link-strong,.atelier-icon-button:hover,.atelier-mobile-user-copy strong,.atelier-form-head h2,.atelier-order-copy h3,.atelier-section-head h2,.atelier-ticket-mini-card strong{color:var(--site-text)}.atelier-brand-copy small,.atelier-nav-link,.atelier-nav-button,.atelier-footer-links a,.atelier-footer-social,.atelier-footer-copy,.atelier-orders-copy p,.atelier-panel-text,.atelier-form-card input::placeholder,.atelier-form-card textarea::placeholder,.atelier-mobile-user-copy span{color:var(--site-muted)}.atelier-nav-link:hover,.atelier-nav-button:hover,.atelier-footer-links a:hover,.atelier-footer-social:hover,.atelier-icon-button,.atelier-kicker,.atelier-order-no,.atelier-catalog-subtitle,.register-code-countdown{color:var(--site-kicker)}.atelier-nav-link:hover,.atelier-nav-button:hover,.atelier-icon-button:hover{background:var(--site-panel-soft)}.atelier-nav-link-strong,.atelier-primary-action,.atelier-price-chip,.atelier-payment-tab.is-active,.atelier-banner-badge,.atelier-pill-strong{background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));color:#fff}.atelier-secondary-action,.atelier-payment-choice-button,.atelier-icon-action,.atelier-icon-button{border-color:var(--site-border);background:var(--site-panel-soft);color:var(--site-text)}.atelier-payment-choice-button:hover{background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));color:#fff;border-color:#0000}.atelier-avatar{border-color:var(--site-border-strong);color:var(--site-text);background:linear-gradient(135deg,#8455ef38,#ba9eff1f)}.atelier-music-icon{width:30px;height:30px}.atelier-music-button{color:#fff;background:radial-gradient(circle at 35% 25%, #ff7eae38, transparent 34%) padding-box, linear-gradient(145deg, var(--site-panel-strong), var(--site-panel-soft)) padding-box, conic-gradient(from -90deg, #ff72a6 0deg, var(--site-accent-2) var(--music-progress,0deg), #5f557f33 var(--music-progress,0deg), #5f557f33 360deg) border-box;border:2px solid #0000}.atelier-footer-inner{border-top-color:var(--site-border)}.atelier-orders-hero,.atelier-empty-panel,.atelier-order-card,.atelier-stat-panel,.atelier-panel-card,.atelier-form-card,.atelier-payment-card,.atelier-qr-card,.atelier-wallet-item,.atelier-ticket-mini-card,.atelier-process-card,.atelier-faq-list details,.atelier-catalog-card{border-color:var(--site-border);background:var(--site-panel);box-shadow:var(--site-shadow);-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%)}.atelier-catalog-copy h3,.atelier-section-head h2,.atelier-panel-card h2,.atelier-orders-copy h1,.atelier-detail-main h1,.atelier-order-copy h3,.atelier-stat-panel strong,.atelier-info-grid strong,.atelier-amount-card strong,.atelier-catalog-meta strong,.atelier-detail-price-row strong,.atelier-qr-card-head h3{color:var(--site-text);font-family:var(--site-display-font)}.atelier-catalog-copy p,.atelier-catalog-subtitle,.atelier-section-head p,.atelier-detail-text,.atelier-orders-copy p,.atelier-order-copy p,.atelier-order-copy small,.atelier-empty-panel p,.atelier-info-grid span,.atelier-detail-checklist p,.atelier-amount-card span,.atelier-qr-card .atelier-panel-text,.atelier-wallet-item,.atelier-ticket-mini-card small,.atelier-ticket-mini-card span{color:var(--site-muted)}.atelier-brand-glow{background:linear-gradient(120deg, var(--site-accent) 0%, #ff8fb8 24%, var(--site-accent-2) 48%, #ffd59d 72%, var(--site-accent) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 16px #8455ef2e);background-size:220%;-webkit-background-clip:text;background-clip:text;animation:5.2s linear infinite atelier-shimmer;display:inline-block;position:relative;color:#0000!important}.atelier-brand-glow-reverse{animation-name:atelier-shimmer-reverse}@keyframes atelier-shimmer-reverse{0%{background-position:220%}to{background-position:0%}}.atelier-detail-checklist p{border-left-color:var(--site-border-strong)}.atelier-rich-text{white-space:pre-line}.site-rich-text{gap:8px;display:grid}.atelier-home-copy .site-rich-text{max-width:680px;color:var(--site-muted);grid-template-columns:repeat(2,max-content);column-gap:18px;margin:0}.atelier-home-copy .site-rich-text-item:not(.site-rich-text-telegram-button){grid-column:1/-1}.atelier-banner-card .site-rich-text{color:var(--site-muted);margin-top:14px}.atelier-section-head .site-rich-text{max-width:470px;color:var(--site-muted);margin:0}.atelier-faq-list .site-rich-text{color:var(--site-muted)}.site-rich-text-item{font-size:min(18px,9vw);font-weight:inherit;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;line-height:1.5}.atelier-home-copy .site-rich-text-item{align-items:center;gap:10px;display:flex}.atelier-home-copy .site-rich-text-item-tone-hot,.atelier-home-copy .site-rich-text-item-tone-safe,.atelier-home-copy .site-rich-text-item-tone-qq{font-family:var(--font-headline), sans-serif;font-weight:850}.atelier-home-copy .site-rich-text-item-tone-hot:before,.atelier-home-copy .site-rich-text-item-tone-safe:before,.atelier-home-copy .site-rich-text-item-tone-qq:before{content:"";font-feature-settings:"liga";-webkit-font-feature-settings:"liga";flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-family:Material Symbols Outlined;font-size:1.15rem;font-weight:500;line-height:1;display:inline-flex}.atelier-home-copy .site-rich-text-item-tone-hot:before{content:"featured_seasonal_and_gifts";color:#ff6f68}.atelier-home-copy .site-rich-text-item-tone-safe:before{content:"verified_user";color:#39e28a}.atelier-home-copy .site-rich-text-item-tone-qq:before{content:"chat_bubble";color:#a783ff}.site-rich-text-item a{color:inherit;text-underline-offset:4px;overflow-wrap:anywhere;font-weight:800;text-decoration:underline;text-decoration-thickness:2px}.site-rich-text-item.site-rich-text-telegram-button{color:#f9f5ff;width:fit-content;min-height:46px;font-family:var(--font-headline), sans-serif;background:linear-gradient(135deg,#8455ef4d,#ba9eff24),#ffffff0e;border:1px solid #ba9eff47;border-radius:999px;justify-content:center;justify-self:start;align-items:center;gap:8px;margin-top:4px;padding:0 22px;font-size:1rem;font-weight:850;line-height:1;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:inset 0 1px #ffffff14,0 18px 42px #2a1f4833}.site-rich-text-telegram-button .material-symbols-outlined{font-variation-settings:"FILL" 1, "wght" 600;font-size:1.12rem}.site-rich-text-contact-icon{flex:none;width:1.12rem;height:1.12rem}.site-rich-text-qq-icon{fill:#12b7f5;filter:drop-shadow(0 0 6px #12b7f559)}.site-rich-text-qq-icon text{fill:#fff;text-anchor:middle;font-family:Arial,sans-serif;font-size:7px;font-weight:900}.site-rich-text-item.site-rich-text-telegram-button:hover{border-color:#ba9eff9e;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1f,0 20px 48px #8455ef4d}.site-entry-popup{z-index:2147482000;place-items:center;padding:clamp(16px,4vw,36px);display:grid;position:fixed;inset:0}.site-entry-popup-backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 50% 16%,#8b5cf63d,#0000 34%),#050508b8;position:absolute;inset:0}.site-entry-popup-panel{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-origin:50% 42%;background:radial-gradient(circle at 50% 0,#8b5cf64d,#0000 36%),linear-gradient(145deg,#0f0f19d1,#12111ac7);border:1px solid #ba9eff57;border-radius:24px;justify-items:center;width:min(560px,100%);max-height:min(88vh,720px);padding:clamp(22px,3.2vw,32px) clamp(18px,3.4vw,28px);animation:.63s cubic-bezier(.18,1.15,.28,1) backwards site-entry-popup-entrance;display:grid;position:relative;overflow:hidden auto;box-shadow:0 0 40px #8b5cf633,0 30px 80px #0000007a,inset 0 0 20px #8b5cf61a}.site-entry-popup-panel:before{content:"";opacity:1;transform-origin:50%;background:linear-gradient(90deg,#0000,#22d3ee,#ec4899,#0000);height:2px;animation:.53s ease-out .32s backwards site-entry-popup-line-draw;position:absolute;inset:0 0 auto;transform:scaleX(1)}.site-entry-popup-panel:after{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#8b5cf64d,#0000 36%),linear-gradient(110deg,#0000 0% 38%,#ffffff14 48%,#0000 60% 100%);animation:5.8s ease-in-out infinite site-entry-popup-sheen;position:absolute;inset:0;transform:translate(-120%)}.site-entry-popup-panel>*{z-index:1;animation:.41s cubic-bezier(.18,1,.32,1) backwards site-entry-popup-content-rise;position:relative}.site-entry-popup-avatar-wrap{width:76px;height:76px;margin:0 auto 14px;animation-name:site-entry-popup-avatar-intro;animation-delay:.11s;position:relative}.site-entry-popup-avatar-wrap:before,.site-entry-popup-avatar-wrap:after{content:"";background:conic-gradient(#22d3ee,#8b5cf6,#ec4899,#22d3ee);border-radius:999px;animation:4s linear infinite site-entry-popup-spin;position:absolute;inset:-4px}.site-entry-popup-avatar-wrap:after{filter:blur(10px);z-index:-1}.site-entry-popup-avatar{z-index:1;object-fit:cover;background:#ffffff14;border:3px solid #111014;border-radius:999px;width:100%;height:100%;position:relative}.site-entry-popup-panel h2{color:#0000;background:linear-gradient(90deg,#fff 0%,#67e8f9 42%,#22d3ee 100%);text-align:center;text-shadow:0 0 22px #22d3ee57;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:clamp(1.72rem,3.5vw,2.18rem);font-weight:950;line-height:1.12;animation-delay:.2s}.site-entry-popup-panel h2:hover{animation:.3s cubic-bezier(.25,.46,.45,.94) infinite both site-entry-popup-glitch}.site-entry-popup-subtitle{color:#c9c2cf;letter-spacing:0;text-align:center;margin:0 0 18px;font-size:clamp(.95rem,1.55vw,1.04rem);font-weight:800;animation-delay:.27s}.site-entry-popup-module{background:linear-gradient(135deg,#0d222fc2,#201a31ad);border:1px solid #22d3ee2e;border-radius:12px;width:100%;min-width:0;margin-bottom:12px;padding:13px 15px 13px 18px;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;animation-delay:.35s;position:relative;overflow:hidden}.site-entry-popup-module:before{content:"";transform-origin:top;background:#22d3ee;width:4px;animation:.35s ease-out .55s backwards site-entry-popup-accent-grow;position:absolute;inset:0 auto 0 0;transform:scaleY(1);box-shadow:0 0 10px #22d3ee}.site-entry-popup-module:hover{background:linear-gradient(135deg,#0f3243db,#2a2042d1);border-color:#22d3ee7a;transform:translateY(-2px);box-shadow:0 10px 22px #00000052,0 0 18px #22d3ee1f}.site-entry-popup-warning{background:linear-gradient(135deg,#3f112db8,#201a31ad);border-color:#ec489938;animation-delay:.43s}.site-entry-popup-warning:hover{background:linear-gradient(135deg,#4e1437d1,#2a2042d1);border-color:#ec48996b;box-shadow:0 10px 22px #00000052,0 0 18px #ec489924}.site-entry-popup-warning:before{background:#ec4899;box-shadow:0 0 10px #ec4899}.site-entry-popup-info-item,.site-entry-popup-warning-row{color:#eee8f3;overflow-wrap:anywhere;align-items:flex-start;gap:11px;min-width:0;font-size:clamp(.9rem,1.35vw,.98rem);font-weight:800;line-height:1.5;display:flex}.site-entry-popup-info-item+.site-entry-popup-info-item,.site-entry-popup-warning-row+.site-entry-popup-warning-row{margin-top:10px}.site-entry-popup-info-icon,.site-entry-popup-warning-icon{flex:none;width:20px;height:20px;margin-top:2px}.site-entry-popup-info-icon{color:#22d3ee;filter:drop-shadow(0 0 5px #22d3eeb3)}.site-entry-popup-warning-icon{color:#ec4899;filter:drop-shadow(0 0 5px #ec4899b3)}.site-entry-popup-url{color:#22d3ee;text-shadow:0 0 10px #22d3ee8c;word-break:break-word;font-weight:950}.site-entry-popup-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;margin-top:12px;animation-delay:.53s;display:grid}.site-entry-popup-action{color:#e9ddff;background:0 0;border:1px solid #ba9eff80;border-radius:12px;justify-content:center;align-items:center;min-width:0;min-height:46px;padding:0 14px;font-size:clamp(.9rem,1.35vw,.98rem);font-weight:900;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s;animation:.32s cubic-bezier(.18,1.1,.3,1) backwards site-entry-popup-button-pop;display:inline-flex;overflow:hidden}.site-entry-popup-action:first-child{animation-delay:.6s}.site-entry-popup-action:nth-child(2){animation-delay:.67s}.site-entry-popup-action:nth-child(3){animation-delay:.74s}.site-entry-popup-action:nth-child(4){animation-delay:.8s}.site-entry-popup-action:nth-child(5){animation-delay:.86s}.site-entry-popup-action:nth-child(6){animation-delay:.92s}.site-entry-popup-action:hover{background:#8b5cf621;border-color:#ba9eff;transform:translateY(-2px);box-shadow:0 0 15px #8b5cf64d}.site-entry-popup-button-icon{flex:none;width:20px;height:20px;margin-right:8px}.site-entry-popup-twitter-icon{color:#9b6cff;filter:drop-shadow(0 0 7px #8b5cf6c7);background:radial-gradient(circle,#8b5cf63d,#8b5cf614 58%,#8b5cf600 72%),#08081252;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.site-entry-popup-twitter-icon svg{width:18px;height:18px;display:block}.site-entry-popup-qq-icon{fill:#12b7f5;filter:drop-shadow(0 0 6px #12b7f559)}.site-entry-popup-qq-icon text{fill:#fff;text-anchor:middle;font-family:Arial,sans-serif;font-size:7px;font-weight:900}.site-entry-popup-close{color:#fff;background:linear-gradient(135deg,#8b5cf6,#5c24ff);border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:50px;margin-top:14px;font-size:clamp(.98rem,1.45vw,1.08rem);font-weight:950;animation-delay:.83s;display:inline-flex;box-shadow:0 4px 15px #8b5cf666}.site-entry-popup-close:hover{background:linear-gradient(135deg,#9b70ff,#6f3bff);transform:translateY(-1px);box-shadow:0 8px 25px #8b5cf699}html[data-theme=glass] .site-entry-popup-backdrop{background:radial-gradient(circle at 50% 16%,#8b5cf633,#0000 34%),#f8f5ffa8}html[data-theme=glass] .site-entry-popup-panel{background:radial-gradient(circle at 50% 0,#8b5cf638,#0000 36%),linear-gradient(145deg,#ffffffdb,#f4ecffd1);border-color:#ba9eff7a;box-shadow:0 0 40px #8b5cf629,0 28px 70px #58379129,inset 0 0 22px #ba9eff24}html[data-theme=glass] .site-entry-popup-panel h2{background:linear-gradient(90deg,#1f2a44 0%,#22d3ee 46%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text}html[data-theme=glass] .site-entry-popup-avatar{border-color:#fff}html[data-theme=glass] .site-entry-popup-subtitle{color:#706783}html[data-theme=glass] .site-entry-popup-module{background:linear-gradient(135deg,#ecfeffd6,#f5f3ffb8);border-color:#22d3ee57;box-shadow:inset 0 1px #ffffffb8}html[data-theme=glass] .site-entry-popup-module:hover{background:linear-gradient(135deg,#cffafee6,#ede9fedb);border-color:#22d3ee94;box-shadow:0 10px 24px #0e749024}html[data-theme=glass] .site-entry-popup-warning{background:linear-gradient(135deg,#fdf2f8db,#faf5ffc7);border-color:#ec48994d}html[data-theme=glass] .site-entry-popup-warning:hover{background:linear-gradient(135deg,#fce7f3eb,#faf5ffdb);border-color:#ec489975;box-shadow:0 10px 24px #9d174d1f}html[data-theme=glass] .site-entry-popup-info-item{color:#4e4562}html[data-theme=glass] .site-entry-popup-warning-row{color:#7a275f}html[data-theme=glass] .site-entry-popup-url{color:#0891b2;text-shadow:0 0 8px #22d3ee42}html[data-theme=glass] .site-entry-popup-action{color:#49336d;background:#ffffff8f;border-color:#8b5cf657;box-shadow:0 8px 22px #58379114}@media (max-width:760px){.site-entry-popup-panel{width:min(520px,100%);max-height:90vh;padding:22px 16px}.site-entry-popup-avatar-wrap{width:74px;height:74px}.site-entry-popup-actions{grid-template-columns:1fr}}@keyframes site-entry-popup-spin{to{transform:rotate(360deg)}}@keyframes site-entry-popup-entrance{0%{opacity:0;filter:blur(6px);transform:scale(.9)translateY(20px)}58%{opacity:1;filter:blur();transform:scale(1.025)translateY(-4px)}to{opacity:1;filter:blur();transform:scale(1)translateY(0)}}@keyframes site-entry-popup-content-rise{0%{opacity:0;filter:blur(5px);transform:translateY(18px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes site-entry-popup-avatar-intro{0%{opacity:0;filter:blur(7px);transform:translateY(18px)scale(.66)rotate(-8deg)}68%{opacity:1;filter:blur();transform:translateY(-4px)scale(1.08)rotate(2deg)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)rotate(0)}}@keyframes site-entry-popup-button-pop{0%{opacity:0;transform:translateY(14px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes site-entry-popup-line-draw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes site-entry-popup-accent-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes site-entry-popup-glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}@keyframes site-entry-popup-sheen{0%,58%{transform:translate(-120%)}78%,to{transform:translate(120%)}}@media (prefers-reduced-motion:reduce){.site-entry-popup-panel,.site-entry-popup-panel>*,.site-entry-popup-panel:before,.site-entry-popup-module:before,.site-entry-popup-action{opacity:1;filter:none;animation:none;transform:none}}html[data-theme=glass] .site-rich-text-item.site-rich-text-telegram-button{color:#3b236f;background:linear-gradient(135deg,#fffffff0,#ffffffc7),#fffc;border-color:#8455ef33;box-shadow:inset 0 1px #ffffffe6,0 16px 38px #8455ef1f}html[data-theme=glass] .atelier-home-copy{background:radial-gradient(circle at 16% 12%,#d8caff6b,#0000 34%),radial-gradient(circle at 88% 84%,#b7a0ff2e,#0000 34%),linear-gradient(145deg,#ffffffc7,#ffffff8a);border-color:#b2a6d55c;box-shadow:0 22px 64px #5342891a}html[data-theme=glass] .atelier-home-copy-image{background-image:linear-gradient(90deg, #12101cd6, #12101c70), linear-gradient(180deg, #12101c47, #12101cad), var(--agent-hero-image-light,var(--agent-hero-image));background-position:50%;background-size:cover}html[data-theme=glass] .atelier-home-copy-overlay{background:linear-gradient(135deg,#0f0c1abd,#221a377a);border-color:#ffffff38}html[data-theme=glass] .atelier-home-copy-image-only{background-image:var(--agent-hero-image-light,var(--agent-hero-image));background-position:50%;background-size:cover}html[data-theme=glass] .atelier-home-copy:before{background:radial-gradient(circle,#8455ef24,#0000 68%)}html[data-theme=glass] .atelier-home-copy h1,html[data-theme=glass] .atelier-home-copy .atelier-home-title{color:#32294f;-webkit-text-fill-color:#32294f;text-shadow:none}html[data-theme=glass] .atelier-home-copy-image h1,html[data-theme=glass] .atelier-home-copy-image .atelier-home-title{color:#fff;-webkit-text-fill-color:#fff;text-shadow:0 12px 32px #0000005c}html[data-theme=glass] .atelier-home-copy p{color:#655a81}html[data-theme=glass] .atelier-home-copy-image p,html[data-theme=glass] .atelier-home-copy-image .site-rich-text-item{color:#ffffffd6}html[data-theme=glass] .atelier-home-copy .site-rich-text-item-tone-hot{color:#dc4b5e}html[data-theme=glass] .atelier-home-copy .site-rich-text-item-tone-safe{color:#07945d}html[data-theme=glass] .atelier-home-copy .site-rich-text-item-tone-qq{color:#7a5df0}html[data-theme=glass] .atelier-home-copy .site-rich-text-item.site-rich-text-telegram-button{color:#6f4ee8;background:linear-gradient(135deg,#fffffff5,#f8f4ffe0),#ffffffdb;border-color:#8455ef47;box-shadow:inset 0 1px #ffffffeb,0 14px 34px #8455ef29}html[data-theme=glass] .atelier-home-copy .atelier-secondary-action{color:#3d335d;background:#ffffffb8;border-color:#574c7b38}.atelier-home-copy .atelier-agent-home-action,html[data-theme=glass] .atelier-home-copy .atelier-agent-home-action{color:#1c1304;background:linear-gradient(135deg,#ffe66d 0%,#ffb703 48%,#ff8a1f 100%);border-color:#ffd966b8;box-shadow:0 16px 30px #ffb70333,0 0 0 4px #ffb7031a}.atelier-home-copy .atelier-agent-home-action:hover,html[data-theme=glass] .atelier-home-copy .atelier-agent-home-action:hover{color:#1c1304;background:linear-gradient(135deg,#fff176 0%,#ffc107 48%,#ff8a1f 100%);border-color:#ffd966e6;box-shadow:0 18px 34px #ffb70347,0 0 0 5px #ffb70324}.site-rich-text-inline{align-items:center;gap:28px;display:inline-flex}.site-rich-text-inline .site-rich-text-item{white-space:nowrap;display:inline}@media (max-width:720px){.atelier-home-copy .site-rich-text{grid-template-columns:minmax(0,1fr)}.atelier-home-copy .site-rich-text-item.site-rich-text-telegram-button{width:100%}}.atelier-rich-link{color:#a78bfa;text-underline-offset:4px;overflow-wrap:anywhere;font-weight:800;text-decoration:underline;text-decoration-thickness:2px}.atelier-rich-link:hover{color:#f0abfc}.atelier-info-grid div,.atelier-wallet-item,.atelier-ticket-mini-card,.atelier-secret-box,.atelier-amount-card,.atelier-qr-card,.atelier-payment-card,.atelier-info-grid div{border-color:var(--site-border);background:var(--site-panel-soft)}.atelier-secret-box{color:var(--site-text);background:var(--site-input-bg)}.atelier-delivery-card{background:radial-gradient(circle at top right, #d8555724, transparent 34%), var(--site-panel);border-color:#d8555757}.atelier-delivery-card .atelier-detail-head{justify-content:space-between;align-items:center}.atelier-delivery-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.atelier-delivery-note{color:#d85557;font-family:var(--site-display-font);flex-wrap:wrap;align-items:center;gap:14px;margin:24px 0 0;font-size:clamp(1.15rem,2vw,1.55rem);font-weight:900;line-height:1.25;display:inline-flex}.atelier-delivery-arrows{align-items:center;gap:5px;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1;display:inline-flex}.atelier-delivery-arrows span{color:#f59e0b;text-shadow:0 0 8px,0 0 18px #ffffffc7;animation:.96s ease-in-out infinite atelierDeliveryArrowGlow}.atelier-delivery-arrows span:nth-child(2){color:#a78bfa;animation-delay:.12s}.atelier-delivery-arrows span:nth-child(3){color:#22c55e;animation-delay:.24s}.atelier-delivery-arrows span:nth-child(4){color:#60a5fa;animation-delay:.36s}.atelier-delivery-arrows span:nth-child(5){color:#fb7185;animation-delay:.48s}@keyframes atelierDeliveryArrowGlow{0%,to{opacity:.56;filter:saturate(.85);transform:translateY(-2px)scale(.92)}45%{opacity:1;filter:saturate(1.4);transform:translateY(4px)scale(1.18)}}.atelier-secret-box-highlight{white-space:pre-wrap;word-break:break-word;background:#d8555714;border-color:#d8555752;font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:850;line-height:1.55;box-shadow:inset 0 0 0 1px #ffffff52}.atelier-form-card input,.atelier-form-card textarea,.atelier-form-card select{border-color:var(--site-border);background:var(--site-input-bg);color:var(--site-text)}.atelier-form-card input:focus,.atelier-form-card textarea:focus,.atelier-form-card select:focus{border-color:var(--site-border-strong);background:var(--site-input-focus);box-shadow:0 0 0 3px #4a3fe21f}.atelier-mobile-toggle{border-color:var(--site-border-strong);background:var(--site-panel-soft);color:var(--site-kicker)}.glass-page{gap:28px;padding-bottom:36px;display:grid;position:relative}.glass-breadcrumb{min-width:0;color:var(--site-muted);font-family:var(--site-display-font);align-items:center;gap:10px;font-size:.86rem;display:flex}.glass-breadcrumb a{color:var(--site-kicker);text-decoration:none}.glass-breadcrumb span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.glass-grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:start;gap:24px;display:grid}.glass-product-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.glass-product-grid>.glass-product-visual-card,.glass-product-grid>.glass-product-detail-card,.glass-checkout-grid>.glass-product-visual-card,.glass-checkout-grid>.glass-product-detail-card{grid-column:1}.glass-product-grid>.glass-side-card,.glass-checkout-grid>.glass-side-card{grid-area:1/2/span 2}.glass-recharge-grid{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr)}.glass-form-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.glass-stack{gap:24px;display:grid}.glass-card{border:1px solid var(--site-border);background:var(--site-panel);box-shadow:var(--site-shadow);-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);border-radius:32px;position:relative;overflow:hidden}.bb-order-flow{background:radial-gradient(circle at 86% 8%,#ff81cf2e,#0000 24%),radial-gradient(circle at 10% 18%,#8455ef2e,#0000 30%),linear-gradient(145deg,#0b0c16f5,#110f1cfa);border:1px solid #9776ff47;border-radius:32px;gap:24px;padding:clamp(22px,3vw,42px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000057,inset 0 1px #ffffff14}.bb-order-flow:before{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:1px;box-shadow:inset 0 0 0 1px #ffffff0a}.bb-order-flow__header,.bb-order-flow__summary,.bb-order-flow__steps,.bb-order-flow__actions,.bb-order-flow__hint,.bb-order-flow__extra{z-index:1;position:relative}.bb-order-flow__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.bb-order-flow__eyebrow{color:#b990ff;font-family:var(--site-display-font);margin:0 0 8px;font-size:.95rem;font-weight:850}.bb-order-flow__title{color:#fff;font-family:var(--site-display-font);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,4.1rem);font-weight:950;line-height:1}.bb-order-flow__price{color:#111018;min-width:174px;min-height:74px;font-family:var(--site-display-font);white-space:nowrap;background:linear-gradient(135deg,#ffd36b 0%,#ff76bc 52%,#a977ff 100%);border-radius:999px;flex:none;justify-content:center;align-items:center;margin-top:clamp(22px,2.4vw,34px);padding:0 34px;font-size:clamp(1.4rem,2.35vw,2.15rem);font-weight:950;line-height:1;display:inline-flex;box-shadow:0 18px 44px #ff75be3d,0 0 32px #a977ff29}.bb-order-flow__summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.bb-order-flow__stock-card,.bb-order-flow__payment-card,.bb-order-flow__step{background:radial-gradient(circle at 12% 18%,#9776ff1f,#0000 36%),#ffffff09;border:1px solid #9776ff2e;box-shadow:inset 0 1px #ffffff0f}.bb-order-flow__stock-card{border-radius:24px;grid-template-columns:minmax(0,.82fr) 1px minmax(0,1.18fr);align-items:center;column-gap:18px;min-height:138px;padding:22px;display:grid}.bb-order-flow__metric{gap:12px;min-width:0;display:grid}.bb-order-flow__metric--stock .bb-order-flow__metric-label{color:#6dffd2}.bb-order-flow__metric-label,.bb-order-flow__payment-label{color:#ffffff8f;font-size:.92rem;font-weight:850;line-height:1.2}.bb-order-flow__metric-label--sold{color:#ff72b6}.bb-order-flow__metric--sold{background:radial-gradient(circle at 100% 42%,#ff5c9824,#0000 46%),linear-gradient(135deg,#ff5c981c,#ffae580e);border:1px solid #ff5c986b;border-radius:18px;justify-content:center;align-self:stretch;padding:14px 16px;position:relative;overflow:hidden;box-shadow:0 0 26px #ff5c981f,inset 0 1px #ffffff14}.bb-order-flow__metric--sold:after{content:"";opacity:.2;background-image:radial-gradient(#ff84bfd1 1.2px,#0000 1.2px);background-size:10px 10px;width:62px;height:56px;position:absolute;top:12px;right:10px;-webkit-mask-image:linear-gradient(270deg,#000,#0000);mask-image:linear-gradient(270deg,#000,#0000)}.bb-order-flow__stock-value,.bb-order-flow__sold-value{font-family:var(--site-display-font);letter-spacing:0;font-size:clamp(2.4rem,5vw,4.5rem);font-weight:950;line-height:.92}.bb-order-flow__stock-value{color:#0000;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 14px #2de69633);background:linear-gradient(135deg,#9fffe1,#28e690 72%);-webkit-background-clip:text;background-clip:text}.bb-order-flow__stock-value[data-single-digit=true]{transform:translate(.28em)}.bb-order-flow__sold-value{z-index:1;color:#0000;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 18px #ff60ad3d);background:linear-gradient(135deg,#ff5fac 0%,#ff7ebc 46%,#ffb15c 100%);-webkit-background-clip:text;background-clip:text;position:relative}.bb-order-flow__divider{background:linear-gradient(#0000,#ffffff40,#0000);border-radius:999px;place-self:center;width:1px;height:88px;min-height:0;transform:none}.bb-order-flow__divider:before{content:none}.bb-order-flow__payment-card{border-radius:24px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:138px;padding:22px;display:grid}.bb-order-flow__payment-title{color:#fff;font-family:var(--site-display-font);margin-top:16px;font-size:clamp(1.45rem,2.8vw,2.35rem);font-weight:950;line-height:1.12;display:block}.bb-top-payment-icons{flex-shrink:0;align-items:center;gap:16px;display:flex;position:relative}.bb-top-payment-icons:before{content:none}.bb-top-payment-icons__scan,.bb-top-payment-icons__usdt{font-family:var(--site-display-font);justify-content:center;align-items:center;font-weight:950;line-height:1;display:inline-flex;position:relative}.bb-top-payment-icons__scan{z-index:1;color:#cfe0ff;background:radial-gradient(circle,#5b8cff2e,#0000 66%),#4b67ff14;border-radius:18px;width:58px;height:58px;font-size:2rem;box-shadow:inset 0 1px #ffffff1a}.bb-top-payment-icons__scan:after{content:none}.bb-top-payment-icons__alipay{z-index:2;position:relative}.bb-top-payment-icons__corner{opacity:.95;border-color:#8eb0ff;width:15px;height:15px;position:absolute}.bb-top-payment-icons__corner--tl{border-top:3px solid;border-left:3px solid;border-radius:8px 0 0;top:-3px;left:-3px}.bb-top-payment-icons__corner--tr{border-top:3px solid;border-right:3px solid;border-radius:0 8px 0 0;top:-3px;right:-3px}.bb-top-payment-icons__corner--bl{border-bottom:3px solid;border-left:3px solid;border-radius:0 0 0 8px;bottom:-3px;left:-3px}.bb-top-payment-icons__corner--br{border-bottom:3px solid;border-right:3px solid;border-radius:0 0 8px;bottom:-3px;right:-3px}.bb-top-payment-icons__usdt{z-index:1;color:#d8fff4;background:radial-gradient(circle at 50% 38%,#4df0ba2e,#0000 62%),#4df0ba14;border:1px solid #4df0baa8;border-radius:999px;width:58px;height:58px;font-size:2rem;box-shadow:inset 0 1px #ffffff1f}.bb-top-payment-icons__usdt:before{content:none}.bb-top-payment-icons__usdt:after{content:"";border-radius:inherit;border:1px dashed #78ffd670;border-color:#78ffd670 #78ffd670 #0000 #0000;position:absolute;inset:-6px;transform:rotate(-18deg)}.bb-order-flow__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.bb-order-flow__step{border-radius:24px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;min-height:136px;padding:20px;display:grid}.bb-step-icon-shell{color:#f5e9ff;background:radial-gradient(circle,#b17aff29,#0000 62%),#3c186633;border:1px solid #b17aff66;border-radius:999px;justify-content:center;align-items:center;width:84px;height:84px;display:inline-flex;position:relative;box-shadow:inset 0 0 0 6px #9754ff14}.bb-step-icon-shell:before{content:"";border-radius:inherit;border:1px solid #c8a8ff2e;position:absolute;inset:8px}.bb-step-icon-shell svg{z-index:1;color:currentColor;width:46px;height:46px;position:relative}.bb-step-icon-shell--payment{color:#78ffd6;background:radial-gradient(circle at 50% 42%,#4df0ba24,#7c52ff14 58%,#0000),#4df0ba0f;border-color:#4df0ba6b;box-shadow:inset 0 0 0 6px #4df0ba0f,inset 0 1px #ffffff14}.bb-order-flow__step-content{gap:6px;min-width:0;display:grid}.bb-order-flow__step-index{color:#a978ff;font-family:var(--site-display-font);font-size:1.05rem;font-weight:950;line-height:1}.bb-order-flow__step-title{color:#fff;font-family:var(--site-display-font);margin:0;font-size:clamp(1.05rem,1.7vw,1.45rem);font-weight:950;line-height:1.2}.bb-order-flow__step-desc{color:#ffffff9e;margin:0;font-size:.92rem;line-height:1.55}.bb-order-flow__actions{flex-wrap:wrap;gap:14px;display:flex}.bb-order-flow__btn{min-width:176px;min-height:58px;font-family:var(--site-display-font);isolation:isolate;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:1.02rem;font-weight:950;line-height:1;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden}.bb-order-flow__btn-icon{z-index:1;color:currentColor;flex:none;width:1.48rem;height:1.48rem;position:relative}.bb-order-flow__btn:after{z-index:-1;content:"";pointer-events:none;opacity:0;background:linear-gradient(105deg,#0000 0%,#ffffff14 28%,#ffffffb8 50%,#ffffff14 72%,#0000 100%);width:54%;position:absolute;inset:-45% auto -45% -80%;transform:skew(-18deg)translate(0)}.bb-order-flow__btn--primary:hover:after{animation:.76s beibei-button-shine}.bb-order-flow__btn--primary{color:#fff;background:linear-gradient(135deg,#7b35ef,#b368ff);border:1px solid #c392ff8f;box-shadow:0 18px 38px #8149ff52,0 0 24px #b968ff33}.bb-order-flow__btn--secondary{color:#f8f5ff;background:#ffffff0b;border:1px solid #ffffff2e}.bb-order-flow__btn:hover{transform:translateY(-1px)}.bb-order-flow__btn--disabled{opacity:.52;pointer-events:none}.bb-order-flow__hint{color:#ffffff70;margin:6px 0 0;font-size:.88rem;font-weight:600;line-height:1.55}.glass-side-card .bb-order-flow{gap:14px;min-height:100%;padding:22px}.glass-side-card .bb-order-flow__header{align-items:flex-start}.glass-side-card .bb-order-flow__title{font-size:clamp(1.78rem,2.5vw,2.38rem)}.glass-side-card .bb-order-flow__price{min-width:124px;min-height:50px;margin-top:14px;padding:0 20px;font-size:1.16rem}.glass-side-card .bb-order-flow__summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.glass-side-card .bb-order-flow__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.glass-side-card .bb-order-flow__stock-card{border-radius:20px;grid-template-columns:minmax(0,.82fr) 1px minmax(0,1.18fr);column-gap:12px;min-height:108px;padding:15px 16px}.glass-side-card .bb-order-flow__stock-card .bb-order-flow__metric:first-child{text-align:left;justify-items:start;padding-right:0}.glass-side-card .bb-order-flow__stock-card .bb-order-flow__metric:last-child{text-align:left;justify-items:start;padding-left:0}.glass-side-card .bb-order-flow__payment-card{border-radius:20px;grid-template-columns:minmax(0,1fr) auto;min-height:108px;padding:15px 16px}.glass-side-card .bb-order-flow__metric{gap:8px}.glass-side-card .bb-order-flow__metric--sold{border-radius:16px;min-height:76px;padding:10px 12px}.glass-side-card .bb-order-flow__metric--sold:after{background-size:8px 8px;width:44px;height:42px;top:8px;right:8px}.glass-side-card .bb-order-flow__metric-label,.glass-side-card .bb-order-flow__payment-label{font-size:.76rem}.glass-side-card .bb-order-flow__stock-value,.glass-side-card .bb-order-flow__sold-value{font-size:clamp(1.95rem,3.65vw,2.55rem)}.glass-side-card .bb-order-flow__divider{width:1px;height:70px;min-height:0}.glass-side-card .bb-order-flow__divider:before{content:none}.glass-side-card .bb-order-flow__payment-title{margin-top:9px;font-size:clamp(1.12rem,1.95vw,1.42rem)}.glass-side-card .bb-top-payment-icons{gap:11px}.glass-side-card .bb-top-payment-icons:before{content:none}.glass-side-card .bb-top-payment-icons__scan,.glass-side-card .bb-top-payment-icons__usdt{width:46px;height:46px;font-size:1.5rem}.glass-side-card .bb-top-payment-icons__scan:after{content:none}.glass-side-card .bb-top-payment-icons__scan{border-radius:14px}.glass-side-card .bb-order-flow__step{border-radius:18px;grid-template-columns:76px minmax(0,1fr);gap:10px;min-height:126px;padding:15px 14px}.glass-side-card .bb-step-icon-shell{width:68px;height:68px}.glass-side-card .bb-step-icon-shell:before{inset:7px}.glass-side-card .bb-step-icon-shell svg{width:39px;height:39px}.glass-side-card .bb-order-flow__step-index{font-size:1rem;line-height:1}.glass-side-card .bb-order-flow__step-title{font-size:1.22rem;line-height:1.24}.glass-side-card .bb-order-flow__step-desc{font-size:1rem;line-height:1.46}.glass-side-card .bb-order-flow__btn{min-width:0;min-height:46px;padding:0 18px;font-size:.86rem}.glass-side-card .bb-order-flow__btn-icon{width:1.22rem;height:1.22rem}.glass-side-card .bb-order-flow__actions{gap:12px}.glass-side-card .bb-order-flow__hint{margin-top:4px;font-size:.78rem;line-height:1.5}html[data-theme=glass] .bb-order-flow{background:radial-gradient(circle at 86% 8%,#ff81cf29,#0000 24%),radial-gradient(circle at 10% 18%,#8455ef24,#0000 30%),linear-gradient(145deg,#ffffffeb,#f6f1fff5);border-color:#624e973d;box-shadow:0 22px 52px #5e45bc29,inset 0 1px #ffffffd1}html[data-theme=glass] .bb-order-flow__title,html[data-theme=glass] .bb-order-flow__payment-title,html[data-theme=glass] .bb-order-flow__step-title{color:#2f255f}html[data-theme=glass] .bb-order-flow__eyebrow,html[data-theme=glass] .bb-order-flow__step-index{color:#7c4dff}html[data-theme=glass] .bb-order-flow__stock-card,html[data-theme=glass] .bb-order-flow__payment-card,html[data-theme=glass] .bb-order-flow__step{background:radial-gradient(circle at 12% 18%,#9776ff21,#0000 36%),#ffffffb8;border-color:#624e972e;box-shadow:inset 0 1px #ffffffe0,0 12px 28px #53437d14}html[data-theme=glass] .bb-order-flow__metric-label,html[data-theme=glass] .bb-order-flow__payment-label,html[data-theme=glass] .bb-order-flow__step-desc,html[data-theme=glass] .bb-order-flow__hint{color:#3f365aad}html[data-theme=glass] .bb-order-flow__metric--stock .bb-order-flow__metric-label{color:#07996f}html[data-theme=glass] .bb-order-flow__metric-label--sold{color:#c12f86}html[data-theme=glass] .bb-order-flow__payment-label{color:#2f255fb8}html[data-theme=glass] .bb-order-flow__stock-value{-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #04b97729);background:linear-gradient(135deg,#55efbc 0%,#04b977 80%);-webkit-background-clip:text;background-clip:text}html[data-theme=glass] .bb-order-flow__sold-value{-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px #c12f8624);background:linear-gradient(135deg,#f14ba1 0%,#ff6fae 45%,#f07c55 100%);-webkit-background-clip:text;background-clip:text}html[data-theme=glass] .bb-order-flow__divider{background:linear-gradient(#0000,#4b3e784d,#0000)}html[data-theme=glass] .bb-order-flow__metric--sold{background:radial-gradient(circle at 100% 42%,#d84fa81f,#0000 46%),linear-gradient(135deg,#d84fa81f,#e58b2f0f);border-color:#d84fa847;box-shadow:0 0 24px #d84fa81a,inset 0 1px #ffffffc2}html[data-theme=glass] .bb-top-payment-icons__scan{color:#4664c7;background:radial-gradient(circle,#4664c738,#0000 66%),#4664c71a;box-shadow:inset 0 1px #ffffffbf}html[data-theme=glass] .bb-top-payment-icons__corner{opacity:1;border-color:#7899df}html[data-theme=glass] .bb-top-payment-icons__usdt{color:#078a6a;background:radial-gradient(circle at 50% 38%,#078a6a33,#0000 62%),#078a6a14;border-color:#078a6a80;box-shadow:inset 0 1px #ffffffb8}html[data-theme=glass] .bb-top-payment-icons__usdt:after{border-color:#078a6a6b #078a6a6b #0000 #0000}html[data-theme=glass] .bb-step-icon-shell{color:#7442e8;background:radial-gradient(circle,#7442e833,#0000 62%),#7442e814;border-color:#7442e861;box-shadow:inset 0 0 0 6px #7442e814,0 8px 18px #7442e81a}html[data-theme=glass] .bb-step-icon-shell:before{border-color:#7442e852}html[data-theme=glass] .bb-step-icon-shell--payment{color:#008865;background:radial-gradient(circle at 50% 42%,#00886533,#00886512 58%,#0000),#0088650f;border-color:#00886561}html[data-theme=glass] .bb-step-icon-shell--payment:before{border-color:#00886547}html[data-theme=glass] .bb-order-flow__btn--secondary{color:#3d335d;background:#ffffffad;border-color:#574c7b38}.glass-product-faq-card .atelier-faq-list p,.seo-guide-page .atelier-faq-list p{color:var(--site-muted);margin:10px 0 0;line-height:1.7}.seo-guide-section-grid{align-items:stretch}.seo-guide-section-grid .glass-card{height:100%}.seo-guide-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.seo-guide-list li{color:var(--site-muted);padding-left:24px;line-height:1.65;position:relative}.seo-guide-list li:before{content:"";background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));border-radius:999px;width:8px;height:8px;position:absolute;top:.72em;left:0;box-shadow:0 0 18px #ba9eff47}.seo-guide-link-grid{flex-wrap:wrap;gap:12px;display:flex}.seo-guide-product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:14px;display:grid}.seo-guide-product-link{min-height:96px;color:var(--site-text);background:linear-gradient(135deg, #915fff1f, #40d9a514), var(--site-panel-soft);border:1px solid #9776ff38;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:grid;position:relative;box-shadow:0 16px 34px #3926681f}.seo-guide-product-link:hover{background:linear-gradient(135deg, #915fff2e, #40d9a51f), var(--site-panel);border-color:#9776ff80;transform:translateY(-2px);box-shadow:0 22px 46px #5e45bc33}.seo-guide-product-icon{background:#ffffff14;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex;box-shadow:inset 0 1px #ffffff1f}.seo-guide-product-icon .category-brand-icon{border-radius:14px;width:42px;height:42px}.seo-guide-product-icon .category-brand-icon img{width:28px;height:28px}.seo-guide-product-icon .material-symbols-outlined{color:var(--site-kicker);font-size:1.7rem}.seo-guide-product-copy{gap:6px;min-width:0;display:grid}.seo-guide-product-copy strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1.02rem;font-weight:850;line-height:1.35}.seo-guide-product-copy span{color:var(--site-muted);font-size:.88rem;line-height:1.45}.seo-guide-product-action{color:#fff;min-height:38px;font-family:var(--site-display-font);white-space:nowrap;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:.82rem;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #8058ff38}.seo-guide-product-action .material-symbols-outlined{font-size:1rem}.seo-decision-hero .glass-copy{max-width:860px}.seo-decision-hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.seo-decision-quick-pick{background:radial-gradient(circle at 12% 16%, #9776ff38, transparent 30%), linear-gradient(135deg, #48388a2e, #25ac7e14), var(--site-panel);border-color:#9776ff47}.seo-decision-quick-list{gap:12px;margin-top:18px;display:grid}.seo-decision-quick-list p{color:var(--site-muted);background:#ffffff09;border:1px solid #9776ff2e;border-radius:18px;margin:0;padding:14px 16px;line-height:1.65}.seo-decision-quick-list strong{color:var(--site-text)}.seo-decision-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.seo-decision-plan-card{min-height:100%}.seo-decision-plan-card .glass-content-block{flex-direction:column;min-height:100%;display:flex}.seo-decision-plan-card h2{color:var(--site-text);font-family:var(--site-display-font);margin:8px 0 14px;font-size:clamp(1.28rem,2.1vw,1.72rem);line-height:1.25}.seo-decision-plan-card h3{color:var(--site-text);margin:18px 0 10px;font-size:.96rem}.seo-decision-plan-card p{color:var(--site-muted);margin:0;line-height:1.68}.seo-decision-plan-card-featured{border-color:#9776ff7a;box-shadow:0 20px 52px #6f4aff29}.seo-decision-plan-eyebrow{width:fit-content;min-height:32px;color:var(--site-kicker);background:#9776ff1f;border:1px solid #9776ff42;border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.seo-decision-bullet-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.seo-decision-bullet-list li{color:var(--site-muted);padding-left:24px;line-height:1.58;position:relative}.seo-decision-bullet-list li:before{content:"✓";color:#33d69f;font-weight:900;position:absolute;top:0;left:0}.seo-decision-plan-button{color:#fff;min-height:46px;font-family:var(--site-display-font);background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));border-radius:999px;justify-content:center;align-items:center;margin-top:auto;padding:0 18px;font-size:.86rem;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 28px #8058ff38}.seo-decision-plan-button:hover{transform:translateY(-1px);box-shadow:0 18px 36px #8058ff47}.seo-decision-table-wrap{border:1px solid var(--site-border);background:#ffffff08;border-radius:22px;width:100%;margin-top:18px;overflow-x:auto}.seo-decision-table{border-collapse:collapse;width:100%;min-width:760px}.seo-decision-table th,.seo-decision-table td{border-bottom:1px solid var(--site-border);color:var(--site-muted);text-align:left;vertical-align:top;padding:16px 18px;line-height:1.55}.seo-decision-table thead th{color:var(--site-text);font-family:var(--site-display-font);background:#9776ff1f;font-weight:850}.seo-decision-table tbody th{width:18%;color:var(--site-text);font-weight:800}.seo-decision-table tr:last-child th,.seo-decision-table tr:last-child td{border-bottom:0}.seo-decision-summary{color:var(--site-text);margin:18px 0 0;font-weight:760;line-height:1.7}.seo-decision-warning-card{background:linear-gradient(135deg, #eab3081f, #9776ff0f), var(--site-panel);border-color:#eab3083d}.seo-decision-checklist-card{background:linear-gradient(135deg, #33d69f1f, #9776ff14), var(--site-panel);border-color:#33d69f42}.seo-decision-risk-note{color:var(--site-text);background:#0000001f;border:1px solid #9776ff38;border-radius:18px;margin:18px 0 0;padding:14px 16px;line-height:1.68}.seo-decision-purchase-section{border-color:#9776ff5c;box-shadow:0 22px 56px #583dab29}.seo-decision-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.seo-decision-product-card{min-height:170px;color:var(--site-text);background:linear-gradient(135deg, #9776ff1f, #32d19e14), var(--site-panel-soft);border:1px solid #9776ff3d;border-radius:24px;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:20px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.seo-decision-product-card:hover{border-color:#9776ff85;transform:translateY(-2px);box-shadow:0 22px 46px #583dab2e}.seo-decision-product-icon{background:#ffffff14;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.seo-decision-product-icon .category-brand-icon{border-radius:15px;width:44px;height:44px}.seo-decision-product-icon .category-brand-icon img{width:30px;height:30px}.seo-decision-product-body{gap:9px;min-width:0;display:grid}.seo-decision-product-body strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1.14rem;line-height:1.35}.seo-decision-product-body>span:not(.seo-decision-tag-row){color:var(--site-muted);line-height:1.62}.seo-decision-tag-row{flex-wrap:wrap;gap:8px;display:flex}.seo-decision-tag-row em{min-height:28px;color:var(--site-kicker);background:#9776ff24;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-style:normal;font-weight:800;display:inline-flex}.seo-decision-product-button{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));min-height:46px;font-family:var(--site-display-font);border-radius:999px;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;font-weight:850;display:inline-flex}.seo-decision-product-button .material-symbols-outlined{font-size:1.08rem}.atelier-home-seo-subtitle{max-width:720px;color:var(--site-muted);margin:12px 0 0;font-size:1rem;font-weight:650;line-height:1.65}.atelier-home-seo-note{max-width:780px;color:var(--site-muted);margin-top:18px}.atelier-section-description{max-width:640px;color:var(--site-muted);margin:0;line-height:1.65}.atelier-home-seo-explainer{border:1px solid var(--site-border);background:var(--site-panel);box-shadow:var(--site-shadow);border-radius:24px;gap:10px;padding:22px;display:grid}.atelier-home-seo-explainer h2{color:var(--site-text);font-family:var(--site-display-font);margin:0;font-size:1.3rem;line-height:1.25}.atelier-home-seo-explainer p{max-width:960px;color:var(--site-muted);margin:0;line-height:1.75}.atelier-home-category-grid,.atelier-home-value-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.atelier-home-value-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.atelier-home-category-card,.atelier-home-value-card,.atelier-home-guide-card{border:1px solid var(--site-border);min-width:0;color:var(--site-text);background:radial-gradient(circle at 84% 10%, #9776ff29, transparent 32%), var(--site-panel);box-shadow:var(--site-shadow);border-radius:24px;gap:10px;padding:18px;text-decoration:none;display:grid}.atelier-home-category-card,.atelier-home-guide-card{transition:transform .18s,border-color .18s,box-shadow .18s}.atelier-home-category-card:hover,.atelier-home-guide-card:hover{border-color:var(--site-border-strong);transform:translateY(-2px);box-shadow:0 20px 44px #583dab29}.atelier-home-category-icon,.atelier-home-value-card>.material-symbols-outlined{width:44px;height:44px;color:var(--site-kicker);background:#9776ff29;border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.atelier-home-category-icon .category-brand-icon{border-radius:12px;width:34px;height:34px}.atelier-home-category-card strong,.atelier-home-value-card strong,.atelier-home-guide-card strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1.02rem;line-height:1.35}.atelier-home-category-card span:not(.atelier-home-category-icon),.atelier-home-value-card p,.atelier-home-guide-card span{color:var(--site-muted);margin:0;font-size:.9rem;line-height:1.55}.atelier-home-guide-list{gap:12px;display:grid}.atelier-home-guide-card{min-height:132px;padding:16px}.atelier-home-guide-card em{color:var(--site-kicker);font-style:normal;font-weight:850}.atelier-section-cta{margin-top:16px}.atelier-seo-entry-section{margin-top:8px}.atelier-seo-entry-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.atelier-seo-entry-card{border:1px solid var(--site-border);min-height:178px;color:var(--site-text);background:radial-gradient(circle at 84% 10%, #9776ff2e, transparent 32%), var(--site-panel);box-shadow:var(--site-shadow);border-radius:24px;gap:10px;padding:18px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.atelier-seo-entry-card:hover{border-color:var(--site-border-strong);transform:translateY(-2px);box-shadow:0 20px 44px #583dab29}.atelier-seo-entry-card strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1rem;line-height:1.35}.atelier-seo-entry-card span{color:var(--site-muted);font-size:.9rem;line-height:1.55}.atelier-seo-entry-card em{color:var(--site-kicker);align-items:center;gap:6px;margin-top:auto;font-style:normal;font-weight:850;display:inline-flex}.atelier-seo-entry-card .material-symbols-outlined{font-size:1rem}.seo-public-page{padding-top:6px}.seo-public-hero{background:radial-gradient(circle at 85% 12%, #9776ff33, transparent 34%), radial-gradient(circle at 12% 18%, #33d69f14, transparent 30%), var(--site-panel);border-color:#9776ff47}.seo-public-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-public-step-list{counter-reset:seo-step;gap:12px;margin:0;padding:0;list-style:none;display:grid}.seo-public-step-list li{min-height:48px;color:var(--site-muted);background:var(--site-panel-soft);counter-increment:seo-step;border:1px solid #9776ff2e;border-radius:18px;padding:12px 14px 12px 58px;line-height:1.55;position:relative}.seo-public-step-list li:before{content:counter(seo-step, decimal-leading-zero);color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));width:32px;height:32px;font-family:var(--site-display-font);border-radius:11px;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;display:inline-flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.seo-faq-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.seo-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.seo-blog-card{min-height:220px;color:var(--site-text);gap:12px;padding:22px;text-decoration:none;display:grid}.seo-blog-card strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1.08rem;line-height:1.4}.seo-blog-card>span:not(.glass-kicker,.seo-decision-tag-row){color:var(--site-muted);line-height:1.6}.seo-blog-tag-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.seo-blog-tag-row a{min-height:34px;color:var(--site-kicker);background:#9776ff1a;border:1px solid #9776ff38;border-radius:999px;align-items:center;padding:0 13px;font-weight:820;text-decoration:none;display:inline-flex}.seo-public-inline-icon{vertical-align:middle;width:28px;height:28px;margin-right:8px;display:inline-flex}.seo-public-inline-icon .category-brand-icon{border-radius:9px;width:28px;height:28px}.seo-category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.seo-category-product-card{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:26px;grid-template-rows:auto 1fr;display:grid;position:relative;overflow:hidden}.seo-category-product-cover{z-index:1;position:absolute;inset:0}.seo-category-product-media{background:radial-gradient(circle at 50% 30%,#9776ff2e,#0000 40%),#ffffff08;place-items:center;min-height:180px;display:grid}.seo-category-product-media .product-image-frame,.seo-category-product-media img{max-width:132px;max-height:132px}.seo-category-product-body{z-index:2;gap:12px;padding:18px;display:grid;position:relative}.seo-category-product-body h3{color:var(--site-text);font-family:var(--site-display-font);margin:0;font-size:1.02rem;line-height:1.4}.seo-category-product-body p{color:var(--site-muted);margin:0;line-height:1.55}.seo-category-product-meta{color:var(--site-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.9rem;display:flex}.seo-category-product-meta strong{color:var(--site-kicker);font-size:1.08rem}.glass-product-original-tags{margin-top:18px}.glass-product-detail-card .glass-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.glass-product-detail-card .glass-title-row>div:first-child{min-width:0}.glass-product-detail-title{white-space:normal;text-overflow:clip;word-break:keep-all;overflow-wrap:anywhere;max-width:none;overflow:visible}.glass-product-detail-card .glass-price-block{min-width:120px}@media (max-width:720px){.glass-product-detail-card .glass-title-row{grid-template-columns:1fr}.glass-product-detail-card .glass-price-block{text-align:left;justify-items:start;min-width:0}}.glass-product-guide-note{background:#9776ff14;border:1px solid #9776ff2e;border-radius:20px;gap:12px;padding:14px;display:grid}.glass-product-guide-note p{color:var(--site-muted);margin:0;font-size:.9rem;line-height:1.55}.glass-product-guide-note div{flex-wrap:wrap;gap:10px;display:flex}.glass-product-guide-note a{min-height:34px;color:var(--site-text);background:var(--site-panel-soft);border:1px solid #9776ff3d;border-radius:999px;align-items:center;padding:0 12px;font-size:.86rem;font-weight:850;text-decoration:none;display:inline-flex}.glass-product-guide-note a:hover{border-color:var(--site-border-strong);color:var(--site-kicker)}.atelier-footer-disclaimer{max-width:980px;color:var(--site-muted);text-align:center;flex:100%;margin:8px 0 0;font-size:.78rem;line-height:1.7}@media (max-width:1100px){.atelier-home-category-grid,.atelier-home-value-grid,.atelier-seo-entry-grid,.seo-blog-grid,.seo-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-public-two-column,.seo-faq-category-grid{grid-template-columns:1fr}.atelier-footer-sitemap{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.seo-guide-product-link{grid-template-columns:auto minmax(0,1fr);align-items:start;min-height:0;padding:16px}.seo-guide-product-action{grid-column:1/-1;justify-self:stretch}.seo-decision-hero-actions,.seo-decision-hero-actions .glass-button-primary,.seo-decision-hero-actions .glass-button-secondary{width:100%}.seo-decision-card-grid,.seo-decision-product-grid{grid-template-columns:1fr}.seo-decision-plan-card h2{font-size:1.32rem}.seo-decision-table th,.seo-decision-table td{padding:14px}.seo-decision-product-card{min-height:0;padding:16px}.atelier-home-seo-subtitle{font-size:.98rem}.atelier-seo-entry-grid,.atelier-home-category-grid,.atelier-home-value-grid,.seo-faq-category-grid,.seo-blog-grid,.seo-category-product-grid,.seo-public-two-column{grid-template-columns:1fr}.atelier-seo-entry-card,.seo-blog-card,.seo-public-step-list li{min-height:0}.atelier-footer-disclaimer{text-align:left}.atelier-footer-sitemap{grid-template-columns:1fr}.atelier-footer-inner,.atelier-footer-meta{justify-content:flex-start}}.glass-side-card{position:sticky;top:112px}.glass-media-card{gap:0;display:grid}.glass-media-stage{background:var(--site-media-bg);place-items:center;min-height:430px;padding:32px;display:grid;position:relative}.glass-media-stage img{object-fit:contain;width:100%;height:100%;display:block}.glass-product-fallback{width:100%;min-height:280px;color:var(--site-kicker);font-family:var(--site-display-font);letter-spacing:.1em;place-items:center;font-size:3rem;font-weight:800;display:grid}.glass-badge-row{z-index:2;flex-wrap:wrap;gap:10px;display:flex;position:absolute;top:24px;left:24px}.glass-badge,.glass-chip,.glass-status{min-height:36px;font-family:var(--site-display-font);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.76rem;display:inline-flex}.glass-badge-accent,.glass-chip{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2))}.glass-title-row>.glass-chip{letter-spacing:.08em;min-width:132px;min-height:58px;padding:0 24px;font-size:1.08rem;font-weight:900}.glass-badge-soft{color:var(--site-text);background:var(--site-panel-strong);border:1px solid var(--site-border)}.glass-badge-soldout{color:#fff;background:linear-gradient(135deg,#9b9ca4,#686b75)}.glass-content-block{gap:20px;padding:28px;display:grid}.glass-kicker{color:var(--site-kicker);font-family:var(--site-display-font);letter-spacing:.2em;text-transform:uppercase;margin:0;font-size:.76rem}.glass-title{max-width:720px;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.025em;overflow-wrap:anywhere;margin:10px 0 0;font-size:clamp(2.15rem,3.2vw,3.35rem);line-height:1.08}.glass-title-small{font-size:clamp(1.8rem,3vw,2.8rem)}.glass-subtitle,.glass-copy,.glass-auth-brand p,.glass-order-copy p,.glass-order-copy small,.glass-empty-inline,.glass-empty-state p,.glass-activity-item p{color:var(--site-muted);margin:0;line-height:1.75}.glass-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.glass-title-row>div:first-child{min-width:0}.glass-copy{white-space:pre-line}.glass-copy a{color:var(--site-accent-2);text-underline-offset:4px;word-break:break-all;text-decoration:underline}.glass-rich-detail-list{gap:24px;margin-top:6px;display:grid}.glass-rich-detail-item{--detail-tone:#10b981;border:1px solid color-mix(in srgb, var(--detail-tone) 24%, #ffffff0d);background:radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--detail-tone) 16%, transparent), transparent 24%), linear-gradient(135deg, color-mix(in srgb, var(--detail-tone) 7%, transparent), transparent 48%), #1b1b1e;font-family:"Space Grotesk", var(--site-display-font), sans-serif;overflow-wrap:anywhere;border-radius:12px;flex-direction:column;margin:0;padding:32px;display:flex;position:relative;overflow:hidden}.glass-rich-detail-item-danger{--detail-tone:#ef4444}.glass-rich-detail-item-success{--detail-tone:#10b981}.glass-rich-detail-item-yellow{--detail-tone:#f59e0b}.glass-rich-detail-item-cyan{--detail-tone:#06b6d4}.glass-rich-detail-item-blue{--detail-tone:#3b82f6}.glass-rich-detail-item-purple{--detail-tone:#8b5cf6}.glass-rich-detail-item-neutral{--detail-tone:#a1a1aa}.glass-rich-detail-item-horizontal{flex-direction:row;gap:16px}.glass-rich-detail-inner{flex:1;min-width:0}.glass-rich-detail-gradient-bar{width:4px;position:absolute;top:0;bottom:0;left:0}.glass-rich-detail-gradient-bar-danger{background:linear-gradient(#ef4444,#8b5cf6)}.glass-rich-detail-gradient-bar-success,.glass-rich-detail-gradient-bar-neutral{background:linear-gradient(#10b981,#06b6d4)}.glass-rich-detail-gradient-bar-yellow{background:linear-gradient(#f59e0b,#ef4444)}.glass-rich-detail-gradient-bar-cyan,.glass-rich-detail-gradient-bar-blue{background:linear-gradient(#3b82f6,#6366f1)}.glass-rich-detail-gradient-bar-purple{background:linear-gradient(#8b5cf6,#ec4899)}.glass-rich-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.glass-rich-detail-head-centered{align-items:center;margin-bottom:26px}.glass-rich-detail-title-wrap{align-items:flex-start;gap:16px;min-width:0;display:flex}.glass-rich-detail-title-wrap-centered{align-items:center}.glass-rich-detail-main-icon{color:#ef4444;flex:none;margin-top:4px;line-height:0}.glass-rich-detail-main-icon svg{width:30px;height:30px}.glass-rich-detail-title-wrap-centered .glass-rich-detail-main-icon{color:var(--detail-tone);margin-top:0}.glass-rich-detail-heading{color:#fff;margin:0;font-size:28px;font-weight:700;line-height:1.4;display:block}.glass-rich-detail-heading-success,.glass-rich-detail-heading-yellow,.glass-rich-detail-heading-cyan,.glass-rich-detail-heading-blue,.glass-rich-detail-heading-purple,.glass-rich-detail-heading-neutral{color:var(--detail-tone);font-size:30px}.glass-rich-detail-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:5px 12px;font-size:13px;font-weight:700;display:inline-block}.glass-rich-detail-badge-red{color:#ef4444;background:#ef44441a;margin-top:4px}.glass-rich-detail-badge-green,.glass-rich-detail-badge-success{color:#10b981;background:#10b9811a}.glass-rich-detail-badge-yellow{color:#f59e0b;background:#f59e0b1a}.glass-rich-detail-badge-cyan,.glass-rich-detail-badge-blue{color:#3b82f6;background:#3b82f61a}.glass-rich-detail-badge-purple{color:#8b5cf6;background:#8b5cf61a}.glass-rich-detail-badge-neutral{color:#a1a1aa;background:#a1a1aa1a}.glass-rich-detail-body{color:#d4d4d8;gap:18px;font-size:18px;line-height:1.6;display:grid}.glass-rich-detail-image-card{border:1px solid color-mix(in srgb, var(--detail-tone,#a78bfa) 24%, #ffffff14);background:#ffffff0b;border-radius:12px;gap:10px;margin:0;display:grid;overflow:hidden}.glass-rich-detail-image-card-inline{margin-top:4px}.glass-rich-detail-image-button{cursor:zoom-in;width:100%;text-align:inherit;background:0 0;border:0;padding:0;display:block}.glass-rich-detail-image-button img{width:100%;height:auto;display:block}.glass-rich-detail-image-lightbox{z-index:2147483000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:zoom-out;background:#050508db;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.glass-rich-detail-image-lightbox-img{cursor:default;border-radius:14px;width:auto;max-width:min(94vw,1280px);height:auto;max-height:90vh;display:block;box-shadow:0 24px 80px #00000073}.glass-rich-detail-image-lightbox-close{z-index:2147483001;color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;place-items:center;width:44px;height:44px;font-size:34px;line-height:1;display:grid;position:fixed;top:18px;right:18px}.glass-rich-detail-image-lightbox-close:hover{background:#fff3}.glass-rich-detail-bullet-item,.glass-rich-detail-tip-item,.glass-rich-detail-warning-box,.glass-rich-detail-footer-text{align-items:flex-start;display:flex}.glass-rich-detail-bullet-item{gap:12px}.glass-rich-detail-bullet-star{color:#ef4444}.glass-rich-detail-warning-box{background:linear-gradient(135deg,#ef44441c,#0000 72%),#0000003d;border:1px solid #ef44446b;border-radius:8px;gap:12px;margin-top:10px;padding:18px 20px}.glass-rich-detail-tip-item{border:1px solid color-mix(in srgb, var(--detail-tone) 26%, #ffffff0f);background:linear-gradient(135deg, color-mix(in srgb, var(--detail-tone) 10%, transparent), transparent 72%), #ffffff0b;border-radius:8px;align-items:center;gap:0;padding:20px 22px}.glass-rich-detail-tip-item-vertical{align-items:flex-start}.glass-rich-detail-tip-item .glass-rich-detail-row-icon{display:none}.glass-rich-detail-row-icon{color:var(--detail-tone);flex:none;line-height:0}.glass-rich-detail-material-icon{font-size:32px;line-height:1}.glass-rich-detail-row-material-icon{font-size:26px;line-height:1}.glass-rich-detail-row-icon svg{width:26px;height:26px}.glass-rich-detail-warning-box .glass-rich-detail-row-icon{color:#ef4444}.glass-rich-detail-line{color:#f4f4f5;white-space:pre-line;margin:0;font-size:20px;font-weight:600;line-height:1.6;display:block}.glass-rich-detail-tip-item .glass-rich-detail-line{color:color-mix(in srgb, var(--detail-tone) 24%, #fff)}.glass-rich-detail-line-strong{color:#fff;font-weight:750}.glass-rich-detail-line b,.glass-rich-detail-line strong{color:#fff}.glass-rich-detail-tip-item .glass-rich-detail-line b,.glass-rich-detail-tip-item .glass-rich-detail-line strong{color:var(--detail-tone)}.glass-rich-detail-line a{color:var(--detail-tone);text-underline-offset:3px;word-break:break-all;font-size:20px;text-decoration:underline}.glass-rich-detail-footer-text{color:#d4d4d8;align-items:center;gap:10px;margin-top:10px;font-size:20px;font-weight:650;line-height:1.55}.glass-rich-detail-footer-text>span:first-child{font-size:20px}.glass-rich-detail-footer-text span:last-child{min-width:0}html[data-theme=glass] .glass-rich-detail-item{font-family:Inter, var(--site-display-font), sans-serif;background:#fff;border:1px solid #c6c6cd;border-radius:8px;padding:28px 28px 28px 38px;transition:box-shadow .2s,transform .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}html[data-theme=glass] .glass-rich-detail-item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}html[data-theme=glass] .glass-rich-detail-gradient-bar{width:6px}html[data-theme=glass] .glass-rich-detail-gradient-bar-danger{background:linear-gradient(#ef4444,#a855f7)}html[data-theme=glass] .glass-rich-detail-gradient-bar-success,html[data-theme=glass] .glass-rich-detail-gradient-bar-neutral{background:linear-gradient(#22c55e,#14b8a6)}html[data-theme=glass] .glass-rich-detail-gradient-bar-yellow{background:linear-gradient(#f97316,#eab308)}html[data-theme=glass] .glass-rich-detail-gradient-bar-cyan,html[data-theme=glass] .glass-rich-detail-gradient-bar-blue{background:linear-gradient(#3b82f6,#4f46e5)}html[data-theme=glass] .glass-rich-detail-gradient-bar-purple{background:linear-gradient(#a855f7,#ec4899)}html[data-theme=glass] .glass-rich-detail-head,html[data-theme=glass] .glass-rich-detail-head-centered{align-items:center;margin-bottom:16px}html[data-theme=glass] .glass-rich-detail-main-icon{color:var(--detail-tone);margin-top:0}html[data-theme=glass] .glass-rich-detail-heading,html[data-theme=glass] .glass-rich-detail-heading-success,html[data-theme=glass] .glass-rich-detail-heading-yellow,html[data-theme=glass] .glass-rich-detail-heading-cyan,html[data-theme=glass] .glass-rich-detail-heading-blue,html[data-theme=glass] .glass-rich-detail-heading-purple,html[data-theme=glass] .glass-rich-detail-heading-neutral{color:#141b2b;font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:600;line-height:1.2}html[data-theme=glass] .glass-rich-detail-badge{display:none}html[data-theme=glass] .glass-rich-detail-body{color:#45464c;gap:12px;font-family:Inter,sans-serif;font-size:20px}html[data-theme=glass] .glass-rich-detail-bullet-item,html[data-theme=glass] .glass-rich-detail-tip-item,html[data-theme=glass] .glass-rich-detail-warning-box,html[data-theme=glass] .glass-rich-detail-footer-text{background:0 0;border:0;gap:0;margin:0;padding:0 0 0 16px;position:relative}html[data-theme=glass] .glass-rich-detail-bullet-item:before,html[data-theme=glass] .glass-rich-detail-tip-item:before,html[data-theme=glass] .glass-rich-detail-warning-box:before,html[data-theme=glass] .glass-rich-detail-footer-text:before{content:"•";color:#76777d;font-size:20px;font-weight:800;position:absolute;left:0}html[data-theme=glass] .glass-rich-detail-bullet-star,html[data-theme=glass] .glass-rich-detail-row-icon,html[data-theme=glass] .glass-rich-detail-footer-text>span:first-child{display:none}html[data-theme=glass] .glass-rich-detail-line,html[data-theme=glass] .glass-rich-detail-line-strong{color:#45464c;font-size:20px;font-weight:400;line-height:1.6}html[data-theme=glass] .glass-rich-detail-warning-box:before,html[data-theme=glass] .glass-rich-detail-warning-box .glass-rich-detail-line,html[data-theme=glass] .glass-rich-detail-warning-box .glass-rich-detail-line-strong{color:#dc2626}html[data-theme=glass] .glass-rich-detail-warning-box .glass-rich-detail-line,html[data-theme=glass] .glass-rich-detail-warning-box .glass-rich-detail-line-strong{font-weight:700}html[data-theme=glass] .glass-rich-detail-line b,html[data-theme=glass] .glass-rich-detail-line strong,html[data-theme=glass] .glass-rich-detail-tip-item .glass-rich-detail-line b,html[data-theme=glass] .glass-rich-detail-tip-item .glass-rich-detail-line strong{color:#141b2b}.glass-price-block{justify-items:end;gap:6px;display:grid}.glass-price-block strong,.glass-order-side strong,.glass-summary-grid strong,.glass-order-summary strong,.glass-activity-meta strong{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.04em;font-size:clamp(1.6rem,2.4vw,2.2rem)}.glass-price-block small,.glass-price-strike{color:var(--site-muted)}.glass-price-strike{font-family:var(--site-display-font);font-size:1rem;text-decoration:line-through}.glass-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.glass-summary-grid-compact{min-width:280px}.glass-summary-grid>div,.glass-order-summary{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:22px}.glass-summary-grid>div{padding:16px}.glass-side-card .glass-summary-grid>div:first-child{background:radial-gradient(circle at 18% 18%, #ba9eff2e, transparent 34%), linear-gradient(145deg, #8455ef1a, var(--site-panel-soft) 58%);position:relative;overflow:hidden}.glass-side-card .glass-summary-grid>div:first-child:after{content:"";pointer-events:none;background:radial-gradient(circle,#ba9eff29,#0000 70%);border-radius:999px;width:86px;height:86px;position:absolute;bottom:16px;right:18px}.glass-side-card .glass-summary-grid>div:first-child strong{color:#0000;letter-spacing:-.06em;text-shadow:0 0 26px #ba9eff33;background:linear-gradient(135deg,#fff 8%,#ba9eff 48%,#ff91d6 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,3.5vw,2.9rem);line-height:.95}.glass-summary-grid span,.glass-summary-grid small,.glass-order-summary span{color:var(--site-muted);font-family:var(--site-display-font);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:.7rem;display:block}.glass-summary-grid small{color:#f9f5f8;letter-spacing:0;text-transform:none;background:#ba9eff1a;border:1px solid #ba9eff3d;border-radius:999px;width:fit-content;margin:14px 0 0;padding:7px 12px;font-size:1.05rem;font-weight:850;box-shadow:inset 0 1px #ffffff0f}html[data-theme=glass] .glass-side-card .glass-summary-grid>div:first-child{background:radial-gradient(circle at 18% 18%,#8455ef24,#0000 36%),linear-gradient(145deg,#8455ef14,#ffffffb8 58%)}html[data-theme=glass] .glass-side-card .glass-summary-grid>div:first-child strong{text-shadow:none;background:linear-gradient(135deg,#3b236f 6%,#8455ef 48%,#c3489c 100%);-webkit-background-clip:text;background-clip:text}html[data-theme=glass] .glass-summary-grid small{color:#3b236f;background:#8455ef14;border-color:#8455ef38}.glass-checklist{gap:10px;display:grid}.glass-checklist p{border-left:2px solid var(--site-border-strong);color:color-mix(in srgb, var(--site-text) 86%, #fff 14%);margin:0;padding-left:14px;font-weight:650;line-height:1.7}.glass-recharge-policy-notice{margin:2px 0 0;line-height:1.7}.glass-recharge-policy-notice strong{color:var(--site-text);margin-bottom:6px;display:block}.glass-recharge-policy-notice p{margin:0}.glass-recharge-policy-notice p+p{margin-top:4px}.glass-tag-list{flex-wrap:wrap;gap:10px;display:flex}.glass-tag-list span{border:1px solid var(--site-border);background:var(--site-panel-soft);min-height:36px;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:.12em;border-radius:999px;align-items:center;padding:0 14px;font-size:.76rem;display:inline-flex}.glass-inline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.glass-form-grid,.glass-auth-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.glass-form-stack{gap:20px;display:grid}.glass-span-full,.glass-auth-form>*,.glass-field,.glass-order-summary{grid-column:1/-1}.glass-field{gap:8px;display:grid}.glass-field span{color:var(--site-muted);font-family:var(--site-display-font);letter-spacing:.16em;text-transform:uppercase;font-size:.7rem}.glass-field-hint{color:var(--site-muted);line-height:1.6}.glass-field-hint-error{color:#ff6b7d}.glass-status-text-success{color:#49c98b}.glass-status-text-danger{color:#ff6b7d}.glass-input,.glass-textarea{border:1px solid var(--site-border);background:var(--site-input-bg);width:100%;color:var(--site-text);border-radius:20px;margin-top:0;padding:16px 18px;transition:border-color .18s,background-color .18s,box-shadow .18s;box-shadow:inset 0 1px #ffffff14}.glass-input:focus,.glass-textarea:focus{border-color:var(--site-border-strong);background:var(--site-input-focus);outline:none;box-shadow:0 0 0 3px #4a3fe21f}.glass-input::placeholder,.glass-textarea::placeholder{color:color-mix(in srgb, var(--site-muted) 68%, transparent)}.glass-checkout-grid .glass-field{gap:10px}.glass-checkout-grid .glass-field span{color:color-mix(in srgb, var(--site-text) 78%, var(--site-muted));letter-spacing:.04em;text-transform:none;font-size:.92rem;font-weight:850}.glass-checkout-grid .glass-field-hint{color:color-mix(in srgb, var(--site-text) 72%, var(--site-muted));font-size:.95rem;font-weight:750}.glass-checkout-grid .glass-field-hint .glass-stock-count{color:#34d399;text-shadow:0 0 14px #34d3997a;font-size:1.08em;font-weight:950}.glass-checkout-grid .glass-input{font-size:1.05rem}.glass-checkout-grid .glass-input::placeholder{color:color-mix(in srgb, var(--site-muted) 88%, var(--site-text));opacity:1}.glass-textarea{resize:vertical;min-height:120px}.glass-field-row{align-items:center;gap:12px;display:flex}.glass-captcha-grid{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.glass-captcha-panel{justify-content:flex-end;align-items:center;gap:10px;display:flex}.glass-captcha-image{border:1px solid var(--site-border);background:var(--site-input-bg);border-radius:18px;flex:0 0 160px;width:160px;height:56px;display:block;box-shadow:inset 0 1px #ffffff14}.glass-captcha-refresh{white-space:nowrap;min-width:98px;min-height:42px;padding:0 16px;font-size:.72rem}.checkout-risk-guard{gap:10px;display:grid}.checkout-risk-message{margin:0}.checkout-captcha-backdrop{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050509b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.checkout-captcha-dialog{border:1px solid var(--site-border);width:min(100%,440px);color:var(--site-text);background:radial-gradient(circle at 14% 10%, #9795ff2e, transparent 34%), var(--site-panel);border-radius:24px;padding:24px;box-shadow:0 24px 70px #00000061}.checkout-captcha-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.checkout-captcha-head h2{font-family:var(--site-display-font);letter-spacing:0;margin:4px 0 0;font-size:1.18rem}.checkout-captcha-close{border:1px solid var(--site-border);width:38px;height:38px;color:var(--site-text);background:var(--site-panel-soft);cursor:pointer;border-radius:999px;place-items:center;display:inline-grid}.checkout-captcha-box{justify-content:center;min-height:86px;display:flex}.checkout-captcha-hint{color:var(--site-muted);text-align:center;margin:12px 0 0;font-weight:700;line-height:1.6}.glass-button-primary,.glass-button-secondary,.glass-button-danger{min-height:48px;font-family:var(--site-display-font);letter-spacing:.14em;text-transform:uppercase;isolation:isolate;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.8rem;transition:transform .18s,background-color .18s,border-color .18s,color .18s;display:inline-flex;position:relative;overflow:hidden}.glass-button-primary{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));box-shadow:0 12px 28px #4a3fe233}.glass-button-secondary{color:var(--site-text);border-color:var(--site-border);background:var(--site-panel-soft)}.glass-button-danger{color:#fff;background:linear-gradient(135deg,#ff4d67,#b41340);border-color:#ff5e7561;box-shadow:0 12px 28px #b413403d}.glass-button-primary:hover,.glass-button-secondary:hover,.glass-button-danger:hover{transform:translateY(-1px)}.glass-button-primary:disabled,.glass-button-secondary:disabled{cursor:not-allowed;opacity:.46;transform:none}.glass-action-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.glass-order-summary{gap:12px;padding:18px;display:grid}.glass-order-summary-pair{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;display:grid}.glass-order-summary-pair>div:last-child{text-align:right}.glass-order-summary-total{border-top:1px solid var(--site-border);padding-top:12px}.glass-centered-page{place-items:center;min-height:calc(100vh - 240px);display:grid}.glass-auth-card{width:min(100%,520px);padding:28px}.glass-auth-brand{text-align:center;justify-items:center;gap:10px;margin-bottom:24px;display:grid}.glass-auth-brand h1{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.04em;margin:0;font-size:2.2rem}.glass-auth-mark{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));border-radius:999px;place-items:center;width:68px;height:68px;display:grid;box-shadow:0 18px 34px #4a3fe233}.glass-auth-switch{background:var(--site-panel-soft);border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:22px;padding:6px;display:grid}.glass-auth-switch a{min-height:42px;color:var(--site-muted);font-family:var(--site-display-font);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}.glass-auth-switch a.is-active{background:var(--site-panel-strong);color:var(--site-accent);box-shadow:0 10px 22px #32294f0f}.glass-auth-submit{width:100%}.glass-auth-links{justify-content:center}.glass-remember-field{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:18px;gap:6px;padding:14px 16px;display:grid}.glass-remember-row{align-items:center;gap:10px;display:inline-flex}.glass-remember-row input{width:18px;height:18px;accent-color:var(--site-accent);margin:0}.glass-remember-row strong{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600}.glass-remember-field small{color:var(--site-muted);line-height:1.6}.glass-profile-hero{grid-template-columns:minmax(0,1fr) minmax(340px,460px);align-items:center;gap:32px;padding:34px;display:grid}.glass-profile-main{align-items:center;gap:24px;min-width:0;display:flex}.glass-profile-avatar,.glass-order-icon{background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));color:#fff;font-family:var(--site-display-font);border-radius:999px;place-items:center;font-weight:800;display:grid}.glass-profile-avatar{flex:none;width:86px;height:86px;font-size:1.9rem}.glass-profile-copy{gap:10px;min-width:0;display:grid}.glass-profile-copy .glass-title{line-height:.95}.glass-profile-copy .glass-subtitle{overflow-wrap:anywhere;max-width:620px}.account-profile-modern{--account-profile-card-bg:radial-gradient(circle at 16% 18%, #8455ef29, transparent 32%), linear-gradient(145deg, #ffffff0f, #ffffff06)}.account-profile-hero-modern{background:radial-gradient(circle at 12% 42%, #8455ef21, transparent 34%), radial-gradient(circle at 62% 18%, #ba9eff14, transparent 28%), var(--site-panel);grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:stretch;gap:14px;padding:22px 24px}.account-profile-hero-modern:before{content:none}.account-profile-hero-modern .glass-profile-main{z-index:1;gap:20px;padding:10px 4px;position:relative}.account-profile-hero-modern .glass-profile-avatar{width:92px;height:92px;font-size:1.9rem;box-shadow:0 20px 54px #8455ef57,inset 0 1px #ffffff2e}.account-profile-hero-modern .glass-profile-copy{gap:8px}.account-profile-hero-modern .glass-profile-copy .glass-title{letter-spacing:-.05em;font-size:clamp(2.2rem,3.3vw,3.55rem)}.account-profile-hero-modern .glass-profile-copy .glass-subtitle{font-size:.95rem}.account-profile-hero-modern .glass-inline-actions{gap:10px;margin-top:14px}.account-profile-hero-modern .glass-button-primary,.account-profile-hero-modern .glass-button-secondary{min-width:108px;min-height:42px;padding:0 16px}.account-profile-stat-grid{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));align-content:stretch;gap:10px;min-width:0;display:grid;position:relative}.account-profile-stat-card{border:1px solid var(--site-border);min-width:0;min-height:74px;color:var(--site-text);background:var(--account-profile-card-bg);border-radius:22px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;display:grid;box-shadow:inset 0 1px #ffffff0a}.account-profile-stat-card>.material-symbols-outlined:first-child{width:40px;height:40px;color:var(--site-accent-2);background:#8455ef26;border-radius:13px;place-items:center;font-size:1.45rem;line-height:1;display:grid;box-shadow:0 10px 28px #8455ef1f}.account-profile-stat-card small{color:var(--site-muted);font-family:var(--site-display-font);letter-spacing:.1em;margin-bottom:4px;font-size:.68rem;font-weight:750;display:block}.account-profile-stat-card strong{min-width:0;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.04em;overflow-wrap:anywhere;font-size:clamp(1.25rem,1.8vw,1.65rem);font-weight:900;line-height:1.08;display:block}.account-profile-stat-code{letter-spacing:0!important;font-size:clamp(.82rem,1vw,.98rem)!important;line-height:1.35!important}.account-profile-stat-link{grid-template-columns:40px minmax(0,1fr) auto;text-decoration:none;position:relative}.account-profile-stat-link:hover{border-color:var(--site-border-strong)}.account-profile-stat-arrow{color:var(--site-muted);font-size:1.35rem}.account-profile-stat-wide{grid-column:1/-1}.account-profile-form-columns .glass-card{border-radius:28px;min-height:0}.account-profile-form-columns .glass-content-block{gap:22px;padding:28px}.account-profile-form-columns .glass-title-row{align-items:flex-start}.account-profile-form-columns .glass-title-row>.glass-chip{min-width:118px;min-height:48px;padding:0 20px;font-size:.96rem}.account-profile-form-columns .glass-title-small{font-size:clamp(2.15rem,3.4vw,3.25rem);line-height:1}.account-profile-form-columns .glass-form-grid{grid-template-columns:1fr;gap:18px}.account-profile-form-columns .glass-field{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px}.account-profile-form-columns .glass-field span{letter-spacing:.08em;text-transform:none;font-size:.78rem}.account-profile-form-columns .glass-input{border-radius:18px;min-height:58px;padding:0 18px;font-size:.98rem}.account-profile-form-columns .glass-inline-actions{padding-left:106px}.account-profile-form-columns .glass-button-primary,.account-profile-form-columns .glass-button-secondary{min-height:46px;padding:0 20px;font-size:.78rem}html[data-theme=glass] .account-profile-modern{--account-profile-card-bg:radial-gradient(circle at 16% 18%, #9795ff2e, transparent 32%), linear-gradient(145deg, #ffffffad, #ffffff6b)}html[data-theme=glass] .account-profile-hero-modern{background:radial-gradient(circle at 12% 42%, #9795ff29, transparent 34%), radial-gradient(circle at 66% 12%, #ff94721f, transparent 28%), var(--site-panel)}html[data-theme=glass] .account-profile-stat-card>.material-symbols-outlined:first-child{color:var(--site-accent);background:#4a3fe21c}.glass-summary-grid,.glass-summary-grid>div{min-width:0}.glass-order-list,.glass-activity-list{gap:16px;display:grid}.glass-order-split-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.glass-order-column{gap:16px;min-width:0;display:grid}.glass-summary-metric{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.04em;font-size:clamp(1.6rem,2.4vw,2.2rem)}.glass-summary-code,.glass-summary-status{max-width:100%;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.02em;overflow-wrap:anywhere;word-break:break-word;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.35;display:block;overflow:hidden}.glass-summary-code{max-height:3.84em;font-size:clamp(.86rem,.9vw,1rem);line-height:1.28}.glass-order-column-head{border-bottom:1px solid var(--site-border);justify-content:space-between;align-items:flex-end;gap:14px;padding-bottom:14px;display:flex}.glass-order-column-head h3{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.03em;margin:0;font-size:clamp(1.35rem,2vw,1.85rem)}.glass-order-column-head span{color:var(--site-muted);font-family:var(--site-display-font);letter-spacing:.12em;text-transform:uppercase;flex:none;font-size:.74rem}.glass-order-item,.glass-activity-item{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.glass-order-item-compact{align-items:flex-start;padding:16px}.glass-order-main{align-items:center;gap:16px;min-width:0;display:flex}.glass-order-icon{letter-spacing:.06em;border-radius:20px;width:58px;height:58px;font-size:1rem}.glass-order-item-compact .glass-order-icon{border-radius:18px;width:48px;height:48px;font-size:.9rem}.glass-order-copy{gap:6px;min-width:0;display:grid}.glass-order-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.glass-order-head h3,.glass-empty-state h3,.glass-activity-item strong:first-child{min-width:0;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.02em;overflow-wrap:anywhere;margin:0;font-size:1.1rem}.glass-status{white-space:nowrap;flex:none;min-height:34px;padding:0 12px;font-size:.68rem}.glass-status-accent{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2))}.glass-status-success{color:#fff;background:linear-gradient(135deg,#2f9e72,#49c98b)}.glass-status-warning{color:var(--site-text);background:linear-gradient(135deg,#ffd6a6,#ffb97c)}.glass-status-muted{color:var(--site-muted);background:var(--site-panel-strong);border:1px solid var(--site-border)}.glass-order-side,.glass-activity-meta{text-align:right;justify-items:end;gap:10px;display:grid}.glass-recharge-actions{justify-items:end;gap:10px;display:grid}.glass-recharge-action-row{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.glass-mini-action{letter-spacing:.12em;min-height:40px;padding:0 14px;font-size:.7rem}.glass-mini-action.disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.glass-pagination{color:var(--site-muted);font-family:var(--site-display-font);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;padding-top:12px;font-size:.72rem;display:flex}.glass-account-ledger-stack{gap:28px;display:grid}.glass-account-ledger-section{gap:14px}.glass-account-order-ledger{border:1px solid var(--site-border);background:color-mix(in srgb, var(--site-panel-soft) 84%, transparent);border-radius:26px;overflow:auto hidden}.glass-account-ledger-head,.glass-account-ledger-row{grid-template-columns:minmax(220px,1.05fr) minmax(430px,1.95fr) minmax(150px,.72fr) 100px 126px 112px;align-items:center;gap:14px;min-width:1120px;padding:14px 18px;display:grid}.glass-account-ledger-head{background:color-mix(in srgb, var(--site-panel-strong) 72%, transparent);color:var(--site-muted);font-size:.76rem;font-weight:900}.glass-account-ledger-row{border:1px solid var(--site-border);background:color-mix(in srgb, var(--site-panel) 84%, transparent);border-radius:24px;margin-top:12px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative}.glass-account-ledger-clickable:hover{border-color:color-mix(in srgb, var(--site-accent) 42%, var(--site-border));box-shadow:0 16px 38px color-mix(in srgb, var(--site-accent) 12%, transparent);transform:translateY(-1px)}.glass-account-ledger-row-link{z-index:3;border-radius:inherit;position:absolute;inset:0}.glass-account-ledger-clickable>:not(.glass-account-ledger-row-link){z-index:2;position:relative}.glass-account-ledger-order{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;min-width:0;display:grid}.glass-account-ledger-order strong,.glass-account-ledger-product strong{min-width:0;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;overflow-wrap:anywhere;font-size:.96rem;line-height:1.35;display:block}.glass-account-ledger-order small,.glass-account-ledger-product small,.glass-account-ledger-meta small,.glass-account-ledger-amount small{color:var(--site-muted);margin-top:5px;font-size:.82rem;line-height:1.45;display:block}.glass-account-ledger-product strong{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.glass-account-ledger-meta span{color:var(--site-text);font-size:.9rem}.glass-account-ledger-amount{text-align:left;justify-items:start;gap:4px;display:grid}.glass-account-ledger-amount strong{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:-.02em;white-space:nowrap;font-size:1.45rem;line-height:1}.glass-account-ledger-actions{z-index:4;pointer-events:none;justify-items:end;gap:8px;display:grid}.glass-account-ledger-actions .glass-mini-action{justify-content:center;width:auto;min-width:96px;padding-left:12px;padding-right:12px}.glass-account-ledger-actions a{pointer-events:auto}.glass-row-detail-hint{cursor:pointer}.glass-account-order-ledger .glass-status{width:fit-content;min-height:30px;padding:0 11px;font-size:.72rem}.glass-account-pagination{border-top:1px solid var(--site-border);align-items:center;padding-top:16px}.glass-account-page-controls,.glass-page-number-list,.glass-page-number-wrap{align-items:center;gap:8px;display:flex}.glass-page-number{border:1px solid var(--site-border);min-width:38px;height:38px;color:var(--site-text);background:var(--site-panel-soft);border-radius:999px;justify-content:center;align-items:center;font-weight:900;text-decoration:none;display:inline-flex}.glass-page-number.is-active{background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));color:#fff;border-color:#0000}.glass-page-ellipsis{color:var(--site-muted);font-weight:900}.glass-empty-state{justify-items:start;gap:12px;padding:10px 0;display:grid}.glass-empty-state-compact{border:1px solid var(--site-border);background:var(--site-panel-soft);border-radius:24px;min-height:220px;padding:18px}.glass-preset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.glass-preset-card{border:1px solid var(--site-border);background:var(--site-panel-soft);color:var(--site-text);text-align:left;border-radius:24px;gap:8px;padding:18px;transition:transform .18s,border-color .18s,background-color .18s;display:grid}.glass-preset-card:hover{border-color:var(--site-border-strong);background:var(--site-panel-strong);transform:translateY(-1px)}.glass-preset-card span{color:var(--site-kicker);font-family:var(--site-display-font);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.glass-preset-card strong{color:var(--site-text);font-family:var(--site-display-font);font-size:1.4rem}.glass-payment-method-block{gap:12px;display:grid}.glass-payment-method-title{color:var(--site-kicker);font-family:var(--site-display-font);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem}.glass-payment-method-grid{grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:12px;display:grid}.glass-payment-method-option{min-width:0}.glass-payment-method-input{opacity:0;pointer-events:none;position:absolute}.glass-payment-method-card{border:1px solid var(--site-border);background:var(--site-panel-soft);min-height:58px;color:var(--site-text);cursor:pointer;border-radius:18px;align-items:center;padding:12px 14px;font-weight:800;transition:border-color .18s,box-shadow .18s,transform .18s,background-color .18s;display:flex}.glass-payment-method-card:hover{border-color:var(--site-border-strong);background:var(--site-panel-strong);transform:translateY(-1px)}.glass-payment-method-input:focus-visible+.glass-payment-method-card,.glass-payment-method-input:checked+.glass-payment-method-card{border-color:var(--site-accent);box-shadow:0 0 0 3px #8455ef2e}.glass-empty-inline{color:var(--site-muted);padding:12px 0}.account-orders-modern{gap:22px;display:grid}.account-orders-hero{grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:end;gap:24px;display:grid}.account-orders-hero-copy{gap:12px;display:grid}.account-orders-hero-copy .glass-title{margin:0;line-height:.95}.account-orders-hero-copy .glass-subtitle{max-width:520px;margin:0}.account-orders-quick-actions{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.account-orders-search{border:1px solid var(--site-border);background:color-mix(in srgb, var(--site-panel-soft) 80%, transparent);border-radius:999px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:0 12px 0 18px;display:grid;box-shadow:inset 0 1px #ffffff0f}.account-orders-search .material-symbols-outlined{color:var(--site-muted);font-size:23px}.account-orders-search input{min-width:0;color:var(--site-text);font:inherit;background:0 0;border:0;outline:0;font-weight:750}.account-orders-search input::placeholder{color:color-mix(in srgb, var(--site-muted) 76%, transparent)}.account-orders-search button{border:1px solid var(--site-border);background:var(--site-panel-strong);min-height:38px;color:var(--site-text);cursor:pointer;border-radius:999px;padding:0 16px;font-weight:900}.account-orders-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.account-orders-summary>div{border:1px solid var(--site-border);background:color-mix(in srgb, var(--site-panel-soft) 82%, transparent);border-radius:24px;min-width:0;padding:18px 20px}.account-orders-summary span{color:var(--site-muted);font-family:var(--site-display-font);margin-bottom:8px;font-size:.76rem;font-weight:900;display:block}.account-orders-summary strong{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1}.account-orders-toolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.account-orders-tabs{border:1px solid var(--site-border);background:color-mix(in srgb, var(--site-panel-soft) 82%, transparent);border-radius:999px;flex-wrap:wrap;gap:4px;padding:4px;display:inline-flex}.account-orders-tabs a{min-width:94px;min-height:42px;color:color-mix(in srgb, var(--site-text) 78%, var(--site-muted));font-family:var(--site-display-font);border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex}.account-orders-tabs a.is-active{color:#fff;background:linear-gradient(135deg, var(--site-accent), var(--site-accent-2));box-shadow:0 16px 34px color-mix(in srgb, var(--site-accent) 24%, transparent)}.account-orders-page-meta{color:var(--site-muted);font-family:var(--site-display-font);align-items:center;gap:16px;font-weight:850;display:flex}.account-orders-page-meta i{background:var(--site-border);width:1px;height:22px}.account-orders-arrow-controls{border:1px solid var(--site-border);background:color-mix(in srgb, var(--site-panel-soft) 86%, transparent);border-radius:999px;display:inline-flex;overflow:hidden}.account-orders-arrow-controls a,.account-orders-arrow-controls>span{width:48px;height:42px;color:var(--site-text);place-items:center;text-decoration:none;display:grid}.account-orders-arrow-controls .is-disabled{color:color-mix(in srgb, var(--site-muted) 58%, transparent)}.account-order-card-list{gap:10px;display:grid}.account-order-card{border:1px solid var(--site-border);background:radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--site-accent) 12%, transparent), transparent 34%), color-mix(in srgb, var(--site-panel-soft) 88%, transparent);border-radius:22px;grid-template-columns:64px minmax(240px,1.75fr) minmax(170px,.82fr) 106px minmax(108px,.5fr) minmax(124px,auto);align-items:center;gap:18px;min-height:96px;padding:18px 22px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0d,0 18px 46px #0003}.account-order-card:hover{border-color:color-mix(in srgb, var(--site-accent) 42%, var(--site-border));box-shadow:inset 0 1px 0 #ffffff14, 0 22px 52px color-mix(in srgb, var(--site-accent) 14%, transparent);transform:translateY(-1px)}.account-order-card-link{z-index:4;border-radius:inherit;position:absolute;inset:0}.account-order-card>:not(.account-order-card-link){z-index:3;pointer-events:none;position:relative}.account-order-mark{background:radial-gradient(circle at 32% 24%, #ffffff52, transparent 28%), linear-gradient(145deg, var(--site-accent), var(--site-accent-2));color:#fff;width:58px;height:58px;font-family:var(--site-display-font);letter-spacing:0;box-shadow:0 14px 30px color-mix(in srgb, var(--site-accent) 28%, transparent);border-radius:18px;place-items:center;font-size:.98rem;font-weight:950;display:grid}.account-order-main{gap:5px;min-width:0;display:grid}.account-order-main h2{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(.98rem,1.16vw,1.16rem);line-height:1.25;display:-webkit-box;overflow:hidden}.account-order-main p,.account-order-main small,.account-order-time{color:var(--site-muted);font-size:.86rem;font-weight:750;line-height:1.45}.account-order-main p{flex-wrap:wrap;gap:8px;margin:0;display:flex}.account-order-main small{overflow-wrap:anywhere;display:block}.account-order-time{color:color-mix(in srgb, var(--site-text) 78%, var(--site-muted));align-items:center;gap:8px;display:inline-flex}.account-order-time .material-symbols-outlined{color:var(--site-muted);font-size:19px}.account-order-price{justify-items:start;gap:5px;display:grid}.account-order-price strong{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;white-space:nowrap;font-size:clamp(1.25rem,1.7vw,1.72rem);line-height:1}.account-order-price small{color:var(--site-muted);font-size:.78rem}.account-order-actions{pointer-events:none;justify-items:end;gap:8px;display:grid}.account-order-actions a,.account-order-actions a{z-index:6;pointer-events:auto;min-width:108px;position:relative}.account-order-actions .glass-row-detail-hint{pointer-events:none;min-width:108px}.account-order-actions .glass-mini-action{justify-content:center;gap:6px}.account-order-actions .material-symbols-outlined{font-size:19px}.account-order-card .glass-status{justify-content:center;justify-self:start;min-width:78px;min-height:28px}.account-orders-empty{min-height:180px}.account-orders-pagination{padding:16px 0 0}.account-recharge-orders-panel{margin-top:10px}.account-recharge-card{grid-template-columns:78px minmax(260px,1.7fr) minmax(180px,.82fr) 116px minmax(118px,.52fr) minmax(130px,auto)}html[data-theme=glass] .account-orders-search,html[data-theme=glass] .account-orders-tabs,html[data-theme=glass] .account-orders-arrow-controls,html[data-theme=glass] .account-orders-summary>div,html[data-theme=glass] .account-order-card{background:radial-gradient(circle at 12% 8%,#8455ef1a,#0000 34%),#ffffffb8;box-shadow:inset 0 1px #ffffffc7,0 18px 44px #32294f14}html[data-theme=glass] .account-order-card:hover{box-shadow:inset 0 1px #ffffffdb,0 22px 48px #4a3fe21f}html[data-theme=glass] .account-orders-search button{background:#ffffffdb}html.site-motion-enabled .site-reveal-block{opacity:0;filter:blur(6px);transition:opacity .255s,filter .255s,transform .255s cubic-bezier(.16,1,.3,1);transition-delay:var(--site-reveal-delay,0s);will-change:opacity, filter, transform;transform:translateY(18px)scale(.992)}html.site-motion-enabled .site-reveal-block.is-visible{opacity:1;filter:blur();transform:translate(0,0)scale(1)}@keyframes beibei-button-shine{0%{opacity:0;transform:skew(-18deg)translate(0)}18%{opacity:.9}to{opacity:0;transform:skew(-18deg)translate(340%)}}@media (prefers-reduced-motion:reduce){html.site-motion-enabled .site-reveal-block{opacity:1;filter:none;transition:none;transform:none}.atelier-primary-action:hover:after,.atelier-secondary-action:hover:after,.atelier-danger-action:hover:after,.atelier-icon-action:hover:after,.glass-button-primary:hover:after,.glass-button-secondary:hover:after,.glass-button-danger:hover:after,.atelier-nav-link-strong:hover:after{animation:none}}@media (max-width:720px){html.site-motion-enabled .site-reveal-block{opacity:1;filter:none;transition:none;transform:none}}@media (max-width:1100px){.glass-grid,.glass-profile-hero,.glass-form-columns,.glass-order-split-grid,.account-profile-hero-modern{grid-template-columns:1fr}.account-profile-hero-modern:before{width:160px;right:28px}.glass-product-grid>.glass-product-visual-card,.glass-product-grid>.glass-product-detail-card,.glass-product-grid>.glass-side-card,.glass-checkout-grid>.glass-product-visual-card,.glass-checkout-grid>.glass-product-detail-card,.glass-checkout-grid>.glass-side-card{grid-area:auto/1}.glass-side-card{position:static}.account-orders-hero{grid-template-columns:1fr;align-items:start}.account-orders-toolbar{flex-direction:column;align-items:flex-start}.account-order-card,.account-recharge-card{grid-template-columns:62px minmax(0,1fr) auto;gap:14px}.account-order-time,.account-order-price,.account-order-actions,.account-order-card .glass-status{grid-column:2/-1}.account-order-actions{justify-items:start}}@media (max-width:720px){.glass-product-grid>.glass-product-visual-card,.glass-checkout-grid>.glass-product-visual-card{order:1}.glass-product-grid>.glass-side-card,.glass-checkout-grid>.glass-side-card{order:2}.glass-product-grid>.glass-product-detail-card,.glass-checkout-grid>.glass-product-detail-card{order:3}.glass-button-primary,.glass-button-secondary,.glass-button-danger,.atelier-mobile-actions .theme-toggle,.atelier-mobile-actions .language-selector,.atelier-mobile-actions .language-toggle{width:100%}.atelier-mobile-actions .language-menu{width:100%;left:0;right:auto}.atelier-mobile-actions .atelier-music-control{justify-content:center;width:100%}.glass-centered-page{min-height:auto}.glass-card,.glass-auth-card{border-radius:28px}.glass-content-block,.glass-auth-card,.glass-profile-hero{padding:22px}.glass-media-stage{min-height:280px;padding:24px}.glass-title-row,.glass-order-item,.glass-order-head,.glass-rich-detail-head,.glass-field-row{flex-direction:column;align-items:flex-start}.bb-order-flow{border-radius:26px;gap:18px;padding:20px}.bb-order-flow__header,.bb-order-flow__actions{flex-direction:column;align-items:stretch}.bb-order-flow__title{font-size:clamp(2rem,12vw,3rem)}.bb-order-flow__price{width:fit-content;min-width:132px;min-height:52px;margin-top:0;padding:0 22px;font-size:1.24rem}.bb-order-flow__summary,.bb-order-flow__steps,.bb-order-flow__stock-card,.bb-order-flow__payment-card,.bb-order-flow__step,.glass-side-card .bb-order-flow__summary,.glass-side-card .bb-order-flow__steps,.glass-side-card .bb-order-flow__step{grid-template-columns:1fr}.bb-order-flow__stock-card,.bb-order-flow__payment-card,.bb-order-flow__step{border-radius:22px;min-height:0;padding:18px}.bb-order-flow__divider{width:1px;height:62px;min-height:0}.bb-order-flow__divider:before{content:none}.bb-order-flow__stock-card{grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);column-gap:14px}.bb-order-flow__stock-card .bb-order-flow__metric:first-child,.bb-order-flow__stock-card .bb-order-flow__metric:last-child{text-align:left;justify-items:start}.bb-order-flow__stock-value,.bb-order-flow__sold-value{font-size:clamp(2.7rem,16vw,4rem)}.bb-order-flow__payment-card{align-items:start}.bb-order-flow__payment-title{margin-top:10px;font-size:1.65rem}.bb-top-payment-icons__scan,.bb-top-payment-icons__usdt{width:52px;height:52px}.bb-order-flow__step{gap:14px}.bb-step-icon-shell{width:64px;height:64px}.bb-step-icon-shell svg{width:34px;height:34px}.bb-order-flow__btn{width:100%;min-width:0}.glass-rich-detail-item,.glass-rich-detail-item-horizontal{flex-direction:column;padding:24px}.glass-rich-detail-heading,.glass-rich-detail-heading-success,.glass-rich-detail-heading-yellow,.glass-rich-detail-heading-cyan,.glass-rich-detail-heading-blue,.glass-rich-detail-heading-purple,.glass-rich-detail-heading-neutral{font-size:24px}.glass-rich-detail-line,.glass-rich-detail-line a{font-size:18px}html[data-theme=glass] .glass-rich-detail-item,html[data-theme=glass] .glass-rich-detail-item-horizontal{padding:24px 24px 24px 34px}html[data-theme=glass] .glass-rich-detail-heading,html[data-theme=glass] .glass-rich-detail-heading-success,html[data-theme=glass] .glass-rich-detail-heading-yellow,html[data-theme=glass] .glass-rich-detail-heading-cyan,html[data-theme=glass] .glass-rich-detail-heading-blue,html[data-theme=glass] .glass-rich-detail-heading-purple,html[data-theme=glass] .glass-rich-detail-heading-neutral{font-size:26px}html[data-theme=glass] .glass-rich-detail-line,html[data-theme=glass] .glass-rich-detail-line-strong{font-size:19px}.glass-order-side,.glass-activity-meta,.glass-price-block{text-align:left;justify-items:start;width:100%}.glass-recharge-actions,.glass-recharge-action-row{justify-content:flex-start;justify-items:start;width:100%}.glass-pagination{flex-direction:column;align-items:flex-start}.glass-account-ledger-head{display:none}.glass-account-ledger-row{grid-template-columns:1fr;gap:12px;min-width:0;padding:18px}.glass-account-order-ledger{overflow:hidden}.glass-account-ledger-amount,.glass-account-ledger-actions{text-align:left;justify-items:start}.glass-account-page-controls,.glass-page-number-list{flex-wrap:wrap}.glass-account-ledger-actions .glass-mini-action{width:100%}.account-orders-modern{gap:18px}.account-orders-search{grid-template-columns:24px minmax(0,1fr);min-height:56px}.account-orders-search button{grid-column:1/-1;width:100%;margin-bottom:10px}.account-orders-summary{grid-template-columns:1fr}.account-orders-tabs,.account-orders-page-meta,.account-orders-arrow-controls{width:100%}.account-orders-tabs a{flex:45%;min-width:0}.account-orders-page-meta{flex-wrap:wrap}.account-orders-arrow-controls{justify-content:space-between}.account-order-card,.account-recharge-card{border-radius:22px;grid-template-columns:56px minmax(0,1fr);min-height:0;padding:16px}.account-order-mark{border-radius:17px;width:52px;height:52px;font-size:.9rem}.account-order-time,.account-order-price,.account-order-actions,.account-order-card .glass-status{grid-column:1/-1}.account-order-actions,.account-order-actions a,.account-order-actions .glass-row-detail-hint{width:100%}.account-order-card .glass-status{justify-self:start}.admin-notification-product{grid-template-columns:22px minmax(0,1fr)}.admin-notification-product .status-pill,.admin-notification-state{text-align:left;grid-column:2;justify-self:start}.glass-form-grid,.glass-summary-grid,.glass-preset-grid,.glass-auth-form,.glass-auth-switch,.glass-field-row,.glass-captcha-grid{grid-column:1/-1;grid-template-columns:1fr}.glass-inline-actions,.glass-auth-links,.register-code-control{width:100%}.glass-captcha-panel{justify-content:space-between;width:100%}.glass-captcha-image{flex:auto;width:auto;min-width:0}.glass-profile-avatar{width:76px;height:76px}.account-profile-stat-grid{grid-template-columns:1fr}.account-profile-hero-modern .glass-profile-avatar{width:88px;height:88px}.account-profile-hero-modern .glass-profile-main{align-items:flex-start;padding:0}.account-profile-form-columns .glass-field{grid-template-columns:1fr;gap:8px}.account-profile-form-columns .glass-inline-actions{padding-left:0}.glass-profile-main{flex-direction:column;width:100%}}.atelier-home-side .atelier-stat-panel,.atelier-banner-card,.atelier-catalog-card{border-color:color-mix(in srgb, var(--product-accent,var(--site-accent-2)) 18%, var(--site-border))}html[data-theme=glass] .atelier-home-side .atelier-stat-panel{box-shadow:inset 0 1px #ffffffd1,0 22px 56px #6b56a814;background:radial-gradient(circle at 10% 10%,#8455ef14,#0000 34%),radial-gradient(circle at 92% 86%,#9795ff14,#0000 38%),linear-gradient(145deg,#ffffffeb,#ffffffb8)!important}.atelier-home-side .atelier-stat-panel>div:first-of-type strong{color:#0000;background:linear-gradient(135deg, var(--site-safe), var(--site-accent-2));-webkit-background-clip:text;background-clip:text}.atelier-home-side .atelier-stat-panel>div:nth-of-type(3) strong{color:#0000;background:linear-gradient(135deg, var(--site-stock), #9cf6c9);-webkit-background-clip:text;background-clip:text}.atelier-home-side .atelier-stat-panel>div:nth-of-type(5) strong{color:#0000;background:linear-gradient(135deg, var(--site-hot), var(--site-warm), var(--site-gold));-webkit-background-clip:text;background-clip:text}.atelier-banner-card{background:radial-gradient(circle at 12% 18%, #8455ef14, transparent 34%), radial-gradient(circle at 90% 22%, #9795ff12, transparent 34%), var(--site-panel)!important}html[data-theme=glass] .atelier-platform-card{box-shadow:inset 0 1px #ffffffd1,0 22px 56px #6b56a814;background:radial-gradient(circle at 12% 4%,#8455ef14,#0000 34%),radial-gradient(circle at 92% 82%,#9795ff12,#0000 36%),linear-gradient(145deg,#ffffffeb,#ffffffb3)!important}.atelier-catalog-card{background:radial-gradient(circle at 18% 12%, var(--product-accent-soft), transparent 34%), linear-gradient(155deg, color-mix(in srgb, var(--product-accent-strong) 5%, transparent), transparent 44%), var(--site-panel)!important}.atelier-catalog-card:hover{border-color:color-mix(in srgb, var(--product-accent) 42%, var(--site-border-strong));background:radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--product-accent) 18%, transparent), transparent 34%), linear-gradient(155deg, color-mix(in srgb, var(--product-accent-strong) 8%, transparent), transparent 44%), var(--site-panel-strong)!important}.atelier-catalog-card.sold-out,.atelier-catalog-card.sold-out:hover{--product-accent:#9b9ca4;--product-accent-strong:#d1d5db;background:color-mix(in srgb, var(--site-panel) 88%, #b0b0b0 12%)!important}.atelier-catalog-meta strong,.atelier-detail-price-row strong,.glass-price-block strong{background:linear-gradient(135deg, #fff 0%, var(--site-gold) 34%, #ff91d6 72%, var(--site-accent-2) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 14px color-mix(in srgb, var(--site-gold) 12%, transparent));-webkit-background-clip:text;background-clip:text;color:#0000!important}html[data-theme=glass] .atelier-catalog-meta strong,html[data-theme=glass] .atelier-detail-price-row strong,html[data-theme=glass] .glass-price-block strong{filter:none;background:linear-gradient(135deg,#2f255f 0%,#4a3fe2 48%,#7c6dff 100%);-webkit-background-clip:text;background-clip:text}.glass-chip,.atelier-price-chip{-webkit-text-fill-color:currentColor;box-shadow:0 16px 34px color-mix(in srgb, var(--site-hot) 18%, transparent);color:#211529!important;background:linear-gradient(135deg, var(--site-gold), #ff91d6 58%, var(--site-accent-2))!important}html[data-theme=glass] .glass-chip,html[data-theme=glass] .atelier-price-chip{color:#fff!important}.atelier-pill-strong,.glass-badge-accent{color:#fff;box-shadow:0 10px 24px color-mix(in srgb, var(--site-hot) 20%, transparent);background:linear-gradient(135deg, var(--site-hot), var(--site-warm))!important}.glass-badge-soft{color:var(--site-safe);border-color:color-mix(in srgb, var(--site-safe) 32%, var(--site-border));background:color-mix(in srgb, var(--site-safe) 10%, var(--site-panel-strong))}.atelier-catalog-counts span:first-child:not(.atelier-stock-soldout),.glass-price-block small:not(.glass-price-strike),.glass-side-card .glass-summary-grid>div:first-child span{color:var(--site-stock)}.atelier-catalog-counts .atelier-sales-count{color:var(--site-hot)}.atelier-process-card{position:relative;overflow:hidden}.atelier-process-card:before{content:"";background:var(--process-accent,var(--site-accent-2));opacity:.9;width:4px;position:absolute;inset:0 auto 0 0}.atelier-process-card:after{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--process-accent,var(--site-accent-2)) 16%, transparent), transparent 70%);pointer-events:none;border-radius:999px;width:96px;height:96px;position:absolute;top:-32px;right:-32px}.atelier-process-card:first-child{--process-accent:var(--site-safe)}.atelier-process-card:nth-child(2){--process-accent:var(--site-hot)}.atelier-process-card:nth-child(3){--process-accent:var(--site-gold)}.atelier-process-card:nth-child(4){--process-accent:var(--site-stock)}.atelier-process-card strong{color:color-mix(in srgb, var(--process-accent,var(--site-accent-2)) 78%, var(--site-text))}.atelier-brand-mark.atelier-brand-mark-image{color:#0000;letter-spacing:0;background:#ffffff14}.admin-agent-list{gap:16px;display:grid}.admin-agent-create-panel{display:block}.admin-agent-create-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;list-style:none;display:flex}.admin-agent-create-summary::-webkit-details-marker{display:none}.admin-agent-create-summary h2{margin:8px 0 0}.admin-agent-create-summary>span{min-height:42px;color:var(--admin-accent,var(--accent-strong));white-space:nowrap;background:#8b5cf61f;border:1px solid #8b5cf657;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-weight:800;display:inline-flex}.admin-agent-create-panel[open] .admin-agent-create-summary{margin-bottom:24px}.admin-agent-create-panel[open] .admin-agent-create-summary>span:before{content:"收起 / "}.vip-table-wrap{overflow-x:auto}.vip-purchase-table{color:#f9f5f8d1}.vip-purchase-table th,.vip-purchase-table td{vertical-align:middle}.vip-purchase-table thead th{color:#cdbdff}.vip-purchase-table tbody td{color:#ebe2ffc2}.vip-purchase-table tbody td:first-child,.vip-purchase-table tbody td:nth-child(4){color:#bca7ff}.vip-purchase-table tbody td:nth-child(4){font-weight:850}.vip-category-pill{color:#d8ccff;white-space:nowrap;background:#8b5cf614;border:1px solid #bca7ff33;border-radius:999px;align-items:center;gap:10px;min-height:38px;padding:0 12px 0 8px;font-weight:850;display:inline-flex}.vip-category-pill .category-brand-icon{width:1.55rem;height:1.55rem}.vip-category-pill .category-brand-icon img{width:1rem;height:1rem}.vip-category-pill .category-brand-icon-grok img{width:1.18rem;height:1.18rem}.vip-purchase-table tbody strong{color:#f9f5f8}.vip-purchase-table .table-subtext{color:#e1d7f7ad}html[data-theme=glass] .vip-purchase-table{color:#32294fd1}html[data-theme=glass] .vip-purchase-table thead th,html[data-theme=glass] .vip-purchase-table tbody td,html[data-theme=glass] .vip-purchase-table tbody td:first-child,html[data-theme=glass] .vip-purchase-table tbody td:nth-child(4){color:#443769b8}html[data-theme=glass] .vip-purchase-table tbody strong{color:#2f1f5d}html[data-theme=glass] .vip-category-pill{color:#4c1d95;background:#7c3aed14;border-color:#6d28d924}html[data-theme=glass] .vip-purchase-table .table-subtext{color:#5f557fc2}.vip-price-chip{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf66b;border-radius:999px;justify-content:center;align-items:center;min-width:92px;min-height:34px;font-weight:800;display:inline-flex}.glass-button-secondary.small{min-height:38px;padding:0 16px;font-size:.88rem}.glass-button-secondary.is-disabled{pointer-events:none;opacity:.45}.admin-agent-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:14px}.admin-agent-card>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-agent-card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.admin-agent-tile{border:1px solid var(--admin-line,var(--line));min-height:220px;color:var(--admin-text,var(--text));background:#ffffff09;border-radius:8px;gap:14px;padding:18px;text-decoration:none;display:grid}.admin-agent-tile:hover{background:#8b5cf614;border-color:#8b5cf680}.admin-agent-tile-head,.admin-agent-tile-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-agent-tile-mark{color:#120920;letter-spacing:0;background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-weight:900;display:inline-flex}.admin-agent-tile strong{font-size:1.15rem;line-height:1.25}.admin-agent-tile small,.admin-agent-tile-foot{color:var(--admin-muted,var(--muted))}.admin-agent-tile-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-agent-tile-metrics span{border:1px solid var(--admin-line,var(--line));min-width:0;color:var(--admin-muted,var(--muted));background:#ffffff08;border-radius:8px;gap:4px;padding:10px;display:grid}.admin-agent-tile-metrics b{color:var(--admin-text,var(--text));font-size:1rem;line-height:1.2}.status-pill{border:1px solid var(--admin-line,var(--line));min-height:30px;color:var(--admin-muted,var(--muted));border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.status-pill.success{color:#10b981;border-color:#10b98159}.status-pill.warning{color:#f59e0b;border-color:#f59e0b61}.status-pill.muted{color:var(--admin-muted,var(--muted))}.admin-notification-product-list{gap:12px;display:grid}.admin-notification-product{border:1px solid var(--admin-line,var(--line));background:#ffffff08;border-radius:18px;grid-template-columns:22px auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.admin-notification-product input[type=checkbox]{width:20px;height:20px;accent-color:var(--admin-accent,var(--accent-strong));margin:0}.admin-notification-product-main{gap:4px;min-width:0;display:grid}.admin-notification-product-main strong{color:var(--admin-text,var(--text));overflow-wrap:anywhere}.admin-notification-product-main small{color:var(--admin-muted,var(--muted));line-height:1.45}.admin-notification-state{color:#f97373;text-align:right;min-width:100px;font-weight:900}.admin-notification-state.is-on{color:#10b981}.admin-agent-edit-form{margin-top:16px}.admin-agent-security-reset{border:1px solid var(--admin-line,var(--line));background:#ffffff09;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:14px 16px;display:flex}.admin-agent-security-reset p{margin:4px 0 0}.admin-agent-metrics{margin-top:16px}.admin-agent-note{margin-top:12px}.admin-agent-product-form{grid-template-columns:130px 130px auto auto auto auto;justify-content:start;align-items:end;gap:12px;display:grid}.admin-agent-product-price-form{display:contents}.admin-agent-product-price-field{gap:6px;min-width:0;display:grid}.admin-agent-product-price-field span{color:var(--muted);font-size:.78rem;font-weight:800}.admin-agent-product-price-field input[type=number]{width:130px;min-width:0}.admin-agent-product-meta{white-space:nowrap;align-self:center}.admin-agent-product-form .checkbox-row.compact{align-self:center}.auto-submit-checkbox-form{align-items:center;gap:8px;display:inline-flex}.auto-submit-checkbox-status{color:var(--muted);white-space:nowrap;font-size:.78rem;font-weight:800}.settlement-detail{width:100%}.settlement-detail summary{cursor:pointer;color:var(--admin-muted,var(--muted));font-weight:800}.settlement-detail[open] summary{margin-bottom:12px}.admin-agent-settlement-paid-form{gap:8px;min-width:180px;display:grid}.admin-agent-settlement-paid-form input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:36px;color:var(--text);font:inherit;border-radius:10px;padding:0 10px;font-size:.86rem}.compact-table{font-size:.88rem}.detached-form{display:none}.admin-agent-product-form .ghost-button.small{align-self:center;min-width:82px}.agent-auth-page{max-width:1180px}:is(.page-shell:has(.agent-auth-page) .atelier-header,.page-shell:has(.agent-auth-page) .atelier-footer,.page-shell:has(.agent-auth-page) .atelier-floating-mascot,.page-shell:has(.agent-console) .atelier-header,.page-shell:has(.agent-console) .atelier-footer,.page-shell:has(.agent-console) .atelier-floating-mascot){display:none}:is(.page-shell:has(.agent-auth-page),.page-shell:has(.agent-console)){background:radial-gradient(circle at 18% 0,#ba9eff2e,#0000 30%),radial-gradient(circle at 90% 18%,#8455ef1f,#0000 28%),linear-gradient(#111016 0%,#17121f 46%,#09090c 100%);min-height:100vh}:is(.page-shell:has(.agent-auth-page) .atelier-main,.page-shell:has(.agent-console) .atelier-main){padding-top:0}.agent-auth-card{background:radial-gradient(circle at 0 0,#ba9eff24,#0000 34%),linear-gradient(145deg,#ffffffe6,#f6f1ffc2);border-color:#ba9eff38}.agent-console{color:#e5e2e3;background:radial-gradient(circle at 18% 0,#a78bfa1a,#0000 34%),radial-gradient(circle at 92% 0,#cebdff14,#0000 32%),#0d0d0e;grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid}.agent-console-sidebar{z-index:2;background:#0e0e0f;border-right:1px solid #ffffff14;grid-template-rows:auto 1fr auto;height:100vh;display:grid;position:sticky;top:0}.agent-console-brand{align-items:center;gap:12px;padding:24px;display:flex}.agent-console-logo,.agent-console-mini-logo{color:#21005e;font-family:var(--font-headline), sans-serif;background:linear-gradient(135deg,#cebdffeb,#8455efeb);border-radius:16px;flex:none;place-items:center;font-weight:950;display:grid;overflow:hidden}.agent-console-logo{width:48px;height:48px;font-size:.95rem}.agent-console-logo img{object-fit:cover;width:100%;height:100%}.agent-console-brand strong,.agent-console-account strong{color:#f9f5f8;font-family:var(--font-headline), sans-serif;font-size:1.02rem;line-height:1.2;display:block}.agent-console-brand small,.agent-console-account small{color:#e5e2e37a;letter-spacing:.18em;text-transform:uppercase;margin-top:3px;font-size:.66rem;font-weight:900;display:block}.agent-console-nav{align-content:start;gap:8px;padding:12px 16px;display:grid;overflow-y:auto}.agent-console-nav a{color:#e5e2e3a3;border-radius:14px;align-items:center;gap:12px;min-height:44px;padding:0 14px;font-size:.88rem;font-weight:900;text-decoration:none;transition:all .18s;display:flex}.agent-console-nav a:hover,.agent-console-nav a.is-active{color:#cebdff;background:#cebdff1a}.agent-console-nav .material-symbols-outlined{font-size:1.2rem}.agent-console-account{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:18px;grid-template-columns:40px minmax(0,1fr);gap:10px;margin:16px;padding:14px;display:grid}.agent-console-mini-logo{width:40px;height:40px;font-size:.8rem}.agent-console-account form{grid-column:1/-1;margin:2px 0 0}.agent-console-account button{color:#f9f5f8;cursor:pointer;background:#ffffff0f;border:0;border-radius:10px;width:100%;min-height:36px;font-weight:900}.agent-console-main{grid-template-rows:64px minmax(0,1fr);min-width:0;height:100vh;display:grid}.agent-console-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#13131494;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:18px;padding:0 28px;display:flex}.agent-console-kicker,.agent-console-card-label{color:#e5e2e38a;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:950}.agent-console-topbar h1{color:#f9f5f8;font-family:var(--font-headline), sans-serif;margin:2px 0 0;font-size:1.1rem}.agent-console-top-actions{align-items:center;gap:12px;min-width:0;display:flex}.agent-console-domain{color:#e5e2e399;text-overflow:ellipsis;white-space:nowrap;max-width:38vw;font-size:.8rem;font-weight:800;overflow:hidden}.agent-console-top-actions a,.agent-console-form-actions button{color:#21005e;cursor:pointer;background:#cebdff;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 18px;font-weight:950;text-decoration:none;display:inline-flex}.agent-console-scroll{min-width:0;padding:28px;overflow-y:auto}.agent-console-notice{margin-bottom:16px}.agent-console-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:22px;display:grid}.agent-console-stat,.agent-console-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1a1a1c85;border:1px solid #ffffff0f;box-shadow:0 24px 70px #00000038}.agent-console-stat{border-radius:20px;min-height:128px;padding:20px;position:relative;overflow:hidden}.agent-console-stat.is-wide{grid-column:span 2}.agent-console-stat span,.agent-console-stat small{color:#e5e2e38a;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:950;display:block}.agent-console-stat strong{color:#cebdff;font-family:var(--font-headline), sans-serif;margin-top:10px;font-size:2rem;line-height:1;display:block}.agent-console-stat.is-green strong{color:#4ae176}.agent-console-stat small{letter-spacing:0;text-transform:none;margin-top:10px}.agent-console-stat i{color:#cebdffbd;font-style:normal;position:absolute;top:18px;right:18px}.agent-console-progress{background:#ffffff0f;border-radius:999px;height:5px;margin-top:16px;overflow:hidden}.agent-console-progress span{border-radius:inherit;background:#cebdff;height:100%;display:block}.agent-console-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px;margin-bottom:22px;display:grid}.agent-console-card{border-radius:22px;padding:22px}.agent-console-card:hover{border-color:#cebdff38}.agent-console-welcome{background:radial-gradient(circle at 0 0,#cebdff24,#0000 42%),#1a1a1c85}.agent-console-card h2,.agent-console-section-head h2{color:#f9f5f8;font-family:var(--font-headline), sans-serif;margin:6px 0 0;font-size:1.55rem;line-height:1.15}.agent-console-card p,.agent-console-section-head p{color:#e5e2e3a8;margin:10px 0 0;line-height:1.65}.agent-console-contact a{color:#cebdff;margin-top:18px;font-weight:950;display:inline-flex}.agent-console-quick-links{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.agent-console-quick-links a,.agent-console-section-link{color:#cebdff;background:#ffffff0a;border:1px solid #cebdff38;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:.84rem;font-weight:950;text-decoration:none;display:inline-flex}.agent-console-section-link{flex:none}.agent-console-form-card,.agent-console-table-card{margin-bottom:22px}.agent-console-section-head{justify-content:space-between;gap:18px;margin-bottom:18px;display:flex}.agent-console-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.agent-console-form label{gap:8px;display:grid}.agent-console-form label span{color:#e5e2e39e;font-size:.82rem;font-weight:900}.agent-console-checkbox-label{align-content:end}.agent-console-checkbox-row{align-items:center;gap:10px;min-height:48px;display:inline-flex;color:#e5e2e3c7!important}.agent-console-checkbox-row input{accent-color:#a78bfa;width:18px;height:18px;min-height:auto}.agent-console-form .full-span{grid-column:1/-1}.agent-entry-popup-official-address{background:#10b98114;border:1px solid #34d39942;border-radius:14px;gap:6px;padding:14px 16px;display:grid}.agent-entry-popup-official-address span{font-size:.82rem;font-weight:850;color:#a7f3d0d1!important}.agent-entry-popup-official-address strong{color:#ecfdf5;word-break:break-all;font-size:1rem;line-height:1.35}.agent-entry-popup-official-address small{color:#d1fae5ad!important}.agent-console-form input:not([type=checkbox]),.agent-console-form textarea,.agent-console-form select,.agent-console-product-form input[type=number],.agent-product-price-form input[type=number]{color:#f9f5f8;background:#0e0e0fd1;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%}.agent-console-form input:not([type=checkbox]),.agent-console-form select,.agent-console-product-form input[type=number],.agent-product-price-form input[type=number]{min-height:48px}.agent-console-form input:not([type=checkbox]):focus,.agent-console-form textarea:focus,.agent-console-form select:focus,.agent-console-product-form input[type=number]:focus,.agent-product-price-form input[type=number]:focus{border-color:#cebdff99;box-shadow:0 0 0 4px #cebdff1a}.agent-console-form input[type=checkbox]{accent-color:#a78bfa;flex:none;width:18px;height:18px;min-height:0;margin:0;padding:0}.agent-logo-upload-field{gap:8px;display:grid}.agent-logo-upload-control{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;display:grid}.agent-logo-preview{color:#cebdff;background:#a78bfa2e;border:1px solid #cebdff38;border-radius:16px;place-items:center;width:64px;height:64px;font-size:.72rem;font-weight:950;display:grid;overflow:hidden}.agent-logo-preview img{object-fit:cover;width:100%;height:100%}.agent-logo-upload-main{gap:6px;min-width:0;display:grid}.agent-logo-upload-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.agent-logo-upload-row button{color:#cebdff;cursor:pointer;white-space:nowrap;background:#cebdff1f;border:1px solid #cebdff3d;border-radius:14px;min-height:48px;padding:0 16px;font-weight:950}.agent-logo-upload-row button:disabled{cursor:wait;opacity:.62}.agent-logo-file-input{display:none}.agent-logo-upload-field small{color:#e5e2e380;font-weight:750}.agent-logo-upload-status{color:#cebdff!important}.agent-hero-upload-field{gap:8px;display:grid}.agent-hero-upload-preview{color:#e5e2e380;background:radial-gradient(circle at 82% 88%,#6f52b533,#0000 34%),linear-gradient(145deg,#14131ef0,#0e0e16f5);border:1px solid #cebdff2e;border-radius:18px;place-items:center;width:min(520px,100%);height:150px;font-weight:900;display:grid;overflow:hidden}.agent-hero-upload-preview img{object-fit:cover;width:100%;height:100%}.agent-mascot-upload-preview{aspect-ratio:1;width:min(220px,100%);height:auto}.agent-console-form-actions{justify-content:flex-end;display:flex}.agent-order-range-card{margin-bottom:22px}.agent-order-range-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.agent-order-range-item{background:#ffffff09;border:1px solid #cebdff24;border-radius:16px;gap:9px;min-height:148px;padding:16px;display:grid}.agent-order-range-item span,.agent-order-range-item small,.agent-order-range-item p{color:#e5e2e394;font-size:.82rem;font-weight:850}.agent-order-range-item strong{color:#cebdff;font-family:var(--font-headline), sans-serif;font-size:1.7rem;line-height:1}.agent-order-range-item div{flex-wrap:wrap;gap:8px;display:flex}.agent-order-range-item small{background:#cebdff1a;border-radius:999px;padding:5px 9px}.agent-order-range-item p{margin:0;line-height:1.5}.agent-todo-list,.agent-mini-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.agent-todo-item,.agent-mini-summary-grid>div{min-height:92px;color:inherit;background:#ffffff09;border:1px solid #cebdff29;border-radius:16px;gap:8px;padding:16px;text-decoration:none;display:grid}.agent-todo-item strong,.agent-mini-summary-grid strong{color:#f9f5f8;font-size:1.05rem;line-height:1.25}.agent-todo-item span,.agent-mini-summary-grid span,.agent-mini-summary-grid small{color:#e5e2e394;line-height:1.55}.agent-todo-item.is-danger{border-color:#fb718552}.agent-todo-item.is-warn{border-color:#fbbf2447}.agent-todo-item.is-good{border-color:#4ae1763d}.agent-product-batch-form{align-items:end}.agent-product-batch-hint{color:#e5e2e39e;background:#ffffff09;border:1px solid #cebdff24;border-radius:14px;align-self:stretch;gap:4px;padding:12px 14px;line-height:1.55;display:grid}.agent-product-batch-hint strong{color:#cebdff}.agent-profile-group-title{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding:12px 0 2px;display:flex}.agent-profile-group-title:first-of-type{border-top:0;padding-top:0}.agent-profile-group-title span{letter-spacing:.08em;text-transform:uppercase;color:#cebdffc7!important;font-size:.76rem!important}.agent-profile-group-title strong{color:#f9f5f8;font-size:1rem}.agent-status-pill{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:.72rem;font-weight:950;display:inline-flex}.agent-status-pill.is-ok{color:#86efac;background:#4ae17629}.agent-status-pill.is-warn{color:#fbbf24;background:#fbbf2424}.agent-support-reply-card{margin-bottom:22px}.agent-support-reply-card pre{color:#f9f5f8db;font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;background:#05050775;border:1px solid #cebdff29;border-radius:14px;margin:0;padding:14px;line-height:1.7}.agent-copy-button{color:#cebdff;cursor:pointer;background:#ffffff0a;border:1px solid #cebdff3d;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:950;display:inline-flex}.agent-copy-button.copied{color:#86efac;border-color:#4ae1765c}.agent-copy-button .material-symbols-outlined{font-size:1rem}.agent-console-security-panel{background:#1a1a1c5c;border:1px solid #cebdff29;border-radius:16px;width:min(520px,100%);margin:0 0 0 auto;overflow:hidden;box-shadow:0 18px 42px #0000001f}.agent-console-security-panel summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:0 14px;list-style:none;display:flex}.agent-console-security-panel summary::-webkit-details-marker{display:none}.agent-console-security-panel summary span{color:#e5e2e385;font-size:.72rem;font-weight:950}.agent-console-security-panel summary strong{color:#cebdff;font-size:.9rem;font-weight:950}.agent-console-security-panel summary:after{content:"展开";text-align:right;color:#cebdffb8;min-width:48px;font-size:.74rem;font-weight:950}.agent-console-security-panel[open] summary:after{content:"收起"}.agent-console-security-form{gap:10px;padding:0 14px 14px;display:grid}.agent-console-security-form label{gap:6px;display:grid}.agent-console-security-form label span{color:#e5e2e394;font-size:.76rem;font-weight:900}.agent-console-security-form input{color:#f9f5f8;background:#0e0e0fd1;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;min-height:40px}.agent-console-security-form input:focus{border-color:#cebdff94;box-shadow:0 0 0 3px #cebdff1a}.agent-console-security-form button{color:#17131f;cursor:pointer;background:#cebdff;border:0;border-radius:999px;justify-self:end;min-height:38px;padding:0 16px;font-weight:950}.agent-console-security-divider{background:#cebdff1f;height:1px;margin:0 14px 12px}.agent-console-security-block{gap:10px;padding:0 14px 14px;display:grid}.agent-console-security-copy{gap:4px;display:grid}.agent-console-security-copy span,.agent-console-security-copy small{color:#e5e2e394;font-size:.76rem;font-weight:900}.agent-console-security-copy strong{color:#cebdff;font-weight:950}.agent-console .two-factor-qr-card,.agent-console .two-factor-recovery-panel{background:#ffffff09;border-color:#cebdff24}.agent-console .two-factor-secret,.agent-console .two-factor-recovery-grid code{color:#f9f5f8;background:#0e0e0fd1}.agent-console .two-factor-copy-button{color:#cebdff;background:#ffffff0a;border-color:#cebdff3d}.agent-console .two-factor-copy-button.copied{color:#86efac;border-color:#4ae1765c}.agent-console-secondary-form{justify-content:flex-end;margin-top:12px;display:flex}.agent-console-secondary-button,.agent-console-filter-form button{color:#cebdff;cursor:pointer;background:#ffffff0a;border:1px solid #cebdff3d;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-weight:950;display:inline-flex}.agent-console-filter-form{grid-template-columns:minmax(240px,1.3fr) minmax(150px,.7fr) minmax(150px,.7fr) minmax(150px,.7fr) auto;align-items:end;gap:12px;margin:0 0 18px;display:grid}.agent-console-filter-form label{gap:8px;display:grid}.agent-console-filter-form label span{color:#e5e2e39e;font-size:.78rem;font-weight:900}.agent-console-filter-form input,.agent-console-filter-form select{color:#f9f5f8;background:#0e0e0fd1;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%;min-height:44px;padding:0 12px}.agent-console-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.agent-console-guide-grid div,.agent-console-steps div{background:#ffffff09;border:1px solid #ffffff0f;border-radius:18px;padding:16px}.agent-console-guide-grid span{color:#e5e2e380;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:950;display:block}.agent-console-guide-grid strong{color:#f9f5f8;overflow-wrap:anywhere;margin-top:8px;display:block}.agent-console-steps{gap:10px;display:grid}.agent-console-steps div{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;display:grid}.agent-console-steps strong{color:#21005e;background:#cebdff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.agent-console-table-wrap{overflow-x:auto}.agent-console-table{border-collapse:collapse;width:100%;min-width:900px}.agent-console-orders-table{min-width:1180px}.agent-console-table th,.agent-console-table td{color:#e5e2e3b8;text-align:left;vertical-align:top;border-top:1px solid #ffffff12;padding:15px 14px}.agent-console-table thead th{color:#e5e2e380;letter-spacing:.08em;text-transform:uppercase;border-top:0;font-size:.72rem;font-weight:950}.agent-console-table strong{color:#f9f5f8}.agent-console-table-link{color:inherit;text-decoration:none}.agent-console-table-link:hover strong{color:#cebdff}.agent-console-table td div{color:#e5e2e380;margin-top:5px;font-size:.82rem}.agent-product-sort-actions{align-items:center;gap:8px;display:inline-flex}.agent-product-sort-actions button{color:#f9f5f8;cursor:pointer;background:#ba9eff1a;border:1px solid #ba9eff47;border-radius:12px;place-items:center;width:38px;height:38px;display:inline-grid}.agent-product-sort-actions button:disabled{cursor:not-allowed;opacity:.35}.agent-product-sort-actions .material-symbols-outlined{font-size:1.3rem}.agent-order-detail-hero{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.agent-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.agent-detail-list{gap:12px;margin:18px 0 0;display:grid}.agent-detail-list div{border-top:1px solid #ffffff12;grid-template-columns:130px minmax(0,1fr);gap:14px;padding:12px 0;display:grid}.agent-detail-list dt{color:#e5e2e380;font-size:.78rem;font-weight:950}.agent-detail-list dd{color:#f9f5f8e0;overflow-wrap:anywhere;margin:0}.agent-order-secret-box,.agent-order-inventory-list pre{color:#f9f5f8;font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;background:#050507a8;border:1px solid #cebdff2e;border-radius:16px;margin:16px 0 0;padding:16px;line-height:1.7}.agent-order-inventory-list,.agent-order-ticket-list{gap:12px;margin-top:16px;display:grid}.agent-order-inventory-list>div,.agent-order-ticket-list>div{background:#ffffff09;border:1px solid #ffffff12;border-radius:16px;padding:14px}.agent-order-inventory-list strong,.agent-order-ticket-list strong,.agent-order-ticket-list span,.agent-order-ticket-list small{display:block}.agent-order-ticket-list span{color:#f9f5f8d1;margin-top:6px}.agent-order-ticket-list small,.agent-order-inventory-list small{color:#e5e2e380;margin-top:6px}.agent-product-price-form{grid-template-columns:110px 78px;align-items:center;gap:8px;display:grid}.agent-product-price-form input[type=number]{width:110px;padding:0 12px}.agent-console-product-form span{color:#e5e2e3b3;white-space:nowrap}.agent-product-price-form .ghost-button.small{color:#cebdff;background:#ffffff0a;border-color:#cebdff3d;min-width:78px;min-height:48px}.agent-product-inline-message{grid-column:1/-1;margin-top:0;font-size:.75rem;font-weight:800}.agent-product-inline-message.success{color:#86efac}.agent-product-inline-message.error{color:#fb7185}.agent-products-table th:first-child{width:32%}.agent-products-table th:nth-child(2){width:9%}.agent-products-table th:nth-child(3){width:14%}.agent-products-table th:nth-child(4){width:22%}.agent-products-table th:nth-child(5){width:9%}.agent-products-table th:nth-child(6),.agent-products-table th:nth-child(7){width:7%}.agent-products-table td,.agent-products-table td strong{overflow-wrap:anywhere;word-break:break-word}.agent-products-table{min-width:1180px}.agent-products-table th:nth-child(n+5),.agent-products-table td:nth-child(n+5){white-space:nowrap;overflow-wrap:normal;word-break:normal}.agent-products-table td:nth-child(5),.agent-products-table td:nth-child(6),.agent-products-table td:nth-child(7){font-variant-numeric:tabular-nums}.agent-console .auto-submit-checkbox-form{color:#e5e2e3c7}html[data-theme=glass] .page-shell:has(.agent-console){background:radial-gradient(circle at 12% 0,#ba9eff2e,#0000 30%),radial-gradient(circle at 92% 8%,#7dd3fc1f,#0000 26%),linear-gradient(#fff 0%,#fbf8ff 48%,#f3efff 100%)}html[data-theme=glass] .agent-console{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#241a3b;background:radial-gradient(circle at 18% 0,#a78bfa29,#0000 34%),radial-gradient(circle at 90% 12%,#7dd3fc21,#0000 30%),linear-gradient(#fff 0%,#fbf8ff 52%,#f4efff 100%)}html[data-theme=glass] .agent-console-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border-right-color:#583e7e1f;box-shadow:16px 0 42px #49307014}html[data-theme=glass] .agent-console-brand strong,html[data-theme=glass] .agent-console-account strong,html[data-theme=glass] .agent-console-topbar h1,html[data-theme=glass] .agent-console-card h2,html[data-theme=glass] .agent-console-section-head h2,html[data-theme=glass] .agent-console-table strong,html[data-theme=glass] .agent-console-guide-grid strong,html[data-theme=glass] .agent-detail-list dd{color:#241a3b}html[data-theme=glass] .agent-console-brand small,html[data-theme=glass] .agent-console-account small,html[data-theme=glass] .agent-console-kicker,html[data-theme=glass] .agent-console-card-label,html[data-theme=glass] .agent-console-stat span,html[data-theme=glass] .agent-console-stat small,html[data-theme=glass] .agent-console-section-head p,html[data-theme=glass] .agent-console-card p,html[data-theme=glass] .agent-console-form label span,html[data-theme=glass] .agent-profile-group-title span,html[data-theme=glass] .agent-console-filter-form label span,html[data-theme=glass] .agent-console-table td div,html[data-theme=glass] .agent-detail-list dt,html[data-theme=glass] .agent-order-ticket-list small,html[data-theme=glass] .agent-order-inventory-list small,html[data-theme=glass] .agent-logo-upload-field small,html[data-theme=glass] .agent-todo-item span,html[data-theme=glass] .agent-mini-summary-grid span,html[data-theme=glass] .agent-mini-summary-grid small,html[data-theme=glass] .agent-order-range-item span,html[data-theme=glass] .agent-order-range-item small,html[data-theme=glass] .agent-order-range-item p,html[data-theme=glass] .agent-product-batch-hint{color:#241a3b94}html[data-theme=glass] .agent-console-nav a{color:#241a3b9e}html[data-theme=glass] .agent-console-nav a:hover,html[data-theme=glass] .agent-console-nav a.is-active{color:#5b35c8;background:#7c5cd61f}html[data-theme=glass] .agent-console-account,html[data-theme=glass] .agent-console-stat,html[data-theme=glass] .agent-console-card,html[data-theme=glass] .agent-console-security-panel,html[data-theme=glass] .agent-todo-item,html[data-theme=glass] .agent-mini-summary-grid>div,html[data-theme=glass] .agent-order-range-item,html[data-theme=glass] .agent-product-batch-hint,html[data-theme=glass] .agent-console-guide-grid div,html[data-theme=glass] .agent-console-steps div,html[data-theme=glass] .agent-order-inventory-list>div,html[data-theme=glass] .agent-order-ticket-list>div{background:#ffffffc7;border-color:#583e7e1f;box-shadow:0 20px 56px #4930701a}html[data-theme=glass] .agent-console-topbar{background:#ffffffc7;border-bottom-color:#583e7e1f;box-shadow:0 14px 36px #49307014}html[data-theme=glass] .agent-console-domain,html[data-theme=glass] .agent-console-table th,html[data-theme=glass] .agent-console-security-panel summary span,html[data-theme=glass] .agent-console-security-form label span,html[data-theme=glass] .agent-console-security-copy span,html[data-theme=glass] .agent-console-security-copy small{color:#241a3b8a}html[data-theme=glass] .agent-console-top-actions .theme-toggle{color:#5b35c8;background:#ffffffb8;border-color:#583e7e29}html[data-theme=glass] .agent-console-top-actions .theme-toggle:hover{background:#fff;border-color:#5b35c857}html[data-theme=glass] .agent-console-top-actions a,html[data-theme=glass] .agent-console-form-actions button,html[data-theme=glass] .agent-console-security-form button,html[data-theme=glass] .agent-console-steps strong{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d4be0);box-shadow:0 14px 32px #6d4be038}html[data-theme=glass] .agent-console-account button,html[data-theme=glass] .agent-console-quick-links a,html[data-theme=glass] .agent-console-section-link,html[data-theme=glass] .agent-console-secondary-button,html[data-theme=glass] .agent-copy-button,html[data-theme=glass] .agent-console-filter-form button,html[data-theme=glass] .agent-product-price-form .ghost-button.small{color:#5b35c8;background:#ffffffbd;border-color:#5b35c82e}html[data-theme=glass] .agent-console-account button:hover,html[data-theme=glass] .agent-console-quick-links a:hover,html[data-theme=glass] .agent-console-section-link:hover,html[data-theme=glass] .agent-console-secondary-button:hover,html[data-theme=glass] .agent-copy-button:hover,html[data-theme=glass] .agent-console-filter-form button:hover,html[data-theme=glass] .agent-product-price-form .ghost-button.small:hover{background:#fff;border-color:#5b35c857}html[data-theme=glass] .agent-console-welcome{background:radial-gradient(circle at 0 0,#a78bfa2e,#0000 42%),#ffffffd1}html[data-theme=glass] .agent-console-stat strong,html[data-theme=glass] .agent-console-contact a,html[data-theme=glass] .agent-console-logo-upload-status,html[data-theme=glass] .agent-todo-item strong,html[data-theme=glass] .agent-mini-summary-grid strong,html[data-theme=glass] .agent-order-range-item strong,html[data-theme=glass] .agent-profile-group-title strong,html[data-theme=glass] .agent-product-batch-hint strong,html[data-theme=glass] .agent-console-security-copy strong,html[data-theme=glass] .agent-console-security-panel summary strong,html[data-theme=glass] .agent-console-security-panel summary:after{color:#6d4be0!important}html[data-theme=glass] .agent-console-stat.is-green strong,html[data-theme=glass] .agent-product-inline-message.success{color:#059669!important}html[data-theme=glass] .agent-product-inline-message.error{color:#e11d48}html[data-theme=glass] .agent-console-stat i{color:#5b35c89e}html[data-theme=glass] .agent-console-progress{background:#583e7e1a}html[data-theme=glass] .agent-console-progress span{background:#7c5cd6}html[data-theme=glass] .agent-console-security-divider{background:#583e7e1f}html[data-theme=glass] .agent-console .two-factor-qr-card,html[data-theme=glass] .agent-console .two-factor-recovery-panel{background:#ffffffad;border-color:#583e7e1f}html[data-theme=glass] .agent-console .two-factor-secret,html[data-theme=glass] .agent-console .two-factor-recovery-grid code{color:#241a3b;background:#ffffffd1;border-color:#583e7e1f}html[data-theme=glass] .agent-console .two-factor-copy-button{color:#5b35c8;background:#ffffffbd;border-color:#5b35c82e}html[data-theme=glass] .agent-console .two-factor-copy-button.copied{color:#059669;border-color:#05966947}html[data-theme=glass] .agent-console-form input:not([type=checkbox]),html[data-theme=glass] .agent-console-form textarea,html[data-theme=glass] .agent-console-form select,html[data-theme=glass] .agent-console-security-form input,html[data-theme=glass] .agent-console-filter-form input,html[data-theme=glass] .agent-console-filter-form select,html[data-theme=glass] .agent-console-product-form input[type=number],html[data-theme=glass] .agent-product-price-form input[type=number]{color:#241a3b;background:#ffffffd6;border-color:#583e7e24}html[data-theme=glass] .agent-console-form input:not([type=checkbox])::placeholder,html[data-theme=glass] .agent-console-form textarea::placeholder,html[data-theme=glass] .agent-console-filter-form input::placeholder{color:#241a3b5c}html[data-theme=glass] .agent-console-form input:not([type=checkbox]):focus,html[data-theme=glass] .agent-console-form textarea:focus,html[data-theme=glass] .agent-console-form select:focus,html[data-theme=glass] .agent-console-security-form input:focus,html[data-theme=glass] .agent-console-filter-form input:focus,html[data-theme=glass] .agent-console-filter-form select:focus,html[data-theme=glass] .agent-console-product-form input[type=number]:focus,html[data-theme=glass] .agent-product-price-form input[type=number]:focus{border-color:#5b35c875;box-shadow:0 0 0 4px #5b35c81a}html[data-theme=glass] .agent-console-checkbox-row,html[data-theme=glass] .agent-console .auto-submit-checkbox-form,html[data-theme=glass] .agent-console-product-form span,html[data-theme=glass] .agent-console-table td,html[data-theme=glass] .agent-order-ticket-list span{color:#241a3bb8!important}html[data-theme=glass] .agent-logo-preview,html[data-theme=glass] .agent-hero-upload-preview{color:#241a3b85;background:radial-gradient(circle at 82% 88%,#a78bfa2e,#0000 34%),linear-gradient(145deg,#fffffff0,#f6f1fff0);border-color:#5b35c82e}html[data-theme=glass] .agent-logo-upload-row button{color:#5b35c8;background:#5b35c814;border-color:#5b35c82e}html[data-theme=glass] .agent-console-table th,html[data-theme=glass] .agent-console-table td,html[data-theme=glass] .agent-detail-list div,html[data-theme=glass] .agent-profile-group-title{border-top-color:#583e7e1a}html[data-theme=glass] .agent-console-table-link:hover strong{color:#5b35c8}html[data-theme=glass] .agent-order-secret-box,html[data-theme=glass] .agent-order-inventory-list pre,html[data-theme=glass] .agent-support-reply-card pre{color:#241a3b;background:#ffffffbd;border-color:#5b35c829}html[data-theme=glass] .agent-product-sort-actions button{color:#5b35c8;background:#5b35c814;border-color:#5b35c82e}.checkbox-row.compact{width:max-content;min-height:auto;padding:0}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summary-grid>div{border:1px solid var(--line);background:color-mix(in srgb, var(--panel) 84%, transparent);border-radius:8px;padding:14px}.summary-grid span{color:var(--muted);font-size:.86rem;display:block}.summary-grid strong{margin-top:4px;font-size:1.3rem;display:block}@media (max-width:1080px){.agent-console{grid-template-columns:1fr}.agent-console-sidebar{border-bottom:1px solid #ffffff14;border-right:0;grid-template-rows:auto;height:auto;position:static}.agent-console-brand{padding:18px 20px 10px}.agent-console-nav{padding:10px 20px 16px;display:flex;overflow-x:auto}.agent-console-nav a{flex:none}.agent-console-account{display:none}.agent-console-main{height:auto;min-height:100vh}.agent-console-stats,.agent-console-grid,.agent-order-detail-grid,.agent-console-filter-form,.agent-console-guide-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.admin-agent-card>summary,.admin-agent-product-form,.summary-grid{grid-template-columns:1fr}.admin-agent-card>summary{flex-direction:column;align-items:flex-start}.agent-console-topbar{flex-direction:column;align-items:flex-start;min-height:72px;padding:12px 16px}.agent-console-top-actions{justify-content:flex-start;width:100%}.agent-console-domain{max-width:100%}.agent-console-scroll{padding:18px 14px 32px}.agent-console-stats,.agent-console-grid,.agent-console-form,.agent-order-detail-grid,.agent-console-filter-form,.agent-console-guide-grid{grid-template-columns:1fr}.agent-console-stat.is-wide{grid-column:auto}.agent-console-card{padding:18px}.agent-console-section-head{flex-direction:column}.agent-order-detail-hero{display:block}.agent-order-detail-hero .agent-console-section-link{margin-top:14px}.agent-detail-list div{grid-template-columns:1fr}}:is(.page-shell:has(.admin-surface) .atelier-header,.page-shell:has(.admin-surface) .atelier-footer,.page-shell:has(.admin-surface) .atelier-floating-mascot){display:none}.page-shell:has(.admin-surface){background:linear-gradient(135deg,#120f1afa,#08080c 42%,#181024fa);min-height:100vh}html[data-theme=glass] .page-shell:has(.admin-surface){background:linear-gradient(#fff 0%,#fbf8ff 48%,#f3edff 100%)}.page-shell:has(.admin-surface) .atelier-main{padding:0}.admin-surface{--admin-bg:#0c0b11;--admin-panel:#18171ee6;--admin-panel-strong:#1f1d28f5;--admin-panel-soft:#ffffff0a;--admin-line:#d6c6ff21;--admin-line-strong:#d6c6ff3d;--admin-text:#f8f4ff;--admin-muted:#f8f4ff9e;--admin-faint:#f8f4ff6b;--admin-purple:#a78bfa;--admin-purple-soft:#a78bfa29;--admin-blue:#7dd3fc;--admin-green:#5ee2a0;--admin-amber:#f8c76b;--admin-red:#fb7185;background:linear-gradient(180deg, #ffffff08, transparent 260px), var(--admin-bg);min-height:100vh;color:var(--admin-text);border-radius:0;padding:18px;overflow-x:clip}html[data-theme=glass] .admin-surface{--admin-bg:#faf7ff;--admin-panel:#ffffffeb;--admin-panel-strong:#fffffffa;--admin-panel-soft:#7c3aed0f;--admin-line:#4f319c24;--admin-line-strong:#4f319c40;--admin-text:#241447;--admin-muted:#241447a8;--admin-faint:#2414476b;--admin-purple:#7c3aed;--admin-purple-soft:#7c3aed1f;--admin-blue:#2563eb;--admin-green:#059669;--admin-amber:#b7791f;--admin-red:#dc2626;background:linear-gradient(180deg, #7c3aed0e, transparent 260px), var(--admin-bg)}.admin-layout{grid-template-columns:280px minmax(0,1fr);gap:18px;min-height:calc(100vh - 36px);transition:grid-template-columns .18s;display:grid}.admin-sidebar{border:1px solid var(--admin-line);height:calc(100vh - 36px);min-height:620px;color:var(--admin-text);border-radius:24px;flex-direction:column;grid-area:1/1;align-self:start;gap:18px;padding:18px;display:flex;position:sticky;top:18px;overflow:hidden;box-shadow:0 20px 70px #00000047;background:linear-gradient(#ffffff0e,#ffffff05),#100f16f5!important}html[data-theme=glass] .admin-sidebar{box-shadow:0 20px 70px #4f319c1a;background:linear-gradient(#ffffffdb,#f8f4fff5),#fff!important}.admin-sidebar-head{gap:14px;display:grid}.admin-surface .brand-admin{align-items:center;gap:12px;display:flex}.admin-surface .brand-mark{color:#140b25;background:linear-gradient(135deg,#7c3aed,#c4b5fd);border-radius:16px;width:48px;height:48px;font-weight:950;box-shadow:0 14px 32px #7c3aed47}.admin-surface .brand-admin .brand-copy strong{color:var(--admin-text);font-size:1.08rem}.admin-surface .brand-admin .brand-copy small{color:var(--admin-muted);letter-spacing:0;font-size:.72rem}.admin-menu-order-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.admin-menu-order-button,.admin-shell-action,.admin-hero-actions a,.admin-surface .ghost-button,.admin-surface .primary-button,.admin-surface .danger-button{letter-spacing:0;border-radius:999px;min-height:38px;font-weight:900}.admin-menu-order-button{border:1px solid var(--admin-line);background:var(--admin-panel-soft);color:var(--admin-muted)}.admin-menu-order-button:hover:not(:disabled){border-color:var(--admin-line-strong);color:var(--admin-text);background:#a78bfa1f}.admin-menu-order-button.primary{color:#100b18;background:linear-gradient(135deg,#a78bfa,#7dd3fc);border-color:#0000}.admin-side-meta{border:1px solid var(--admin-line);background:#ffffff0a;border-radius:18px;gap:6px;padding:14px;display:grid}.admin-side-meta span{color:var(--admin-purple);letter-spacing:0;text-transform:none;font-size:.72rem;font-weight:950}.admin-side-meta strong{color:var(--admin-text);font-size:.9rem;line-height:1.45}.admin-side-meta a{color:var(--admin-blue);font-size:.86rem;font-weight:850}.admin-nav{gap:7px;padding-right:2px;display:grid;overflow-y:auto}.admin-nav::-webkit-scrollbar{width:8px;height:10px}.admin-table-scroll::-webkit-scrollbar{width:8px;height:10px}.admin-nav::-webkit-scrollbar-thumb{background:#d6c6ff38;border-radius:999px}.admin-table-scroll::-webkit-scrollbar-thumb{background:#d6c6ff38;border-radius:999px}.admin-nav-search{align-items:center;min-height:42px;margin-bottom:4px;display:flex;position:relative}.admin-nav-search .material-symbols-outlined{z-index:1;color:var(--admin-faint);font-size:20px;position:absolute;left:12px}.admin-nav-search input{width:100%;min-height:42px;padding:0 12px 0 40px;font-size:.86rem;font-weight:850;border-radius:14px!important}.admin-nav-groups{gap:10px;display:grid}.admin-nav-group{gap:6px;display:grid}.admin-nav-group-toggle{width:100%;min-height:38px;color:var(--admin-muted);text-align:left;background:#ffffff09;border:0;border-radius:13px;align-items:center;padding:8px 10px;font-weight:950;display:flex}.admin-nav-group-toggle:hover{color:var(--admin-text);background:#a78bfa1a}.admin-nav-group-icon{width:22px;color:var(--admin-purple);font-size:20px;line-height:1}.admin-nav-group-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:9px;overflow:hidden}.admin-nav-group-count{min-width:24px;height:22px;color:var(--admin-muted);border:1px solid #a78bfa33;border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 7px;font-size:.7rem;line-height:1;display:inline-flex}.admin-nav-group-chevron{color:var(--admin-faint);margin-left:7px;font-size:20px;transition:transform .16s}.admin-nav-group.is-open .admin-nav-group-chevron{transform:rotate(180deg)}.admin-nav-group-links{border-left:1px solid #a78bfa29;gap:5px;padding-left:8px;display:grid}.admin-nav-empty{border:1px dashed var(--admin-line);color:var(--admin-muted);border-radius:14px;margin:0;padding:12px;font-size:.84rem;font-weight:850}html[data-theme=glass] .admin-nav-group-toggle{color:#241447ad;background:#7c3aed0e}html[data-theme=glass] .admin-nav-group-toggle:hover{color:#241447;background:#7c3aed1a}.admin-nav a,.admin-nav-sort-label{width:100%;min-height:44px;color:var(--admin-muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:11px;padding:10px 12px;font-weight:900;display:flex}.admin-nav-icon{width:22px;color:var(--admin-faint);font-size:21px;line-height:1}.admin-nav a:hover,.admin-nav a.is-active,.admin-nav-sort-label:hover{color:var(--admin-text);background:#a78bfa1f;border-color:#a78bfa38}html[data-theme=glass] .admin-nav a,html[data-theme=glass] .admin-nav-sort-label{color:#241447b8}html[data-theme=glass] .admin-nav a:hover,html[data-theme=glass] .admin-nav a.is-active,html[data-theme=glass] .admin-nav-sort-label:hover{color:#241447}.admin-nav a:hover .admin-nav-icon,.admin-nav a.is-active .admin-nav-icon{color:var(--admin-purple)}.admin-sidebar form{margin-top:auto}.admin-sidebar .ghost-button.full-width{border:1px solid var(--admin-line);width:100%;color:var(--admin-muted);background:#ffffff0a}.admin-sidebar-wall-toggle{z-index:70;border:1px solid var(--admin-line);width:38px;height:72px;color:var(--admin-purple);background:#13121bf5;border-radius:0 20px 20px 0;grid-area:1/1;place-self:start end;margin:0 -19px 0 0;position:sticky;top:calc(50vh - 36px);box-shadow:0 20px 42px #0000004d;left:auto!important}.admin-sidebar-wall-toggle:hover{background:#1f1d28fa;transform:translate(-1px);box-shadow:0 22px 48px #0000005c}.admin-sidebar-toggle-input:checked+.admin-layout{grid-template-columns:76px minmax(0,1fr)}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar-wall-toggle{left:auto!important}.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar{padding:14px}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav a,.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav-sort-label,.admin-sidebar-toggle-input:checked+.admin-layout .admin-sidebar .ghost-button{justify-content:center;width:48px;min-height:48px;padding:0}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav-icon{width:auto}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav{scrollbar-width:none}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav::-webkit-scrollbar{display:none}.admin-sidebar-toggle-input:checked+.admin-layout .admin-nav-short,.admin-sidebar-toggle-input:checked+.admin-layout .admin-logout-short{display:none}.admin-main{grid-area:1/2;min-width:0}.admin-shell-header{z-index:30;border:1px solid var(--admin-line);background:#121118db;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;min-height:88px;margin-bottom:18px;padding:18px 20px;display:flex;position:static;box-shadow:0 18px 60px #0000003d}html[data-theme=glass] .admin-shell-header{background:#ffffffe0;box-shadow:0 18px 60px #4f319c1a}.admin-shell-title{min-width:0}.admin-shell-kicker,.admin-surface .eyebrow{color:#c4b5fd;letter-spacing:0;background:#a78bfa1f;border:1px solid #a78bfa3d;border-radius:999px;align-items:center;width:max-content;min-height:28px;padding:0 12px;font-size:.72rem;font-weight:950;display:inline-flex}.admin-shell-title h1{color:var(--admin-text);letter-spacing:0;margin:9px 0 0;font-size:3rem;line-height:1.05}.admin-shell-title p{max-width:760px;color:var(--admin-muted);margin:9px 0 0;font-size:.98rem;line-height:1.65}.admin-shell-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-shell-date{border:1px solid var(--admin-line);min-height:38px;color:var(--admin-muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:.84rem;font-weight:850;display:inline-flex}.admin-shell-action{border:1px solid var(--admin-line);color:var(--admin-text);background:#ffffff0a;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.admin-shell-actions .theme-toggle{border-color:var(--admin-line);background:var(--admin-panel-soft);width:38px;height:38px;color:var(--admin-text)}.admin-shell-action.primary,.admin-surface .primary-button{color:#130b20;background:linear-gradient(135deg,#a78bfa,#8b5cf6);border-color:#0000;box-shadow:0 14px 34px #8b5cf63d}.admin-content{gap:18px;display:grid}.admin-surface .card,.admin-surface .stat-card,.admin-metric-card,.admin-business-strip,.admin-dashboard-hero,.admin-mini-summary article{border:1px solid var(--admin-line);background:linear-gradient(180deg, #ffffff0e, #ffffff05), var(--admin-panel);color:var(--admin-text);box-shadow:0 18px 58px #00000038}.admin-surface .card{-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:24px}.admin-dashboard-hero{border-radius:26px;justify-content:space-between;align-items:flex-end;gap:18px;min-height:170px;padding:24px;display:flex}.admin-dashboard-hero h2{color:var(--admin-text);letter-spacing:0;margin:14px 0 0;font-size:4.25rem;line-height:1}.admin-dashboard-hero p{max-width:660px;color:var(--admin-muted);margin:14px 0 0;font-size:1rem;line-height:1.7}.admin-hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-hero-actions a{border:1px solid var(--admin-line-strong);color:var(--admin-text);background:#a78bfa1f;align-items:center;padding:0 18px;display:inline-flex}.admin-hero-actions a:first-child{color:#11091f;background:linear-gradient(135deg,#a78bfa,#7c3aed);border-color:#0000}.admin-workbench-section{gap:14px;display:grid}.admin-workbench-section>.section-head.compact{margin-bottom:0}.admin-workbench-shortcuts{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-workbench-shortcuts a{border:1px solid var(--admin-line);min-height:38px;color:var(--admin-text);background:#ffffff0b;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex}.admin-workbench-shortcuts a:hover{border-color:#60a5fa61}.admin-workbench-shortcuts .material-symbols-outlined{font-size:1.05rem}.admin-workbench-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-workbench-card{border:1px solid var(--admin-line);min-width:0;min-height:118px;color:var(--admin-text);background:linear-gradient(#ffffff0d,#ffffff05),#ffffff09;border-radius:18px;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:16px;text-decoration:none;display:grid}.admin-workbench-card:hover{border-color:#60a5fa6b;transform:translateY(-1px)}.admin-workbench-card-icon{color:#93c5fd;background:#60a5fa21;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:inline-flex}.admin-workbench-card-copy{gap:5px;min-width:0;display:grid}.admin-workbench-card-copy>span{color:var(--admin-muted);font-size:.78rem;font-weight:900}.admin-workbench-card-copy strong{color:var(--admin-text);overflow-wrap:anywhere;font-size:1.8rem;line-height:1}.admin-workbench-card-copy small{line-height:1.35}.admin-workbench-card.is-good .admin-workbench-card-icon,.admin-workbench-card.is-good .admin-workbench-card-copy strong{color:var(--admin-green)}.admin-workbench-card.is-warn .admin-workbench-card-icon,.admin-workbench-card.is-warn .admin-workbench-card-copy strong{color:var(--admin-amber)}.admin-workbench-card.is-hot .admin-workbench-card-icon,.admin-workbench-card.is-hot .admin-workbench-card-copy strong{color:#c4b5fd}.admin-workbench-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-workbench-table-card{min-width:0}.admin-workbench-table-card .table td,.admin-workbench-table-card .table th{vertical-align:top}.admin-workbench-table-card .table td{overflow-wrap:anywhere}.admin-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-metric-card{border-radius:22px;grid-template-columns:58px max-content;justify-content:center;align-items:center;gap:20px;min-height:112px;padding:18px 22px;text-decoration:none;display:grid}.admin-metric-card:hover{border-color:#a78bfa61;transform:translateY(-1px)}.admin-metric-icon{width:56px;height:56px;color:var(--admin-purple);text-align:center;text-indent:0;vertical-align:middle;background:#a78bfa24;border-radius:16px;flex:none;justify-content:center;place-self:center;align-items:center;font-size:27px;font-weight:400;line-height:1;display:inline-flex}.admin-metric-icon.material-symbols-outlined{justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.admin-metric-copy{align-content:center;justify-items:start;gap:4px;min-width:74px;display:grid}.admin-metric-copy strong{color:var(--admin-text);font-size:2rem;line-height:1}.admin-metric-copy span{color:var(--admin-muted);font-size:.84rem;font-weight:850}.admin-metric-card.is-good .admin-metric-icon,.admin-metric-card.is-good .admin-metric-copy strong{color:var(--admin-green)}.admin-metric-card.is-warn .admin-metric-icon,.admin-metric-card.is-warn .admin-metric-copy strong{color:var(--admin-amber)}.admin-metric-card.is-hot .admin-metric-icon,.admin-metric-card.is-hot .admin-metric-copy strong{color:#c4b5fd}.admin-business-strip,.admin-mini-summary{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.admin-business-strip{border-radius:24px;padding:12px}.admin-business-strip article,.admin-mini-summary article{border-radius:17px;gap:7px;min-width:0;padding:14px;display:grid}.admin-business-strip article{background:#ffffff09}.admin-business-strip span,.admin-mini-summary span{color:var(--admin-muted);font-size:.78rem;font-weight:850}.admin-business-strip strong,.admin-mini-summary strong{color:var(--admin-text);overflow-wrap:anywhere;font-size:1.25rem;line-height:1.15}.admin-loading-panel{position:relative;overflow:hidden}.admin-loading-panel:after,.admin-loading-card:after{pointer-events:none;content:"";background:linear-gradient(100deg,#0000 20%,#ffffff12 42%,#0000 64%);animation:1.45s ease-in-out infinite admin-loading-sheen;position:absolute;inset:0;transform:translate(-100%)}.admin-loading-card{position:relative;overflow:hidden}.admin-loading-icon,.admin-loading-line,.admin-loading-copy span,.admin-loading-actions span,.admin-loading-table span{background:#a78bfa29;border-radius:999px;display:block}.admin-loading-icon{border-radius:16px;width:56px;height:56px}.admin-loading-copy{gap:10px;width:112px;display:grid}.admin-loading-copy span:first-child{width:64px;height:28px}.admin-loading-copy span:last-child,.admin-loading-line.short{width:86px;height:14px}.admin-loading-line{width:118px;height:24px}.admin-loading-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-loading-actions span{width:118px;height:46px}.admin-loading-table{gap:14px;display:grid}.admin-loading-table span{border-radius:14px;width:100%;height:42px}@keyframes admin-loading-sheen{to{transform:translate(100%)}}.admin-mini-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-mini-summary article{min-height:86px}.admin-surface .section-head.compact{align-items:flex-start;gap:16px;margin-bottom:16px}.admin-surface .section-head h2,.admin-surface .admin-collapsible-summary h2{color:var(--admin-text);letter-spacing:0;font-size:1.85rem;line-height:1.15}.admin-surface .section-head p:not(.eyebrow),.admin-surface .table-subtext,.admin-surface small{color:var(--admin-muted)}.admin-surface .notice{border:1px solid var(--admin-line);color:var(--admin-text);background:#ffffff0d;border-radius:18px}.admin-surface .notice p{margin:0}.admin-surface .notice p+p{margin-top:8px}.admin-surface .notice.success{color:#b7f7d7;background:#5ee2a01f;border-color:#5ee2a047}.admin-surface .notice.error{color:#fecdd3;background:#fb718521;border-color:#fb71854d}.admin-surface input,.admin-surface select,.admin-surface textarea{border-radius:14px;outline:none;border:1px solid var(--admin-line)!important;color:var(--admin-text)!important;background:#07070bc7!important}.admin-surface input:focus,.admin-surface select:focus,.admin-surface textarea:focus{box-shadow:0 0 0 4px #a78bfa1f;border-color:#a78bfa99!important}.admin-surface input::placeholder,.admin-surface textarea::placeholder{color:#f8f4ff61}html[data-theme=glass] .admin-surface input,html[data-theme=glass] .admin-surface select,html[data-theme=glass] .admin-surface textarea{color:#241447!important;background:#ffffffeb!important}html[data-theme=glass] .admin-surface input::placeholder,html[data-theme=glass] .admin-surface textarea::placeholder{color:#24144761}.admin-surface label>span,.admin-surface .admin-date-field{color:var(--admin-muted);font-weight:900}.admin-surface .ghost-button{border:1px solid var(--admin-line);color:var(--admin-text);background:#ffffff0b}.admin-surface .ghost-button:hover{border-color:var(--admin-line-strong);background:#a78bfa1f}.admin-surface .ghost-button.active{color:#d8ccff;background:#a78bfa2e;border-color:#a78bfa80}.admin-surface .danger-button{color:#fecdd3;background:#fb718529;border-color:#fb718559}.admin-table-scroll{width:100%;padding-bottom:6px;overflow-x:auto}.admin-orders-scroll{scrollbar-gutter:stable;max-height:none;overflow:visible}.admin-table-scroll .table{margin:0}.admin-surface .table{border-collapse:collapse;width:100%}.admin-surface .table th,.admin-surface .table td{color:#f8f4ffc7;border-top:1px solid #d6c6ff1a}html[data-theme=glass] .admin-surface .table th,html[data-theme=glass] .admin-surface .table td{color:#241447b8;border-top-color:#4f319c1f}.admin-surface .table thead th{color:#f8f4ff7a;letter-spacing:0;border-top:0;font-size:.76rem;font-weight:950}.admin-table-sort-link{color:inherit;white-space:nowrap;align-items:center;gap:4px;text-decoration:none;display:inline-flex}.admin-table-sort-link:hover,.admin-table-sort-link.is-active{color:var(--admin-text)}.admin-table-sort-link .material-symbols-outlined{font-size:17px;line-height:1}.admin-surface .table strong,.admin-surface .admin-table-link{color:var(--admin-text)}.admin-table-link:hover{color:#c4b5fd}.admin-surface .table-subtext{line-height:1.45}.admin-lookup-password-cell{gap:6px;min-width:96px;display:inline-grid}.admin-lookup-password-cell .ghost-button.small{min-height:34px;padding:0 12px}.admin-lookup-password-cell .table-subtext.error{color:var(--admin-red)}.admin-related-orders-card{overflow:hidden}.admin-related-orders-scroll{width:100%;margin-top:12px;padding-bottom:4px;overflow-x:auto}.admin-related-orders-table{table-layout:auto;min-width:1120px}.admin-related-orders-table th,.admin-related-orders-table td{vertical-align:middle;padding-top:12px;padding-bottom:12px}.admin-related-orders-table th:first-child,.admin-related-orders-table td:first-child{width:210px}.admin-related-orders-table th:nth-child(2),.admin-related-orders-table td:nth-child(2){width:220px}.admin-related-orders-table th:nth-child(3),.admin-related-orders-table td:nth-child(3){width:330px}.admin-related-orders-table th:nth-child(4),.admin-related-orders-table td:nth-child(4),.admin-related-orders-table th:nth-child(8),.admin-related-orders-table td:nth-child(8){width:116px}.admin-related-orders-table td:nth-child(8) .ghost-button.small{white-space:nowrap;min-width:86px}.admin-orders-table,.inventory-admin-table,.admin-products-table{table-layout:auto;min-width:1320px}.admin-orders-table{table-layout:fixed;min-width:0}.admin-orders-table-card{overflow:visible}.admin-orders-sticky-head{gap:14px;margin:-2px -2px 0;padding:2px 2px 14px;display:grid}html[data-theme=glass] .admin-orders-sticky-head{background:0 0}.admin-orders-column-head{z-index:16;color:#f8f4ff7a;background:#14121bf0;grid-template-columns:42px 14fr 15fr 13fr 7fr 6fr 16fr 9fr 220px;align-items:center;gap:0;min-height:40px;padding:0 8px;font-size:.76rem;font-weight:950;display:grid;position:sticky;top:0;box-shadow:0 12px 28px #00000029}html[data-theme=glass] .admin-orders-column-head{color:#2414477a;background:#f8f3fff5;box-shadow:0 12px 28px #4f319c14}.admin-orders-column-head span{min-width:0;padding:0 8px}.admin-orders-col-order{width:14%}.admin-orders-col-customer{width:15%}.admin-orders-col-product{width:13%}.admin-orders-col-amount{width:7%}.admin-orders-col-status{width:6%}.admin-orders-col-payment{width:16%}.admin-orders-col-inventory{width:9%}.admin-orders-table th,.admin-orders-table td{vertical-align:top;padding:10px 8px}.admin-orders-table thead{display:table-header-group}.admin-orders-table thead th{z-index:14;color:#f8f4ff85;background:#14121bf5;font-size:.78rem;font-weight:950;position:sticky;top:0}html[data-theme=glass] .admin-orders-table thead th{color:#24144780;background:#f8f3ff}.admin-orders-table th:nth-child(2){width:14%}.admin-orders-table th:nth-child(3){width:15%}.admin-orders-table th:nth-child(4){width:13%}.admin-orders-table th:nth-child(5){width:7%}.admin-orders-table th:nth-child(6){width:6%}.admin-orders-table th:nth-child(7){width:16%}.admin-orders-table th:nth-child(8){width:9%}.admin-orders-table td,.admin-orders-table td strong,.admin-orders-table .admin-table-link,.admin-orders-table .table-subtext{overflow-wrap:anywhere;word-break:break-word}.admin-order-vip-badge{color:#d8b4fe;background:#7c3aed2e;border:1px solid #c4b5fd75;border-radius:999px;align-items:center;width:fit-content;padding:3px 9px;font-size:.72rem;font-weight:950;line-height:1.2;display:inline-flex}.admin-orders-table .admin-order-vip-price{color:#d8b4fe;font-weight:950}html[data-theme=glass] .admin-order-vip-badge{color:#6d28d9;background:#8b5cf61f;border-color:#6d28d947}html[data-theme=glass] .admin-orders-table .admin-order-vip-price{color:#6d28d9}.admin-orders-table td:nth-child(4) strong{-webkit-line-clamp:4;-webkit-box-orient:vertical;max-width:100%;line-height:1.34;display:-webkit-box;overflow:hidden}.admin-orders-table td:nth-child(9) .inline-form{grid-template-columns:minmax(0,1fr);display:grid}.admin-orders-table td:nth-child(9) .inline-form select,.admin-orders-table .admin-row-verify-input{width:100%;min-width:0}.admin-bulk-delete-panel,.inventory-bulk-export-panel{border:1px solid var(--admin-line);background:#ffffff09;border-radius:18px}.admin-delete-code{color:#dc2626;font-weight:950}.admin-bulk-delete-panel .admin-delete-code,.admin-orders-table .admin-delete-code{color:#dc2626}.admin-surface .admin-bulk-delete-form .danger-button,.admin-surface .admin-bulk-delete-form .danger-button.small{color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border-color:#dc2626;box-shadow:0 14px 30px #dc262638}.admin-surface .admin-bulk-delete-form .danger-button:hover{background:linear-gradient(135deg,#dc2626,#991b1b);border-color:#b91c1c}.admin-row-verify-form,.admin-order-redelivery,.inventory-actions-cell,.admin-price-form{gap:9px;display:grid}.admin-order-redelivery{background:#4c1d9512;border:1px solid #4c1d955c;border-radius:16px;padding:10px}.admin-order-redelivery summary,.inventory-content-editor summary{color:#7c3aed;cursor:pointer;font-weight:950}html[data-theme=glass] .admin-order-redelivery{background:#7c3aed14;border-color:#4c1d9547}.admin-surface .admin-order-redelivery{background:#7c3aed14;border-color:#a78bfa52}.admin-toolbar-card{padding:16px!important}.admin-filter-form{gap:10px;width:100%}.admin-filter-form input{min-width:min(420px,100%)}.admin-section-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:inline-flex}.agent-isolation-filter{align-items:center}.agent-isolation-filter select{min-width:min(520px,100%)}.agent-isolation-overview{grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);align-items:center;gap:18px;display:grid}.agent-isolation-status{align-items:center;gap:16px;display:flex}.agent-isolation-status>.material-symbols-outlined{width:64px;height:64px;color:var(--admin-purple);background:#a78bfa24;border-radius:20px;justify-content:center;align-items:center;font-size:34px;display:inline-flex}.agent-isolation-overview.is-pass .agent-isolation-status>.material-symbols-outlined{color:var(--admin-green)}.agent-isolation-overview.is-warn .agent-isolation-status>.material-symbols-outlined{color:var(--admin-amber)}.agent-isolation-overview.is-fail .agent-isolation-status>.material-symbols-outlined{color:#fb7185}.agent-isolation-status h2{color:var(--admin-text);margin:8px 0 4px;font-size:clamp(1.7rem,2.6vw,2.8rem);line-height:1.05}.agent-isolation-status p:last-child{color:var(--admin-muted);margin:0;font-weight:800}.agent-isolation-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.agent-isolation-card{overflow:hidden}.agent-isolation-list{gap:12px;display:grid}.agent-isolation-check{background:#ffffff09;border:1px solid #ffffff17;border-radius:18px;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:12px;padding:14px;display:grid}.agent-isolation-check>.material-symbols-outlined{width:40px;height:40px;color:var(--admin-purple);background:#a78bfa24;border-radius:14px;justify-content:center;align-items:center;font-size:24px;display:inline-flex}.agent-isolation-check.is-pass>.material-symbols-outlined,.agent-isolation-check.is-pass .agent-isolation-check-head em{color:var(--admin-green)}.agent-isolation-check.is-warn>.material-symbols-outlined,.agent-isolation-check.is-warn .agent-isolation-check-head em{color:var(--admin-amber)}.agent-isolation-check.is-fail>.material-symbols-outlined,.agent-isolation-check.is-fail .agent-isolation-check-head em{color:#fb7185}.agent-isolation-check-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.agent-isolation-check-head strong{color:var(--admin-text);font-size:1rem}.agent-isolation-check-head em{flex:none;font-size:.78rem;font-style:normal;font-weight:900}.agent-isolation-check p{color:var(--admin-muted);overflow-wrap:anywhere;margin:6px 0 0;font-size:.92rem;line-height:1.65}@media (max-width:980px){.agent-isolation-overview{grid-template-columns:1fr}.agent-isolation-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.admin-section-actions,.agent-isolation-filter{justify-content:stretch}.admin-section-actions>*,.agent-isolation-filter>*{width:100%}.agent-isolation-status{align-items:flex-start}.agent-isolation-check{grid-template-columns:1fr}.agent-isolation-check-head{flex-direction:column;align-items:flex-start}}.admin-orders-filter-form{grid-template-columns:minmax(220px,1fr) minmax(140px,.36fr) max-content max-content max-content;align-items:center;display:grid}.admin-orders-filter-form-agent{grid-template-columns:minmax(220px,1.15fr) minmax(130px,.42fr) minmax(130px,.42fr) minmax(170px,.62fr) minmax(110px,.36fr) minmax(160px,.58fr) max-content max-content max-content max-content}.admin-orders-filter-form input,.admin-orders-filter-form select{width:100%;min-width:0}.admin-orders-filter-form button,.admin-orders-filter-form a{white-space:nowrap}.admin-order-date-controls{flex-wrap:wrap;grid-column:1/-1;align-items:flex-end;gap:10px;display:flex}.admin-order-date-controls .admin-range-tabs{flex-wrap:wrap;align-items:center;gap:8px;margin-right:4px;display:inline-flex}.admin-order-date-controls .admin-date-field input{min-width:154px}.admin-order-date-controls .admin-date-picker,.admin-order-date-controls .admin-date-button{min-width:174px}.admin-surface .admin-date-button .material-symbols-outlined{text-shadow:0 0 16px #8b5cf66b;font-size:30px}html[data-theme=glass] .admin-surface .admin-date-button{color:#241447;background:#ffffffeb;border-color:#4f319c24}html[data-theme=glass] .admin-surface .admin-date-button .material-symbols-outlined{color:#5b35d5;text-shadow:none}.admin-form-split{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px;display:grid}.inventory-batches-panel,.inventory-batch-chip{border-color:var(--admin-line);color:var(--admin-text);background:#ffffff0b}.admin-surface .inventory-current-filters{background:0 0;border:0;padding:0}.inventory-current-filters span,.inventory-current-filters strong,.inventory-batches-panel summary,.inventory-batch-chip strong{color:var(--admin-text)}.admin-surface .inventory-current-filters span,.admin-surface .inventory-current-filters strong{border-color:var(--admin-line);color:var(--admin-text);background:#050508ad}.admin-surface .inventory-current-filters strong{color:#c4b5fd;background:#7c3aed24;border-color:#a78bfa57}.admin-surface .inventory-import-mode-switch label,.admin-surface .inventory-import-dedupe-row label{color:#f8fafc;background:#050508ad;border-color:#a78bfa38}:is(.admin-surface .inventory-import-mode-switch label:has(input:checked),.admin-surface .inventory-import-dedupe-row label:has(input:checked)){background:#7c3aed2e;border-color:#c4b5fd9e;box-shadow:0 0 0 1px #c4b5fd1a}.admin-surface .inventory-import-dedupe-row>span,.admin-surface .inventory-import-dedupe-row small{color:#c4b5fd}.inventory-batch-chip span,.inventory-batch-time,.inventory-batch-no{color:var(--admin-muted)}.admin-surface .inventory-batches-panel{background:linear-gradient(#ffffff0e,#ffffff05),#0f0f16eb;border-color:#a78bfa38}.admin-surface .inventory-batches-panel summary span{color:#f8fafc}.admin-surface .inventory-batches-panel summary small,.admin-surface .inventory-bulk-export-copy span{color:#c4b5fd}.admin-surface .inventory-batches-panel summary:after{color:#a78bfa}.admin-surface .inventory-batch-chip{background:#050508ad;border-color:#a78bfa33}.admin-surface .inventory-batch-chip:hover{background:#201830eb;border-color:#c4b5fd8f}.admin-surface .inventory-batch-chip strong{color:#fff}.admin-surface .inventory-batch-chip span,.admin-surface .inventory-batch-time,.admin-surface .inventory-batch-no{color:#d8b4fe}.admin-surface .inventory-bulk-export-panel{background:linear-gradient(#ffffff0d,#ffffff05),#0f0f16e6;border-color:#a78bfa38}.admin-surface .inventory-bulk-export-copy strong{color:#fff}.admin-surface .inventory-content-editor{background:#7c3aed14;border-color:#a78bfa52}.admin-surface .inventory-content-editor summary,.admin-surface .admin-order-redelivery summary{color:#c4b5fd}.admin-surface .inventory-content-editor:hover,.admin-surface .admin-order-redelivery:hover{background:#7c3aed21;border-color:#c4b5fd99}.inventory-filter-form{border-color:var(--admin-line);background:linear-gradient(180deg, #ffffff0e, #ffffff05), var(--admin-panel);width:100%}.inventory-filter-form form,.inventory-filter-grid{width:100%}.admin-surface .inventory-filter-field span{color:var(--admin-muted)}.admin-surface .inventory-filter-field select{border-color:var(--admin-line);color:var(--admin-text);background:#050508b8}.admin-surface .inventory-filter-field select:focus{border-color:#a78bfab8;outline:none;box-shadow:0 0 0 4px #7c3aed29}html[data-theme=glass] .admin-surface .inventory-current-filters span,html[data-theme=glass] .admin-surface .inventory-current-filters strong{color:#241447bd;background:#ffffffe0;border-color:#4f319c29}html[data-theme=glass] .admin-surface .inventory-current-filters strong{color:#7c3aed;background:#7c3aed1a;border-color:#7c3aed3d}html[data-theme=glass] .admin-surface .inventory-import-mode-switch label,html[data-theme=glass] .admin-surface .inventory-import-dedupe-row label{color:#241447;background:#ffffffdb;border-color:#4f319c24}:is(html[data-theme=glass] .admin-surface .inventory-import-mode-switch label:has(input:checked),html[data-theme=glass] .admin-surface .inventory-import-dedupe-row label:has(input:checked)){box-shadow:none;background:#7c3aed1a;border-color:#7c3aed52}html[data-theme=glass] .admin-surface .inventory-import-dedupe-row>span,html[data-theme=glass] .admin-surface .inventory-import-dedupe-row small{color:#2414479e}html[data-theme=glass] .admin-surface .inventory-batches-panel,html[data-theme=glass] .admin-surface .inventory-bulk-export-panel{background:linear-gradient(#fffffff5,#faf7ffe6),#fff;border-color:#4f319c29}html[data-theme=glass] .admin-surface .inventory-batches-panel summary span,html[data-theme=glass] .admin-surface .inventory-bulk-export-copy strong{color:#241447}html[data-theme=glass] .admin-surface .inventory-batches-panel summary small,html[data-theme=glass] .admin-surface .inventory-bulk-export-copy span{color:#2414479e}html[data-theme=glass] .admin-surface .inventory-batches-panel summary:after,html[data-theme=glass] .admin-surface .inventory-content-editor summary,html[data-theme=glass] .admin-surface .admin-order-redelivery summary{color:#6d28d9}html[data-theme=glass] .admin-surface .inventory-batch-chip{background:#ffffffdb;border-color:#4f319c24}html[data-theme=glass] .admin-surface .inventory-batch-chip:hover{background:#f6f2fff2;border-color:#7c3aed52}html[data-theme=glass] .admin-surface .inventory-batch-chip strong{color:#241447}html[data-theme=glass] .admin-surface .inventory-batch-chip span,html[data-theme=glass] .admin-surface .inventory-batch-time,html[data-theme=glass] .admin-surface .inventory-batch-no{color:#2414479e}html[data-theme=glass] .admin-surface .inventory-content-editor{background:#7c3aed0e;border-color:#4f319c29}html[data-theme=glass] .admin-surface .inventory-content-editor:hover,html[data-theme=glass] .admin-surface .admin-order-redelivery:hover{background:#7c3aed16;border-color:#7c3aed52}.inventory-admin-table th:first-child{width:58px}.inventory-admin-table th:nth-child(2){width:220px}.inventory-admin-table th:nth-child(3){width:260px}.inventory-admin-table th:nth-child(4){width:320px}.inventory-admin-table th:nth-child(5){width:120px}.inventory-admin-table th:nth-child(6){width:240px}.inventory-admin-table th:nth-child(7){width:260px}.admin-products-table th:first-child{width:360px}.admin-products-table th:nth-child(2),.admin-products-table th:nth-child(3),.admin-products-table th:nth-child(4),.admin-products-table th:nth-child(5),.admin-products-table th:nth-child(6){width:140px}.admin-products-table th:nth-child(7){width:220px}.admin-products-list-shell{gap:18px;display:grid}.admin-products-hero{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.admin-products-badge{color:#c4b5fd;background:#8b5cf629;border:1px solid #a78bfa47;border-radius:999px;align-items:center;width:fit-content;margin:0 0 14px;padding:6px 14px;font-size:.82rem;font-weight:950;display:inline-flex}.admin-products-hero h2{color:var(--admin-text);letter-spacing:0;margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.05}.admin-products-hero p{color:var(--admin-muted);margin:12px 0 0;font-weight:800}.admin-products-hero p strong{color:#67e8f9}.admin-products-add-button{color:#fff;background:linear-gradient(135deg,#7c3aed,#c084fc);border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:56px;padding:0 28px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 18px 38px #7c3aed40}.admin-products-add-button .material-symbols-outlined{font-size:23px}.admin-products-filter-card{border:1px solid var(--admin-line);background:#0f101cb8;border-radius:14px;grid-template-columns:minmax(280px,1fr) minmax(150px,164px) minmax(150px,164px) minmax(150px,164px) auto auto;align-items:center;gap:18px;padding:20px;display:grid;box-shadow:0 18px 48px #00000029}.admin-products-search{align-items:center;display:flex;position:relative}.admin-products-search .material-symbols-outlined{color:var(--admin-muted);pointer-events:none;font-size:22px;position:absolute;left:16px}.admin-products-search input{width:100%;min-height:52px;padding-left:50px}.admin-products-card-list{gap:16px;display:grid}.admin-product-card{background:radial-gradient(circle at 16% -10%,#7c3aed24,#0000 30%),#131522b8;border:1px solid #d6c6ff1a;border-radius:14px;grid-template-columns:minmax(360px,1.55fr) minmax(230px,.78fr) minmax(220px,.7fr) minmax(190px,.55fr) minmax(150px,.48fr);align-items:stretch;gap:20px;padding:28px 24px;display:grid;box-shadow:0 18px 50px #0000002e}.admin-product-card:hover{background:radial-gradient(circle at 16% -10%,#7c3aed2e,#0000 32%),#151827d1;border-color:#a78bfa40}.admin-product-info{grid-template-columns:80px minmax(0,1fr);gap:20px;min-width:0;display:grid}.admin-product-avatar{color:#fff;background:0 0;border-radius:18px;place-items:center;width:80px;height:80px;font-size:1.7rem;font-weight:950;display:grid}.admin-product-avatar .category-brand-icon{border-radius:18px;width:80px;height:80px}.admin-product-avatar .category-brand-icon-binance{width:68px;height:68px}.admin-product-avatar .material-symbols-outlined{font-size:2.1rem}.admin-product-copy{min-width:0}.admin-product-title{color:var(--admin-text);font-size:1.12rem;font-weight:950;line-height:1.45;text-decoration:none;display:block}.admin-product-title:hover{color:#d8ccff}.admin-product-slug{color:var(--admin-muted);align-items:center;gap:8px;margin-top:8px;font-weight:800;display:flex}.admin-product-slug span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-product-slug a{color:var(--admin-muted);text-decoration:none;display:inline-flex}.admin-product-slug .material-symbols-outlined{font-size:18px}.admin-product-tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.admin-product-tags span{color:#c4b5fd;background:#7c3aed29;border-radius:10px;padding:7px 12px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-product-tags span:nth-child(2){color:#5eead4;background:#14b8a624}.admin-product-sort-row{color:var(--admin-muted);align-items:center;gap:12px;margin-top:38px;font-weight:900;display:flex}.admin-product-sort-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-product-sort-actions .ghost-button,.admin-product-actions .ghost-button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.admin-product-sort-actions .material-symbols-outlined,.admin-product-actions .material-symbols-outlined{font-size:18px}.admin-product-price-card,.admin-product-stock-card,.admin-product-status-card,.admin-product-actions{border:1px solid var(--admin-line);background:#07081042;border-radius:14px;min-width:0}.admin-product-price-card{gap:0;padding:16px;display:grid}.admin-product-price-card label{border-bottom:1px solid #d6c6ff14;grid-template-columns:minmax(76px,.8fr) minmax(94px,1fr);align-items:center;gap:10px;padding:9px 0;display:grid}.admin-product-price-card label>span{color:var(--admin-muted);font-size:.88rem}.admin-product-price-card input{text-align:right;min-height:36px;padding:0 10px;font-size:1rem;font-weight:950}.admin-product-price-card .ghost-button{color:#c4b5fd;border-color:#a78bfa6b;justify-self:center;min-width:126px;margin-top:12px}.admin-product-stock-card{flex-direction:column;justify-content:center;gap:12px;padding:26px;display:flex}.admin-product-stock-card div{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.admin-product-stock-card strong{color:#22c55e;text-shadow:none;font-size:2.35rem;font-weight:950;line-height:1}.admin-product-stock-card span{color:#16a34a;text-shadow:none;font-size:1.15rem;font-weight:950}.admin-product-stock-card em{color:#15803d;text-shadow:none;background:#22c55e29;border-radius:999px;padding:6px 12px;font-size:.8rem;font-style:normal;font-weight:950}.admin-product-stock-card p{color:var(--admin-muted);margin:0;font-weight:800}.admin-product-stock-card.is-low strong,.admin-product-stock-card.is-low span{color:#fb923c}.admin-product-stock-card.is-low em{color:#fbbf24;background:#f59e0b2e}.admin-product-status-card{text-align:center;align-content:center;gap:14px;padding:22px;display:grid}.admin-product-status-pill{border-radius:10px;justify-content:center;justify-self:center;align-items:center;min-height:38px;padding:0 18px;font-weight:950;display:inline-flex}.admin-product-status-pill.is-active{color:#86efac;background:#22c55e3d}.admin-product-status-pill.is-paused,.admin-product-status-pill.is-draft{color:#fbbf24;background:#f59e0b2e}.admin-product-status-pill.is-archived{color:#fecdd3;background:#fb718529}.admin-product-status-card label{gap:4px;display:grid}.admin-product-status-card label span{color:var(--admin-muted);font-size:.82rem}.admin-product-status-card label strong{color:var(--admin-text)}.admin-product-status-card select{width:100%;min-height:40px}.admin-product-actions{align-content:center;gap:12px;padding:12px;display:grid}.admin-product-actions .ghost-button{width:100%;min-height:44px}.admin-product-actions .ghost-button.primary{color:#c4b5fd;background:#7c3aed2e;border-color:#a78bfa6b}.admin-product-actions .ghost-button.danger{color:#fecdd3;background:#fb718524;border-color:#fb71855c}.admin-product-actions .ghost-button.danger:disabled{opacity:.5;cursor:not-allowed}.admin-empty-card{padding:30px}html[data-theme=glass] .admin-products-badge{color:#6d28d9;background:#7c3aed1a;border-color:#7c3aed3d}html[data-theme=glass] .admin-products-hero h2,html[data-theme=glass] .admin-product-title,html[data-theme=glass] .admin-product-status-card label strong{color:#241447}html[data-theme=glass] .admin-products-hero p,html[data-theme=glass] .admin-product-slug,html[data-theme=glass] .admin-product-sort-row,html[data-theme=glass] .admin-product-price-card label>span,html[data-theme=glass] .admin-product-stock-card p,html[data-theme=glass] .admin-product-status-card label span{color:#2414479e}html[data-theme=glass] .admin-products-hero p strong{color:#0891b2}html[data-theme=glass] .admin-products-filter-card,html[data-theme=glass] .admin-product-card{background:radial-gradient(circle at 16% -10%,#7c3aed1f,#0000 30%),#ffffffbd;border-color:#4f319c24;box-shadow:0 18px 50px #4f319c1a}html[data-theme=glass] .admin-product-card:hover{background:radial-gradient(circle at 16% -10%,#7c3aed26,#0000 32%),#ffffffdb;border-color:#7c3aed42}html[data-theme=glass] .admin-product-price-card,html[data-theme=glass] .admin-product-stock-card,html[data-theme=glass] .admin-product-status-card,html[data-theme=glass] .admin-product-actions{background:#ffffff9e;border-color:#4f319c1f}html[data-theme=glass] .admin-products-search input,html[data-theme=glass] .admin-products-filter-card select,html[data-theme=glass] .admin-product-price-card input,html[data-theme=glass] .admin-product-status-card select{color:#241447!important;background:#f8fafceb!important;border-color:#4f319c24!important}html[data-theme=glass] .admin-product-price-card label{border-bottom-color:#4f319c1a}html[data-theme=glass] .admin-product-tags span{color:#6d28d9;background:#7c3aed1f}html[data-theme=glass] .admin-product-tags span:nth-child(2){color:#0f766e;background:#14b8a61f}html[data-theme=glass] .admin-product-actions .ghost-button.primary{color:#6d28d9;background:#7c3aed1a;border-color:#7c3aed42}html[data-theme=glass] .admin-product-actions .ghost-button.danger{color:#be123c;background:#e11d4814;border-color:#e11d4838}html[data-theme=glass] .admin-surface .admin-products-list-shell{color:#241447}html[data-theme=glass] .admin-surface .admin-products-hero h2{text-shadow:none;color:#241447!important}html[data-theme=glass] .admin-surface .admin-products-hero p,html[data-theme=glass] .admin-surface .admin-product-slug,html[data-theme=glass] .admin-surface .admin-product-sort-row,html[data-theme=glass] .admin-surface .admin-product-price-card label>span,html[data-theme=glass] .admin-surface .admin-product-stock-card p,html[data-theme=glass] .admin-surface .admin-product-status-card label span{color:#2414479e!important}html[data-theme=glass] .admin-surface .admin-products-filter-card{box-shadow:0 18px 44px #4f319c14;background:#ffffffc2!important;border-color:#4f319c24!important}html[data-theme=glass] .admin-surface .admin-product-card{box-shadow:0 18px 44px #4f319c1a;background:radial-gradient(circle at 18% 0,#7c3aed14,#0000 38%),#ffffffd6!important;border-color:#4f319c24!important}html[data-theme=glass] .admin-surface .admin-product-card:hover{background:radial-gradient(circle at 18% 0,#7c3aed1f,#0000 38%),#ffffffeb!important;border-color:#7c3aed42!important}html[data-theme=glass] .admin-surface .admin-product-title,html[data-theme=glass] .admin-surface .admin-product-status-card label strong{color:#241447!important}html[data-theme=glass] .admin-surface .admin-product-price-card,html[data-theme=glass] .admin-surface .admin-product-stock-card,html[data-theme=glass] .admin-surface .admin-product-status-card,html[data-theme=glass] .admin-surface .admin-product-actions{background:#ffffffb8!important;border-color:#4f319c1f!important}html[data-theme=glass] .admin-surface .admin-products-search input,html[data-theme=glass] .admin-surface .admin-products-filter-card select,html[data-theme=glass] .admin-surface .admin-product-price-card input,html[data-theme=glass] .admin-surface .admin-product-status-card select{color:#241447!important;background:#fffffff5!important;border-color:#4f319c29!important}html[data-theme=glass] .admin-surface .admin-product-actions .ghost-button{color:#4c1d95;background:#4f319c0d;border-color:#4f319c24}html[data-theme=glass] .admin-surface .admin-product-actions .ghost-button:hover{background:#7c3aed1a;border-color:#7c3aed47}html[data-theme=glass] .admin-surface .admin-product-sort-actions .ghost-button{color:#4c1d95;background:#4f319c0d;border-color:#4f319c1f}html[data-theme=glass] .admin-surface .admin-product-stock-card strong{color:#16a34a}html[data-theme=glass] .admin-surface .admin-product-stock-card span{color:#15803d}html[data-theme=glass] .admin-surface .admin-product-stock-card em{color:#166534;background:#22c55e24}html[data-theme=glass] .admin-surface .admin-product-status-pill.is-active{color:#15803d;background:#22c55e33;border:1px solid #16a34a57;box-shadow:0 8px 18px #16a34a14}.admin-orders-main .admin-shell-header{background:radial-gradient(circle at 72% 70%,#7c3aed9e,#0000 16%),radial-gradient(circle at 58% 34%,#8b5cf633,#0000 20%),linear-gradient(135deg,#0d1222f5,#15132af0);border-radius:18px;align-items:flex-end;min-height:170px;padding:26px 28px;position:relative;overflow:hidden;box-shadow:0 18px 58px #0000003d}.admin-orders-main .admin-shell-header:after{pointer-events:none;content:"";opacity:.55;background-image:radial-gradient(circle at 54% 28%,#c4b5fd9e 1px,#0000 2px),radial-gradient(circle at 74% 54%,#c4b5fd80 1px,#0000 2px),radial-gradient(circle at 42% 58%,#c4b5fd6b 1px,#0000 2px);position:absolute;inset:0}.admin-orders-main .admin-shell-title,.admin-orders-main .admin-shell-actions{z-index:1;position:relative}.admin-orders-main .admin-shell-kicker{color:#ddd6fe;background:#7c3aed61;border-color:#c4b5fd47}.admin-orders-main .admin-shell-title h1{color:#f8f4ff;font-size:clamp(2.5rem,4vw,4.2rem)}.admin-orders-main .admin-shell-title p{color:#f8f4ffa3}.admin-orders-main .admin-shell-date,.admin-orders-main .admin-shell-action{color:#f8f4ff;background:#0f172a7a;border-color:#c4b5fd3d;border-radius:12px;min-height:42px;font-weight:950}.admin-orders-main .admin-shell-action.primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#0000}.admin-orders-main .admin-orders-filter-form{grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:16px;display:grid}.admin-orders-main .admin-orders-filter-form>input[name=q]{background-image:linear-gradient(#0000,#0000);grid-column:1/8;min-height:48px;padding-left:44px}.admin-orders-main .admin-orders-filter-form>select[name=status]{grid-column:8/11;min-height:48px}.admin-orders-main .admin-order-date-controls{flex-wrap:wrap;grid-column:1/8;align-items:center;gap:12px;min-width:0;display:flex}.admin-orders-main .admin-range-tabs{flex-wrap:wrap;gap:8px;display:flex}.admin-orders-main .admin-date-field{display:contents}.admin-orders-main .admin-date-field span{display:none}.admin-orders-main .admin-orders-filter-submit{grid-column:8/10;width:100%;min-height:46px}.admin-orders-main .admin-orders-filter-reset{grid-column:10/12;width:100%;min-height:46px}.admin-orders-main .admin-orders-filter-export{grid-column:12/13;width:100%;min-height:46px}.admin-orders-main .admin-mini-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-orders-main .admin-mini-summary article.admin-orders-summary-card{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:18px;min-height:104px;padding:20px 24px}.admin-orders-summary-icon{color:#a78bfa;background:#7c3aed2e;border-radius:16px;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-family:Material Symbols Outlined!important;font-size:28px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.admin-orders-summary-card.is-page .admin-orders-summary-icon{color:#38bdf8;background:#38bdf824}.admin-orders-summary-card.is-status .admin-orders-summary-icon{color:#4ade80;background:#22c55e24}.admin-orders-main .admin-bulk-delete-panel{background:#7f1d1d33;border-color:#ef444473;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:10px 12px;display:grid}.admin-orders-main .admin-bulk-delete-copy{color:#fecaca;gap:3px;display:grid}.admin-orders-main .admin-bulk-delete-copy strong{color:#fca5a5}.admin-orders-main .admin-bulk-delete-form{align-items:center;gap:10px;display:flex}.admin-orders-main .admin-bulk-delete-form input{width:150px}.admin-orders-main .admin-orders-table tbody tr{background:#0f172a38}.admin-order-status-pill{color:#86efac;white-space:nowrap;background:#22c55e24;border:1px solid #22c55e47;border-radius:9px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:.78rem;font-weight:950;display:inline-flex}.admin-order-status-pill.is-pending,.admin-order-status-pill.is-paid{color:#fbbf24;background:#f59e0b21;border-color:#f59e0b47}.admin-order-status-pill.is-cancelled,.admin-order-status-pill.is-refunded,.admin-order-status-pill.is-after_sales{color:#fca5a5;background:#f8717121;border-color:#f871714d}html[data-theme=glass] .admin-orders-main .admin-shell-header{background:radial-gradient(circle at 74% 72%,#7c3aed47,#0000 18%),linear-gradient(135deg,#fffffff5,#f4efffeb);box-shadow:0 18px 52px #4f319c1f}html[data-theme=glass] .admin-orders-main .admin-shell-kicker{color:#6d28d9;background:#7c3aed1f;border-color:#7c3aed38}html[data-theme=glass] .admin-orders-main .admin-shell-title h1{color:#241447}html[data-theme=glass] .admin-orders-main .admin-shell-title p{color:#2414479e}html[data-theme=glass] .admin-orders-main .admin-shell-date,html[data-theme=glass] .admin-orders-main .admin-shell-action{color:#241447;background:#ffffffb8;border-color:#4f319c24}html[data-theme=glass] .admin-orders-main .admin-shell-action.primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7)}html[data-theme=glass] .admin-orders-main .admin-bulk-delete-panel{background:#fef2f2db;border-color:#dc262652}html[data-theme=glass] .admin-orders-main .admin-bulk-delete-copy,html[data-theme=glass] .admin-orders-main .admin-bulk-delete-copy strong{color:#991b1b}html[data-theme=glass] .admin-orders-main .admin-orders-table tbody tr,html[data-theme=glass] .admin-orders-main .admin-orders-table tbody tr:nth-child(2n){background:#ffffffeb}html[data-theme=glass] .admin-orders-main .admin-orders-table td{color:#241447bd;border-top-color:#4f319c1f}html[data-theme=glass] .admin-order-status-pill{color:#15803d;background:#22c55e33;border-color:#16a34a5c;box-shadow:0 8px 18px #16a34a14}html[data-theme=glass] .admin-order-status-pill.is-pending,html[data-theme=glass] .admin-order-status-pill.is-paid{color:#b45309;background:#f59e0b1f;border-color:#d977063d}html[data-theme=glass] .admin-order-status-pill.is-cancelled,html[data-theme=glass] .admin-order-status-pill.is-refunded,html[data-theme=glass] .admin-order-status-pill.is-after_sales{color:#be123c;background:#e11d4814;border-color:#e11d4838}.admin-layout{grid-template-columns:252px minmax(0,1fr);gap:14px;min-height:calc(100vh - 28px)}.admin-sidebar{border-radius:20px;gap:12px;height:calc(100vh - 28px);min-height:580px;padding:14px;top:14px}.admin-sidebar-head,.admin-surface .brand-admin{gap:10px}.admin-surface .brand-mark{border-radius:13px;width:42px;height:42px}.admin-surface .brand-admin .brand-copy strong{font-size:.96rem}.admin-side-meta{border-radius:14px;gap:4px;padding:10px}.admin-side-meta strong{font-size:.82rem;line-height:1.35}.admin-side-meta a{font-size:.78rem}.admin-menu-order-button,.admin-shell-action,.admin-hero-actions a,.admin-surface .ghost-button,.admin-surface .primary-button,.admin-surface .danger-button{min-height:34px;font-size:.82rem}.admin-nav{gap:5px}.admin-nav-search{min-height:38px}.admin-nav-search .material-symbols-outlined{font-size:18px;left:10px}.admin-nav-search input{min-height:38px;padding-left:36px;font-size:.8rem;border-radius:12px!important}.admin-nav-groups{gap:7px}.admin-nav-group{gap:4px}.admin-nav-group-toggle{border-radius:11px;min-height:34px;padding:6px 9px;font-size:.78rem}.admin-nav-group-icon{width:19px;font-size:18px}.admin-nav-group-label{margin-left:7px}.admin-nav-group-count{min-width:22px;height:20px;padding:0 6px;font-size:.66rem}.admin-nav-group-chevron{font-size:18px}.admin-nav-group-links{gap:3px;padding-left:6px}.admin-nav a,.admin-nav-sort-label{border-radius:12px;gap:9px;min-height:38px;padding:8px 10px;font-size:.84rem}.admin-nav-icon{width:19px;font-size:19px}.admin-sidebar-wall-toggle{width:34px;height:64px;margin-right:-17px;top:calc(50vh - 32px)}.admin-shell-header{border-radius:18px;min-height:72px;margin-bottom:14px;padding:14px 16px}.admin-shell-title h1{margin-top:7px;font-size:1.9rem;line-height:1.12}.admin-shell-title p{margin-top:7px;font-size:.86rem;line-height:1.45}.admin-shell-date{min-height:34px;padding:0 10px;font-size:.78rem}.admin-shell-action{gap:6px;padding:0 11px}.admin-shell-action .material-symbols-outlined{font-size:17px}.admin-content{gap:14px}.admin-surface .form-card,.admin-surface .table-card{padding:16px}.admin-surface .section-head.compact{gap:10px;margin-bottom:12px}.admin-surface .section-head h2,.admin-surface .admin-collapsible-summary h2{font-size:1.35rem}.admin-surface .table thead th{font-size:.7rem}.admin-surface .table td{font-size:.82rem}.admin-surface .table strong,.admin-surface .admin-table-link{font-size:.9rem;line-height:1.28}.admin-surface .table-subtext{font-size:.76rem;line-height:1.35}.admin-mini-summary{gap:10px}.admin-mini-summary article{border-radius:14px;min-height:70px;padding:12px}.admin-mini-summary span{font-size:.72rem}.admin-mini-summary strong{font-size:1.08rem}.admin-orders-main .admin-shell-header{border-radius:16px;align-items:center;min-height:96px;padding:16px 18px}.admin-orders-main .admin-shell-title h1{font-size:2rem;line-height:1.1}.admin-orders-main .admin-shell-title p{font-size:.84rem;line-height:1.45}.admin-orders-main .admin-shell-date,.admin-orders-main .admin-shell-action{border-radius:10px;min-height:34px;font-size:.78rem}.admin-orders-main .admin-toolbar-card{border-radius:14px;padding:14px 16px!important}.admin-orders-main .admin-orders-filter-form{gap:10px}.admin-orders-main .admin-orders-filter-form>input[name=q],.admin-orders-main .admin-orders-filter-form>select[name=status]{min-height:40px}.admin-orders-main .admin-order-date-controls{gap:8px}.admin-orders-main .admin-range-tabs{gap:6px}.admin-orders-main .admin-orders-filter-submit,.admin-orders-main .admin-orders-filter-reset,.admin-orders-main .admin-orders-filter-export{min-height:40px}.admin-orders-main .admin-mini-summary{gap:10px}.admin-orders-main .admin-mini-summary article.admin-orders-summary-card{border-radius:14px;grid-template-columns:42px minmax(0,1fr);gap:10px;min-height:74px;padding:12px 14px}.admin-orders-summary-icon{border-radius:12px;width:40px;min-width:40px;height:40px;font-size:22px!important}.admin-orders-main .admin-mini-summary article strong{font-size:1.22rem}.admin-orders-main .admin-orders-table-card{border-radius:14px;padding:10px}.admin-orders-sticky-head{gap:10px;padding-bottom:10px}.admin-orders-column-head{grid-template-columns:34px 13fr 14fr 13fr 7fr 6fr 14fr 8fr 180px;min-height:34px;padding:0 6px;font-size:.7rem}.admin-orders-column-head span{padding:0 6px}.admin-orders-col-select{width:34px}.admin-orders-col-actions{width:180px}.admin-orders-table th,.admin-orders-table td{padding:7px 6px}.admin-orders-table th:first-child{width:34px}.admin-orders-table th:nth-child(9){width:180px}.admin-orders-table td:nth-child(9){min-width:180px}.admin-orders-table td:nth-child(4) strong{-webkit-line-clamp:3;line-height:1.28}.admin-orders-table .inline-actions{gap:6px}.admin-order-vip-line{margin-top:4px}.admin-order-vip-badge{padding:2px 7px;font-size:.68rem}.admin-order-status-pill{border-radius:8px;min-height:26px;padding:0 9px;font-size:.72rem}.admin-row-verify-form,.admin-order-redelivery,.inventory-actions-cell,.admin-price-form{gap:6px}.admin-orders-table td:nth-child(9) .inline-form select,.admin-orders-table .admin-row-verify-input,.admin-orders-table td:nth-child(9) .ghost-button.small,.admin-orders-table td:nth-child(9) .primary-button.small{border-radius:10px;min-height:32px;font-size:.76rem}.admin-orders-table .admin-delete-code{font-size:.72rem}.admin-order-redelivery{border-radius:12px;padding:8px}.admin-orders-main .admin-bulk-delete-panel{border-radius:14px;gap:10px;padding:8px 10px}.admin-orders-main .admin-bulk-delete-copy{gap:2px;font-size:.8rem}.admin-orders-main .admin-bulk-delete-form{gap:8px}.admin-orders-main .admin-bulk-delete-form input{width:126px;min-height:34px}.admin-products-list-shell,.admin-products-hero{gap:14px}.admin-products-badge{margin-bottom:8px;padding:4px 10px;font-size:.72rem}.admin-products-hero h2{font-size:1.85rem;line-height:1.12}.admin-products-hero p{margin-top:8px;font-size:.84rem}.admin-products-add-button{border-radius:10px;min-height:42px;padding:0 16px;font-size:.84rem}.admin-products-filter-card{border-radius:12px;gap:10px;padding:14px}.admin-products-search .material-symbols-outlined{font-size:18px;left:12px}.admin-products-search input{min-height:40px;padding-left:40px}.admin-products-filter-card select,.admin-products-filter-card .ghost-button{min-height:40px}.admin-products-card-list{gap:10px}.admin-product-card{grid-template-columns:minmax(300px,1.45fr) minmax(200px,.72fr) minmax(180px,.62fr) minmax(160px,.5fr) minmax(128px,.42fr);gap:12px;padding:16px 14px}.admin-product-info{grid-template-columns:58px minmax(0,1fr);gap:12px}.admin-product-avatar,.admin-product-avatar .category-brand-icon{border-radius:14px;width:58px;height:58px}.admin-product-avatar .category-brand-icon img{width:38px;height:38px}.admin-product-avatar .category-brand-icon-grok img{width:42px;height:42px}.admin-product-title{font-size:.96rem;line-height:1.32}.admin-product-slug{gap:6px;margin-top:5px;font-size:.76rem}.admin-product-tags{gap:5px;margin-top:8px}.admin-product-tags span{border-radius:999px;padding:4px 7px;font-size:.68rem}.admin-product-sort-row{gap:8px;margin-top:18px;font-size:.78rem}.admin-product-sort-actions{gap:6px}.admin-product-price-card,.admin-product-stock-card,.admin-product-status-card,.admin-product-actions{border-radius:12px}.admin-product-price-card{padding:10px}.admin-product-price-card label{grid-template-columns:minmax(64px,.75fr) minmax(82px,1fr);gap:8px;padding:6px 0}.admin-product-price-card label>span{font-size:.76rem}.admin-product-price-card input{min-height:32px;font-size:.88rem}.admin-product-price-card .ghost-button{min-width:102px;margin-top:8px}.admin-product-stock-card{gap:8px;padding:14px}.admin-product-stock-card strong{font-size:1.55rem}.admin-product-stock-card span{font-size:.88rem}.admin-product-stock-card em{padding:4px 8px;font-size:.7rem}.admin-product-stock-card p{font-size:.76rem}.admin-product-status-card{gap:10px;padding:14px}.admin-product-status-pill{border-radius:9px;min-height:30px;padding:0 12px;font-size:.76rem}.admin-product-status-card label span{font-size:.74rem}.admin-product-status-card select{min-height:34px}.admin-product-actions{gap:8px;padding:10px}.admin-product-actions .ghost-button{min-height:36px}.admin-price-form input{max-width:120px}.admin-sales-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:12px}.admin-sales-panel,.admin-traffic-panel{gap:16px;display:grid}.admin-traffic-head{align-items:flex-start}.admin-traffic-head .table-subtext{max-width:820px;margin-top:8px}.admin-traffic-date-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-traffic-date-tabs .ghost-button.small,.admin-traffic-metric-tabs .ghost-button.small{min-height:32px;padding:0 12px;font-size:.8rem}.admin-traffic-custom-date-form,.admin-traffic-filter-form{align-items:end;gap:10px;display:grid}.admin-traffic-custom-date-form{border:1px solid var(--admin-line);background:#ffffff07;border-radius:16px;grid-template-columns:minmax(132px,180px) minmax(132px,180px) auto;justify-content:end;padding:12px}.admin-traffic-filter-form{grid-template-columns:repeat(6,minmax(126px,1fr)) auto auto auto;padding:0 14px 14px}.admin-traffic-filter-menu{flex:none;justify-items:end;max-width:100%;display:grid}.admin-traffic-filter-menu summary{list-style:none}.admin-traffic-filter-menu summary::-webkit-details-marker{display:none}.admin-traffic-filter-menu[open]>summary{border-color:var(--admin-line-strong);color:var(--admin-text);background:#a78bfa1f}.admin-traffic-filter-form.compact{border:1px solid var(--admin-line);background:#0e0c14fa;border-radius:16px;grid-template-columns:repeat(2,minmax(150px,1fr));width:min(520px,86vw);margin-top:8px;padding:14px;box-shadow:0 18px 44px #00000047}.admin-traffic-filter-form.compact .ghost-button{align-self:end}.admin-traffic-custom-date-form label,.admin-traffic-filter-form label{gap:6px;min-width:0;display:grid}.admin-traffic-custom-date-form input,.admin-traffic-filter-form select{width:100%;min-height:38px}.admin-traffic-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-traffic-summary article{border:1px solid var(--admin-line);background:#ffffff09;border-radius:18px;gap:7px;min-width:0;padding:16px;display:grid}.admin-traffic-summary span{color:var(--admin-muted);font-size:.8rem;font-weight:850}.admin-traffic-summary strong{color:var(--admin-text);font-variant-numeric:tabular-nums;font-size:clamp(1.55rem,2vw,2.15rem);line-height:1}.admin-traffic-toolbar{border:1px solid var(--admin-line);background:#ffffff07;border-radius:18px;gap:12px;padding:14px;display:grid}.admin-traffic-advanced{border:1px solid var(--admin-line);background:#ffffff07;border-radius:18px;overflow:hidden}.admin-traffic-advanced summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:12px 14px;display:flex}.admin-traffic-advanced summary::-webkit-details-marker{display:none}.admin-traffic-advanced summary span{color:var(--admin-text);font-weight:950}.admin-traffic-advanced summary small{color:var(--admin-muted)}.admin-traffic-metric-tabs,.admin-traffic-view-tabs{flex-wrap:wrap;gap:8px;display:flex}.admin-traffic-view-tabs .ghost-button.small{min-height:34px;padding:0 14px;font-size:.84rem}.admin-traffic-table-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-traffic-table-wrap{overflow-x:auto}.admin-traffic-table-wrap .admin-sales-table-head{flex-wrap:wrap;align-items:flex-start}.admin-traffic-table,.admin-traffic-excluded-table{min-width:1500px}.admin-traffic-table.admin-traffic-table-source{min-width:900px}.admin-traffic-table.admin-traffic-table-conversion{min-width:980px}.admin-traffic-table.admin-traffic-table-roi{min-width:1200px}.admin-traffic-debug-table{min-width:1680px}.admin-traffic-table th,.admin-traffic-table td,.admin-traffic-excluded-table th,.admin-traffic-excluded-table td{vertical-align:top}.admin-traffic-table td:nth-child(n+3):nth-child(-n+11),.admin-traffic-excluded-table td:nth-child(3),.admin-traffic-excluded-table td:nth-child(4),.admin-traffic-excluded-table td:nth-child(5){color:var(--admin-text);font-variant-numeric:tabular-nums;font-weight:900}.admin-traffic-rank{width:54px;color:var(--admin-muted);font-weight:950}.admin-traffic-action-cell,.admin-traffic-table th:last-child{z-index:2;width:88px;min-width:88px;box-shadow:none;text-align:center;background:0 0;position:sticky;right:0}.admin-traffic-table th:last-child{z-index:3}.admin-traffic-domain{color:#bae6fd;text-overflow:ellipsis;white-space:nowrap;background:#7dd3fc14;border:1px solid #7dd3fc38;border-radius:999px;align-items:center;max-width:190px;min-height:28px;padding:0 9px;font-family:inherit;font-size:.82rem;font-weight:900;display:inline-flex;overflow:hidden}.admin-traffic-landing-list{gap:6px;min-width:220px;display:grid}.admin-traffic-landing-list span{border:1px solid var(--admin-line);min-height:28px;color:var(--admin-muted);background:#ffffff09;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:4px 9px;font-size:.82rem;line-height:1.25;display:flex}.admin-traffic-landing-list em{color:var(--admin-text);font-style:normal;font-weight:950}.admin-traffic-top-landing{max-width:280px;color:var(--admin-muted);text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:.84rem;display:inline-block;overflow:hidden}.admin-traffic-details{min-width:84px;position:relative}.admin-traffic-details summary{border:1px solid var(--admin-line);min-height:34px;color:var(--admin-text);cursor:pointer;white-space:nowrap;background:#ffffff0b;border-radius:999px;justify-content:center;align-items:center;padding:0 13px;font-size:.84rem;font-weight:900;display:inline-flex}.admin-traffic-details summary::-webkit-details-marker{display:none}.admin-traffic-excluded-panel summary::-webkit-details-marker{display:none}.admin-traffic-details[open] summary{background:#a78bfa24;border-color:#a78bfa73;margin-bottom:10px}.admin-traffic-detail-panel{border:1px solid var(--admin-line);background:#0a090efa;border-radius:16px;gap:12px;width:520px;max-width:min(520px,78vw);padding:14px;display:grid;box-shadow:0 18px 44px #00000047}.admin-traffic-detail-panel dl{gap:8px;margin:0;display:grid}.admin-traffic-detail-panel dl>div{grid-template-columns:90px minmax(0,1fr);gap:10px;display:grid}.admin-traffic-detail-panel dt,.admin-traffic-detail-panel span{color:var(--admin-muted);font-size:.8rem;font-weight:850}.admin-traffic-detail-panel dd,.admin-traffic-detail-panel p{min-width:0;color:var(--admin-text);overflow-wrap:anywhere;margin:0}.admin-traffic-detail-panel strong{color:var(--admin-text);margin-bottom:6px;display:block}.admin-traffic-detail-panel ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.admin-traffic-detail-panel li{background:#ffffff0a;border-radius:10px;gap:2px;padding:8px;display:grid}.admin-traffic-detail-panel a{color:#c4b5fd;font-weight:900;text-decoration:none}.admin-traffic-card-list{display:none}.admin-traffic-mobile-card{border:1px solid var(--admin-line);background:#ffffff09;border-radius:14px;gap:12px;padding:14px;display:grid}.admin-traffic-mobile-card>div:first-child{gap:4px;display:grid}.admin-traffic-mobile-card strong{color:var(--admin-text)}.admin-traffic-mobile-card span,.admin-traffic-mobile-card p{color:var(--admin-muted);margin:0;font-size:.84rem;line-height:1.5}.admin-traffic-mobile-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.admin-traffic-mobile-card dl>div{gap:3px;min-width:0;display:grid}.admin-traffic-mobile-card dt{color:var(--admin-muted);font-size:.72rem;font-weight:850}.admin-traffic-mobile-card dd{color:var(--admin-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:0;font-weight:950}.admin-traffic-drawer-layer{--admin-line:#d6c6ff21;--admin-line-strong:#d6c6ff3d;--admin-text:#f8f4ff;--admin-muted:#f8f4ff9e;z-index:1000;isolation:isolate;position:fixed;inset:0}html[data-theme=glass] .admin-traffic-drawer-layer{--admin-line:#4f319c24;--admin-line-strong:#4f319c40;--admin-text:#241447;--admin-muted:#241447a8}.admin-traffic-drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default;background:#05050861;border:0;padding:0;position:absolute;inset:0}.admin-traffic-drawer{border-left:1px solid var(--admin-line);background:#0e0c14fa;grid-template-rows:auto auto minmax(0,1fr);width:min(92vw,520px);max-width:min(92vw,560px);height:100vh;max-height:100vh;display:grid;position:absolute;top:0;right:0;overflow:hidden;box-shadow:-22px 0 48px #00000052}.admin-traffic-drawer-head{border-bottom:1px solid var(--admin-line);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px;display:flex}.admin-traffic-drawer-head h3{color:var(--admin-text);margin:0;font-size:1.35rem}.admin-traffic-drawer-head p{color:var(--admin-muted);margin:4px 0 0;font-size:.88rem}.admin-traffic-drawer .ghost-button{border:1px solid var(--admin-line);color:var(--admin-text);background:#ffffff0b}.admin-traffic-drawer .ghost-button:hover{border-color:var(--admin-line-strong);background:#ffffff14}.admin-traffic-drawer-tabs{border-bottom:1px solid var(--admin-line);gap:6px;padding:12px 18px;display:flex;overflow-x:auto}.admin-traffic-drawer-tabs button{border:1px solid var(--admin-line);min-height:32px;color:var(--admin-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;padding:0 10px;font-family:inherit;font-size:.8rem;font-weight:900;text-decoration:none;display:inline-flex}.admin-traffic-drawer-tabs button.active{color:#fff;background:#ffffff17;border-color:#f8f4ff5c}html[data-theme=glass] .admin-traffic-drawer-tabs button.active{color:#241447;background:#4f46e51a;border-color:#4f319c3d}.admin-traffic-drawer-body{overscroll-behavior:contain;min-height:0;padding:18px;overflow-y:auto}.admin-traffic-overview-groups{gap:14px;display:grid}.admin-traffic-overview-group{gap:10px;display:grid}.admin-traffic-overview-group h4{color:var(--admin-text);margin:0;font-size:.9rem;font-weight:950}.admin-traffic-drawer-metrics,.admin-traffic-source-detail-list{gap:10px;margin:0;display:grid}.admin-traffic-drawer-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-traffic-drawer-metrics>div,.admin-traffic-source-detail-list>div,.admin-traffic-drawer-list>div,.admin-traffic-order-list article{border:1px solid var(--admin-line);background:#ffffff09;border-radius:12px;gap:5px;min-width:0;padding:12px;display:grid}.admin-traffic-drawer-metrics dt,.admin-traffic-source-detail-list dt,.admin-traffic-drawer-list span,.admin-traffic-order-list span{color:var(--admin-muted);font-size:.78rem;font-weight:850}.admin-traffic-drawer-metrics dd,.admin-traffic-source-detail-list dd,.admin-traffic-drawer-list strong,.admin-traffic-order-list strong{color:var(--admin-text);overflow-wrap:anywhere;margin:0;font-weight:950}.admin-traffic-drawer-list,.admin-traffic-order-list{gap:10px;display:grid}.admin-traffic-drawer-list code,.admin-traffic-source-detail-list dd{color:#bae6fd;overflow-wrap:anywhere;font-family:inherit}.admin-traffic-order-list a{color:#c4b5fd;font-weight:950;text-decoration:none}.admin-traffic-order-attribution{border-top:1px solid var(--admin-line);gap:6px;margin:6px 0 0;padding-top:8px;display:grid}.admin-traffic-order-attribution>div{grid-template-columns:88px minmax(0,1fr);gap:8px;display:grid}.admin-traffic-order-attribution dt{color:var(--admin-muted);font-size:.74rem;font-weight:850}.admin-traffic-order-attribution dd{color:var(--admin-text);overflow-wrap:anywhere;margin:0;font-size:.78rem;font-weight:850}.admin-traffic-campaign-panel{border:1px solid var(--admin-line);background:#ffffff07;border-radius:18px;gap:14px;padding:14px;display:grid}.admin-traffic-campaign-form{grid-template-columns:repeat(4,minmax(140px,1fr));align-items:end;gap:10px;display:grid}.admin-traffic-campaign-form.compact{grid-template-columns:repeat(3,minmax(130px,1fr));padding-top:12px}.admin-traffic-campaign-form label{gap:6px;min-width:0;display:grid}.admin-traffic-campaign-form span{color:var(--admin-muted);font-size:.8rem;font-weight:850}.admin-traffic-campaign-form input,.admin-traffic-campaign-form select,.admin-traffic-campaign-form textarea{width:100%;min-height:38px}.admin-traffic-campaign-list{gap:10px;display:grid}.admin-traffic-campaign-item{border:1px solid var(--admin-line);background:#ffffff09;border-radius:16px;overflow:hidden}.admin-traffic-campaign-item summary{cursor:pointer;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.admin-traffic-campaign-item summary::-webkit-details-marker{display:none}.admin-traffic-campaign-item summary span{color:var(--admin-text);font-weight:950}.admin-traffic-campaign-item summary small{color:var(--admin-muted)}.admin-traffic-campaign-item[open]{padding-bottom:14px}.admin-traffic-campaign-item[open]>:not(summary){margin-left:14px;margin-right:14px}.admin-traffic-campaign-metrics{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.admin-traffic-campaign-metrics span{border:1px solid var(--admin-line);min-height:30px;color:var(--admin-text);font-variant-numeric:tabular-nums;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:900}.admin-traffic-copy-link{gap:6px;padding:10px 0;display:grid}.admin-traffic-copy-link span{color:var(--admin-muted);font-size:.8rem;font-weight:850}.admin-traffic-copy-link code{border:1px solid var(--admin-line);color:#bae6fd;overflow-wrap:anywhere;border-radius:12px;padding:10px;display:block}.admin-traffic-detail-panel code{color:#bae6fd;overflow-wrap:anywhere;font-family:inherit;font-weight:850}.admin-traffic-excluded-panel{border:1px solid var(--admin-line);background:#ffffff07;border-radius:18px;overflow:hidden}.admin-traffic-excluded-panel summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:14px 16px;display:flex}.admin-traffic-excluded-panel summary span{color:var(--admin-text);font-size:1rem;font-weight:950}.admin-traffic-excluded-panel summary small{color:var(--admin-muted)}.admin-traffic-excluded-panel>p{color:var(--admin-muted);margin:0;padding:0 16px 14px;line-height:1.65}.admin-traffic-excluded-panel .table{margin:0}.admin-traffic-debug-panel{border:1px solid var(--admin-line);background:#ffffff07;border-radius:18px;overflow:hidden}.admin-traffic-debug-panel .admin-sales-table-head{padding:14px 16px}.admin-traffic-debug-table code{color:#bae6fd;font-family:inherit;font-weight:850}html[data-theme=glass] .admin-traffic-summary article,html[data-theme=glass] .admin-traffic-toolbar,html[data-theme=glass] .admin-traffic-advanced,html[data-theme=glass] .admin-traffic-filter-form.compact,html[data-theme=glass] .admin-traffic-custom-date-form,html[data-theme=glass] .admin-traffic-landing-list span,html[data-theme=glass] .admin-traffic-campaign-panel,html[data-theme=glass] .admin-traffic-campaign-item,html[data-theme=glass] .admin-traffic-excluded-panel,html[data-theme=glass] .admin-traffic-debug-panel{background:#ffffffa3}html[data-theme=glass] .admin-traffic-domain,html[data-theme=glass] .admin-traffic-detail-panel code{color:#1d4ed8;background:#3b82f614;border-color:#2563eb29}html[data-theme=glass] .admin-traffic-detail-panel{background:#fffffffa;box-shadow:0 18px 44px #4f319c1f}html[data-theme=glass] .admin-traffic-drawer{background:#fffffffa;box-shadow:-22px 0 48px #4f319c24}html[data-theme=glass] .admin-traffic-drawer-metrics>div,html[data-theme=glass] .admin-traffic-source-detail-list>div,html[data-theme=glass] .admin-traffic-drawer-list>div,html[data-theme=glass] .admin-traffic-order-list article,html[data-theme=glass] .admin-traffic-mobile-card{background:#ffffffb8}.admin-sales-panel .admin-sales-head{align-items:flex-start}.admin-sales-panel .admin-sales-head h2{font-size:clamp(2rem,3vw,3rem)}.admin-sales-panel .admin-sales-controls{gap:14px}.admin-sales-metric{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;display:grid}.admin-sales-metric>div{min-width:0}.admin-surface .admin-sales-summary .stat-card{border-radius:16px;min-height:0;padding:16px 14px;box-shadow:0 10px 28px #0000001f}.admin-sales-metric-icon{color:#a78bfa;background:#7c3aed2e;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-family:Material Symbols Outlined!important;font-size:28px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.admin-sales-metric.is-quantity .admin-sales-metric-icon{color:#60a5fa;background:#3b82f62e}.admin-sales-metric.is-amount .admin-sales-metric-icon{color:#5eead4;background:#14b8a629}.admin-sales-metric.is-cost .admin-sales-metric-icon{color:#fb923c;background:#f973162e}.admin-sales-metric.is-profit .admin-sales-metric-icon{color:#c4b5fd;background:#7c3aed42}.admin-sales-metric.is-missing .admin-sales-metric-icon{color:#cbd5e1;background:#94a3b82e}.admin-surface .admin-sales-summary .stat-card strong,.admin-surface .admin-sales-summary .stat-card.highlight strong{white-space:nowrap;margin-bottom:4px;font-size:clamp(1.4rem,1.7vw,1.85rem);line-height:1.15}.admin-sales-metric.is-amount strong,.admin-sales-metric.is-cost strong,.admin-sales-metric.is-profit strong{font-variant-numeric:tabular-nums;letter-spacing:0;text-overflow:clip;max-width:100%;display:block;overflow:hidden;font-size:clamp(1.24rem,1.32vw,1.58rem)!important}.admin-surface .admin-sales-summary .stat-card span{font-size:.82rem}.admin-surface .admin-sales-summary .stat-card.highlight{background:radial-gradient(circle at 100% 0,#a78bfa52,#0000 48%),#7c3aed21;border-color:#a78bfa85;box-shadow:0 0 34px #7c3aed38}.admin-surface .admin-sales-summary .stat-card.highlight strong,.admin-surface .admin-sales-summary .stat-card.highlight span{color:var(--admin-text)}.admin-sales-note{color:var(--admin-muted);background:#3b82f614;border:1px solid #60a5fa38;border-radius:16px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:12px 16px;display:grid}.admin-sales-note .material-symbols-outlined{color:#a5b4fc;background:#6366f12e;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.admin-sales-note p{margin:0;line-height:1.65}.admin-sales-note strong{color:var(--admin-text)}.admin-sales-table-wrap{border:1px solid var(--admin-line);background:#ffffff06;border-radius:18px;overflow:hidden}.admin-sales-table-head{justify-content:space-between;align-items:baseline;gap:16px;padding:18px 20px;display:flex}.admin-sales-table-head>div{align-items:baseline;gap:14px;min-width:0;display:flex}.admin-sales-table-head h3{color:var(--admin-text);white-space:nowrap;margin:0;font-size:1.35rem}.admin-sales-table-head p{color:var(--admin-muted);margin:0}.admin-sales-detail-table th,.admin-sales-detail-table td{padding:13px 16px}.admin-sales-detail-table th:first-child,.admin-sales-detail-table td:first-child{width:46%}.admin-sales-product-cell{align-items:center;gap:12px;min-width:0;display:flex}.admin-sales-product-icon{color:#fff;border:1px solid #ffffff1f;border-radius:9px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:900;line-height:1;display:inline-flex;overflow:hidden}.admin-sales-product-icon img{object-fit:contain;width:21px;height:21px;display:block}.admin-sales-product-icon.is-chatgpt{background:linear-gradient(135deg,#10a37f,#08775f)}.admin-sales-product-icon.is-claude{background:linear-gradient(135deg,#d97745,#8a4b32)}.admin-sales-product-icon.is-gemini{background:linear-gradient(135deg,#4f7cff,#8b5cf6)}.admin-sales-product-icon.is-grok{background:#050505}.admin-sales-product-icon.is-grok img{width:26px;height:26px}.admin-sales-product-icon.is-other{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.admin-sales-detail-table td:first-child strong{color:var(--admin-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-sales-profit-cell{color:#c084fc;font-weight:950}html[data-theme=glass] .admin-sales-metric-icon{color:#6d28d9;background:#7c3aed1f}html[data-theme=glass] .admin-sales-metric.is-quantity .admin-sales-metric-icon{color:#2563eb;background:#3b82f61f}html[data-theme=glass] .admin-sales-metric.is-amount .admin-sales-metric-icon{color:#0f766e;background:#14b8a61f}html[data-theme=glass] .admin-sales-metric.is-cost .admin-sales-metric-icon{color:#c2410c;background:#f973161f}html[data-theme=glass] .admin-sales-metric.is-missing .admin-sales-metric-icon{color:#64748b;background:#64748b1f}html[data-theme=glass] .admin-sales-note{background:#ffffffb8;border-color:#4f319c1f}html[data-theme=glass] .admin-sales-note .material-symbols-outlined{color:#4f46e5;background:#4f46e51a}html[data-theme=glass] .admin-sales-table-wrap{background:#ffffffa3;border-color:#4f319c24}html[data-theme=glass] .admin-sales-product-icon{border-color:#4f319c1f;box-shadow:0 10px 22px #5b21b61f}html[data-theme=glass] .admin-sales-profit-cell{color:#7c3aed}.admin-settlement-lock.is-live{color:#93c5fd;background:#3b82f61a;border-color:#60a5fa3d}html[data-theme=glass] .admin-settlement-lock.is-live{color:#1d4ed8;background:#3b82f61a;border-color:#2563eb2e}.mini-secret,.admin-bulk-delivery-box,.admin-audit-detail{border:1px solid var(--admin-line);color:#f8f4ffc7;background:#07070bb8}.admin-pagination{color:var(--admin-muted);border-top:1px solid #d6c6ff1a}.admin-pagination a,.admin-pagination span,.admin-page-size-form{color:var(--admin-muted)}.summary-grid>div{border-color:var(--admin-line);background:#ffffff09}.summary-grid span{color:var(--admin-muted)}.summary-grid strong{color:var(--admin-text)}.admin-agent-card,.admin-payment-provider-row{border-color:var(--admin-line);background:#ffffff09}@media (max-width:1180px){.admin-layout{grid-template-columns:76px minmax(0,1fr)}.admin-sidebar-wall-toggle{display:none}.admin-sidebar{padding:14px}.admin-sidebar .brand-copy,.admin-side-meta,.admin-nav-label,.admin-nav-short,.admin-menu-order-actions,.admin-sidebar .admin-logout-label,.admin-sidebar .admin-logout-short{display:none}.admin-nav a,.admin-nav-sort-label,.admin-sidebar .ghost-button{justify-content:center;width:48px;min-height:48px;padding:0}.admin-nav-icon{width:auto}.admin-shell-header,.admin-dashboard-hero{flex-direction:column;align-items:flex-start}.admin-dashboard-hero h2{font-size:3.25rem}.admin-shell-actions,.admin-hero-actions,.admin-workbench-shortcuts{justify-content:flex-start}.admin-metric-grid,.admin-workbench-card-grid,.admin-workbench-detail-grid,.admin-business-strip,.admin-mini-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-traffic-head{flex-direction:column;align-items:stretch}.admin-traffic-date-tabs{justify-content:flex-start}.admin-traffic-custom-date-form,.admin-traffic-filter-form,.admin-traffic-campaign-form,.admin-traffic-campaign-form.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-traffic-custom-date-form .ghost-button,.admin-traffic-filter-form .ghost-button,.admin-traffic-campaign-form .ghost-button{width:100%}.admin-form-split{grid-template-columns:1fr}.admin-products-filter-card{grid-template-columns:minmax(0,1fr) minmax(150px,1fr) minmax(150px,1fr)}.admin-product-card{grid-template-columns:minmax(0,1fr) minmax(220px,.7fr)}.admin-product-info{grid-column:1/-1}}@media (max-width:760px){.admin-surface{padding:10px}.admin-layout{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;align-items:center;height:auto;min-height:auto;position:static;overflow-x:auto}.admin-sidebar .brand-copy,.admin-sidebar .admin-logout-label{display:none}.admin-nav{display:flex;overflow:visible}.admin-nav-short,.admin-logout-short{display:none!important}.admin-sidebar form{margin-top:0;margin-left:auto}.admin-main{grid-area:auto/1}.admin-shell-header{padding:16px;position:static}.admin-shell-title h1{font-size:2rem}.admin-dashboard-hero h2{font-size:2.65rem}.admin-orders-scroll{max-height:none;overflow-x:auto}.admin-orders-table thead th,.admin-orders-sticky-head{top:0}.admin-metric-grid,.admin-workbench-card-grid,.admin-workbench-detail-grid,.admin-business-strip,.admin-mini-summary,.admin-traffic-summary{grid-template-columns:1fr}.admin-workbench-shortcuts a{flex:142px}.admin-traffic-date-tabs{justify-content:flex-start}.admin-traffic-custom-date-form,.admin-traffic-filter-form,.admin-traffic-campaign-form,.admin-traffic-campaign-form.compact{grid-template-columns:1fr;min-width:0}.admin-traffic-filter-form.compact{width:100%;box-shadow:none;margin-top:8px;position:static}.admin-traffic-filter-menu{width:100%}.admin-traffic-metric-tabs .ghost-button{flex:150px}.admin-traffic-table-wrap{overflow-x:visible}.admin-traffic-table-wrap>.admin-traffic-table{display:none}.admin-traffic-card-list{gap:10px;display:grid}.admin-traffic-mobile-card dl{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-traffic-excluded-panel summary,.admin-traffic-campaign-item summary{flex-direction:column;align-items:flex-start}.admin-traffic-drawer{border-left:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh}.admin-traffic-drawer-head{z-index:1;background:inherit;position:sticky;top:0}.admin-traffic-drawer-metrics,.admin-traffic-order-attribution>div{grid-template-columns:1fr}.admin-dashboard-hero,.admin-surface .form-card,.admin-surface .table-card{padding:16px}.two-factor-setup-grid,.two-factor-setup-grid.compact{grid-template-columns:1fr}.admin-agent-security-reset{flex-direction:column;align-items:flex-start}.admin-sales-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sales-table-head>div{flex-direction:column;align-items:flex-start;gap:6px}.admin-sales-product-cell{align-items:flex-start}.admin-sales-detail-table td:first-child strong{white-space:normal}.admin-products-hero{flex-direction:column;align-items:stretch}.admin-products-add-button{width:100%}.admin-products-filter-card,.admin-product-card,.admin-product-info,.admin-product-price-card label{grid-template-columns:1fr}.admin-product-card{padding:18px}.admin-product-avatar{width:64px;height:64px;font-size:1.35rem}.admin-product-avatar .category-brand-icon{border-radius:15px;width:64px;height:64px}.admin-product-avatar .category-brand-icon img{width:40px;height:40px}.admin-product-sort-row{flex-direction:column;align-items:flex-start;margin-top:20px}.admin-product-price-card input{text-align:left}.admin-orders-main .admin-shell-header{border-radius:18px;align-items:flex-start;min-height:auto;padding:18px}.admin-orders-main .admin-shell-actions{justify-content:flex-start;width:100%}.admin-orders-main .admin-shell-date,.admin-orders-main .admin-shell-action{min-height:38px;padding:0 11px;font-size:.82rem}.admin-orders-main .admin-toolbar-card{padding:14px!important}.admin-orders-main .admin-orders-filter-form{grid-template-columns:1fr;gap:12px}.admin-orders-main .admin-orders-filter-form>input[name=q],.admin-orders-main .admin-orders-filter-form>select[name=status],.admin-orders-main .admin-order-date-controls,.admin-orders-main .admin-orders-filter-submit,.admin-orders-main .admin-orders-filter-reset,.admin-orders-main .admin-orders-filter-export{grid-column:1}.admin-orders-main .admin-order-date-controls{grid-template-columns:1fr;display:grid}.admin-orders-main .admin-range-tabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-orders-main .admin-date-picker,.admin-orders-main .admin-date-button{width:100%;min-width:0}.admin-orders-main .admin-mini-summary{grid-template-columns:1fr}.admin-orders-main .admin-mini-summary article.admin-orders-summary-card{grid-template-columns:48px minmax(0,1fr);min-height:82px;padding:16px}.admin-orders-main .admin-orders-summary-icon{width:46px;min-width:46px;height:46px;font-size:24px!important}.admin-orders-main .admin-orders-table-card{padding:12px;overflow:hidden}.admin-orders-main .admin-orders-sticky-head{gap:12px}.admin-orders-main .admin-orders-sticky-head .section-head.compact{flex-direction:column;align-items:flex-start}.admin-orders-main .admin-bulk-delete-panel{grid-template-columns:1fr}.admin-orders-main .admin-bulk-delete-form{grid-template-columns:1fr;width:100%;display:grid}.admin-orders-main .admin-bulk-delete-form input{width:100%}.admin-orders-main .admin-orders-column-head{display:none}.admin-orders-main .admin-orders-scroll{overflow:visible}.admin-orders-main .admin-orders-table{table-layout:auto;width:100%;min-width:0}.admin-orders-main .admin-orders-table colgroup,.admin-orders-main .admin-orders-table thead{display:none}.admin-orders-main .admin-orders-table,.admin-orders-main .admin-orders-table tbody,.admin-orders-main .admin-orders-table tr,.admin-orders-main .admin-orders-table td{display:block}.admin-orders-main .admin-orders-table tbody{gap:14px;display:grid}.admin-orders-main .admin-orders-table tr{border:1px solid var(--admin-line);background:#0f172a47;border-radius:16px;overflow:hidden}.admin-orders-main .admin-orders-table td{border-top:1px solid #d6c6ff14;min-width:0;padding:12px 14px 12px 104px;position:relative}.admin-orders-main .admin-orders-table td:first-child{border-top:0}.admin-orders-main .admin-orders-table td:before{width:74px;color:var(--admin-muted);content:"";font-size:.78rem;font-weight:950;position:absolute;top:12px;left:14px}.admin-orders-main .admin-orders-table td:first-child:before{content:"选择"}.admin-orders-main .admin-orders-table td:nth-child(2):before{content:"订单号"}.admin-orders-main .admin-orders-table td:nth-child(3):before{content:"客户"}.admin-orders-main .admin-orders-table td:nth-child(4):before{content:"商品"}.admin-orders-main .admin-orders-table td:nth-child(5):before{content:"金额"}.admin-orders-main .admin-orders-table td:nth-child(6):before{content:"状态"}.admin-orders-main .admin-orders-table td:nth-child(7):before{content:"付款"}.admin-orders-main .admin-orders-table td:nth-child(8):before{content:"库存"}.admin-orders-main .admin-orders-table td:nth-child(9):before{content:"操作"}.admin-orders-main .admin-orders-table td:nth-child(9){min-width:0}.admin-orders-main .admin-orders-table td:nth-child(9) .inline-actions{grid-template-columns:1fr;display:grid}.admin-orders-main .admin-orders-table td:nth-child(9) .ghost-button.small,.admin-orders-main .admin-orders-table td:nth-child(9) .primary-button.small{width:100%}html[data-theme=glass] .admin-orders-main .admin-orders-table tr,html[data-theme=glass] .admin-orders-main .admin-orders-table tbody tr,html[data-theme=glass] .admin-orders-main .admin-orders-table tbody tr:nth-child(2n){background:#ffffffeb;border-color:#4f319c1f}html[data-theme=glass] .admin-orders-main .admin-orders-table td{border-top-color:#4f319c1a}}.admin-shell-header,.admin-orders-main .admin-shell-header{background:#121118e6;border-radius:14px;align-items:center;min-height:62px;padding:12px 14px;box-shadow:0 12px 34px #0003}.admin-orders-main .admin-shell-header:after{display:none}.admin-shell-kicker,.admin-surface .eyebrow{min-height:22px;padding:0 9px;font-size:.66rem}.admin-shell-title h1,.admin-orders-main .admin-shell-title h1{margin-top:5px;font-size:1.55rem;line-height:1.1}.admin-shell-title p,.admin-orders-main .admin-shell-title p{margin-top:4px;font-size:.78rem;line-height:1.35}.admin-shell-date,.admin-shell-action,.admin-orders-main .admin-shell-date,.admin-orders-main .admin-shell-action{border-radius:9px;min-height:30px;padding:0 9px;font-size:.74rem}.admin-copy-line{align-items:center;gap:6px;min-width:0;display:flex}.admin-copy-line>span,.admin-copy-line>strong{text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-copy-button{color:#c4b5fd;cursor:pointer;background:#a78bfa14;border:1px solid #a78bfa3d;border-radius:7px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;min-height:24px;padding:0;line-height:1;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.admin-copy-button:hover{color:#ede9fe;background:#a78bfa29;border-color:#c4b5fd7a}.admin-copy-button svg{width:14px;height:14px}.admin-copy-button.copied{color:#86efac;background:#22c55e24;border-color:#22c55e57}.admin-inline-tags{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}.admin-inline-tags span{max-width:100%;min-height:20px;color:var(--admin-muted);background:#ffffff0e;border-radius:999px;align-items:center;padding:0 7px;font-size:.68rem;font-weight:850;display:inline-flex}.admin-short-title,.admin-orders-table td:nth-child(4) strong.admin-short-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;line-height:1.26;display:-webkit-box;overflow:hidden}.admin-compact-meta,.admin-payment-reference-line{margin-top:4px}.admin-payment-reference-line>span{max-width:170px}.admin-row-details{color:var(--admin-muted);gap:4px;margin-top:5px;font-size:.72rem;line-height:1.35;display:grid}.admin-row-details summary{color:#c4b5fd;cursor:pointer;width:fit-content;font-size:.7rem;font-weight:900}.admin-row-actions-details{background:#a78bfa0d;border:1px solid #a78bfa2e;border-radius:10px;padding:7px}.admin-inventory-count{color:#c4b5fd;white-space:nowrap;background:#a78bfa14;border:1px solid #a78bfa38;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.72rem;font-weight:900;display:inline-flex}.admin-order-detail-trigger{color:#e9d5ff;cursor:pointer;background:#a78bfa14;border:1px solid #a78bfa47;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:32px;font-size:.76rem;font-weight:950;display:inline-flex}.admin-order-detail-trigger:hover{background:#a78bfa26;border-color:#c4b5fd80}.admin-order-detail-layer{z-index:120;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05040ab8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-order-detail-dialog{background:radial-gradient(circle at 16% 0,#7c3aed2e,#0000 34%),linear-gradient(#191623fa,#0e0d16fa);border:1px solid #a78bfa38;border-radius:18px;grid-template-rows:auto minmax(0,1fr);width:min(1080px,100vw - 32px);max-height:min(88vh,920px);display:grid;overflow:hidden;box-shadow:0 30px 90px #00000080}.admin-order-detail-header{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.admin-order-detail-header h2{color:var(--admin-text);margin:4px 0 0;font-size:1.35rem;line-height:1.15}.admin-order-detail-close{width:34px;height:34px;color:var(--admin-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;font-size:1.45rem;line-height:1;display:inline-flex}.admin-order-detail-close:hover{color:var(--admin-text)}.admin-order-detail-body{gap:14px;padding:18px 20px 22px;display:grid;overflow-y:auto}.admin-order-detail-section{background:#ffffff09;border:1px solid #ffffff14;border-radius:14px;gap:10px;padding:14px;display:grid}.admin-order-detail-section h3{color:var(--admin-text);margin:0;font-size:.88rem;font-weight:950}.admin-order-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.admin-order-detail-card{background:#07081040;border:1px solid #ffffff14;border-radius:12px;min-width:0;padding:10px}.admin-order-detail-card>span,.admin-order-detail-codehead span{color:var(--admin-muted);font-size:.72rem;font-weight:850}.admin-order-detail-value{align-items:center;gap:6px;min-width:0;margin-top:5px;display:flex}.admin-order-detail-value strong{min-width:0;color:var(--admin-text);overflow-wrap:anywhere;font-size:.84rem;line-height:1.35;overflow:hidden}.admin-order-detail-profit .admin-order-detail-card{background:#22c55e12;border-color:#22c55e2e}.admin-order-detail-codebox,.admin-order-detail-inventory-item{background:#07081052;border:1px solid #a78bfa24;border-radius:12px;gap:8px;padding:10px;display:grid}.admin-order-detail-codehead{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-order-detail-codebox pre{max-height:260px;color:var(--admin-text);white-space:pre-wrap;overflow-wrap:anywhere;background:#00000042;border-radius:10px;margin:0;padding:10px;font-size:.76rem;line-height:1.55;overflow:auto}.admin-order-detail-inventory{gap:10px;display:grid}.admin-order-detail-inventory-item dl{color:var(--admin-muted);grid-template-columns:72px minmax(0,1fr);gap:6px 10px;margin:0;font-size:.76rem;display:grid}.admin-order-detail-inventory-item dt{color:#f8f4ff7a;font-weight:850}.admin-order-detail-inventory-item dd{min-width:0;color:var(--admin-text);overflow-wrap:anywhere;margin:0}.admin-order-detail-empty{color:var(--admin-muted);margin:0;font-size:.78rem}.admin-order-status-form{gap:6px;grid-template-columns:minmax(0,1fr) auto!important}.admin-orders-table td:nth-child(9) .admin-order-status-form{min-width:0}.admin-orders-table td:nth-child(9) .inline-actions{gap:6px;display:grid}.admin-surface{font-size:.96rem}.admin-surface .admin-nav a,.admin-surface .admin-nav-sort-label{font-size:.92rem}.admin-surface .table th,.admin-surface .table td{font-size:.94rem;line-height:1.45}.admin-surface .table td strong,.admin-surface .admin-table-link{font-size:.98rem;line-height:1.32}.admin-surface .table-subtext,.admin-surface small,.admin-surface .form-hint{font-size:.86rem;line-height:1.45}.admin-surface input,.admin-surface select,.admin-surface textarea{font-size:.92rem}.admin-surface .ghost-button,.admin-surface .primary-button,.admin-surface .danger-button,.admin-surface .admin-shell-date,.admin-surface .admin-shell-action{font-size:.86rem}.admin-surface .eyebrow,.admin-surface .admin-delete-code,.admin-surface .admin-row-details summary{font-size:.82rem}.admin-surface .admin-inline-tags span,.admin-surface .admin-inventory-count,.admin-surface .admin-order-status-pill{font-size:.76rem}.admin-orders-main .admin-orders-table{font-size:.96rem}.admin-orders-main .admin-orders-table td{border-top-color:#a78bfa33;font-size:.94rem}.admin-orders-main .admin-orders-table tbody tr+tr td{border-top-color:#a78bfa47;box-shadow:inset 0 1px #ffffff06}.admin-orders-main .admin-orders-table td strong,.admin-orders-main .admin-orders-table .admin-table-link{font-size:.98rem;line-height:1.32}.admin-orders-main .admin-orders-table .table-subtext{font-size:.86rem;line-height:1.45}.admin-orders-main .admin-inline-tags span,.admin-orders-main .admin-inventory-count{font-size:.76rem}.admin-orders-main .admin-order-status-pill,.admin-orders-main .admin-order-detail-trigger,.admin-orders-main .admin-order-status-form select,.admin-orders-main .admin-orders-table td:nth-child(9) .ghost-button.small,.admin-orders-main .admin-orders-table td:nth-child(9) .primary-button.small{font-size:.82rem}.admin-pagination{justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.admin-pagination .inline-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center}.admin-page-size-form,.admin-page-jump-form{align-items:center;gap:6px;display:inline-flex}.admin-page-size-form label,.admin-page-jump-form label{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.admin-page-jump-form input{text-align:center;width:66px;min-height:30px;padding:0 8px}.admin-products-table-card{overflow:hidden}.admin-products-data-table{table-layout:fixed;min-width:1280px}.admin-products-data-table th,.admin-products-data-table td{vertical-align:top;padding:10px 12px}.admin-products-data-table th:first-child{width:34%}.admin-products-data-table th:nth-child(2){width:22%}.admin-products-data-table th:nth-child(3){width:14%}.admin-products-data-table th:nth-child(4){width:13%}.admin-products-data-table th:nth-child(5){width:8%}.admin-products-data-table th:nth-child(6){width:9%}.admin-product-table-info{grid-template-columns:46px minmax(0,1fr);gap:10px;min-width:0;display:grid}.admin-products-data-table .admin-product-avatar,.admin-products-data-table .admin-product-avatar .category-brand-icon{border-radius:12px;width:46px;height:46px}.admin-products-data-table .admin-product-avatar .category-brand-icon img{width:32px;height:32px}.admin-products-data-table .admin-product-title{font-size:.9rem;line-height:1.28}.admin-products-data-table .admin-product-tags{gap:4px;margin-top:6px}.admin-products-data-table .admin-product-tags span{padding:3px 7px;font-size:.66rem}.admin-products-data-table .admin-product-slug{margin-top:4px}.admin-products-data-table .admin-product-price-card,.admin-products-data-table .admin-product-stock-card,.admin-products-data-table .admin-product-status-card,.admin-products-data-table .admin-product-actions{background:#0708102e;border-radius:10px}.admin-products-data-table .admin-product-price-card{padding:8px}.admin-products-data-table .admin-product-price-card label{grid-template-columns:68px minmax(0,1fr);padding:5px 0}.admin-products-data-table .admin-product-price-card input{max-width:none;min-height:30px;font-size:.82rem}.admin-products-data-table .admin-product-price-card .ghost-button{width:100%;min-height:30px;margin-top:6px}.admin-products-data-table .admin-product-stock-card{gap:6px;padding:10px}.admin-products-data-table .admin-product-stock-card strong{font-size:1.35rem}.admin-products-data-table .admin-product-stock-card span,.admin-products-data-table .admin-product-stock-card p{font-size:.74rem}.admin-products-data-table .admin-product-stock-card em{padding:3px 7px;font-size:.66rem}.admin-products-data-table .admin-product-status-card{gap:7px;padding:9px}.admin-products-data-table .admin-product-status-pill{min-height:26px;padding:0 10px;font-size:.7rem}.admin-products-data-table .admin-product-status-card select{min-height:30px}.admin-product-sort-actions.compact,.admin-products-data-table .admin-product-actions{gap:6px;display:grid}.admin-products-data-table .admin-product-actions{padding:8px}.admin-products-data-table .ghost-button.small{width:100%;min-height:30px;padding:0 8px}html[data-theme=glass] .admin-copy-button{color:#6d28d9;background:#8b5cf614;border-color:#6d28d92e}html[data-theme=glass] .admin-inline-tags span,html[data-theme=glass] .admin-products-data-table .admin-product-price-card,html[data-theme=glass] .admin-products-data-table .admin-product-stock-card,html[data-theme=glass] .admin-products-data-table .admin-product-status-card,html[data-theme=glass] .admin-products-data-table .admin-product-actions{background:#ffffffa3}@media (max-width:1180px){.admin-products-data-table{min-width:1120px}}@media (max-width:760px){.admin-shell-header,.admin-orders-main .admin-shell-header{align-items:flex-start;min-height:auto;padding:14px}.admin-pagination{flex-direction:column;align-items:flex-start}.admin-pagination .inline-actions{justify-content:flex-start;width:100%}.admin-page-size-form,.admin-page-jump-form{width:100%}.admin-page-size-form select,.admin-page-jump-form input,.admin-page-size-form button,.admin-page-jump-form button{flex:auto}.admin-products-table-card{padding:10px!important}.admin-products-table-card .admin-table-scroll{overflow-x:auto}.admin-products-data-table{min-width:980px}}.order-detail-refresh{--container:min(calc(100vw - 112px), 1720px);gap:22px;padding-top:24px;scroll-margin-top:132px}.order-detail-summary-card,.order-detail-refresh .atelier-panel-card{background:radial-gradient(circle at 92% 12%, #8455ef29, transparent 34%), radial-gradient(circle at 8% 96%, #ba9eff14, transparent 32%), var(--site-panel);box-shadow:var(--site-shadow);-webkit-backdrop-filter:blur(24px)saturate(170%);backdrop-filter:blur(24px)saturate(170%);border:1px solid #ffffff14}.order-detail-summary-card{border-radius:32px;grid-template-columns:minmax(0,.86fr) minmax(680px,1.08fr);justify-self:center;align-items:stretch;gap:30px;width:min(100%,1540px);min-width:0;padding:28px;display:grid}.order-detail-summary-main,.order-detail-summary-stat,.order-detail-heading-group,.order-detail-info-item,.order-detail-payment-list div,.order-detail-help-list a,.order-detail-progress-step{min-width:0}.order-detail-title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.order-detail-number-label{color:color-mix(in srgb, var(--site-muted) 88%, #fff 12%);font-family:var(--font-headline), sans-serif;letter-spacing:0;margin:8px 0 6px;font-size:.78rem;font-weight:850;display:inline-block}.order-detail-title-row h1{max-width:100%;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:2rem;line-height:1.16}.order-detail-title-row .atelier-copy-button{letter-spacing:0;min-height:34px;padding:0 12px;font-size:.72rem}.order-detail-product-link,.order-detail-product-name{max-width:100%;color:var(--site-muted);overflow-wrap:anywhere;margin:0;font-size:1.02rem;font-weight:750;line-height:1.7;display:inline-block}.order-detail-product-link{text-underline-offset:5px;-webkit-text-decoration:underline #ba9eff80;text-decoration:underline #ba9eff80}.order-detail-product-link:hover{color:var(--site-text);text-decoration-color:#ba9effeb}.order-detail-action-row,.order-detail-delivery-actions,.order-detail-side-actions{flex-wrap:wrap;gap:12px;display:flex}.order-detail-action-row{margin-top:22px}.order-detail-action-row .atelier-primary-action,.order-detail-action-row .atelier-secondary-action,.order-detail-side-actions .atelier-primary-action,.order-detail-side-actions .atelier-secondary-action{letter-spacing:0;text-transform:none;min-height:42px}.order-detail-summary-stats{background:radial-gradient(circle at 96% 20%,#8455ef2e,#0000 42%),#ffffff0a;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;display:grid;overflow:hidden}.order-detail-summary-stat{align-content:center;gap:8px;padding:20px 22px;display:grid}.order-detail-summary-stat+.order-detail-summary-stat{border-left:1px solid #ffffff1a}.order-detail-summary-stat span,.order-detail-info-item small,.order-detail-payment-list dt{color:var(--site-muted);font-family:var(--font-headline), sans-serif;letter-spacing:0;font-size:.76rem;font-weight:800}.order-detail-summary-stat strong{min-width:0;color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;overflow-wrap:anywhere;align-items:center;gap:9px;font-size:1.22rem;line-height:1.28;display:flex}.order-detail-summary-amount strong{font-size:1.85rem}.order-detail-summary-stat small{color:color-mix(in srgb, var(--site-muted) 84%, #fff 16%);font-weight:700;line-height:1.35}.order-detail-status-success,.order-detail-status-text.order-detail-status-success{color:#69e6aa}.order-detail-status-accent,.order-detail-status-text.order-detail-status-accent{color:#d1bcff}.order-detail-status-warning,.order-detail-status-text.order-detail-status-warning{color:#ffd39b}.order-detail-status-muted,.order-detail-status-text.order-detail-status-muted{color:#a7a4ad}.order-detail-payment-label{align-items:center;gap:9px;max-width:100%;display:inline-flex}.order-detail-payment-icon{color:#fff;width:28px;height:28px;font-style:normal;font-family:var(--font-headline), sans-serif;letter-spacing:0;border-radius:999px;flex:none;place-items:center;font-size:.86rem;font-weight:900;line-height:1;display:inline-grid;box-shadow:0 8px 18px #0000003d}.order-detail-payment-icon-alipay{background:linear-gradient(135deg,#1677ff,#4bb4ff)}.order-detail-payment-icon-wechat{background:linear-gradient(135deg,#04be02,#43d86d)}.order-detail-payment-icon-usdt{background:linear-gradient(135deg,#26a17b,#55d6a2)}.order-detail-payment-icon-wallet{background:linear-gradient(135deg,#8455ef,#ba9eff)}.order-detail-payment-icon-default{background:linear-gradient(135deg,#6b7280,#a7a4ad)}.order-detail-notices{gap:10px;display:grid}.order-detail-notices:empty{display:none}.order-detail-refresh .notice{margin:0}.order-detail-layout{grid-template-columns:minmax(0,1.62fr) minmax(340px,1fr);align-items:start;gap:24px;display:grid}.order-detail-main-column,.order-detail-side-column{gap:20px;min-width:0;display:grid}.order-detail-refresh .atelier-panel-card{border-radius:28px;padding:24px}.order-detail-card-head,.order-detail-side-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.order-detail-heading-group,.order-detail-side-title{align-items:center;display:flex}.order-detail-heading-group{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;display:grid}.order-detail-heading-icon,.order-detail-side-title>.material-symbols-outlined{color:#b99cff;font-variation-settings:"FILL" 1, "wght" 600;letter-spacing:0;text-transform:none;background:#8455ef29;border-radius:12px;flex:none;place-items:center;width:36px;height:36px;font-family:Material Symbols Outlined;font-size:1.12rem;line-height:1;display:inline-grid}.order-detail-heading-icon{border-radius:14px;place-self:center;width:44px;height:44px}.order-detail-heading-svg{color:currentColor;fill:none;stroke:currentColor;stroke-width:2.15px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;display:block;transform:translate(0)}.order-detail-card-head h2,.order-detail-side-title h2,.order-detail-note-card h2{color:var(--site-text);font-family:var(--site-display-font);letter-spacing:0;margin:0;font-size:1.34rem;line-height:1.2}.order-detail-card-head p,.order-detail-heading-group p{color:var(--site-muted);margin:4px 0 0;line-height:1.45}.order-detail-delivery-card{background:radial-gradient(circle at 94% 16%, #f472b61f, transparent 32%), radial-gradient(circle at 6% 88%, #8455ef24, transparent 36%), var(--site-panel)!important;border-color:#f472b638!important}.order-detail-delivery-actions{justify-content:flex-end}.order-detail-delivery-actions .atelier-copy-button{letter-spacing:0;text-transform:none}.order-detail-delivery-cue{color:#ff7f98;font-family:var(--site-display-font);flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0 0;font-size:1.02rem;font-weight:900;line-height:1.3;display:inline-flex}.order-detail-delivery-cue .atelier-delivery-arrows{font-size:1.32rem}.order-detail-secret-box{min-height:124px;max-height:420px;color:var(--site-text);white-space:pre-wrap;word-break:break-word;background:linear-gradient(#0a0a10b8,#111118c2),#f472b60a;border:1px solid #f472b64d;border-radius:18px;margin:14px 0 0;padding:18px;font-size:1rem;font-weight:750;line-height:1.7;overflow:auto;box-shadow:inset 0 0 0 1px #ffffff0a}html[data-theme=glass] .order-detail-secret-box{color:var(--site-text);background:linear-gradient(#ffffffc2,#ffffff9e),#fff5fab8;border-color:#e8437542;box-shadow:inset 0 0 0 1px #ffffffb3,0 16px 34px #32294f14}.order-detail-sensitive-note,.order-detail-empty-delivery{margin:14px 0 0}.order-detail-sensitive-note{color:color-mix(in srgb, #fb7185 82%, var(--site-text) 18%);align-items:center;gap:8px;font-weight:800;line-height:1.6;display:flex}.order-detail-sensitive-note .material-symbols-outlined{font-variation-settings:"FILL" 1, "wght" 600;font-size:1rem}.order-detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.order-detail-info-item{background:#ffffff0b;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:14px;display:grid}.order-detail-info-item-wide{grid-column:1/-1}.order-detail-info-item>.material-symbols-outlined{width:34px;height:34px;color:color-mix(in srgb, var(--site-accent-2) 84%, #fff 16%);font-variation-settings:"FILL" 0, "wght" 600;letter-spacing:0;text-transform:none;background:#8455ef21;border-radius:12px;justify-content:center;align-items:center;font-family:Material Symbols Outlined;font-size:1rem;line-height:1;display:inline-flex}.order-detail-info-item small{margin-bottom:5px;display:block}.order-detail-info-item strong,.order-detail-info-item .atelier-info-link{color:var(--site-text);overflow-wrap:anywhere;font-size:.96rem;font-weight:850;line-height:1.45}.order-detail-side-card{gap:18px}.order-detail-side-title{justify-content:flex-start;gap:10px;margin-bottom:16px}.order-detail-payment-list{gap:8px;margin:0;display:grid}.order-detail-payment-list div{background:#ffffff09;border:1px solid #ffffff12;border-radius:12px;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;display:grid}.order-detail-payment-list dd{min-width:0;color:var(--site-text);overflow-wrap:anywhere;margin:0;font-weight:800;line-height:1.45}.order-detail-mini-status{background:#ffffff0e;border-radius:999px;align-items:center;width:fit-content;min-height:26px;padding:0 10px;display:inline-flex}.order-detail-side-actions{margin-top:16px}.order-detail-help-list{gap:8px;display:grid}.order-detail-help-list a{color:var(--site-text);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;grid-template-rows:auto auto;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:4px 12px;padding:12px;transition:transform .18s,border-color .18s,background-color .18s;display:grid}.order-detail-help-list a:hover{background:#8455ef1a;border-color:#ba9eff4d;transform:translateY(-1px)}.order-detail-help-list a>.material-symbols-outlined:first-child{color:#d4c3ff;font-variation-settings:"FILL" 1, "wght" 600;letter-spacing:0;text-transform:none;background:#8455ef38;border-radius:14px;grid-row:1/3;justify-content:center;align-items:center;width:38px;height:38px;font-family:Material Symbols Outlined;font-size:1.05rem;line-height:1;display:inline-flex}.order-detail-help-list strong,.order-detail-help-list small{overflow-wrap:anywhere}.order-detail-help-list strong{font-size:.94rem;line-height:1.3}.order-detail-help-list small{color:var(--site-muted);line-height:1.35}.order-detail-help-list i{color:var(--site-muted);grid-area:1/3/3;font-style:normal}.order-detail-progress{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:6px 0 0;display:grid;position:relative}.order-detail-progress:before{content:"";background:linear-gradient(90deg,#8455ef80,#ffffff21);height:2px;position:absolute;top:28px;left:16.5%;right:16.5%}.order-detail-progress-complete:before{background:linear-gradient(90deg,#8455ef80,#69e6aa9e)}.order-detail-progress-step{z-index:1;text-align:center;justify-items:center;gap:7px;display:grid;position:relative}.order-detail-progress-node{color:#cfc0ff;background:radial-gradient(circle at 30% 20%,#fff3,#0000 45%),#8455ef47;border:1px solid #ba9eff5c;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 0 20px #8455ef26}.order-detail-progress-node i{font-variation-settings:"FILL" 1, "wght" 600;letter-spacing:0;text-transform:none;font-family:Material Symbols Outlined;font-size:1.15rem;font-style:normal;line-height:1}.order-detail-progress-step strong{color:var(--site-text);font-size:.88rem;line-height:1.25}.order-detail-progress-step small{max-width:110px;color:var(--site-muted);font-size:.72rem;line-height:1.35}.order-detail-progress-step-pending .order-detail-progress-node{color:#8f8a99;box-shadow:none;background:#ffffff0d;border-color:#ffffff1a}.order-detail-progress-step-success .order-detail-progress-node{color:#d8ffeb;background:radial-gradient(circle at 30% 20%,#fff3,#0000 45%),#22c55e52;border-color:#69e6aa8c;box-shadow:0 0 28px #22c55e38}.order-detail-progress-step-muted .order-detail-progress-node{color:#c5c1cc;background:#ffffff12;border-color:#ffffff24}@media (max-width:1240px){.order-detail-summary-card{grid-template-columns:1fr;width:100%}.order-detail-summary-stats{order:-1}}@media (max-width:1100px){.order-detail-layout{grid-template-columns:1fr}}@media (max-width:720px){.order-detail-refresh{--container:100%;gap:16px;padding-top:12px}.order-detail-summary-card{border-radius:24px;padding:18px}.order-detail-summary-stats{border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-summary-stat{padding:14px}.order-detail-summary-stat+.order-detail-summary-stat{border-left:0}.order-detail-summary-stat:nth-child(odd){border-right:1px solid #ffffff14}.order-detail-summary-stat:nth-child(n+3){border-top:1px solid #ffffff14}.order-detail-summary-amount strong{font-size:1.42rem}.order-detail-summary-stat strong{font-size:1rem}.order-detail-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.order-detail-title-row h1{font-size:1.48rem}.order-detail-action-row .atelier-primary-action,.order-detail-action-row .atelier-secondary-action,.order-detail-side-actions .atelier-primary-action,.order-detail-side-actions .atelier-secondary-action{flex:150px;min-width:0}.order-detail-refresh .atelier-panel-card{border-radius:22px;padding:18px}.order-detail-card-head{flex-direction:column;align-items:flex-start}.order-detail-delivery-actions{justify-content:flex-start;width:100%}.order-detail-delivery-actions .atelier-copy-button{flex:138px}.order-detail-info-grid{grid-template-columns:1fr}.order-detail-info-item-wide{grid-column:auto}.order-detail-payment-list div{grid-template-columns:1fr;gap:5px}.order-detail-help-list a{grid-template-columns:36px minmax(0,1fr) auto;padding:10px}.order-detail-progress-node{width:42px;height:42px}.order-detail-progress:before{top:24px}.order-detail-progress-step small{max-width:86px;font-size:.68rem}}@media (max-width:420px){.order-detail-summary-stats{grid-template-columns:1fr}.order-detail-summary-stat:nth-child(odd){border-right:0}.order-detail-summary-stat+.order-detail-summary-stat{border-top:1px solid #ffffff14}.order-detail-title-row{grid-template-columns:1fr}}.lucky-page{gap:28px;padding-bottom:80px;display:grid}.lucky-access-card,.lucky-hero,.lucky-draw-panel,.lucky-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#101827e0,#161c2cc7),#ffffff0a;border:1px solid #94a3b838;border-radius:28px;box-shadow:0 24px 80px #0f172a52}.lucky-access-card{width:min(560px,100%);margin:40px auto;padding:32px}.lucky-access-card h1,.lucky-hero h1{font-family:var(--font-headline), var(--font-body), sans-serif;color:var(--site-text,#f8fafc);letter-spacing:0;margin:8px 0 12px;font-size:clamp(2.2rem,6vw,4.6rem);line-height:1}.lucky-access-card p,.lucky-hero p{color:var(--site-muted,#a8b3c7)}.lucky-access-form{gap:16px;margin-top:22px;display:grid}.lucky-access-form label{color:var(--site-muted,#a8b3c7);gap:8px;font-weight:700;display:grid}.lucky-access-form input{width:100%;color:var(--site-text,#f8fafc);background:#0f172ab8;border:1px solid #94a3b83d;border-radius:16px;padding:14px 16px}.lucky-hero{grid-template-columns:minmax(0,1fr) minmax(220px,300px);align-items:center;gap:24px;padding:clamp(24px,5vw,48px);display:grid}.lucky-hero-copy{gap:12px;display:grid}.lucky-hero-actions,.lucky-stage-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.lucky-hero-actions button,.lucky-stage-actions button{border:0}.lucky-hero-actions button:disabled,.lucky-stage-actions button:disabled{cursor:not-allowed;opacity:.56}.lucky-hero-balance{background:linear-gradient(145deg,#0ea5e924,#a855f71f),#0f172a85;border:1px solid #60a5fa47;border-radius:24px;place-items:center;gap:8px;min-height:220px;display:grid}.lucky-hero-balance span,.lucky-hero-balance small,.lucky-section-note{color:var(--site-muted,#a8b3c7);font-size:.82rem}.lucky-hero-balance strong{color:#f8fafc;font-family:var(--font-headline), var(--font-body), sans-serif;font-size:5rem;line-height:1}.lucky-draw-panel{justify-items:center;gap:24px;padding:clamp(24px,5vw,44px);display:grid;overflow:hidden}.lucky-pack-wrap{width:170px;height:140px;position:relative}.lucky-pack{z-index:1;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed 58%,#0f172a);border:1px solid #7dd3fc5c;align-content:center;place-items:center;gap:6px;display:grid;box-shadow:0 18px 44px #2563eb42}.lucky-pack span{font-family:var(--font-headline), var(--font-body), sans-serif;font-size:2.4rem;font-weight:900}.lucky-pack small{color:#ffffffc2;text-transform:uppercase;font-weight:800}.lucky-pack-glow{filter:blur(20px);background:#60a5fa52}.lucky-card-stage{width:min(760px,100%);height:270px;position:relative}.lucky-card{opacity:0;width:138px;height:190px;transform-style:preserve-3d;position:absolute;top:36px;left:50%;transform:translate(-50%,40px)scale(.72)}.lucky-card-inner{width:100%;height:100%;transform-style:preserve-3d;position:relative}.lucky-card-back{color:#f8fafc;background:linear-gradient(135deg,#2563ebf2,#7c3aedf2),#1d2540;border:1px solid #7dd3fc59}.lucky-card-back span{font-family:var(--font-headline), var(--font-body), sans-serif;font-size:2rem;font-weight:900}.lucky-card-back small{color:#ffffffbd;font-weight:800}.lucky-card-front strong{max-width:100%;font-size:1rem;line-height:1.25}.lucky-card-prize-icon{color:#93c5fd;font-size:2.2rem}.lucky-card-stage-dealing .lucky-card,.lucky-card-stage-shuffling .lucky-card,.lucky-card-stage-revealing .lucky-card,.lucky-card-stage-done .lucky-card{opacity:1}.lucky-card-stage-dealing .lucky-card-0,.lucky-card-stage-shuffling .lucky-card-0,.lucky-card-stage-revealing .lucky-card-0,.lucky-card-stage-done .lucky-card-0{transform:translate(-310px,24px)rotate(-16deg)}.lucky-card-stage-dealing .lucky-card-1,.lucky-card-stage-shuffling .lucky-card-1,.lucky-card-stage-revealing .lucky-card-1,.lucky-card-stage-done .lucky-card-1{transform:translate(-185px,2px)rotate(-8deg)}.lucky-card-stage-dealing .lucky-card-2,.lucky-card-stage-shuffling .lucky-card-2,.lucky-card-stage-revealing .lucky-card-2,.lucky-card-stage-done .lucky-card-2{transform:translate(-50%,-8px)scale(1.08)}.lucky-card-stage-dealing .lucky-card-3,.lucky-card-stage-shuffling .lucky-card-3,.lucky-card-stage-revealing .lucky-card-3,.lucky-card-stage-done .lucky-card-3{transform:translate(48px,2px)rotate(8deg)}.lucky-card-stage-dealing .lucky-card-4,.lucky-card-stage-shuffling .lucky-card-4,.lucky-card-stage-revealing .lucky-card-4,.lucky-card-stage-done .lucky-card-4{transform:translate(170px,24px)rotate(16deg)}.lucky-card-stage-revealing .lucky-card-center,.lucky-card-stage-done .lucky-card-center{z-index:5;transform:translate(-50%,-18px)scale(1.24)}.lucky-card-stage-revealing .lucky-card-center .lucky-card-inner,.lucky-card-stage-done .lucky-card-center .lucky-card-inner{transform:rotateY(180deg)}.lucky-stage-actions{text-align:center;justify-content:center}.lucky-stage-actions p{width:100%;color:var(--site-muted,#a8b3c7);margin:0}.lucky-section{padding:clamp(22px,4vw,34px)}.lucky-prize-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.lucky-prize-card,.lucky-record-card{background:#0f172a75;border:1px solid #94a3b833;border-radius:18px;gap:14px;min-width:0;padding:16px;display:grid}.lucky-prize-media{aspect-ratio:1;color:#dbeafe;background:#60a5fa24;border-radius:16px;place-items:center;width:72px;display:grid;overflow:hidden}.lucky-prize-media img{object-fit:cover;width:100%;height:100%}.lucky-prize-media span{font-weight:900}.lucky-prize-card h3,.lucky-record-card h3{color:var(--site-text,#f8fafc);margin:8px 0;font-size:1rem;line-height:1.3}.lucky-prize-card p,.lucky-record-card p,.lucky-prize-card small,.lucky-record-card small,.lucky-record-card time{color:var(--site-muted,#a8b3c7);line-height:1.55}.lucky-rarity-chip{color:#dbeafe;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;width:fit-content;padding:4px 9px;font-size:.72rem;font-weight:900;display:inline-flex}.lucky-rarity-COMMON{border-color:#60a5fa8c}.lucky-rarity-RARE{border-color:#c084fc9e}.lucky-rarity-EPIC{border-color:#facc15ad}.lucky-rarity-LEGENDARY{border-color:#38bdf8b3;box-shadow:inset 0 0 0 1px #facc155c,0 0 24px #38bdf829}.lucky-rarity-CONSOLATION{border-color:#94a3b866}.lucky-winner-strip{scroll-snap-type:x proximity;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.lucky-winner-pill{scroll-snap-align:start;background:#0f172a7a;border:1px solid #94a3b833;border-radius:16px;flex:none;gap:4px;min-width:240px;padding:14px;display:grid}.lucky-winner-pill span{color:var(--site-muted,#a8b3c7);font-size:.82rem}.lucky-winner-pill strong{color:var(--site-text,#f8fafc)}.lucky-record-list{gap:12px;display:grid}.lucky-record-card{grid-template-columns:minmax(0,1fr) auto;align-items:start}.lucky-rules-section details{color:var(--site-muted,#a8b3c7)}.lucky-rules-section summary{cursor:pointer;color:var(--site-text,#f8fafc);font-size:1.2rem;font-weight:900}.lucky-rules-section ol{gap:8px;margin:18px 0 0;padding-left:22px;display:grid}.lucky-result-modal{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.lucky-result-card{width:min(460px,100%);color:var(--site-text,#f8fafc);background:linear-gradient(145deg,#0f172af5,#1e293bf0);border:1px solid #94a3b847;border-radius:24px;gap:14px;padding:28px;display:grid;position:relative;box-shadow:0 30px 100px #02061794}.lucky-result-card h2{font-family:var(--font-headline), var(--font-body), sans-serif;letter-spacing:0;margin:0;font-size:2rem}.lucky-result-close{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:38px;height:38px;display:inline-grid;position:absolute;top:14px;right:14px}.lucky-result-delivery{color:var(--site-muted,#a8b3c7);background:#ffffff0f;border-radius:16px;gap:6px;padding:14px;display:grid}.lucky-result-delivery strong{color:var(--site-text,#f8fafc)}.lucky-home-entry-card{color:inherit;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;text-decoration:none;display:grid}.lucky-home-entry-card h2{color:var(--site-text,#f8fafc);margin:6px 0;font-size:1.05rem}.lucky-home-entry-card p{color:var(--site-muted,#a8b3c7);margin:0}.lucky-home-entry-card>strong{color:#bfdbfe;white-space:nowrap}.lucky-home-entry-icon{color:#dbeafe;background:linear-gradient(135deg,#3b82f666,#a855f747);border-radius:16px;place-items:center;width:46px;height:46px;display:inline-grid}.order-detail-lucky-notice{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.order-detail-lucky-notice a{color:#bfdbfe;font-weight:900}.admin-lucky-panel{margin-bottom:20px}.admin-lucky-rule-list,.admin-lucky-prize-list{gap:12px;margin-top:18px;display:grid}.admin-lucky-rule-row,.admin-lucky-prize-form,.admin-lucky-record-form{align-items:end;gap:10px;display:grid}.admin-lucky-rule-row{grid-template-columns:repeat(4,minmax(120px,1fr)) auto}.admin-lucky-rule-row label,.admin-lucky-prize-form label{gap:6px;display:grid}.admin-lucky-prize-editor{background:#ffffff08;border:1px solid #94a3b82e;border-radius:18px;gap:12px;padding:12px;display:grid}.admin-lucky-prize-summary{grid-template-columns:62px minmax(220px,1fr) repeat(4,minmax(90px,auto));align-items:center;gap:12px;display:grid}.admin-lucky-prize-thumb{color:#e2e8f0b8;background:#0f172a80;border:1px solid #93c5fd33;border-radius:16px;place-items:center;width:62px;height:62px;font-weight:950;display:grid;overflow:hidden}.admin-lucky-prize-thumb img{object-fit:cover;width:100%;height:100%}.admin-lucky-prize-summary-main{min-width:0}.admin-lucky-prize-summary-main h3{color:var(--admin-text,#f8fafc);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;line-height:1.25;overflow:hidden}.admin-lucky-prize-summary-main p,.admin-lucky-prize-summary>span{color:#e2e8f09e;margin:4px 0 0;font-size:.84rem;font-weight:850}.admin-lucky-prize-details{gap:12px;display:grid}.admin-lucky-prize-details summary{color:#cebdff;cursor:pointer;background:#cebdff1a;border:1px solid #cebdff3d;border-radius:999px;width:fit-content;min-height:36px;padding:8px 14px;font-size:.86rem;font-weight:950;list-style:none}.admin-lucky-prize-details summary::-webkit-details-marker{display:none}.admin-lucky-prize-details[open] summary{margin-bottom:12px}.admin-lucky-prize-form{grid-template-columns:repeat(4,minmax(120px,1fr))}.admin-lucky-record-form{grid-template-columns:minmax(130px,.7fr) minmax(180px,1fr) auto}.admin-lucky-card-back-tool{grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:center;gap:18px;margin-top:18px;display:grid}.admin-lucky-card-back-preview{aspect-ratio:3/4;filter:drop-shadow(0 22px 38px #0206176b)drop-shadow(0 0 20px #60a5fa38);border-radius:24px;width:min(190px,100%);position:relative;overflow:hidden}.admin-lucky-card-back-control,.admin-lucky-image-main{gap:10px;min-width:0;display:grid}.admin-lucky-crop-grid{grid-template-columns:repeat(3,minmax(140px,1fr));gap:10px;display:grid}.admin-lucky-crop-grid label,.admin-lucky-product-picker{gap:6px;display:grid}.admin-lucky-crop-grid input[type=range]{width:100%}.admin-lucky-card-back-canvas{display:none}.admin-lucky-image-field{gap:6px;display:grid}.admin-lucky-image-upload{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;display:grid}.admin-lucky-image-preview{color:#e2e8f0ad;background:#0f172a6b;border:1px solid #93c5fd3d;border-radius:16px;place-items:center;width:64px;height:64px;font-size:.75rem;font-weight:900;display:grid;overflow:hidden}.admin-lucky-image-preview img{object-fit:cover;width:100%;height:100%}.admin-lucky-product-picker-row{grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:12px;display:grid}.admin-lucky-product-picker-row span{color:#e2e8f09e;font-size:.84rem;font-weight:850}@media (max-width:980px){.lucky-hero,.lucky-prize-grid{grid-template-columns:1fr}.lucky-prize-grid{scroll-snap-type:x proximity;padding-bottom:4px;display:flex;overflow-x:auto}.lucky-prize-card{scroll-snap-align:start;flex:0 0 min(280px,82vw)}.admin-lucky-rule-row,.admin-lucky-prize-form,.admin-lucky-record-form{grid-template-columns:1fr}.admin-lucky-prize-summary{grid-template-columns:58px minmax(0,1fr)}.admin-lucky-prize-summary>span{grid-column:2;margin-top:0}.admin-lucky-card-back-tool,.admin-lucky-product-picker-row,.admin-lucky-crop-grid{grid-template-columns:1fr}}@media (max-width:720px){.lucky-page{gap:20px}.lucky-hero,.lucky-draw-panel,.lucky-section,.lucky-access-card{border-radius:22px;padding:20px}.lucky-hero-balance{min-height:150px}.lucky-hero-balance strong{font-size:3.4rem}.lucky-card-stage{height:235px}.lucky-card{width:104px;height:148px}.lucky-card-stage-dealing .lucky-card-0,.lucky-card-stage-shuffling .lucky-card-0,.lucky-card-stage-revealing .lucky-card-0,.lucky-card-stage-done .lucky-card-0{transform:translate(-210px,20px)rotate(-14deg)}.lucky-card-stage-dealing .lucky-card-1,.lucky-card-stage-shuffling .lucky-card-1,.lucky-card-stage-revealing .lucky-card-1,.lucky-card-stage-done .lucky-card-1{transform:translate(-135px,4px)rotate(-7deg)}.lucky-card-stage-dealing .lucky-card-3,.lucky-card-stage-shuffling .lucky-card-3,.lucky-card-stage-revealing .lucky-card-3,.lucky-card-stage-done .lucky-card-3{transform:translate(34px,4px)rotate(7deg)}.lucky-card-stage-dealing .lucky-card-4,.lucky-card-stage-shuffling .lucky-card-4,.lucky-card-stage-revealing .lucky-card-4,.lucky-card-stage-done .lucky-card-4{transform:translate(110px,20px)rotate(14deg)}.lucky-record-card,.lucky-home-entry-card{grid-template-columns:1fr}}.lucky-draw-panel{isolation:isolate;background:linear-gradient(145deg,#080d1cf0,#12152adb),#ffffff0a;gap:28px;padding:clamp(22px,4.5vw,46px);position:relative;overflow:hidden}.lucky-draw-panel:before{content:"";z-index:-1;opacity:.45;pointer-events:none;background:linear-gradient(90deg,#0000,#7dd3fc21,#0000),repeating-linear-gradient(90deg,#93c5fd0f 0 1px,#0000 1px 74px);position:absolute;inset:0}.lucky-draw-arena{perspective:1400px;background:linear-gradient(#3b82f61a,#0000 32%),radial-gradient(#818cf838,#0000 58%),#02061761;border:1px solid #7dd3fc33;border-radius:30px;place-items:center;width:min(900px,100%);height:420px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0d,inset 0 -42px 90px #02061780,0 28px 90px #0f172a57}.lucky-arena-light{filter:blur(28px);opacity:.72;pointer-events:none;background:linear-gradient(90deg,#0000,#7dd3fc57,#a855f74d,#0000);border-radius:999px;width:min(560px,82%);height:120px;position:absolute;bottom:58px;left:50%;translate:-50%}.lucky-draw-arena-charging .lucky-arena-light,.lucky-draw-arena-dealing .lucky-arena-light,.lucky-draw-arena-shuffling .lucky-arena-light{opacity:.92}.lucky-pack-wrap{z-index:18;width:230px;height:176px;transform-style:preserve-3d;will-change:transform, opacity;position:absolute;top:50%;left:50%;translate:-50% -50%}.lucky-pack-layer{transform-origin:50%;background:linear-gradient(135deg,#1e40afcc,#581c87c7),#0f172adb;border:1px solid #7dd3fc38;border-radius:28px;position:absolute;inset:18px 10px -9px;box-shadow:0 18px 44px #02061747}.lucky-pack-layer-1{opacity:.5;transform:rotate(-8deg)translateY(11px)}.lucky-pack-layer-2{opacity:.68;transform:rotate(6deg)translateY(4px)}.lucky-pack,.lucky-pack-glow{border-radius:30px;position:absolute;inset:0}.lucky-pack{z-index:2;color:#f8fafc;background:linear-gradient(135deg,#0ea5e9f2,#7c3aedf5 56%,#0f172af5),#0f172ae0;border:1px solid #bfdbfe6b;align-content:center;justify-items:center;gap:8px;display:grid;overflow:hidden;box-shadow:inset 0 0 24px #ffffff1f,0 22px 62px #3b82f652}.lucky-pack:before{content:"";opacity:.58;pointer-events:none;background:linear-gradient(90deg,#ffffff1a 0 1px,#0000 1px 42px),linear-gradient(0deg,#ffffff14 0 1px,#0000 1px 42px);border:1px solid #ffffff2e;border-radius:22px;position:absolute;inset:14px}.lucky-pack-logo{z-index:1;color:#fff;width:82px;height:82px;font-family:var(--font-headline), var(--font-body), sans-serif;letter-spacing:0;background:#0f172a57;border:1px solid #ffffff47;border-radius:24px;place-items:center;font-size:2.2rem;font-weight:950;line-height:1;display:inline-grid;position:relative;box-shadow:inset 0 0 18px #ffffff1f}.lucky-pack small,.lucky-pack em{z-index:1;color:#ffffffd1;letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-style:normal;font-weight:900;position:relative}.lucky-pack em{color:#dbeafea8;font-size:.68rem}.lucky-pack-glow{z-index:0;filter:blur(24px);opacity:.8;pointer-events:none;background:linear-gradient(135deg,#38bdf870,#a855f766);transform:scale(1.08)}.lucky-draw-arena-idle .lucky-pack-glow,.lucky-draw-arena-requesting .lucky-pack-glow{animation:2.8s ease-in-out infinite lucky-pack-glow-pulse}.lucky-draw-arena-charging .lucky-pack-glow,.lucky-draw-arena-dealing .lucky-pack-glow{animation:.7s ease-in-out infinite lucky-pack-glow-pulse}.lucky-card-stage{pointer-events:none;perspective:1400px;width:100%;height:100%;transform-style:preserve-3d;position:absolute;inset:0}.lucky-card-stage-dealing .lucky-card-0,.lucky-card-stage-shuffling .lucky-card-0,.lucky-card-stage-revealing .lucky-card-0,.lucky-card-stage-done .lucky-card-0,.lucky-card-stage-dealing .lucky-card-1,.lucky-card-stage-shuffling .lucky-card-1,.lucky-card-stage-revealing .lucky-card-1,.lucky-card-stage-done .lucky-card-1,.lucky-card-stage-dealing .lucky-card-2,.lucky-card-stage-shuffling .lucky-card-2,.lucky-card-stage-revealing .lucky-card-2,.lucky-card-stage-done .lucky-card-2,.lucky-card-stage-dealing .lucky-card-3,.lucky-card-stage-shuffling .lucky-card-3,.lucky-card-stage-revealing .lucky-card-3,.lucky-card-stage-done .lucky-card-3,.lucky-card-stage-dealing .lucky-card-4,.lucky-card-stage-shuffling .lucky-card-4,.lucky-card-stage-revealing .lucky-card-4,.lucky-card-stage-done .lucky-card-4{transform:none}.lucky-card{opacity:0;width:154px;height:216px;transform-style:preserve-3d;will-change:transform, opacity;position:absolute;top:50%;left:50%;transform:none}.lucky-card-inner{width:100%;height:100%;transform-style:preserve-3d;filter:drop-shadow(0 24px 34px #0206176b);will-change:transform;position:relative}.lucky-card-selected .lucky-card-inner{filter:drop-shadow(0 28px 46px #02061780)drop-shadow(0 0 24px #7dd3fc38)}.lucky-card-face{backface-visibility:hidden;border-radius:22px;align-content:center;place-items:center;gap:8px;display:grid;position:absolute;inset:0;overflow:hidden}.lucky-card-face:after{content:"";pointer-events:none;border:1px solid #ffffff29;border-radius:16px;position:absolute;inset:10px}.lucky-card-back{color:#f8fafc;background:linear-gradient(135deg,#1e40aff5,#7c3aedf2),repeating-linear-gradient(45deg,#ffffff1f 0 1px,#0000 1px 18px),#111827;border:1px solid #93c5fd6b;box-shadow:inset 0 0 24px #ffffff1a}.lucky-card-back:before{content:"";opacity:.42;background:linear-gradient(#0000,#ffffff2e,#0000);position:absolute;inset:-44px 32px;transform:rotate(18deg)}.lucky-card-back span{z-index:1;color:#fff;width:68px;height:68px;font-family:var(--font-headline), var(--font-body), sans-serif;letter-spacing:0;background:#0f172a57;border-radius:22px;place-items:center;font-size:2rem;font-weight:950;display:inline-grid;position:relative;box-shadow:inset 0 0 18px #ffffff29}.lucky-card-back small{z-index:1;color:#ffffffc7;letter-spacing:0;text-transform:uppercase;font-size:.76rem;font-weight:900;position:relative}.lucky-card-front{color:#f8fafc;text-align:center;background:linear-gradient(160deg,#0f172afa,#1e293bf0),#0f172aeb;padding:18px;transform:rotateY(180deg)}.lucky-card-front:before{content:"";z-index:-1;border-radius:inherit;opacity:.74;pointer-events:none;position:absolute;inset:-1px}.lucky-card-front.lucky-rarity-COMMON:before{background:linear-gradient(135deg,#60a5faad,#0ea5e933)}.lucky-card-front.lucky-rarity-RARE:before{background:linear-gradient(135deg,#a855f7bf,#3b82f633)}.lucky-card-front.lucky-rarity-EPIC:before{background:linear-gradient(135deg,#facc15c7,#f9731638)}.lucky-card-front.lucky-rarity-LEGENDARY:before{background:conic-gradient(#38bdf8,#a78bfa,#f472b6,#facc15,#34d399,#38bdf8);animation:3.2s linear infinite lucky-rainbow-flow}.lucky-card-front.lucky-rarity-CONSOLATION:before{opacity:.5;background:linear-gradient(135deg,#94a3b86b,#33415529)}.lucky-card-result-copy{z-index:1;justify-items:center;gap:8px;width:100%;min-width:0;display:grid;position:relative}.lucky-card-prize-icon{color:#dbeafe;background:#ffffff1a;border-radius:18px;place-items:center;width:50px;height:50px;font-size:2.1rem;display:inline-grid}.lucky-card-result-copy strong{color:#fff;overflow-wrap:anywhere;width:100%;font-size:1.05rem;line-height:1.25}.lucky-card-result-copy small{color:#bfdbfe;font-size:.76rem;font-weight:900}.lucky-card-result-copy em{color:#e2e8f0c7;width:100%;max-height:54px;font-size:.78rem;font-style:normal;line-height:1.45;overflow:hidden}.lucky-stage-actions{justify-items:center;gap:12px;display:grid}button.lucky-draw-main-button{border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:190px;min-height:58px;padding:0 30px;font-size:1.05rem;display:inline-flex;box-shadow:0 18px 42px #7c3aed52}button.lucky-draw-main-button .material-symbols-outlined{font-size:1.4rem}.lucky-button-spinner{border:2px solid #ffffff57;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.72s linear infinite lucky-spin}.lucky-result-modal{z-index:1200;background:linear-gradient(#020617c2,#080d1cd1),#020617b3}.lucky-result-card{isolation:isolate;border-color:#93c5fd4d;overflow:hidden}.lucky-result-card:before{content:"";z-index:-1;opacity:.36;pointer-events:none;position:absolute;inset:0}.lucky-result-card.lucky-rarity-COMMON:before{background:linear-gradient(135deg,#3b82f685,#0000 58%)}.lucky-result-card.lucky-rarity-RARE:before{background:linear-gradient(135deg,#a855f794,#0000 58%)}.lucky-result-card.lucky-rarity-EPIC:before{background:linear-gradient(135deg,#facc1580,#0000 60%)}.lucky-result-card.lucky-rarity-LEGENDARY:before{background:conic-gradient(#38bdf875,#a78bfa57,#facc156b,#34d39957,#38bdf875);animation:4.2s linear infinite lucky-rainbow-flow}.lucky-result-card.lucky-rarity-CONSOLATION:before{background:linear-gradient(135deg,#94a3b83d,#0000 62%)}.lucky-result-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lucky-result-actions .atelier-primary-action,.lucky-result-actions .atelier-secondary-action{justify-content:center}@keyframes lucky-spin{to{transform:rotate(360deg)}}@keyframes lucky-pack-glow-pulse{0%,to{opacity:.58;transform:scale(1.02)}50%{opacity:.96;transform:scale(1.12)}}@keyframes lucky-rainbow-flow{to{transform:rotate(360deg)}}@media (max-width:720px){.lucky-draw-panel{padding:18px}.lucky-draw-arena{border-radius:24px;height:360px}.lucky-arena-light{filter:blur(22px);width:92%;height:96px;bottom:48px}.lucky-pack-wrap{width:176px;height:140px}.lucky-pack{border-radius:24px}.lucky-pack-logo{border-radius:20px;width:64px;height:64px;font-size:1.76rem}.lucky-card-stage{height:100%}.lucky-card{width:112px;height:160px}.lucky-card-face{border-radius:18px}.lucky-card-back span{border-radius:18px;width:52px;height:52px;font-size:1.54rem}.lucky-card-result-copy{gap:6px}.lucky-card-prize-icon{border-radius:14px;width:40px;height:40px;font-size:1.72rem}.lucky-card-result-copy strong{font-size:.88rem}.lucky-card-result-copy em{max-height:42px;font-size:.68rem}button.lucky-draw-main-button{min-width:176px;min-height:54px;padding:0 24px}.lucky-result-actions{grid-template-columns:1fr;display:grid}}@media (max-width:420px){.lucky-draw-arena{height:330px}.lucky-card{width:104px;height:150px}.lucky-pack-wrap{width:160px;height:128px}button.lucky-draw-main-button{width:100%}}@media (prefers-reduced-motion:reduce){.lucky-pack-glow,.lucky-card-front.lucky-rarity-LEGENDARY:before,.lucky-result-card.lucky-rarity-LEGENDARY:before,.lucky-button-spinner{animation:none}}.container.lucky-page{width:min(calc(100vw - 32px), var(--container));max-width:calc(100vw - 32px);overflow-x:clip}.lucky-page>.lucky-hero,.lucky-page>.lucky-draw-panel,.lucky-page>.lucky-section,.lucky-page>.lucky-access-card{box-sizing:border-box;justify-self:stretch;width:100%;min-width:0;max-width:100%}.lucky-hero,.lucky-hero-copy,.lucky-hero-actions,.lucky-draw-panel,.lucky-stage-actions{min-width:0;max-width:100%}.lucky-draw-arena{justify-self:center;width:min(900px,100%);max-width:100%}.lucky-card-stage-idle .lucky-card,.lucky-card-stage-requesting .lucky-card,.lucky-card-stage-charging .lucky-card{visibility:hidden}.lucky-card,.lucky-card-inner,.lucky-card-face{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.lucky-card{transform-origin:50%;margin-top:-108px;margin-left:-77px}.lucky-card-face{backface-visibility:hidden}.lucky-card-back{transform:rotateY(0)translateZ(1px)}.lucky-card-front{transform:rotateY(180deg)translateZ(1px)}@media (max-width:720px){.container.lucky-page{width:min(calc(100vw - 18px), var(--container));max-width:calc(100vw - 18px)}.lucky-card{margin-top:-80px;margin-left:-56px}}@media (max-width:420px){.lucky-card{margin-top:-75px;margin-left:-52px}}.lucky-draw-panel{gap:22px}.lucky-draw-arena{background:radial-gradient(circle,#60a5fa38,#0000 26%),radial-gradient(circle at 68% 34%,#a855f733,#0000 30%),linear-gradient(#0f172aa3,#0206176b),#02061785;width:min(1170px,100%);height:610px}.lucky-draw-arena:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#7dd3fc14 1px,#0000 1px),linear-gradient(#7dd3fc12 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0 52%,#0000 80%);mask-image:radial-gradient(circle,#000 0 52%,#0000 80%)}.lucky-draw-arena-idle .lucky-card,.lucky-draw-arena-requesting .lucky-card,.lucky-draw-arena-charging .lucky-card{visibility:hidden}.lucky-arena-light{opacity:.82;height:148px;bottom:82px}.lucky-pack-layer{border-radius:32px}.lucky-pack{background:linear-gradient(135deg,#38bdf8f5,#7c3aedfa 54%,#1e293bf5),#111827;border-radius:32px;box-shadow:inset 0 0 28px #ffffff29,0 0 0 1px #bfdbfe3d,0 24px 70px #3b82f657,0 0 70px #a855f747}.lucky-pack-logo{border-radius:26px;width:92px;height:92px;font-size:2.45rem}.lucky-draw-arena-requesting .lucky-pack,.lucky-draw-arena-charging .lucky-pack{box-shadow:inset 0 0 34px #fff3,0 0 0 1px #bfdbfe52,0 28px 88px #3b82f67a,0 0 96px #a855f770}.lucky-card-face{border-radius:24px}.lucky-card-back{background:radial-gradient(circle at 50% 28%,#ffffff29,#0000 22%),linear-gradient(135deg,#2563ebfa,#7c3aedf5),#111827}.lucky-card-front{background:radial-gradient(circle at 50% 28%,#ffffff29,#0000 24%),linear-gradient(160deg,#0f172afa,#1e293bf0)}.lucky-card-reveal-mark{z-index:1;justify-items:center;gap:12px;display:grid;position:relative}.lucky-card-reveal-mark .lucky-card-prize-icon{border-radius:22px;width:62px;height:62px;font-size:2.35rem}.lucky-card-reveal-mark small{color:#f8fafcdb;font-size:.82rem;font-weight:900}.lucky-card-reveal-mark strong{color:#fff;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:92%;font-size:.72rem;line-height:1.2;display:-webkit-box;overflow:hidden}.lucky-result-preview{z-index:55;color:#f8fafc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#0f172ae6,#1e293bb8),#0f172ab8;border:1px solid #93c5fd42;border-radius:22px;gap:9px;width:min(278px,30vw);min-width:230px;padding:18px;display:grid;position:absolute;top:50%;right:28px;translate:0 -50%;box-shadow:0 24px 70px #02061775}.lucky-result-preview p,.lucky-result-preview h3,.lucky-result-preview small{margin:0}.lucky-result-preview p{color:#bfdbfe;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.lucky-result-preview h3{font-family:var(--font-headline), var(--font-body), sans-serif;overflow-wrap:anywhere;font-size:1.35rem;line-height:1.2}.lucky-result-preview small{color:#e2e8f0c2;line-height:1.55}.lucky-batch-result-preview{width:min(340px,34vw)}.lucky-batch-result-list,.lucky-result-batch-grid{gap:8px;display:grid}.lucky-batch-result-item,.lucky-result-batch-card{background:#0f172a6b;border:1px solid #93c5fd2e;border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;display:grid}.lucky-batch-result-item em,.lucky-result-batch-card>span{color:#dbeafe;background:#3b82f633;border-radius:999px;place-items:center;width:26px;height:26px;font-size:.78rem;font-style:normal;font-weight:950;display:grid}.lucky-batch-result-item strong,.lucky-result-batch-card strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.lucky-batch-result-item small,.lucky-result-batch-card small{color:#e2e8f09e;font-size:.72rem}.lucky-result-batch-card{grid-template-columns:32px minmax(0,1fr)}.lucky-result-batch-card div{gap:3px;min-width:0;display:grid}.lucky-card-front.lucky-rarity-COMMON,.lucky-result-preview.lucky-rarity-COMMON,.lucky-result-card.lucky-rarity-COMMON{box-shadow:0 0 34px #3b82f642}.lucky-card-front.lucky-rarity-RARE,.lucky-result-preview.lucky-rarity-RARE,.lucky-result-card.lucky-rarity-RARE{box-shadow:0 0 42px #a855f757}.lucky-card-front.lucky-rarity-EPIC,.lucky-result-preview.lucky-rarity-EPIC,.lucky-result-card.lucky-rarity-EPIC{box-shadow:0 0 46px #facc1552}.lucky-card-front.lucky-rarity-LEGENDARY,.lucky-result-preview.lucky-rarity-LEGENDARY,.lucky-result-card.lucky-rarity-LEGENDARY{border-color:#ffffff57;box-shadow:0 0 58px #38bdf847,0 0 76px #facc1533}.lucky-card-front.lucky-rarity-CONSOLATION,.lucky-result-preview.lucky-rarity-CONSOLATION,.lucky-result-card.lucky-rarity-CONSOLATION{border-color:#94a3b857;box-shadow:0 0 28px #60a5fa1f}button.lucky-draw-main-button{min-width:232px;min-height:66px;padding:0 34px;font-size:1.14rem}.lucky-draw-button-row{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}button.lucky-draw-five-button{min-width:188px;min-height:66px;padding:0 28px;font-size:1.05rem}.lucky-winner-pill.lucky-rarity-CONSOLATION{opacity:.72}.lucky-rules-section details:not([open]){padding-bottom:0}@media (max-width:980px){.lucky-result-preview{width:min(242px,32vw);min-width:210px;right:18px}}@media (max-width:720px){.lucky-draw-arena{height:430px}.lucky-pack-wrap{width:194px;height:154px}.lucky-pack-logo{border-radius:20px;width:68px;height:68px;font-size:1.82rem}.lucky-card{width:112px;height:160px;margin-top:-80px;margin-left:-56px}.lucky-result-preview{width:auto;min-width:0;padding:14px;inset:auto 14px 14px;translate:none}.lucky-result-preview h3{font-size:1.05rem}.lucky-prize-grid{scroll-snap-type:x mandatory;padding:2px 2px 10px;display:flex;overflow-x:auto}.lucky-prize-card{scroll-snap-align:start;flex:0 0 min(282px,82vw)}button.lucky-draw-main-button{width:min(100%,320px);min-height:60px}.lucky-draw-button-row{grid-template-columns:1fr;width:min(100%,320px);display:grid}button.lucky-draw-five-button{width:100%;min-height:56px}}@media (max-width:420px){.lucky-draw-arena{height:390px}.lucky-card{width:104px;height:150px;margin-top:-75px;margin-left:-52px}.lucky-result-preview{gap:6px}}.lucky-card{width:168px;height:224px;margin-top:-112px;margin-left:-84px}.lucky-pack-wrap{width:168px;height:224px}.lucky-pack-stack{z-index:2;transform-style:preserve-3d;position:absolute;inset:0}.lucky-pack-card{backface-visibility:hidden;filter:drop-shadow(0 22px 38px #02061770)drop-shadow(0 0 18px #60a5fa33);transform-origin:50% 78%;transform-style:preserve-3d;border-radius:24px;position:absolute;inset:0}.lucky-pack-card .lucky-card-face{border-radius:inherit}.lucky-pack-card-0{z-index:1;opacity:.46;transform:translate(-17px,18px)rotate(-12deg)scale(.96)}.lucky-pack-card-1{z-index:2;opacity:.58;transform:translate(16px,13px)rotate(10deg)scale(.97)}.lucky-pack-card-2{z-index:3;opacity:.74;transform:translate(-8px,7px)rotate(-5deg)scale(.99)}.lucky-pack-card-3{z-index:4;opacity:.9;transform:translate(8px,3px)rotate(4deg)}.lucky-pack-card-4{z-index:5;opacity:1;transform:translateY(-2px)}.lucky-pack-glow{filter:blur(20px);background:radial-gradient(circle at 50% 42%,#60a5fa73,#0000 54%),radial-gradient(circle at 54% 58%,#a855f76b,#0000 62%);border-radius:30px;inset:-12px}.lucky-draw-arena-requesting .lucky-pack-card,.lucky-draw-arena-charging .lucky-pack-card{filter:drop-shadow(0 25px 42px #02061780)drop-shadow(0 0 24px #7dd3fc47)}.lucky-card-back{background:radial-gradient(circle at 50% 50%, #3b82f629, transparent 58%), var(--lucky-card-back-image,url(/lucky-draw/card-back.png?v=20260607-crop)) center / cover no-repeat;border:0;box-shadow:0 0 0 1px #bfdbfe3d,inset 0 0 18px #ffffff14,0 18px 42px #3b82f642}.lucky-card-back:before,.lucky-card-back:after,.lucky-card-back span,.lucky-card-back small{display:none}.lucky-draw-arena-shuffling .lucky-pack-wrap,.lucky-draw-arena-selecting .lucky-pack-wrap,.lucky-draw-arena-revealing .lucky-pack-wrap,.lucky-draw-arena-done .lucky-pack-wrap{visibility:hidden;opacity:0!important}@media (max-width:720px){.lucky-pack-wrap,.lucky-card{width:114px;height:152px}.lucky-card{margin-top:-76px;margin-left:-57px}.lucky-pack-card{border-radius:18px}.lucky-pack-card-0{transform:translate(-11px,12px)rotate(-11deg)scale(.96)}.lucky-pack-card-1{transform:translate(10px,9px)rotate(9deg)scale(.97)}.lucky-pack-card-2{transform:translate(-5px,5px)rotate(-5deg)scale(.99)}.lucky-pack-card-3{transform:translate(5px,2px)rotate(4deg)}}@media (max-width:420px){.lucky-pack-wrap,.lucky-card{width:108px;height:144px}.lucky-card{margin-top:-72px;margin-left:-54px}}.admin-health-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-health-card{border:1px solid var(--admin-line);min-width:0;color:var(--admin-text);background:#ffffff0b;border-radius:18px;align-items:center;gap:14px;padding:18px;display:flex}.admin-health-card>.material-symbols-outlined{color:#93c5fd;background:#60a5fa24;border-radius:14px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;display:inline-flex}.admin-health-card div{gap:5px;min-width:0;display:grid}.admin-health-card strong{color:var(--admin-text);overflow-wrap:anywhere;font-size:1.55rem;line-height:1.05}.admin-health-card small{color:var(--admin-muted);font-size:.82rem;font-weight:800;line-height:1.35}.admin-health-card.is-good>.material-symbols-outlined{color:var(--admin-green);background:#34d39924}.admin-health-card.is-warn>.material-symbols-outlined{color:var(--admin-amber);background:#fbbf2424}.admin-health-signal{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-health-signal span{border:1px solid var(--admin-line);min-height:34px;color:var(--admin-muted);border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:850;display:inline-flex}.admin-health-provider-list{gap:10px;display:grid}.admin-health-provider-row{border:1px solid var(--admin-line);background:#ffffff09;border-radius:16px;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(120px,.5fr));align-items:center;gap:12px;padding:14px;display:grid}.admin-health-provider-row div{gap:5px;min-width:0;display:grid}.admin-health-provider-row strong{color:var(--admin-text);overflow-wrap:anywhere;font-size:1rem}.admin-health-provider-row span{color:var(--admin-muted);font-size:.78rem;font-weight:800}.admin-health-reference{white-space:normal;overflow-wrap:anywhere;max-width:360px;display:block}.admin-health-timeline-cell{gap:4px;min-width:138px;display:grid}.admin-health-timeline-cell span{color:var(--admin-muted);font-size:.74rem;font-weight:900}.admin-health-timeline-cell strong{color:var(--admin-text);font-size:1.05rem;line-height:1.1}.admin-health-timeline-cell strong.is-good{color:var(--admin-green)}.admin-health-timeline-cell strong.is-warn{color:var(--admin-amber)}.admin-health-timeline-cell strong.is-muted{color:var(--admin-muted)}.admin-health-timeline-cell small,.admin-health-timeline-cell em{color:var(--admin-muted);font-size:.76rem;font-style:normal;line-height:1.35}.admin-health-total-duration{color:var(--admin-text);white-space:nowrap;font-size:1.05rem;font-weight:950}.admin-audit-code-row{align-items:center;gap:8px;max-width:280px;display:flex}.admin-audit-code-row .mini-secret{white-space:normal;overflow-wrap:anywhere;min-width:0}@media (max-width:1120px){.admin-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.admin-health-grid,.admin-health-provider-row{grid-template-columns:1fr}.admin-health-signal{justify-content:flex-start}}
