:root{--bg: #0a0e17;--panel: #0f1524;--panel-2: #131b2e;--line: #1f2a44;--line-soft: #182238;--text: #e8edf7;--dim: #8b96ad;--accent: #33e0c0;--accent-dim: rgba(51, 224, 192, .14);--warn: #ffc857;--danger: #ff7a70;--radius: 10px}.icon{display:inline-block;flex:none;vertical-align:middle}.hero-badge,.btn,.card-cta,.rating-line span,.card-meta span,.status,.tag,.profile-dropdown a,.profile-logout{display:inline-flex;align-items:center;gap:6px}.profile-dropdown a .icon,.profile-logout .icon{color:#6f3cff}.profile-logout .icon{color:#b33a35}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Be Vietnam Pro,system-ui,sans-serif;font-size:15px;color:var(--text);line-height:1.65;background-color:var(--bg);background-image:radial-gradient(900px 420px at 75% -120px,rgba(51,224,192,.07),transparent 70%),radial-gradient(rgba(139,150,173,.13) 1px,transparent 1px);background-size:auto,26px 26px;-webkit-font-smoothing:antialiased}::selection{background:var(--accent);color:#06251d}h1,h2,h3{font-family:Bricolage Grotesque,Be Vietnam Pro,sans-serif;letter-spacing:-.015em;line-height:1.2}h1{font-size:32px;font-weight:700;margin:0 0 12px}h2{font-size:21px;font-weight:700;margin:0 0 12px}h3{font-size:16.5px;font-weight:600;margin:0;line-height:1.35}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}.mono{font-family:IBM Plex Mono,ui-monospace,Consolas,monospace}.dim,.muted{color:var(--dim);font-size:13.5px}.error{color:var(--danger);font-weight:600}.success-text{color:var(--accent);font-weight:600}.prewrap{white-space:pre-line}.accent,.ok{color:var(--accent)}.warn,.pending{color:var(--warn)}.spacer{flex:1}.cursor{display:inline-block;width:.55em;height:1em;margin-left:7px;background:var(--accent);vertical-align:-.12em;animation:blink-cursor 1.1s steps(2) infinite}@keyframes blink-cursor{50%{opacity:0}}.blink{animation:blink-soft 1.6s ease infinite}@keyframes blink-soft{50%{opacity:.25}}.site-header{position:sticky;top:0;z-index:20;background:#0a0e17d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{max-width:1060px;margin:0 auto;padding:13px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo:hover{text-decoration:none}.logo-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--accent-dim);border:1px solid var(--accent);color:var(--accent);font-weight:600;font-size:13px;border-radius:8px}.logo-text{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:700;color:var(--text)}.logo-text em{font-style:normal;color:var(--accent)}.site-nav{display:flex;gap:4px}.site-nav a{color:var(--dim);font-weight:600;font-size:13.5px;padding:7px 13px;border-radius:8px;border:1px solid transparent}.site-nav a:hover{color:var(--text);text-decoration:none;background:var(--panel-2)}.site-nav a.active{color:var(--accent);background:var(--accent-dim);border-color:#33e0c059}.page{max-width:1060px;margin:0 auto;padding:36px 24px 72px}.site-footer{max-width:1060px;margin:0 auto;border-top:1px solid var(--line);display:flex;align-items:center;gap:10px;color:var(--dim);font-size:12px;padding:16px 24px 28px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 #33e0c080;animation:pulse 2.2s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 #33e0c073}70%{box-shadow:0 0 0 9px #33e0c000}to{box-shadow:0 0 #33e0c000}}.section-head{display:flex;align-items:baseline;gap:14px;margin:6px 0 20px}.section-head h1,.section-head h2{margin:0;white-space:nowrap}.count{color:var(--dim);font-size:12.5px}.rule{flex:1;border-bottom:1px solid var(--line);transform:translateY(-6px)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.panel-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:lowercase;color:var(--dim);margin:0 0 14px}.tag{display:inline-block;font-size:11px;font-weight:600;border-radius:6px;padding:2px 9px;border:1px solid var(--line);color:var(--dim);background:var(--panel-2);white-space:nowrap}.tag-ok{color:var(--accent);border-color:#33e0c066;background:var(--accent-dim)}.tag-warn{color:var(--warn);border-color:#ffc85766;background:#ffc8571a}.tag-dim{font-size:10px}.tag+.tag,.mono .tag{margin-left:8px}.status{font-size:12px;font-weight:600;white-space:nowrap}.hero{padding:30px 0 48px;max-width:660px}.hero-meta{color:var(--dim);font-size:13px;margin:0 0 14px}.hero h1{font-size:46px;font-weight:800;margin-bottom:16px}.hero-sub{color:var(--dim);font-size:16px;margin:0 0 22px;max-width:540px}.pipeline{display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px 12px;font-size:13px;color:var(--dim);background:var(--panel);border:1px solid var(--line);border-radius:999px;padding:10px 18px}.pipeline .arrow{color:var(--accent)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:18px}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.card:hover{transform:translateY(-3px);border-color:#33e0c073;box-shadow:0 12px 34px -12px #33e0c040;text-decoration:none}.card-media{position:relative;border-bottom:1px solid var(--line-soft)}.res-id{position:absolute;top:10px;left:10px;font-size:10.5px;font-weight:600;letter-spacing:.08em;color:var(--accent);background:#0a0e17d9;border:1px solid rgba(51,224,192,.4);border-radius:6px;padding:2px 8px}.thumb{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.thumb-cover{position:relative;background:radial-gradient(rgba(139,150,173,.16) 1px,transparent 1px) 0 0 / 14px 14px,var(--panel-2);display:flex;flex-direction:column;justify-content:space-between;padding:14px 16px;color:var(--cover-accent, var(--accent))}.thumb-cover:before,.thumb-cover:after{content:"";position:absolute;width:16px;height:16px;border:1.5px solid currentColor;opacity:.8}.thumb-cover:before{top:9px;right:9px;border-left:0;border-bottom:0}.thumb-cover:after{bottom:9px;left:9px;border-right:0;border-top:0}.cover-glyph{font-size:15px;opacity:.7}.cover-name{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:17px;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.thumb-sm{width:66px;height:50px;aspect-ratio:auto;border:1px solid var(--line);border-radius:6px;flex:none;padding:5px 7px}.thumb-sm .cover-name{font-size:7.5px}.thumb-sm .cover-glyph{display:none}.thumb-sm:before,.thumb-sm:after{width:8px;height:8px}.thumb-lg{aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:var(--radius)}.thumb-lg .cover-name{font-size:24px}.thumb-lg .cover-glyph{font-size:20px}.card-body{padding:15px 17px 17px;display:flex;flex-direction:column;gap:7px;flex:1}.card-desc{color:var(--dim);font-size:13px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{font-size:12px;margin:0}.card-bottom{display:flex;justify-content:space-between;align-items:baseline;margin-top:auto;padding-top:12px;border-top:1px solid var(--line-soft)}.price{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:16px;color:var(--text)}.price-lg{font-size:28px;color:var(--accent)}.go{font-size:12px;color:var(--dim)}.card:hover .go{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:10px 18px;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer;text-decoration:none;transition:border-color .14s,background .14s,transform .1s,box-shadow .14s}.btn:hover:not(:disabled){border-color:var(--dim);text-decoration:none;transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-accent{background:var(--accent);border-color:var(--accent);color:#06251d;font-weight:700}.btn-accent:hover:not(:disabled){border-color:var(--accent);box-shadow:0 6px 22px -6px #33e0c08c;filter:brightness(1.06)}.btn-sm{padding:6px 13px;font-size:12.5px}.btn-lg{padding:13px 24px;font-size:14.5px}button{font-family:inherit}input,textarea,select{width:100%;padding:10px 13px;border:1px solid var(--line);border-radius:8px;font-size:14.5px;font-family:inherit;background:#0c1120;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#55617c}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #33e0c026}input[type=file]{padding:8px;border-style:dashed;background:var(--panel-2)}textarea{resize:vertical}label{font-weight:600;font-size:12.5px;color:var(--dim);font-family:IBM Plex Mono,monospace}.copy{border:1px solid var(--line);background:transparent;color:var(--dim);font-size:10.5px;border-radius:5px;padding:2px 8px;cursor:pointer;vertical-align:1px}.copy:hover{border-color:var(--accent);color:var(--accent)}.detail-layout{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:30px}.detail-desc{grid-column:1 / -1}.crumbs{font-size:12.5px;color:var(--dim);margin:0 0 14px}.crumbs a{color:var(--dim)}.crumbs a:hover{color:var(--accent)}.lead{color:var(--dim);font-size:15.5px;margin:0 0 18px}.detail-meta{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--line-soft)}.notice{background:#ffc85714;border:1px dashed rgba(255,200,87,.5);color:var(--warn);border-radius:8px;padding:12px 15px;font-size:14px;margin:0 0 16px}.notice strong{color:var(--warn)}.buy-form{display:flex;flex-direction:column;gap:9px}.form-hint{color:var(--dim);font-size:11.5px;margin:2px 0 0}.order-page{max-width:700px}.order-head{display:flex;align-items:center;gap:10px}.order-head h1{margin-bottom:4px}.tx-panel{margin-top:20px;position:relative}.pay-grid{display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:center;margin:4px 0 14px}.qr-placeholder{position:relative;width:150px;height:150px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;color:var(--dim);font-size:12px;background:radial-gradient(rgba(139,150,173,.18) 1px,transparent 1px) 0 0 / 10px 10px,var(--panel-2);overflow:hidden}.qr-payment{display:block;width:220px;max-width:100%;aspect-ratio:1;object-fit:contain;border:2px solid #17131f;border-radius:14px;background:#fff}.qr-placeholder:after{content:"";position:absolute;left:6%;right:6%;top:10%;height:2px;background:var(--accent);opacity:.55;box-shadow:0 0 12px 2px #33e0c080;animation:scan 2.8s ease-in-out infinite}@keyframes scan{0%,to{top:8%}50%{top:88%}}.pay-rows{display:flex;flex-direction:column}.pay-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:14.5px;padding:8px 0;border-bottom:1px solid var(--line-soft)}.pay-row:last-child{border-bottom:0}.pay-row>span:first-child{color:var(--dim);font-size:12.5px;flex:none}.pay-row>span:last-child{text-align:right}.transfer-note{font-family:IBM Plex Mono,monospace;font-weight:600;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(51,224,192,.4);border-radius:6px;padding:2px 9px}.tx-panel .btn{margin-top:16px}.key-rows{display:flex;flex-direction:column;gap:10px;margin:6px 0 4px}.key-row{display:flex;align-items:center;gap:14px;background:#0c1120;border:1px solid var(--line);border-radius:8px;padding:11px 15px}.key-label{flex:none;font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--dim)}.key-value{flex:1;font-family:IBM Plex Mono,monospace;font-size:14.5px;font-weight:600;color:var(--accent);word-break:break-word}.file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line-soft);padding-top:16px;margin-top:16px}.order-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.order-row{display:flex;align-items:center;gap:16px;padding:13px 18px}.order-row-main{flex:1;display:flex;flex-direction:column;min-width:0}.order-row-main strong{font-family:Bricolage Grotesque,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-row-main .dim{font-size:12px}.empty{text-align:center;padding:46px 24px;margin-top:16px}.empty-glyph{font-size:26px;color:var(--dim);margin:0 0 8px}.empty-title{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:19px;margin:0 0 4px}.empty .btn{margin-top:16px}.admin-form{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.form-col{display:flex;flex-direction:column;gap:9px}.img-preview{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.img-preview-empty{display:grid;place-items:center;color:var(--dim);font-size:12px;background:var(--panel-2);border-style:dashed}.stock-form{border-color:#33e0c073}.stock-form-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.stock-form-head .panel-label{margin:0}.admin-list{display:flex;flex-direction:column;gap:12px}.admin-row{display:flex;align-items:center;gap:16px;padding:12px 16px}.admin-row-main{flex:1;display:flex;flex-direction:column;min-width:0}.admin-row-main strong{font-family:Bricolage Grotesque,sans-serif}.admin-row-main .dim{font-size:11.5px}.admin-row-stock{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px}.card-skeleton{pointer-events:none}.sk{background:linear-gradient(90deg,#141c30 25%,#1a2440,#141c30 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}.sk-thumb{aspect-ratio:16 / 10;border-radius:0}.sk-line{height:13px}.w-100{width:100%}.w-70{width:70%}.w-40{width:40%}@keyframes shimmer{to{background-position:-200% 0}}@media (max-width: 800px){.hero{padding-bottom:36px}.hero h1{font-size:33px}.detail-layout{grid-template-columns:1fr}.pay-grid{grid-template-columns:1fr;justify-items:center}.pay-rows{width:100%}.form-row{grid-template-columns:1fr}.order-row,.admin-row{flex-wrap:wrap}.site-nav a{padding:6px 9px;font-size:12.5px}.page{padding:26px 16px 56px}.pipeline{border-radius:14px}.key-row{flex-wrap:wrap}}:root{--bg: #0d0b1e;--panel: #17132c;--panel-2: #201a3b;--line: #332b54;--line-soft: #292245;--text: #f5f2ff;--dim: #aaa4c0;--accent: #a994ff;--accent-dim: rgba(169, 148, 255, .15);--warn: #ffd26a}body{background-image:radial-gradient(900px 420px at 78% -120px,rgba(129,92,255,.2),transparent 70%),radial-gradient(rgba(169,148,255,.11) 1px,transparent 1px);background-size:auto,28px 28px}.site-header{background:#0d0b1ed6;border-bottom-color:#5344828c}.header-inner{max-width:1160px;padding:14px 26px}.logo-mark{color:#fff;border:0;background:linear-gradient(145deg,#a994ff,#6541dd);border-radius:12px;box-shadow:0 9px 25px #6f4ce45c;font-family:Bricolage Grotesque,sans-serif;font-size:17px}.logo-text{letter-spacing:-.03em}.logo-text em{color:var(--accent)}.site-nav a{border-radius:12px;padding:8px 14px}.auth-actions{display:flex;align-items:center;gap:8px;margin-left:10px}.user-chip{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:12px;font-weight:600}.user-avatar{display:inline-grid;place-items:center;width:27px;height:27px;color:#fff;border-radius:9px;background:linear-gradient(135deg,#9d83ff,#da73cf);font-weight:700;font-size:12px;flex:none}.btn{min-height:43px;border:1px solid var(--line);border-radius:13px;padding:10px 17px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 6px 15px #03020c29}.btn:hover:not(:disabled){border-color:#a994ffcc;transform:translateY(-2px);box-shadow:0 12px 24px #381f913d}.btn-accent{color:#fff;border-color:#7555e9;background:linear-gradient(135deg,#9a80ff,#6840df);box-shadow:0 12px 26px #6643de4d}.btn-accent:hover:not(:disabled){border-color:#b9aaff;filter:brightness(1.05);box-shadow:0 16px 30px #6643de61}.btn-google{color:#f3efff;border-color:#463b70;background:#201a3b}.btn-google span{display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;color:#75a5ff;background:#fff;font-family:Arial,sans-serif;font-weight:800}.btn-quiet{color:var(--dim);background:transparent;box-shadow:none}.btn-sm{min-height:36px;padding:7px 12px;font-size:12px}.btn-lg{min-height:50px;border-radius:15px}.auth-notice{max-width:1120px;margin:14px auto -4px;padding:11px 16px;color:#eadfff;border:1px solid rgba(255,210,106,.3);border-radius:12px;background:#ffd26a14;font-size:12px}.hero{max-width:830px;padding:68px 0 76px}.hero-meta{color:#9589ca}.hero h1{font-size:clamp(40px,6vw,68px);letter-spacing:-.045em}.hero-sub{max-width:620px;font-size:16px;line-height:1.75}.pipeline{border-color:#765be06b;background:#1f173ed1;box-shadow:0 14px 35px #06031438}.grid{gap:20px}.card{border-radius:18px;border-color:#342b56;background:linear-gradient(160deg,#1c1634fa,#130f25fa)}.card:hover{border-color:#a994ffbf;box-shadow:0 18px 38px -14px #6f4ce47a}.card-media{border-bottom-color:#2a2346}.thumb-cover{background:radial-gradient(rgba(169,148,255,.15) 1px,transparent 1px) 0 0 / 14px 14px,#201a3b}.section-head{margin-top:10px}.panel{border-color:#342b56;border-radius:16px;background:#17132ce6;box-shadow:0 12px 30px #04021229}input,textarea,select{border-color:#3c3263;border-radius:12px;background:#100d24}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #a994ff29}.signed-in-note{display:flex;align-items:center;gap:10px;padding:12px 13px;color:var(--dim);border:1px solid #3c3263;border-radius:12px;background:#100d24;font-size:12px}.signed-in-note strong{color:var(--text)}.site-footer{border-top-color:#30274e}@media (max-width: 800px){.header-inner{padding:12px 16px}.site-nav{display:none}.auth-actions{margin-left:auto}.user-chip{display:none}.hero{padding-top:46px}.auth-notice{margin-left:16px;margin-right:16px}}.page{max-width:1160px}.hero-upgraded{max-width:none;min-height:610px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:52px;position:relative}.hero-upgraded:before{content:"";position:absolute;width:540px;height:540px;right:-150px;top:20px;border-radius:50%;background:#744eec21;filter:blur(70px);pointer-events:none}.hero-copy{position:relative;z-index:2}.hero-badge{width:max-content;display:inline-flex;align-items:center;gap:7px;padding:7px 12px;color:#d8ceff;border:1px solid rgba(169,148,255,.33);border-radius:99px;background:#a994ff17;font-size:11px;font-weight:700;letter-spacing:.02em}.hero-badge span{color:#bdaeff}.hero-upgraded h1{max-width:680px;margin:21px 0 19px;font-size:clamp(48px,6.2vw,76px);line-height:1.04}.hero-upgraded .hero-sub{margin-bottom:28px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.btn-soft{color:#eee8ff;border-color:#4c3d7d;background:#231b43b8}.hero-stats{margin-top:44px;display:flex;align-items:center;gap:25px}.hero-stats div{display:flex;flex-direction:column;gap:1px}.hero-stats strong{font-family:Bricolage Grotesque,sans-serif;font-size:17px}.hero-stats span{color:var(--dim);font-size:10px}.hero-stats i{width:1px;height:28px;background:var(--line)}.hero-visual{min-height:440px;position:relative;perspective:1000px}.visual-orbit{position:absolute;border:1px solid rgba(169,148,255,.2);border-radius:50%}.orbit-one{width:390px;height:390px;right:-20px;top:20px}.orbit-two{width:270px;height:270px;right:42px;top:80px;border-style:dashed}.resource-float{position:absolute;width:245px;height:146px;padding:25px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid rgba(199,186,255,.33);border-radius:22px;color:#fff;background:linear-gradient(145deg,#453382f5,#1c153af5);box-shadow:0 25px 55px #05021661,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.resource-float:after{content:"";position:absolute;width:145px;height:145px;border-radius:50%;right:-60px;top:-65px;background:#ac8cff38}.resource-float>span{position:absolute;left:25px;top:22px;color:#c9bbff;font-size:30px}.resource-float b{font-family:Bricolage Grotesque,sans-serif;font-size:17px}.resource-float small{margin-top:3px;color:#b7b0c9;font-size:10px}.resource-float em{position:absolute;right:13px;top:13px;padding:4px 7px;color:#d9d0ff;border:1px solid rgba(204,190,255,.25);border-radius:6px;background:#0c081d52;font-size:7px;font-style:normal;font-weight:700}.float-main{width:280px;height:170px;z-index:3;top:133px;left:55px;transform:rotate(-2deg);background:linear-gradient(145deg,#7857e7,#302061)}.float-back{z-index:1;right:0;top:45px;transform:rotate(8deg) scale(.88)}.float-front{z-index:4;right:-18px;bottom:22px;transform:rotate(5deg) scale(.8);background:linear-gradient(145deg,#365fa9,#282156)}.benefit-strip{margin-bottom:92px;padding:22px 26px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #352c57;border-radius:18px;background:#17122cb8;box-shadow:0 18px 42px #04021024}.benefit-strip>div{padding:0 25px;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:0 10px;border-right:1px solid #342b54}.benefit-strip>div:last-child{border-right:0}.benefit-strip>div>span{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;color:#b7a6ff;border-radius:11px;background:#a994ff1f}.benefit-strip b{font-size:12px}.benefit-strip small{color:var(--dim);font-size:9px}.catalog-section{scroll-margin-top:100px}.catalog-head{align-items:end;margin-bottom:22px}.catalog-head>div:first-child{display:block}.section-kicker{margin:0 0 7px;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.16em}.search-box{width:335px;height:46px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid #3b3260;border-radius:14px;background:#131027;box-shadow:0 10px 28px #04021224}.search-box>span{color:var(--dim);font-size:20px}.search-box input{height:100%;padding:0;border:0;background:transparent;box-shadow:none}.search-box input:focus{box-shadow:none}.category-tabs{margin-bottom:24px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.category-tab{flex:0 0 auto;padding:8px 14px;color:var(--dim);border:1px solid #3a315d;border-radius:99px;background:#17132c;font-size:11px;font-weight:600}.category-tab.active{color:#fff;border-color:#7957e9;background:linear-gradient(135deg,#967aff,#6540dc);box-shadow:0 8px 20px #623eda40}.product-grid-upgraded{grid-template-columns:repeat(3,1fr)}.product-card-upgraded{border-radius:20px}.product-card-upgraded .card-body{padding:18px 19px 19px;gap:8px}.product-card-upgraded h3{min-height:44px;font-size:17px}.card-badge{position:absolute;right:11px;top:11px;padding:4px 8px;color:#f4efff;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:#0d091e94;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:8px;font-weight:700}.creator-line{display:flex;align-items:center;gap:7px;color:var(--dim);font-size:9px;font-weight:600}.creator-avatar{width:17px;height:17px;display:grid;place-items:center;color:#fff;border-radius:5px;background:linear-gradient(135deg,#9d83ff,#d974c9);font-size:8px}.rating-line{display:flex;gap:6px;color:#8f88a1;font-size:9px}.rating-line span:first-child{color:#ffd26a;font-weight:700}.product-card-upgraded .card-bottom{align-items:center}.card-cta{min-height:35px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;color:#ded4ff;border:1px solid #46386f;border-radius:11px;background:#211a3e;font-size:9px;font-weight:700;transition:.18s ease}.product-card-upgraded:hover .card-cta{color:#fff;border-color:#8060ec;background:#6b45df}.creator-cta{margin:100px 0 32px;padding:48px 54px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative;color:#fff;border:1px solid rgba(188,169,255,.25);border-radius:26px;background:radial-gradient(circle at 76% 0,rgba(178,145,255,.35),transparent 35%),linear-gradient(125deg,#281255,#5b35c5);box-shadow:0 26px 60px #240f5b4d}.creator-cta:after{content:"";position:absolute;right:16%;top:12%;width:170px;height:170px;border:2px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 24px #ffffff0a,0 0 0 48px #ffffff06}.creator-cta>*{position:relative;z-index:1}.creator-cta h2{margin:17px 0 5px;font-size:34px}.creator-cta p{margin:0;color:#d9cef5;font-size:12px}.btn-light{color:#3d227f;border-color:#fff;background:#fff;box-shadow:0 12px 28px #0e05293d}.access-denied{max-width:560px;margin:70px auto;padding:52px;text-align:center}.access-icon{width:66px;height:66px;margin:0 auto 18px;display:grid;place-items:center;color:#baa9ff;border-radius:20px;background:#a994ff1f;font-size:30px}.access-denied .hero-meta{margin:0 0 8px}.access-denied p:not(.hero-meta){color:var(--dim)}.access-denied .btn{margin:8px 4px 0}@media (max-width: 950px){.hero-upgraded{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:720px}.hero-visual{display:none}.product-grid-upgraded{grid-template-columns:repeat(2,1fr)}}@media (max-width: 650px){.hero-upgraded{padding:54px 0 62px}.hero-upgraded h1{font-size:45px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-stats{gap:15px;justify-content:space-between}.benefit-strip{grid-template-columns:1fr;padding:8px 20px}.benefit-strip>div{padding:15px 0;border-right:0;border-bottom:1px solid #342b54}.benefit-strip>div:last-child{border-bottom:0}.catalog-head{display:block}.search-box{width:100%;margin-top:18px}.product-grid-upgraded{grid-template-columns:1fr}.creator-cta{padding:38px 25px;display:block;text-align:center}.creator-cta .hero-badge{margin:0 auto}.creator-cta p{margin-bottom:23px}.access-denied{padding:38px 22px}}:root{--bg: #f4f0e8;--panel: #fffdf7;--panel-2: #eee8ff;--line: #17131f;--line-soft: #d7d0c5;--text: #17131f;--dim: #686172;--accent: #6f3cff;--accent-dim: #e7ddff;--warn: #a56700;--danger: #d13c32}body{color:var(--text);background-color:var(--bg);background-image:radial-gradient(rgba(23,19,31,.09) 1px,transparent 1px);background-size:22px 22px}::selection{color:#17131f;background:#c8ff42}.announcement{height:28px;display:flex;align-items:center;justify-content:center;gap:17px;overflow:hidden;color:#fff;background:#17131f;font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:600;letter-spacing:.1em;white-space:nowrap}.announcement span{color:#c8ff42}.announcement i{width:3px;height:3px;border-radius:50%;background:#8c62ff}.site-header{background:#f4f0e8e6;border-bottom:2px solid #17131f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{max-width:1220px;min-height:68px}.logo-mark{width:39px;height:39px;color:#fff;border:2px solid #17131f;border-radius:11px;background:#6f3cff;box-shadow:4px 4px #17131f;transform:rotate(-4deg)}.logo-text{color:#17131f;font-size:21px;font-weight:800}.logo-text em{color:#6f3cff}.site-nav{padding:4px;border:1.5px solid #17131f;border-radius:99px;background:#fffdf7}.site-nav a{color:#5c5565;border:0;border-radius:99px;padding:7px 15px}.site-nav a:hover{color:#17131f;background:#e9e2f8}.site-nav a.active{color:#fff;border:0;background:#17131f}.user-chip{color:#17131f}.user-avatar{color:#17131f;border:1.5px solid #17131f;background:#c8ff42}.btn{color:#17131f;border:1.5px solid #17131f;border-radius:12px;background:#fffdf7;box-shadow:3px 3px #17131f;font-weight:700}.btn:hover:not(:disabled){color:#17131f;border-color:#17131f;transform:translate(-1px,-1px);box-shadow:5px 5px #17131f}.btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px #17131f}.btn-accent{color:#fff;border-color:#17131f;background:#6f3cff;box-shadow:4px 4px #17131f}.btn-accent:hover:not(:disabled){color:#fff;border-color:#17131f;background:#7c4dff;box-shadow:6px 6px #17131f}.btn-google{color:#17131f;border-color:#17131f;background:#fffdf7}.btn-google span{color:#4285f4;border:1px solid #17131f}.btn-quiet{color:#17131f;background:transparent;box-shadow:none}.btn-quiet:hover:not(:disabled){box-shadow:3px 3px #17131f;background:#fff}.btn-soft{color:#17131f;border-color:#17131f;background:#c8ff42}.page{max-width:1220px;padding-top:0}.hero-upgraded{min-height:670px;padding:72px 0 64px;gap:70px}.hero-upgraded:before{width:470px;height:470px;right:-40px;top:95px;background:#d9cbff;opacity:.75;filter:blur(1px);clip-path:polygon(50% 0%,61% 35%,100% 25%,70% 54%,96% 83%,60% 70%,50% 100%,40% 70%,4% 83%,30% 54%,0 25%,39% 35%);border-radius:0}.hero-badge{color:#17131f;border:1.5px solid #17131f;background:#c8ff42;box-shadow:3px 3px #17131f}.hero-badge span{color:#6f3cff}.hero-upgraded h1{max-width:760px;margin-top:25px;color:#17131f;font-size:clamp(54px,6.7vw,86px);line-height:.96;letter-spacing:-.062em}.hero-upgraded h1 .accent{position:relative;display:inline-block;color:#6f3cff}.hero-upgraded h1 .accent:after{content:"";position:absolute;left:2%;right:1%;bottom:-4px;height:7px;background:#c8ff42;border:1.5px solid #17131f;transform:rotate(-1.5deg);z-index:-1}.hero-upgraded .hero-sub{max-width:590px;color:#5e5765;font-size:17px}.hero-stats strong{color:#17131f;font-size:20px}.hero-stats span{color:#716a77}.hero-stats i{background:#17131f;opacity:.35}.hero-visual{min-height:470px}.visual-orbit{border:2px solid #17131f}.orbit-one{background:#c8ff4280}.orbit-two{border-style:solid;background:#fffdf78c}.resource-float{color:#17131f;border:2px solid #17131f;border-radius:18px;background:#fffdf7;box-shadow:9px 9px #17131f;-webkit-backdrop-filter:none;backdrop-filter:none}.resource-float:after{background:#e7ddff}.resource-float>span{color:#6f3cff}.resource-float small{color:#655f6a}.resource-float em{color:#17131f;border:1px solid #17131f;background:#c8ff42}.float-main{color:#fff;background:#6f3cff;box-shadow:11px 11px #17131f}.float-main:after{background:#c8ff4273}.float-main>span,.float-main small{color:#fff}.float-main em{color:#17131f}.float-back{background:#ffb8dc}.float-front{color:#17131f;background:#c8ff42}.float-front>span{color:#17131f}.brand-ticker{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:16px 0;display:flex;align-items:center;justify-content:center;gap:30px;overflow:hidden;color:#fff;border-block:2px solid #17131f;background:#6f3cff;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(16px,2vw,24px);font-weight:800;letter-spacing:.04em;white-space:nowrap;transform:rotate(-.5deg)}.brand-ticker b{color:#c8ff42}.benefit-strip{margin-top:72px;border:2px solid #17131f;border-radius:16px;background:#fffdf7;box-shadow:7px 7px #17131f}.benefit-strip>div{border-right-color:#17131f}.benefit-strip>div>span{color:#17131f;border:1.5px solid #17131f;background:#c8ff42}.benefit-strip b{color:#17131f}.benefit-strip small{color:#6d6672}.section-kicker{color:#6f3cff}.catalog-head h2{color:#17131f;font-size:38px}.search-box{border:1.5px solid #17131f;background:#fffdf7;box-shadow:4px 4px #17131f}.search-box input{color:#17131f}.search-box input::placeholder{color:#8a828f}.search-box>span{color:#17131f}.category-tab{color:#5f5864;border:1.5px solid #17131f;background:#fffdf7}.category-tab:hover{color:#17131f;background:#e9e0ff}.category-tab.active{color:#fff;border-color:#17131f;background:#17131f;box-shadow:3px 3px #c8ff42}.card{color:#17131f;border:2px solid #17131f;border-radius:16px;background:#fffdf7;box-shadow:5px 5px #17131f}.card:hover{border-color:#17131f;transform:translate(-2px,-4px) rotate(-.25deg);box-shadow:9px 11px #17131f}.card-media{border-bottom:2px solid #17131f}.thumb-cover{background:radial-gradient(rgba(23,19,31,.15) 1px,transparent 1px) 0 0 / 14px 14px,#e7ddff}.cover-name{color:#17131f}.res-id{color:#fff;border:1px solid #17131f;background:#17131f}.card-badge{color:#17131f;border:1.5px solid #17131f;background:#c8ff42;-webkit-backdrop-filter:none;backdrop-filter:none}.creator-line{color:#756d79}.creator-avatar{color:#fff;border:1px solid #17131f;background:#6f3cff}.product-card-upgraded h3{color:#17131f}.card-desc,.card-meta{color:#6b6470}.rating-line{color:#7b737f}.rating-line span:first-child{color:#9a5c00}.ok{color:#21733d}.warn,.pending{color:#9a5c00}.price{color:#6f3cff}.card-bottom{border-top-color:#cec5d3}.card-cta{color:#17131f;border:1.5px solid #17131f;background:#fffdf7}.product-card-upgraded:hover .card-cta{color:#fff;border-color:#17131f;background:#6f3cff;box-shadow:3px 3px #17131f}.panel{color:#17131f;border:2px solid #17131f;background:#fffdf7;box-shadow:5px 5px #17131f}.dim,.muted,.lead,.form-hint{color:#6d6672}.tag{color:#5f5864;border-color:#17131f;background:#f1eaf8}.tag-ok{color:#155f32;background:#dcf5df}.tag-warn{color:#8a5400;background:#fff0bf}input,textarea,select{color:#17131f;border:1.5px solid #17131f;background:#fffdf7}input::placeholder,textarea::placeholder{color:#9a929d}input:focus,textarea:focus{border-color:#6f3cff;box-shadow:4px 4px #cdbfff}label{color:#5e5663}.signed-in-note{color:#5f5864;border:1.5px solid #17131f;background:#edffe0}.signed-in-note strong{color:#17131f}.copy{color:#6f3cff;border-color:#17131f;background:#fff}.key-row,.pay-row{border-bottom-color:#d6cdd9}.key-label{color:#6f3cff}.key-value,code,.transfer-note{color:#24183f;background:#eee7ff}.qr-placeholder{color:#17131f;border-color:#17131f;background:#c8ff42}.notice{color:#7a4a00;border-color:#17131f;background:#fff0bf}.creator-cta{color:#fff;border:2px solid #17131f;background:#17131f;box-shadow:9px 9px #6f3cff}.creator-cta .hero-badge{color:#17131f;background:#c8ff42}.creator-cta h2{color:#fff}.creator-cta p{color:#c7c0ce}.btn-light{color:#17131f;border-color:#17131f;background:#c8ff42;box-shadow:4px 4px #fff}.site-footer{color:#615a67;border-top:2px solid #17131f}.status-dot{background:#6f3cff;box-shadow:none}.auth-notice{color:#17131f;border:1.5px solid #17131f;background:#fff0bf;box-shadow:3px 3px #17131f}.access-icon{color:#17131f;border:1.5px solid #17131f;background:#c8ff42}.access-denied p:not(.hero-meta){color:#686172}.sk{background:linear-gradient(90deg,#e5ded3 25%,#f6f1e8,#e5ded3 75%);background-size:200% 100%}@media (max-width: 800px){.announcement{justify-content:flex-start;padding-left:16px}.site-header{top:0}.auth-actions .btn-google{font-size:0;width:39px;padding:0}.auth-actions .btn-google span{margin:0}}@media (max-width: 650px){.hero-upgraded h1{font-size:51px}.hero-upgraded:before{display:none}.brand-ticker{justify-content:flex-start;padding-inline:18px}.benefit-strip{box-shadow:5px 5px #17131f}.creator-cta{box-shadow:6px 6px #6f3cff}}.profile-menu{position:relative}.profile-trigger{min-height:43px;padding:5px 9px 5px 6px;display:inline-flex;align-items:center;gap:8px;color:#17131f;border:1.5px solid #17131f;border-radius:13px;background:#fffdf7;box-shadow:3px 3px #17131f;font:inherit;font-size:12px;font-weight:700}.profile-trigger:hover,.profile-trigger[aria-expanded=true]{background:#e9e0ff}.profile-chevron{margin-left:2px;color:#6f3cff;font-size:16px;line-height:1}.profile-dropdown{position:absolute;z-index:50;right:0;top:calc(100% + 12px);width:248px;padding:9px;border:1.5px solid #17131f;border-radius:16px;background:#fffdf7;box-shadow:6px 7px #17131f;animation:profile-in .16s ease both}.profile-summary{padding:8px 8px 11px;display:flex;align-items:center;gap:9px}.profile-summary>span:last-child{min-width:0;display:flex;flex-direction:column}.profile-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.profile-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#756d79;font-size:9px}.profile-divider{height:1px;margin:0 3px 6px;background:#ded5df}.profile-dropdown a,.profile-logout{width:100%;min-height:39px;padding:0 10px;display:flex;align-items:center;gap:9px;color:#37303d;border:0;border-radius:10px;background:transparent;font-size:11px;font-weight:700;text-decoration:none;text-align:left}.profile-dropdown a span,.profile-logout span{width:20px;color:#6f3cff;font-size:16px;text-align:center}.profile-dropdown a:hover,.profile-logout:hover{color:#17131f;background:#eee7ff}.profile-logout,.profile-logout span{color:#b33a35}.btn-danger{color:#a62f2a;border-color:#c5574e;background:#fff0ed;box-shadow:2px 2px #c5574e}.btn-danger:hover:not(:disabled){color:#fff;border-color:#17131f;background:#c5574e;box-shadow:3px 3px #17131f}.admin-row{flex-wrap:wrap}@keyframes profile-in{0%{opacity:0;transform:translateY(-5px) scale(.98)}}@media (max-width: 650px){.profile-name{display:none}.profile-trigger{width:43px;justify-content:center;padding:5px}.profile-chevron{display:none}.profile-dropdown{right:-4px}}.order-page{max-width:980px;margin:30px auto 70px}.order-page .crumbs{margin-bottom:22px}.order-head{justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:2px solid #17131f}.order-head h1{margin:0;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em}.order-page>.dim{max-width:760px;margin:18px 0 26px;font-size:16px}.order-page .tx-panel{max-width:920px;padding:28px}.order-page .panel-label{margin-bottom:20px}.order-page .pay-grid{gap:28px}.order-page .qr-placeholder{min-height:220px;display:grid;place-items:center;border:2px solid #17131f;border-radius:14px}.order-page .key-rows{gap:12px}.order-page .key-row{min-height:58px;padding:10px 12px;border:1.5px solid #d6cdd9;border-radius:10px;background:#faf7ff}.order-page .key-label{min-width:96px}.order-page .file-row{margin-top:18px;padding-top:18px;border-top:1.5px solid #d6cdd9}.field-label-editor{margin-top:24px;padding-top:22px;border-top:1.5px solid #d6cdd9}.field-label-editor .form-row{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 700px){.order-page{margin-top:20px}.order-page .tx-panel{padding:18px}.order-page .pay-grid{grid-template-columns:1fr}.order-page .qr-placeholder{min-height:150px}.order-page .qr-payment{width:min(100%,320px);justify-self:center}.order-page .key-row{grid-template-columns:1fr;gap:7px}.field-label-editor .form-row{grid-template-columns:1fr}}.admin-payments{margin:36px 0 46px}.admin-payments .section-head select{width:auto;min-width:190px;margin:0}.payment-table-wrap{padding:0;overflow-x:auto}.payment-table{width:100%;border-collapse:collapse;min-width:780px}.payment-table th,.payment-table td{padding:13px 15px;text-align:left;border-bottom:1px solid #d6cdd9;vertical-align:top}.payment-table th{font:700 12px/1.2 var(--mono);text-transform:uppercase;color:var(--dim);background:#faf7ff}.payment-table tbody tr:last-child td{border-bottom:0}.payment-reason{max-width:300px;color:var(--dim)}.payment-status{display:inline-block;padding:4px 8px;border:1px solid #17131f;border-radius:999px;font:700 11px/1.2 var(--mono);white-space:nowrap}.payment-status-matched{background:#c8ff42}.payment-status-amount_mismatch,.payment-status-account_mismatch,.payment-status-order_not_ready{background:#ffe29a}.payment-status-unmatched,.payment-status-order_already_paid,.payment-status-ignored{background:#eee8f0}.support-page{max-width:900px;margin:28px auto 70px}.support-login{max-width:560px;margin:70px auto;padding:48px;text-align:center}.support-login p{color:var(--dim)}.support-chat{margin-top:24px;padding:0;overflow:hidden}.support-chat-head,.inbox-thread-head{padding:17px 20px;display:flex;align-items:center;gap:11px;border-bottom:1.5px solid #17131f;background:#eee7ff}.support-chat-head>span:last-child{display:flex;flex-direction:column}.support-chat-head small,.inbox-thread-head span{color:#6d6672;font-size:10px}.support-avatar{width:38px;height:38px;display:grid;place-items:center;color:#fff;border:1.5px solid #17131f;border-radius:11px;background:#6f3cff}.support-messages{height:430px;padding:22px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;background:radial-gradient(rgba(23,19,31,.07) 1px,transparent 1px) 0 0 / 18px 18px,#faf7f0}.support-empty,.inbox-empty{flex:1;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#756d79;text-align:center}.support-empty .icon,.inbox-empty .icon{color:#6f3cff}.support-message{max-width:min(72%,570px)}.support-message>div{padding:10px 13px;border:1.5px solid #17131f;border-radius:14px;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:2px 2px #17131f}.support-message>small{display:block;margin-top:5px;color:#7b737f;font-size:9px}.support-message.from-customer{align-self:flex-end;text-align:right}.support-message.from-customer>div{color:#fff;background:#6f3cff;border-bottom-right-radius:4px;text-align:left}.support-message.from-support{align-self:flex-start}.support-message.from-support>div{background:#fffdf7;border-bottom-left-radius:4px}.support-compose{padding:16px 18px;border-top:1.5px solid #17131f;background:#fffdf7}.support-compose textarea{resize:vertical;min-height:70px}.support-compose-foot{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:15px}.support-compose-foot .dim{font-size:10px}.admin-support{margin:28px 0 54px}.admin-inbox{min-height:540px;padding:0;display:grid;grid-template-columns:310px minmax(0,1fr);overflow:hidden}.inbox-list{border-right:1.5px solid #17131f;background:#f6f0e8;overflow-y:auto}.inbox-item{width:100%;padding:13px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;color:#17131f;border:0;border-bottom:1px solid #d7d0c5;background:transparent;text-align:left;cursor:pointer}.inbox-item:hover{background:#eee7ff}.inbox-item.active{background:#e7ddff;box-shadow:inset 4px 0 #6f3cff}.inbox-item-copy{min-width:0;display:flex;flex-direction:column}.inbox-item-copy strong,.inbox-item-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-item-copy strong{font-size:12px}.inbox-item-copy small{color:#756d79;font-size:9px}.inbox-unread{min-width:22px;height:22px;padding:0 5px;display:grid;place-items:center;color:#fff;border:1px solid #17131f;border-radius:99px;background:#6f3cff;font-size:9px}.inbox-thread{min-width:0;display:flex;flex-direction:column;background:#fffdf7}.inbox-thread-head{justify-content:space-between}.admin-messages{height:350px;flex:1}.inbox-thread .support-compose{margin-top:auto}.preorder-waiting h2{margin-top:4px}@media (max-width: 800px){.admin-inbox{grid-template-columns:1fr}.inbox-list{max-height:240px;border-right:0;border-bottom:1.5px solid #17131f}.inbox-thread{min-height:480px}}@media (max-width: 650px){.support-login{padding:36px 20px}.support-messages{height:390px;padding:15px}.support-message{max-width:88%}.support-compose-foot{align-items:stretch;flex-direction:column}.support-compose-foot .btn{width:100%}}
