:root{--t-surface-base:#050514;--t-surface-sunken:#0b0b22;--t-surface-raised:#141432;--t-surface-line:#1e1e46;--t-brand-primary:#6a45f0;--t-brand-lift:#9d85ff;--t-brand-deep:#9d4edd;--t-brand-accent:#4cc9f0;--t-brand-hot:#f72585;--t-ink-primary:#f4f2ff;--t-ink-soft:#c9c5f0;--t-ink-muted:#9a96c8;--t-state-good:#6ee7b7;--t-state-warn:#ffd166;--t-state-hot:#ff7ab8;--t-font-display:"Sora";--t-font-body:"Manrope";--t-radius-card:22px;--t-radius-pill:999px;--t-bloom-a:rgba(123,92,255,.22);--t-bloom-b:rgba(76,201,240,.16);--t-motion-ease:cubic-bezier(0.2,0.8,0.2,1);--t-motion-scale:1;--space-950:var(--t-surface-base);--space-900:var(--t-surface-sunken);--space-800:var(--t-surface-raised);--space-700:var(--t-surface-line);--nebula:var(--t-brand-primary);--nebula-lift:var(--t-brand-lift);--nebula-deep:var(--t-brand-deep);--cosmic:var(--t-brand-accent);--star:var(--t-ink-primary);--pink:var(--t-brand-hot);--gold:var(--t-state-warn);--muted:var(--t-ink-muted)}*{margin:0;padding:0;box-sizing:border-box}body{background:radial-gradient(1400px 700px at 85% -10%,var(--t-bloom-a),transparent 60%),radial-gradient(1000px 600px at 5% 110%,var(--t-bloom-b),transparent 60%),var(--space-950);color:var(--star);font-family:var(--t-font-base,-apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;min-height:100vh}a{color:var(--cosmic);text-decoration:none}.container{max-width:1060px;margin:0 auto;padding:0 22px}.nav{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.wordmark{font-weight:700;letter-spacing:.28em;font-size:20px;background:linear-gradient(120deg,var(--cosmic),var(--nebula),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.wordmark-sub{font-size:10px;letter-spacing:.18em;color:var(--muted);display:block;margin-top:2px}.btn{display:inline-block;background:linear-gradient(120deg,var(--nebula),var(--pink));color:#fff;border:none;padding:13px 26px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 6px 26px rgba(123,92,255,.4)}.btn.secondary{background:var(--space-800);border:1px solid var(--space-700);box-shadow:none}.btn.small{padding:8px 16px;font-size:13px;border-radius:10px}.btn.danger{background:rgba(247,37,133,.15);color:var(--pink);box-shadow:none}.hero{text-align:center;padding:90px 0 70px}.hero h1{font-size:clamp(34px,6vw,58px);line-height:1.12;max-width:780px;margin:0 auto 20px}.hero .grad{background:linear-gradient(120deg,var(--cosmic),var(--nebula),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:var(--muted);font-size:19px;max-width:620px;margin:0 auto 34px;line-height:1.55}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:18px;gap:18px;padding:30px 0 80px}.card{background:rgba(20,20,50,.55);border:1px solid var(--space-700);border-radius:18px;padding:26px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card h3{margin-bottom:8px;font-size:17px}.card p{color:var(--muted);font-size:14.5px;line-height:1.55}.form-page{max-width:430px;margin:70px auto;padding:0 22px}.form-page h1{margin-bottom:8px}.form-page .sub{color:var(--muted);margin-bottom:26px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;color:var(--muted);margin-bottom:7px}.field input,.field select{width:100%;background:var(--space-800);border:1px solid var(--space-700);color:var(--star);padding:13px 15px;border-radius:12px;font-size:15px;outline:none}.field input:focus{border-color:var(--nebula)}.row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.check{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start}.check input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:var(--nebula);margin:0}.check label{display:inline!important;margin:0!important;color:var(--star)!important;font-size:14.5px!important}.notice{background:rgba(76,201,240,.1);border:1px solid rgba(76,201,240,.3);color:var(--cosmic);padding:13px 16px;border-radius:12px;font-size:14px;margin-top:16px}.event-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}.event-item{display:flex;justify-content:space-between;align-items:center}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:10px;gap:10px;margin-top:14px}.gallery .ph{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1;background:var(--space-800)}.gallery img,.gallery video{width:100%;height:100%;object-fit:cover;display:block}.ph-foot{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:22px 8px 7px;background:linear-gradient(180deg,rgba(5,5,20,0),rgba(5,5,20,.88) 55%)}.ph-name{color:var(--star);font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;text-shadow:0 1px 3px rgba(0,0,0,.8)}.ph-tools{display:flex;gap:5px;align-items:center;flex-shrink:0}.chip{font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:999px;background:rgba(11,11,34,.92);color:var(--muted);border:1px solid var(--space-700)}.chip.warn{color:var(--gold);border-color:rgba(255,209,102,.4)}.badge{font-size:11px;padding:3px 9px;border-radius:999px;background:rgba(11,11,34,.92);color:var(--gold);border:1px solid rgba(255,209,102,.35)}.stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:20px 0}.stat{background:rgba(20,20,50,.55);border:1px solid var(--space-700);border-radius:14px;padding:14px 20px;min-width:120px}.stat b{font-size:22px;display:block}.stat span{color:var(--muted);font-size:12.5px}.qr-box{background:#fff;padding:18px;border-radius:18px;display:inline-block}.footer{text-align:center;color:var(--muted);font-size:13px;padding:40px 0}.live{position:fixed;inset:0;background:var(--space-950);display:flex;align-items:center;justify-content:center;overflow:hidden}.live.bg-galaxy{background:radial-gradient(1400px 700px at 85% -10%,rgba(123,92,255,.28),transparent 60%),radial-gradient(1000px 600px at 5% 110%,rgba(76,201,240,.2),transparent 60%),var(--space-950)}.live.bg-black{background:#000}.live-bg-custom{inset:0;filter:brightness(.5)}.live-bg,.live-bg-custom{position:absolute;z-index:0;background-size:cover;background-position:50%}.live-bg{inset:-40px;filter:blur(36px) brightness(.35) saturate(1.1)}.live img,.live video{position:relative;z-index:1;max-width:100vw;max-height:100vh;object-fit:contain}.live img{animation:kenburns 6s ease-in-out infinite alternate}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.045)}}.live .live-brand,.live .live-qr{z-index:2}.live .live-qr{position:fixed;right:26px;bottom:26px;background:#fff;padding:10px;border-radius:14px;opacity:.94}.live .live-brand{position:fixed;left:30px;bottom:26px}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;padding:12px 14px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--space-700)}.admin-table td{padding:11px 14px;border-bottom:1px solid rgba(30,30,70,.5)}.admin-table tr:hover td{background:rgba(123,92,255,.06)}.admin-table code{color:var(--cosmic)}.pill{font-size:11px;padding:3px 10px;border-radius:999px}.pill.active{background:rgba(110,231,183,.12);color:#6ee7b7}.pill.ended{background:rgba(255,209,102,.12);color:var(--gold)}.pill.archived{background:rgba(154,150,200,.12);color:var(--muted)}.mini-label{font-size:13px;color:var(--muted)}.bg-theme-row{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--space-700)}.bg-theme-row>div:first-child{flex:1 1;min-width:240px}.bg-preview{position:relative;width:150px;flex-shrink:0}.bg-preview img{width:150px;height:96px;object-fit:cover;border-radius:10px;border:1px solid var(--space-700);display:block}.swatches{display:flex;gap:6px;margin-top:8px}.swatches span{width:26px;height:26px;border-radius:8px;border:1px solid hsla(0,0%,100%,.18);display:block}.btn.disabled{opacity:.6;pointer-events:none}.plan-select{background:var(--space-800);border:1px solid var(--space-700);color:var(--star);padding:6px 10px;border-radius:8px;font-size:13px;outline:none;cursor:pointer}.tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(115px,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.tier-card{background:var(--space-800);color:var(--star);padding:14px 12px;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:6px;transition:border-color .15s}.tier-card.on{border-color:var(--nebula);box-shadow:0 0 18px rgba(123,92,255,.35)}.tier-name{font-weight:700;font-size:15px}.tier-name small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:2px}.tier-price{font-size:18px;font-weight:700;background:linear-gradient(120deg,var(--cosmic),var(--nebula),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.tier-perks{color:var(--muted);font-size:11.5px;line-height:1.45}.trend{gap:4px;height:90px}.trend,.trend-col{display:flex;align-items:flex-end}.trend-col{flex:1 1;height:100%}.trend-bar{width:100%;border-radius:4px 4px 0 0;min-height:3px;background:linear-gradient(180deg,var(--cosmic),var(--nebula))}.spinner{width:44px;height:44px;border-radius:50%;border:3px solid var(--space-700);border-top-color:var(--nebula);animation:spin .9s linear infinite;margin:80px auto}@keyframes spin{to{transform:rotate(1turn)}}.reel-card{display:flex;gap:26px;flex-wrap:wrap;align-items:center;margin-bottom:18px;border:1px solid rgba(123,92,255,.45);background:radial-gradient(600px 300px at 90% -20%,rgba(123,92,255,.18),transparent 60%),var(--space-900);box-shadow:0 8px 40px rgba(123,92,255,.18)}.reel-player{width:180px;flex-shrink:0}.reel-player video{width:180px;aspect-ratio:9/16;border-radius:14px;background:#000;border:1px solid var(--space-700);display:block}@media (max-width:680px){.container{padding:0 14px}.nav{flex-wrap:wrap;gap:10px;padding:14px 0}h1{font-size:24px}h2{font-size:18px}.hero{padding:48px 0 40px}.hero p{font-size:16px}.form-page{margin:30px auto;padding:0 16px}.row2{grid-template-columns:1fr;gap:0}.stat-row{gap:8px}.stat{min-width:0;flex:1 1 30%;padding:10px 12px}.stat b{font-size:18px}.stat span{font-size:11px}.gallery{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:6px}.ph-foot{padding:18px 6px 5px}.ph-name{font-size:11px}.tier-grid{grid-template-columns:1fr 1fr}.qr-box{padding:12px}.admin-table{font-size:12.5px}.admin-table td,.admin-table th{padding:8px}.btn{padding:12px 20px}.btn.small{padding:7px 12px;font-size:12px}.card{padding:16px}.live .live-qr{right:12px;bottom:12px;width:92px;height:92px}.live .live-brand{left:14px;bottom:12px;font-size:15px}.reel-card{gap:16px}.reel-player,.reel-player video{width:128px}}.lockup{flex-direction:column}.lockup,.lockword{display:inline-flex;line-height:1}.lockword{font-weight:650;letter-spacing:.04em;color:var(--star);align-items:baseline}.lockword .li{position:relative;display:inline-block}.lockword .li svg{position:absolute;left:50%;transform:translateX(-50%);top:-.58em}.star-breathe{animation:star-breathe 4s ease-in-out infinite;transform-origin:center;filter:drop-shadow(0 0 16px rgba(123,92,255,.35)) drop-shadow(0 0 34px rgba(247,37,133,.18))}@keyframes star-breathe{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.08) rotate(4deg)}}.brand-h{margin-bottom:8px}.demo-section{padding:10px 0 60px;text-align:center}.demo-title{font-size:clamp(26px,4vw,38px);margin-bottom:12px}.demo-sub{color:var(--muted);font-size:16px;max-width:560px;margin:0 auto 40px;line-height:1.6}.demo-stage{display:grid;grid-template-columns:minmax(190px,240px) 1fr;grid-gap:32px;gap:32px;align-items:center;justify-content:center;max-width:940px;margin:0 auto;text-align:left}.demo-phone{background:#17141f;border-radius:38px;padding:10px;box-shadow:0 12px 50px rgba(0,0,0,.55),inset 0 0 0 1.5px hsla(0,0%,100%,.12);aspect-ratio:9/18.5;width:100%;max-width:240px;margin:0 auto}.demo-viewfinder{position:relative;width:100%;height:100%;border-radius:29px;overflow:hidden;background:#000}.demo-viewfinder>img{width:100%;height:100%;object-fit:cover}.demo-flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none;transition:opacity .07s ease}.demo-flash.on{opacity:.85}.demo-vf-top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:14px 16px 26px;background:linear-gradient(180deg,rgba(0,0,0,.55),transparent)}.demo-vf-count{color:hsla(0,0%,100%,.85);font-size:11px;font-weight:600}.demo-sync-chip{position:absolute;top:46px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.6);color:#fff;font-size:11px;font-weight:600;padding:4px 11px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:demo-chip-in .18s ease}@keyframes demo-chip-in{0%{opacity:0;transform:translateX(-50%) translateY(-4px)}}.demo-vf-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;padding:22px 18px 18px;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent)}.demo-vf-side{font-size:19px;opacity:.9}.demo-shutter{width:56px;height:56px;border-radius:50%;cursor:pointer;background:transparent;border:3.5px solid #fff;padding:3px;display:flex;align-items:center;justify-content:center;transition:transform .12s ease}.demo-shutter:active{transform:scale(.92)}.demo-shutter span{display:block;width:100%;height:100%;border-radius:50%;background:#fff}.demo-screen{position:relative;background:var(--space-900);border-radius:20px;overflow:hidden;border:1px solid var(--space-700);box-shadow:0 12px 50px rgba(0,0,0,.45)}.demo-screen-bar{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--space-700)}.demo-live{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--pink)}.demo-live-dot{width:7px;height:7px;border-radius:50%;background:var(--pink);animation:demo-pulse 1.4s ease infinite}@keyframes demo-pulse{0%,to{opacity:1}50%{opacity:.3}}.demo-screen-title{font-size:14.5px;flex:1 1;text-align:center;color:var(--star)}.demo-screen-count{font-size:11.5px;font-weight:600;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.demo-wall{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:12px}.demo-tile{position:relative;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:var(--space-800)}.demo-tile img{width:100%;height:100%;object-fit:cover}.demo-tile.new{animation:demo-tile-in .45s cubic-bezier(.2,.9,.3,1.15)}@keyframes demo-tile-in{0%{opacity:0;transform:scale(.6)}}.demo-credit{position:absolute;left:6px;bottom:6px;background:rgba(0,0,0,.55);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:999px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.demo-qr{position:absolute;right:12px;bottom:12px;background:#fff;color:#050514;border-radius:10px;padding:7px 9px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 4px 16px rgba(0,0,0,.5)}.demo-qr-svg{width:38px;height:38px}.demo-qr span{font-size:8.5px;font-weight:700;letter-spacing:.04em}.demo-steps{display:flex;gap:14px;justify-content:center;margin-top:36px;flex-wrap:wrap;text-align:left}.demo-step{display:flex;gap:12px;align-items:flex-start;max-width:300px;flex:1 1 230px;background:rgba(20,20,50,.55);border:1px solid var(--space-700);border-radius:16px;padding:16px 18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .25s,box-shadow .25s,transform .25s}.demo-step.active{border-color:var(--nebula);box-shadow:0 0 22px rgba(123,92,255,.35);transform:translateY(-2px)}.demo-step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;background:var(--space-800);color:var(--cosmic);transition:background .25s,color .25s}.demo-step.active .demo-step-num{background:linear-gradient(120deg,var(--nebula),var(--pink));color:#fff}.demo-step b{display:block;font-size:14px;color:var(--star);margin-bottom:3px}.demo-step p{line-height:1.55}.demo-fine,.demo-step p{color:var(--muted);font-size:12.5px}.demo-fine{margin-top:20px}@media (max-width:760px){.demo-stage{grid-template-columns:1fr;gap:26px}.demo-phone{max-width:200px}}@media (prefers-reduced-motion:reduce){.demo-live-dot,.demo-sync-chip,.demo-tile.new{animation:none}.demo-step,.demo-step.active{transform:none}}.legal-page{max-width:720px;padding-bottom:20px}.legal-page h1{margin:26px 0 4px}.legal-updated{color:var(--muted);font-size:13px;margin-bottom:26px}.legal-page h2{font-size:19px;margin:30px 0 10px}.legal-page p{color:#c9c5e8;font-size:15px;line-height:1.65;margin-bottom:12px}.legal-page p b{color:var(--star)}.footer-links{display:block;margin-top:6px}.footer-links a{color:var(--muted);text-decoration:underline}.btn.iconed{display:inline-flex;align-items:center;gap:7px}.btn.iconed svg{opacity:.9}.nav-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.reel-h{display:flex;align-items:center;gap:9px}@media (max-width:680px){.nav{align-items:flex-start}.nav-actions{gap:6px}.btn.small.iconed{padding:9px 13px;font-size:12.5px}.btn.small.iconed svg{width:15px;height:15px}.stat-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.stat{min-width:0}.stat:last-child{grid-column:1/-1}}.live-tiles{position:relative;z-index:1;display:grid;grid-gap:12px;gap:12px;width:100vw;height:100vh;padding:16px}.live-tiles.cells-6{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.live-tiles.cells-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}.live-tiles.cells-2{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}.live-cell{overflow:hidden;border-radius:16px;background:rgba(11,11,34,var(--glass-alpha,.34));backdrop-filter:blur(var(--glass-blur,7px)) saturate(1.3);-webkit-backdrop-filter:blur(var(--glass-blur,7px)) saturate(1.3);border:1px solid rgba(244,242,255,calc(.04 + var(--glass-alpha, .34) * .18));box-shadow:0 8px 32px rgba(5,5,20,.35);animation:cellIn .7s ease-out;display:flex;align-items:center;justify-content:center}.live-cell img,.live-cell video{width:100%;height:100%;max-width:none;max-height:none}.live-tiles.fill .live-cell img,.live-tiles.fill .live-cell video{object-fit:cover}.live-tiles.smart .live-cell img,.live-tiles.smart .live-cell video{object-fit:contain}.live-cell img{animation:kenburns 7s ease-in-out infinite alternate}.live-tiles.smart .live-cell img{animation:none}@keyframes cellIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (orientation:portrait){.live-tiles.cells-6{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.live-tiles.cells-3{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}.live-tiles.cells-2{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr)}}.pin-btn{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:8px;cursor:pointer;background:rgba(11,11,34,.92);border:1px solid var(--space-700);color:var(--muted)}.pin-btn.on{color:var(--pink);border-color:rgba(247,37,133,.5)}.pin-btn:active{transform:scale(.9)}.countdown-card{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;margin:0 0 20px;padding:22px 20px;border-radius:16px;border:1px solid var(--space-700);background:radial-gradient(120% 160% at 15% 0,rgba(123,92,255,.22),transparent 55%),radial-gradient(120% 160% at 90% 100%,rgba(247,37,133,.16),transparent 55%),rgba(20,20,50,.55)}.countdown-card.unset{cursor:pointer}.countdown-card.unset:hover{border-color:var(--nebula)}.cd-ask{font-size:19px;font-weight:700;color:var(--star)}.cd-units{display:flex;gap:22px;align-items:baseline}.cd-unit{display:flex;flex-direction:column;align-items:center}.cd-unit b{font-size:42px;line-height:1;font-weight:800;background:linear-gradient(120deg,var(--nebula),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.cd-unit i{font-style:normal;font-size:12px;color:var(--muted);margin-top:4px;letter-spacing:.06em;text-transform:uppercase}.cd-big{font-size:24px;font-weight:800;color:var(--star)}.cd-sub{font-size:13.5px;color:var(--muted)}@media (max-width:560px){.cd-unit b{font-size:34px}.cd-units{gap:16px}}.event-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:18px}.event-search{flex:1 1 220px;min-width:0;max-width:340px;background:var(--space-800);border:1px solid var(--space-700);color:var(--star);padding:11px 14px;border-radius:12px;font-size:14px;outline:none}.event-search:focus{border-color:var(--nebula)}.filter-chips{display:flex;gap:8px;flex-wrap:wrap}.filter-chip{background:var(--space-800);border:1px solid var(--space-700);color:var(--muted);font-size:12.5px;font-weight:600;padding:8px 14px;border-radius:999px;cursor:pointer}.filter-chip.on{color:var(--star);border-color:var(--nebula);background:rgba(123,92,255,.14)}.event-title{display:flex;align-items:center;gap:8px;min-width:0}.event-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rename-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;border-radius:8px;opacity:.65}.rename-btn:hover{color:var(--star);opacity:1;background:rgba(123,92,255,.14)}.rename-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rename-row input{background:var(--space-800);border:1px solid var(--nebula);color:var(--star);padding:9px 12px;border-radius:10px;font-size:15px;font-weight:600;outline:none;min-width:0;flex:1 1 200px}.event-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:6px}.date-chip{font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:999px;background:rgba(123,92,255,.14);color:var(--nebula);border:1px solid rgba(123,92,255,.35)}.date-chip.hot{background:linear-gradient(120deg,rgba(123,92,255,.25),rgba(247,37,133,.25));color:var(--star);border-color:rgba(247,37,133,.45)}.date-chip.unset{background:none;color:var(--muted);border-style:dashed;font-weight:500}.upgrade-card{margin:10px 0 0;padding:14px 16px;border-radius:14px;background:rgba(20,20,50,.55);border:1px solid var(--space-700)}.upgrade-btns{display:flex;gap:8px;flex-wrap:wrap}.doc-wrap{max-width:780px;margin:40px auto;padding:0 20px}.doc-actions{display:flex;gap:10px;margin-bottom:20px}.doc{background:#fff;color:#171226;border-radius:16px;padding:44px 44px 36px;box-shadow:0 10px 40px rgba(5,5,20,.4)}.doc-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:34px}.doc-title{text-align:right}.doc-title h1{font-size:26px;margin:0;color:#171226}.doc-num{color:#6b6580;font-size:13px;margin-top:4px}.doc-status{display:inline-block;margin-top:8px;font-size:12px;font-weight:700;letter-spacing:.08em;padding:3px 10px;border-radius:999px}.doc-status.paid{background:#e7f8ef;color:#1a7f4b}.doc-status.failed,.doc-status.pending,.doc-status.refunded{background:#fdecec;color:#b42318}.doc-parties{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:30px;font-size:13.5px;line-height:1.6;color:#3f3a52}.doc-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9a94ad;margin-bottom:4px}.doc-strong{font-weight:700;color:#171226}.doc-muted{color:#9a94ad}.doc-mono{font-family:ui-monospace,Menlo,monospace;font-size:11px;word-break:break-all;color:#6b6580}.doc-table{width:100%;border-collapse:collapse;margin-bottom:24px;font-size:14px}.doc-table th{text-align:left;border-bottom:2px solid #ece7f2;padding:10px 0;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#9a94ad}.doc-table td{padding:14px 0;border-bottom:1px solid #f1eef7;vertical-align:top}.doc-table tfoot td{border-bottom:none;padding:6px 0}.doc-table tfoot .doc-total td{font-weight:800;font-size:16px;color:#171226;border-top:2px solid #ece7f2;padding-top:12px}.doc-foot{font-size:13px;line-height:1.6;color:#3f3a52;margin-top:10px}@media print{body{background:#fff!important}.doc-actions{display:none!important}.doc-wrap{margin:0;max-width:none;padding:0}.doc{box-shadow:none;border-radius:0;padding:0}}.shots-card{background:linear-gradient(160deg,rgba(30,30,70,.55),rgba(20,20,50,.55));border:1px solid var(--space-700);border-radius:16px;padding:18px 20px}.shots-qty{width:84px;background:var(--space-800);border:1px solid var(--space-700);color:var(--star);padding:9px 12px;border-radius:10px;font-size:15px;outline:none}.shots-qty:focus{border-color:var(--nebula)}.seg{display:flex;flex-wrap:wrap;gap:8px}.seg button{flex:1 1 200px;text-align:left;cursor:pointer;background:var(--space-800);border:1px solid var(--space-700);color:var(--star);border-radius:12px;padding:12px 14px;font-size:13.5px;line-height:1.35;transition:border-color .15s,background .15s}.seg button.on,.seg button:hover{border-color:var(--nebula)}.seg button.on{background:linear-gradient(160deg,rgba(123,92,255,.22),rgba(123,92,255,.08));box-shadow:0 0 0 1px var(--nebula) inset}.seg button .seg-t{display:block;font-weight:600;margin-bottom:3px}.seg button .seg-d{display:block;color:var(--muted);font-size:12px}.seg button.on .seg-d{color:var(--star);opacity:.85}.shot-tiers{display:flex;flex-direction:column;gap:10px}.shot-tier{display:grid;grid-template-columns:1.1fr .7fr .9fr .9fr .8fr .8fr .7fr auto;grid-gap:12px;gap:12px;align-items:end;background:var(--space-800);border:1px solid var(--space-700);border-radius:12px;padding:14px 16px}.shot-tier .tier-name{font-weight:700;font-size:15px;align-self:center}.shot-tier .tier-name small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:2px}.shot-tier label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:5px}.shot-tier input,.shot-tier select{width:100%;background:var(--space-900);border:1px solid var(--space-700);color:var(--star);padding:9px 11px;border-radius:10px;font-size:14px;outline:none}.shot-tier input:focus,.shot-tier select:focus{border-color:var(--nebula)}.shot-tier .price-wrap{position:relative}.shot-tier .price-wrap input{padding-left:26px}.shot-tier .price-wrap:before{content:"S$";position:absolute;left:10px;bottom:9px;color:var(--muted);font-size:13px}.shot-tier .price-wrap.usd:before{content:"US$"}.shot-tier .price-wrap.usd input{padding-left:34px}@media (max-width:760px){.shot-tier{grid-template-columns:1fr 1fr}.shot-tier .tier-name{grid-column:1/-1}}.event-top{display:flex;gap:18px;flex-wrap:wrap;align-items:stretch;margin:20px 0}.event-top .qr-card{display:flex;gap:18px;align-items:center;margin:0;flex:2 1 360px}.event-top .stat-row{margin:0;flex:1 1 240px;align-content:flex-start}@media (max-width:640px){.event-top .qr-card .qr-box img{width:120px;height:120px}}.book-shell{--paper:#f6f0e4;--paper-glow:hsla(0,0%,100%,.55);--paper-edge:#e7ddc9;--ink:#2b2540;--ink-soft:#6c6486;--plate:#0b0b22;--accent-base:#b9942f;--cover-bg:linear-gradient(160deg,#2c2040,#17102c);--cover-weave:repeating-linear-gradient(90deg,rgba(0,0,0,.05) 0 2px,transparent 2px 4px);--cover-ink:#f6f0e4;--cover-frame:rgba(185,148,47,.42);--foil:linear-gradient(103deg,#e9d9a6 4%,#bb9a3d 24%,#fbf3d6 42%,#c8a851 58%,#8d6f22 74%,#e7d59e 96%);--gutter:rgba(43,37,64,.34);--plate-ring:rgba(43,37,64,.14);--book-edge:hsla(0,0%,100%,.06);--grain:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%20180'><filter%20id='g'><feTurbulence%20type='fractalNoise'%20baseFrequency='0.9'%20numOctaves='4'%20stitchTiles='stitch'/><feColorMatrix%20type='saturate'%20values='0'/></filter><rect%20width='180'%20height='180'%20filter='url(%23g)'/></svg>");--grain-blend:multiply;--grain-opacity:0.024;--frame:none;--frame-slice:54;--frame-width:clamp(18px,3.1vw,44px);--divider:none;--swash:none;--medallion:none;--title-rule:none;--title-rule-ink:none;--serif:var(--font-body),"EB Garamond",Georgia,serif;--sans:var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--display:var(--font-display),"Cormorant Garamond",Georgia,serif;--script:var(--font-script),"Great Vibes",cursive;--caption-font:var(--sans);--caption-track:0.2em;--page-pad:clamp(40px,6.4vw,88px);--accent:color-mix(in srgb,var(--ev-accent,var(--accent-base)) 70%,var(--ink) 30%);--accent-on-cover:color-mix(in srgb,var(--ev-accent,var(--accent-base)) 60%,var(--cover-ink) 40%);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:22px 16px 26px}@supports (height:100dvh){.book-shell{min-height:100dvh}}.book-shell[data-theme=linen]{--paper:#f7f1e6;--paper-edge:#e6dac3;--ink:#2b2540;--ink-soft:#6c6486;--accent-base:#b9942f;--cover-bg:linear-gradient(158deg,#3a2a4e,#241a36 52%,#150e24);--cover-ink:#f7f1e6;--cover-frame:rgba(185,148,47,.5);--frame:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%20stroke='%23b9942f'%20stroke-linecap='round'%20stroke-linejoin='round'><g><path%20d='M11%2054%20V25%20Q11%2011%2025%2011%20H54'%20stroke-width='2.6'/><path%20d='M18%2054%20V30%20Q18%2018%2030%2018%20H54'%20stroke-width='1.3'%20opacity='.75'/><path%20d='M24%2040%20q2-13%2014-16%20-9%206-10%2016%206-2%2011%201%20-8%201-11%205%20-3-4-4-6z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M14.5%2014.5%20l3.4%203.4%20-3.4%203.4%20-3.4-3.4z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M34%2011%20q6%205%2014%206'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M11%2034%20q5%206%206%2014'%20stroke-width='1.2'%20opacity='.5'/></g><g%20transform='translate(160,0)%20scale(-1,1)'><path%20d='M11%2054%20V25%20Q11%2011%2025%2011%20H54'%20stroke-width='2.6'/><path%20d='M18%2054%20V30%20Q18%2018%2030%2018%20H54'%20stroke-width='1.3'%20opacity='.75'/><path%20d='M24%2040%20q2-13%2014-16%20-9%206-10%2016%206-2%2011%201%20-8%201-11%205%20-3-4-4-6z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M14.5%2014.5%20l3.4%203.4%20-3.4%203.4%20-3.4-3.4z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M34%2011%20q6%205%2014%206'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M11%2034%20q5%206%206%2014'%20stroke-width='1.2'%20opacity='.5'/></g><g%20transform='translate(0,160)%20scale(1,-1)'><path%20d='M11%2054%20V25%20Q11%2011%2025%2011%20H54'%20stroke-width='2.6'/><path%20d='M18%2054%20V30%20Q18%2018%2030%2018%20H54'%20stroke-width='1.3'%20opacity='.75'/><path%20d='M24%2040%20q2-13%2014-16%20-9%206-10%2016%206-2%2011%201%20-8%201-11%205%20-3-4-4-6z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M14.5%2014.5%20l3.4%203.4%20-3.4%203.4%20-3.4-3.4z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M34%2011%20q6%205%2014%206'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M11%2034%20q5%206%206%2014'%20stroke-width='1.2'%20opacity='.5'/></g><g%20transform='translate(160,160)%20scale(-1,-1)'><path%20d='M11%2054%20V25%20Q11%2011%2025%2011%20H54'%20stroke-width='2.6'/><path%20d='M18%2054%20V30%20Q18%2018%2030%2018%20H54'%20stroke-width='1.3'%20opacity='.75'/><path%20d='M24%2040%20q2-13%2014-16%20-9%206-10%2016%206-2%2011%201%20-8%201-11%205%20-3-4-4-6z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M14.5%2014.5%20l3.4%203.4%20-3.4%203.4%20-3.4-3.4z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/><path%20d='M34%2011%20q6%205%2014%206'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M11%2034%20q5%206%206%2014'%20stroke-width='1.2'%20opacity='.5'/></g><path%20d='M54%2011%20H106%20M54%2018%20H106'%20stroke-width='2.4'/><path%20d='M11%2054%20V106%20M18%2054%20V106'%20stroke-width='2.4'/></svg>");--divider:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2012'%20fill='none'%20stroke='%23b9942f'%20stroke-linecap='round'><path%20d='M2%206%20H44'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M76%206%20H118'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M60%201%20L66%206%20L60%2011%20L54%206%20Z'%20fill='%23b9942f'%20stroke='none'%20opacity='.8'/><circle%20cx='49'%20cy='6'%20r='1.3'%20fill='%23b9942f'%20stroke='none'%20opacity='.6'/><circle%20cx='71'%20cy='6'%20r='1.3'%20fill='%23b9942f'%20stroke='none'%20opacity='.6'/></svg>");--swash:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2014'%20fill='none'%20stroke='%236c6486'%20stroke-linecap='round'><path%20d='M4%209%20q26-7%2058-5%20t62%203%20q28%201%2044-5%20-13%209-33%209%20-34%201-70-4%20-32-4-61%202z'%20fill='%236c6486'%20stroke='none'%20opacity='.55'/></svg>");--medallion:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%20fill='none'%20stroke='%23b9942f'%20stroke-linecap='round'><circle%20cx='60'%20cy='60'%20r='55'%20stroke-width='2.1'%20opacity='.85'/><circle%20cx='60'%20cy='60'%20r='49'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M60%202%20V10%20M60%20110%20V118%20M2%2060%20H10%20M110%2060%20H118'%20stroke-width='2.1'%20opacity='.8'/><path%20d='M22%2078%20q-8-10-6-22%208%208%209%2020z'%20fill='%23b9942f'%20stroke='none'%20opacity='.55'/><path%20d='M98%2078%20q8-10%206-22%20-8%208-9%2020z'%20fill='%23b9942f'%20stroke='none'%20opacity='.55'/><path%20d='M52%20104%20q8%205%2016%200'%20stroke-width='1.5'%20opacity='.6'/></svg>");--title-rule:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%23b9942f'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%23b9942f'%20stroke='none'%20opacity='.9'/></svg>");--title-rule-ink:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%236c6486'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%236c6486'%20stroke='none'%20opacity='.9'/></svg>")}.book-shell[data-theme=midnight]{--paper:#171736;--paper-glow:rgba(123,92,255,.2);--paper-edge:#0e0e26;--ink:#f4f2ff;--ink-soft:#9a96c8;--plate:#08081a;--accent-base:#e6c169;--cover-bg:linear-gradient(158deg,#14142f,#0a0a1d 55%,#040410);--cover-weave:none;--cover-ink:#f4f2ff;--cover-frame:hsla(42,71%,66%,.42);--foil:linear-gradient(103deg,#fff0c2 4%,#e6c169 26%,#fffaf0 46%,#d8ae4e 62%,#a8812c 78%,#f3dfa6 96%);--gutter:rgba(0,0,0,.62);--plate-ring:rgba(244,242,255,.12);--book-edge:rgba(244,242,255,.16);--grain-blend:soft-light;--grain-opacity:0.06;--frame:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%20stroke='%23e6c169'%20stroke-linecap='round'%20stroke-linejoin='round'><g><path%20d='M10%2054%20V20%20Q10%2010%2020%2010%20H54'%20stroke-width='2.5'/><path%20d='M20%2054%20V32%20H32%20V20%20H54'%20stroke-width='1.3'%20opacity='.65'/><path%20d='M27%2010%20L34%2017%20L27%2024%20L20%2017%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='.85'/><path%20d='M10%2027%20L17%2034%20L10%2041%20L3%2034%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='0'/><path%20d='M38%2014%20h10%20M14%2038%20v10'%20stroke-width='1.7'%20opacity='.55'/></g><g%20transform='translate(160,0)%20scale(-1,1)'><path%20d='M10%2054%20V20%20Q10%2010%2020%2010%20H54'%20stroke-width='2.5'/><path%20d='M20%2054%20V32%20H32%20V20%20H54'%20stroke-width='1.3'%20opacity='.65'/><path%20d='M27%2010%20L34%2017%20L27%2024%20L20%2017%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='.85'/><path%20d='M10%2027%20L17%2034%20L10%2041%20L3%2034%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='0'/><path%20d='M38%2014%20h10%20M14%2038%20v10'%20stroke-width='1.7'%20opacity='.55'/></g><g%20transform='translate(0,160)%20scale(1,-1)'><path%20d='M10%2054%20V20%20Q10%2010%2020%2010%20H54'%20stroke-width='2.5'/><path%20d='M20%2054%20V32%20H32%20V20%20H54'%20stroke-width='1.3'%20opacity='.65'/><path%20d='M27%2010%20L34%2017%20L27%2024%20L20%2017%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='.85'/><path%20d='M10%2027%20L17%2034%20L10%2041%20L3%2034%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='0'/><path%20d='M38%2014%20h10%20M14%2038%20v10'%20stroke-width='1.7'%20opacity='.55'/></g><g%20transform='translate(160,160)%20scale(-1,-1)'><path%20d='M10%2054%20V20%20Q10%2010%2020%2010%20H54'%20stroke-width='2.5'/><path%20d='M20%2054%20V32%20H32%20V20%20H54'%20stroke-width='1.3'%20opacity='.65'/><path%20d='M27%2010%20L34%2017%20L27%2024%20L20%2017%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='.85'/><path%20d='M10%2027%20L17%2034%20L10%2041%20L3%2034%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='0'/><path%20d='M38%2014%20h10%20M14%2038%20v10'%20stroke-width='1.7'%20opacity='.55'/></g><path%20d='M54%2010%20H106'%20stroke-width='2.5'/><path%20d='M10%2054%20V106'%20stroke-width='2.5'/></svg>");--divider:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2012'%20fill='none'%20stroke='%23e6c169'%20stroke-linecap='round'><path%20d='M2%206%20H44'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M76%206%20H118'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M60%201%20L66%206%20L60%2011%20L54%206%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='.8'/><circle%20cx='49'%20cy='6'%20r='1.3'%20fill='%23e6c169'%20stroke='none'%20opacity='.6'/><circle%20cx='71'%20cy='6'%20r='1.3'%20fill='%23e6c169'%20stroke='none'%20opacity='.6'/></svg>");--swash:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2014'%20fill='none'%20stroke='%239a96c8'%20stroke-linecap='round'><path%20d='M4%209%20q26-7%2058-5%20t62%203%20q28%201%2044-5%20-13%209-33%209%20-34%201-70-4%20-32-4-61%202z'%20fill='%239a96c8'%20stroke='none'%20opacity='.55'/></svg>");--medallion:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%20fill='none'%20stroke='%23e6c169'%20stroke-linecap='round'><circle%20cx='60'%20cy='60'%20r='55'%20stroke-width='2.1'%20opacity='.85'/><circle%20cx='60'%20cy='60'%20r='49'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M60%202%20V10%20M60%20110%20V118%20M2%2060%20H10%20M110%2060%20H118'%20stroke-width='2.1'%20opacity='.8'/><path%20d='M22%2078%20q-8-10-6-22%208%208%209%2020z'%20fill='%23e6c169'%20stroke='none'%20opacity='.55'/><path%20d='M98%2078%20q8-10%206-22%20-8%208-9%2020z'%20fill='%23e6c169'%20stroke='none'%20opacity='.55'/><path%20d='M52%20104%20q8%205%2016%200'%20stroke-width='1.5'%20opacity='.6'/></svg>");--title-rule:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%23e6c169'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%23e6c169'%20stroke='none'%20opacity='.9'/></svg>");--title-rule-ink:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%239a96c8'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%239a96c8'%20stroke='none'%20opacity='.9'/></svg>");--caption-track:0.26em}.book-shell[data-theme=botanical]{--paper:#f8f5ed;--paper-edge:#e5dfd0;--ink:#2f3c2b;--ink-soft:#6f7a68;--accent-base:#5f7a55;--cover-bg:linear-gradient(158deg,#3d5137,#2a3a26 55%,#172014);--cover-ink:#f5f2e7;--cover-frame:hsla(94,33%,82%,.42);--foil:linear-gradient(103deg,#eaf2e2 6%,#cfe0c2 30%,#fff 48%,#bdd2ae 66%,#8fa981 88%);--gutter:rgba(47,60,43,.3);--plate-ring:rgba(47,60,43,.14);--book-edge:rgba(0,0,0,.1);--frame:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%20stroke='%235f7a55'%20stroke-linecap='round'%20stroke-linejoin='round'><g><path%20d='M12%2054%20V27%20Q12%2012%2027%2012%20H54'%20stroke-width='2.4'/><path%20d='M19%2054%20q1-18%2012-25%20t23-10'%20stroke-width='1.5'%20opacity='.65'/><path%20d='M27%2026%20q-10-3-13-11%2010%200%2014%209z'%20fill='%235f7a55'%20stroke='none'%20opacity='.75'/><path%20d='M33%2021%20q3-10%2012-13%20-2%2010-8%2015z'%20fill='%235f7a55'%20stroke='none'%20opacity='.7'/><path%20d='M22%2037%20q-10%201-14-6%209-2%2015%203z'%20fill='%235f7a55'%20stroke='none'%20opacity='.6'/><path%20d='M44%2017%20q7-2%2010-7%200%208-8%2010z'%20fill='%235f7a55'%20stroke='none'%20opacity='.55'/><circle%20cx='22'%20cy='22'%20r='1.9'%20fill='%235f7a55'%20stroke='none'%20opacity='.85'/></g><g%20transform='translate(160,0)%20scale(-1,1)'><path%20d='M12%2054%20V27%20Q12%2012%2027%2012%20H54'%20stroke-width='2.4'/><path%20d='M19%2054%20q1-18%2012-25%20t23-10'%20stroke-width='1.5'%20opacity='.65'/><path%20d='M27%2026%20q-10-3-13-11%2010%200%2014%209z'%20fill='%235f7a55'%20stroke='none'%20opacity='.75'/><path%20d='M33%2021%20q3-10%2012-13%20-2%2010-8%2015z'%20fill='%235f7a55'%20stroke='none'%20opacity='.7'/><path%20d='M22%2037%20q-10%201-14-6%209-2%2015%203z'%20fill='%235f7a55'%20stroke='none'%20opacity='.6'/><path%20d='M44%2017%20q7-2%2010-7%200%208-8%2010z'%20fill='%235f7a55'%20stroke='none'%20opacity='.55'/><circle%20cx='22'%20cy='22'%20r='1.9'%20fill='%235f7a55'%20stroke='none'%20opacity='.85'/></g><g%20transform='translate(0,160)%20scale(1,-1)'><path%20d='M12%2054%20V27%20Q12%2012%2027%2012%20H54'%20stroke-width='2.4'/><path%20d='M19%2054%20q1-18%2012-25%20t23-10'%20stroke-width='1.5'%20opacity='.65'/><path%20d='M27%2026%20q-10-3-13-11%2010%200%2014%209z'%20fill='%235f7a55'%20stroke='none'%20opacity='.75'/><path%20d='M33%2021%20q3-10%2012-13%20-2%2010-8%2015z'%20fill='%235f7a55'%20stroke='none'%20opacity='.7'/><path%20d='M22%2037%20q-10%201-14-6%209-2%2015%203z'%20fill='%235f7a55'%20stroke='none'%20opacity='.6'/><path%20d='M44%2017%20q7-2%2010-7%200%208-8%2010z'%20fill='%235f7a55'%20stroke='none'%20opacity='.55'/><circle%20cx='22'%20cy='22'%20r='1.9'%20fill='%235f7a55'%20stroke='none'%20opacity='.85'/></g><g%20transform='translate(160,160)%20scale(-1,-1)'><path%20d='M12%2054%20V27%20Q12%2012%2027%2012%20H54'%20stroke-width='2.4'/><path%20d='M19%2054%20q1-18%2012-25%20t23-10'%20stroke-width='1.5'%20opacity='.65'/><path%20d='M27%2026%20q-10-3-13-11%2010%200%2014%209z'%20fill='%235f7a55'%20stroke='none'%20opacity='.75'/><path%20d='M33%2021%20q3-10%2012-13%20-2%2010-8%2015z'%20fill='%235f7a55'%20stroke='none'%20opacity='.7'/><path%20d='M22%2037%20q-10%201-14-6%209-2%2015%203z'%20fill='%235f7a55'%20stroke='none'%20opacity='.6'/><path%20d='M44%2017%20q7-2%2010-7%200%208-8%2010z'%20fill='%235f7a55'%20stroke='none'%20opacity='.55'/><circle%20cx='22'%20cy='22'%20r='1.9'%20fill='%235f7a55'%20stroke='none'%20opacity='.85'/></g><path%20d='M54%2012%20H106'%20stroke-width='2.4'/><path%20d='M12%2054%20V106'%20stroke-width='2.4'/><path%20d='M54%2019%20H106'%20stroke-width='1.1'%20opacity='.5'/><path%20d='M19%2054%20V106'%20stroke-width='1.1'%20opacity='.5'/></svg>");--divider:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2012'%20fill='none'%20stroke='%235f7a55'%20stroke-linecap='round'><path%20d='M2%206%20H44'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M76%206%20H118'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M60%201%20L66%206%20L60%2011%20L54%206%20Z'%20fill='%235f7a55'%20stroke='none'%20opacity='.8'/><circle%20cx='49'%20cy='6'%20r='1.3'%20fill='%235f7a55'%20stroke='none'%20opacity='.6'/><circle%20cx='71'%20cy='6'%20r='1.3'%20fill='%235f7a55'%20stroke='none'%20opacity='.6'/></svg>");--swash:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2014'%20fill='none'%20stroke='%236f7a68'%20stroke-linecap='round'><path%20d='M4%209%20q26-7%2058-5%20t62%203%20q28%201%2044-5%20-13%209-33%209%20-34%201-70-4%20-32-4-61%202z'%20fill='%236f7a68'%20stroke='none'%20opacity='.55'/></svg>");--medallion:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%20fill='none'%20stroke='%23cfe0c2'%20stroke-linecap='round'><circle%20cx='60'%20cy='60'%20r='55'%20stroke-width='2.1'%20opacity='.85'/><circle%20cx='60'%20cy='60'%20r='49'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M60%202%20V10%20M60%20110%20V118%20M2%2060%20H10%20M110%2060%20H118'%20stroke-width='2.1'%20opacity='.8'/><path%20d='M22%2078%20q-8-10-6-22%208%208%209%2020z'%20fill='%23cfe0c2'%20stroke='none'%20opacity='.55'/><path%20d='M98%2078%20q8-10%206-22%20-8%208-9%2020z'%20fill='%23cfe0c2'%20stroke='none'%20opacity='.55'/><path%20d='M52%20104%20q8%205%2016%200'%20stroke-width='1.5'%20opacity='.6'/></svg>");--title-rule:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%23cfe0c2'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%23cfe0c2'%20stroke='none'%20opacity='.9'/></svg>");--title-rule-ink:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%236f7a68'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%236f7a68'%20stroke='none'%20opacity='.9'/></svg>")}.book-shell[data-theme=floral]{--paper:#fdf2ef;--paper-edge:#f2dbd6;--ink:#46262e;--ink-soft:#8d6b72;--accent-base:#c4788b;--cover-bg:linear-gradient(158deg,#7a3b4c,#5c2b3a 52%,#33161f);--cover-ink:#fdeff1;--cover-frame:rgba(242,201,211,.46);--foil:linear-gradient(103deg,#ffe8ec 6%,#f2c9d3 28%,#fff 48%,#e6a8b7 66%,#b9707f 90%);--gutter:rgba(70,38,46,.26);--plate-ring:rgba(70,38,46,.12);--book-edge:rgba(0,0,0,.1);--frame:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%20stroke='%239d7f82'%20stroke-linecap='round'%20stroke-linejoin='round'><g><path%20d='M13%2054%20q0-28%2013-35%20t28-6'%20stroke='%239d7f82'%20stroke-width='2'%20opacity='.6'/><circle%20cx='27'%20cy='22'%20r='9.5'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><circle%20cx='27'%20cy='22'%20r='5.8'%20fill='%23c4788b'%20stroke='none'%20opacity='.5'/><circle%20cx='27'%20cy='22'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.8'/><path%20d='M40%2031%20q10-3%2014%204%20-10%203-14-4z'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><path%20d='M19%2040%20q-9%202-12%209%2010%201%2013-7z'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='47'%20cy='14'%20r='3.1'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='14'%20cy='47'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.32'/></g><g%20transform='translate(160,0)%20scale(-1,1)'><path%20d='M13%2054%20q0-28%2013-35%20t28-6'%20stroke='%239d7f82'%20stroke-width='2'%20opacity='.6'/><circle%20cx='27'%20cy='22'%20r='9.5'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><circle%20cx='27'%20cy='22'%20r='5.8'%20fill='%23c4788b'%20stroke='none'%20opacity='.5'/><circle%20cx='27'%20cy='22'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.8'/><path%20d='M40%2031%20q10-3%2014%204%20-10%203-14-4z'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><path%20d='M19%2040%20q-9%202-12%209%2010%201%2013-7z'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='47'%20cy='14'%20r='3.1'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='14'%20cy='47'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.32'/></g><g%20transform='translate(0,160)%20scale(1,-1)'><path%20d='M13%2054%20q0-28%2013-35%20t28-6'%20stroke='%239d7f82'%20stroke-width='2'%20opacity='.6'/><circle%20cx='27'%20cy='22'%20r='9.5'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><circle%20cx='27'%20cy='22'%20r='5.8'%20fill='%23c4788b'%20stroke='none'%20opacity='.5'/><circle%20cx='27'%20cy='22'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.8'/><path%20d='M40%2031%20q10-3%2014%204%20-10%203-14-4z'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><path%20d='M19%2040%20q-9%202-12%209%2010%201%2013-7z'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='47'%20cy='14'%20r='3.1'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='14'%20cy='47'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.32'/></g><g%20transform='translate(160,160)%20scale(-1,-1)'><path%20d='M13%2054%20q0-28%2013-35%20t28-6'%20stroke='%239d7f82'%20stroke-width='2'%20opacity='.6'/><circle%20cx='27'%20cy='22'%20r='9.5'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><circle%20cx='27'%20cy='22'%20r='5.8'%20fill='%23c4788b'%20stroke='none'%20opacity='.5'/><circle%20cx='27'%20cy='22'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.8'/><path%20d='M40%2031%20q10-3%2014%204%20-10%203-14-4z'%20fill='%23c4788b'%20stroke='none'%20opacity='.42'/><path%20d='M19%2040%20q-9%202-12%209%2010%201%2013-7z'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='47'%20cy='14'%20r='3.1'%20fill='%23c4788b'%20stroke='none'%20opacity='.38'/><circle%20cx='14'%20cy='47'%20r='2.4'%20fill='%23c4788b'%20stroke='none'%20opacity='.32'/></g><path%20d='M54%2013%20H106'%20stroke='%239d7f82'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M13%2054%20V106'%20stroke='%239d7f82'%20stroke-width='1.7'%20opacity='.45'/></svg>");--divider:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2012'%20fill='none'%20stroke='%23c4788b'%20stroke-linecap='round'><path%20d='M2%206%20H44'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M76%206%20H118'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M60%201%20L66%206%20L60%2011%20L54%206%20Z'%20fill='%23c4788b'%20stroke='none'%20opacity='.8'/><circle%20cx='49'%20cy='6'%20r='1.3'%20fill='%23c4788b'%20stroke='none'%20opacity='.6'/><circle%20cx='71'%20cy='6'%20r='1.3'%20fill='%23c4788b'%20stroke='none'%20opacity='.6'/></svg>");--swash:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2014'%20fill='none'%20stroke='%238d6b72'%20stroke-linecap='round'><path%20d='M4%209%20q26-7%2058-5%20t62%203%20q28%201%2044-5%20-13%209-33%209%20-34%201-70-4%20-32-4-61%202z'%20fill='%238d6b72'%20stroke='none'%20opacity='.55'/></svg>");--medallion:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%20fill='none'%20stroke='%23f2c9d3'%20stroke-linecap='round'><circle%20cx='60'%20cy='60'%20r='55'%20stroke-width='2.1'%20opacity='.85'/><circle%20cx='60'%20cy='60'%20r='49'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M60%202%20V10%20M60%20110%20V118%20M2%2060%20H10%20M110%2060%20H118'%20stroke-width='2.1'%20opacity='.8'/><path%20d='M22%2078%20q-8-10-6-22%208%208%209%2020z'%20fill='%23f2c9d3'%20stroke='none'%20opacity='.55'/><path%20d='M98%2078%20q8-10%206-22%20-8%208-9%2020z'%20fill='%23f2c9d3'%20stroke='none'%20opacity='.55'/><path%20d='M52%20104%20q8%205%2016%200'%20stroke-width='1.5'%20opacity='.6'/></svg>");--title-rule:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%23f2c9d3'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%23f2c9d3'%20stroke='none'%20opacity='.9'/></svg>");--title-rule-ink:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%238d6b72'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%238d6b72'%20stroke='none'%20opacity='.9'/></svg>");--display:var(--font-display),"Cormorant Garamond",Georgia,serif}.book-shell[data-theme=gallery]{--paper:#fff;--paper-glow:rgba(0,0,0,.012);--paper-edge:#ececee;--ink:#17171a;--ink-soft:#86868b;--plate:#17171a;--accent-base:#86868b;--cover-bg:linear-gradient(158deg,#2a2a2e,#18181b 55%,#0d0d0f);--cover-weave:none;--cover-ink:#f5f5f7;--cover-frame:rgba(245,245,247,.2);--foil:linear-gradient(103deg,#fff 10%,#d8d8dc 45%,#fff 90%);--gutter:rgba(0,0,0,.14);--plate-ring:rgba(0,0,0,.09);--book-edge:rgba(0,0,0,.1);--grain-opacity:0.014;--frame:none;--divider:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2012'%20fill='none'%20stroke='%239a9aa0'%20stroke-linecap='round'><path%20d='M2%206%20H44'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M76%206%20H118'%20stroke-width='1.7'%20opacity='.45'/><path%20d='M60%201%20L66%206%20L60%2011%20L54%206%20Z'%20fill='%239a9aa0'%20stroke='none'%20opacity='.8'/><circle%20cx='49'%20cy='6'%20r='1.3'%20fill='%239a9aa0'%20stroke='none'%20opacity='.6'/><circle%20cx='71'%20cy='6'%20r='1.3'%20fill='%239a9aa0'%20stroke='none'%20opacity='.6'/></svg>");--swash:none;--medallion:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%20fill='none'%20stroke='%23d8d8dc'%20stroke-linecap='round'><circle%20cx='60'%20cy='60'%20r='55'%20stroke-width='2.1'%20opacity='.85'/><circle%20cx='60'%20cy='60'%20r='49'%20stroke-width='1.2'%20opacity='.5'/><path%20d='M60%202%20V10%20M60%20110%20V118%20M2%2060%20H10%20M110%2060%20H118'%20stroke-width='2.1'%20opacity='.8'/><path%20d='M22%2078%20q-8-10-6-22%208%208%209%2020z'%20fill='%23d8d8dc'%20stroke='none'%20opacity='.55'/><path%20d='M98%2078%20q8-10%206-22%20-8%208-9%2020z'%20fill='%23d8d8dc'%20stroke='none'%20opacity='.55'/><path%20d='M52%20104%20q8%205%2016%200'%20stroke-width='1.5'%20opacity='.6'/></svg>");--title-rule:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%23d8d8dc'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%23d8d8dc'%20stroke='none'%20opacity='.9'/></svg>");--title-rule-ink:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2010'%20fill='none'%20stroke='%23b0b0b6'%20stroke-linecap='round'><path%20d='M4%205%20H66%20M94%205%20H156'%20stroke-width='1.7'%20opacity='.7'/><path%20d='M80%200%20L86%205%20L80%2010%20L74%205%20Z'%20fill='%23b0b0b6'%20stroke='none'%20opacity='.9'/></svg>");--serif:var(--font-sans),-apple-system,sans-serif;--display:var(--font-sans),-apple-system,sans-serif;--caption-track:0.14em;--page-pad:clamp(34px,5.8vw,80px)}.book-msg{text-align:center;color:var(--muted);max-width:460px}.book-msg h1{color:var(--star);font-size:24px;margin-bottom:10px}.book-stage{width:min(1120px,100%,calc((100vh - 150px) * 4 / 3));aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;perspective:2400px}@supports (height:100dvh){.book-stage{width:min(1120px,100%,calc((100dvh - 150px) * 4 / 3))}}.book{position:relative;width:100%;height:100%;transform-style:preserve-3d}.book-cover,.book.is-closed{display:flex;align-items:center;justify-content:center}.book-cover{position:relative;width:min(54%,100%);height:100%;border-radius:4px 14px 14px 4px;background:linear-gradient(135deg,hsla(0,0%,100%,.08),transparent 38%),var(--cover-weave),var(--cover-bg);box-shadow:0 34px 80px rgba(0,0,0,.62),inset 0 0 0 1px var(--cover-frame),inset 0 1px 0 hsla(0,0%,100%,.1);padding:clamp(20px,3.4vw,46px)}.book-cover:before{content:"";inset:clamp(11px,1.5vw,19px);border:1px solid var(--cover-frame);border-radius:2px;box-shadow:inset 0 0 0 3px transparent,inset 0 0 0 4px var(--cover-frame);opacity:.85}.bc-spine,.book-cover:before{position:absolute;pointer-events:none}.bc-spine{left:0;top:0;bottom:0;width:clamp(14px,2vw,26px);border-radius:4px 0 0 4px;background:linear-gradient(90deg,rgba(0,0,0,.5),hsla(0,0%,100%,.07) 46%,rgba(0,0,0,.42)),repeating-linear-gradient(180deg,transparent 0 34px,var(--cover-frame) 34px 35px,rgba(0,0,0,.3) 35px 41px,transparent 41px 75px)}.bc-inner{width:100%;text-align:center}.bc-medallion{display:grid;place-items:center;width:clamp(62px,9vw,108px);aspect-ratio:1;margin:0 auto clamp(14px,2vw,26px);background-image:var(--medallion);background-size:contain;background-repeat:no-repeat;background-position:50%}.bc-medallion>span{font-family:var(--display);font-weight:500;font-size:clamp(20px,3vw,36px);letter-spacing:.06em;text-indent:.06em;background:var(--foil);-webkit-background-clip:text;background-clip:text;color:transparent}.bc-kicker{font-family:var(--caption-font);font-weight:500;font-size:clamp(9px,1vw,11px);letter-spacing:.4em;text-indent:.4em;text-transform:uppercase;color:var(--accent-on-cover);margin-bottom:clamp(10px,1.4vw,18px)}.bc-title{font-family:var(--display);font-weight:400;line-height:1.08;font-size:clamp(26px,4.6vw,58px);letter-spacing:.005em;background:var(--foil);-webkit-background-clip:text;background-clip:text;color:transparent;padding:.04em .12em;overflow-wrap:normal;word-break:keep-all}.bc-rule{display:block;height:10px;margin:clamp(12px,1.6vw,20px) auto;width:min(74%,260px);background-image:var(--title-rule);background-size:contain;background-repeat:no-repeat;background-position:50%}.bc-date{font-family:var(--serif);font-style:italic;font-size:clamp(13px,1.4vw,18px);color:var(--cover-ink);opacity:.8}.bc-count{margin-top:clamp(14px,2vw,24px);font-family:var(--caption-font);font-size:clamp(8.5px,.95vw,10.5px);letter-spacing:.22em;text-indent:.22em;text-transform:uppercase;color:var(--accent-on-cover);opacity:.9}.book-spread{position:absolute;inset:0;display:grid;grid-template-columns:1fr 16px 1fr;border-radius:10px;overflow:hidden;background:var(--paper);box-shadow:0 34px 80px rgba(0,0,0,.58),0 0 0 1px var(--book-edge)}.book-page{position:relative;min-width:0;min-height:0;display:flex;padding:var(--page-pad);background-color:var(--paper);background-image:radial-gradient(130% 92% at 50% -8%,var(--paper-glow),transparent 58%)}.book-page:after{inset:0;background-image:var(--grain);background-size:180px 180px;mix-blend-mode:var(--grain-blend);opacity:var(--grain-opacity)}.book-page:after,.book-page:before{content:"";position:absolute;pointer-events:none}.book-page:before{inset:clamp(9px,1.2vw,16px);border:var(--frame-width) solid transparent;border-image:var(--frame) var(--frame-slice) stretch}.book-page-l{box-shadow:inset -28px 0 34px -26px var(--gutter)}.book-page-r{box-shadow:inset 28px 0 34px -26px var(--gutter)}.book-spine{background:linear-gradient(90deg,var(--gutter),color-mix(in srgb,var(--gutter) 22%,transparent) 46%,color-mix(in srgb,var(--gutter) 22%,transparent) 54%,var(--gutter))}.bp-body{position:relative;z-index:1;flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px}.bp-cta{margin-top:clamp(20px,3vw,38px);max-width:34ch;text-align:center;font-family:var(--caption-font);font-size:clamp(10px,1vw,12px);line-height:1.7;letter-spacing:.02em;color:var(--ink-soft)}.bp-cta a{display:block;margin-top:6px;font-family:var(--display);font-style:italic;font-size:clamp(14px,1.5vw,19px);letter-spacing:.01em;color:var(--accent);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--accent) 45%,transparent);padding-bottom:1px}.bp-closing{align-items:center;justify-content:center;text-align:center}.bp-closing .bc-kicker{color:var(--ink-soft)}.bp-closing .bc-title{background:none;-webkit-text-fill-color:var(--ink);color:var(--ink)}.bp-closing .bc-rule{background-image:var(--title-rule-ink)}.bp-closing .bc-date{color:var(--ink-soft);opacity:1}.book-blank{flex:1 1 auto}.book-art{flex:0 1 auto;min-height:0;width:100%;aspect-ratio:1;max-height:100%;align-self:center;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:3px;overflow:hidden;background:var(--plate);box-shadow:0 18px 38px rgba(0,0,0,.22),0 0 0 1px var(--plate-ring),inset 0 0 0 1px color-mix(in srgb,var(--accent) 34%,transparent)}.book-art img{object-fit:contain}.book-art img,.book-art svg{width:100%;height:100%;display:block}.book-art svg{overflow:visible}.book-art-none,.book-art-none+.bp-cap,.book-art-none+.ph-cap{display:none}.bp-body:has(.book-art-none){justify-content:center}.bp-body:has(.book-art-none) .bp-quote{font-size:clamp(19px,2.5vw,34px);line-height:1.34}.bp-body:has(.book-art-none) .bp-name{font-size:clamp(22px,2.8vw,38px)}.bp-body:has(.book-art-none) .bp-words{gap:10px}[data-ink=paper] .book-art-drawing{background:none;box-shadow:none;padding:0;overflow:visible}[data-ink=paper] .book-art-drawing svg path{stroke:var(--ink)}[data-ink=paper] .book-art-char{background:#fff;padding:clamp(7px,1vw,13px);border-radius:2px;box-shadow:0 14px 30px rgba(0,0,0,.2),0 0 0 1px var(--plate-ring);overflow:visible;--corner:color-mix(in srgb,var(--ink) 38%,transparent);background-image:linear-gradient(45deg,var(--corner) 48%,transparent 48.5%),linear-gradient(135deg,var(--corner) 48%,transparent 48.5%),linear-gradient(225deg,var(--corner) 48%,transparent 48.5%),linear-gradient(315deg,var(--corner) 48%,transparent 48.5%);background-repeat:no-repeat;background-size:clamp(15px,1.9vw,26px) clamp(15px,1.9vw,26px);background-position:0 100%,0 0,100% 0,100% 100%}.bp-cap{font-family:var(--caption-font);font-weight:500;font-size:clamp(8.5px,.85vw,10.5px);letter-spacing:var(--caption-track);text-indent:var(--caption-track);text-transform:uppercase}.bp-cap,.bp-stamp{flex-shrink:0;text-align:center;color:var(--ink-soft)}.bp-stamp{font-family:var(--serif);font-style:italic;font-size:clamp(11px,1.05vw,14px);opacity:.78;margin-top:-2px}.bp-foot{flex-shrink:0;margin-top:auto;align-self:center;display:block;height:11px;width:min(46%,150px);opacity:.55;background-image:var(--divider);background-size:contain;background-repeat:no-repeat;background-position:50%}.bp-words{flex:0 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:7px}.bp-divider{display:block;height:12px;width:min(62%,210px);margin:2px auto 4px;background-image:var(--divider);background-size:contain;background-repeat:no-repeat;background-position:50%}.bp-prompt{text-align:center;font-family:var(--caption-font);font-weight:500;font-size:clamp(8.5px,.85vw,10.5px);letter-spacing:.16em;text-indent:.16em;text-transform:uppercase;color:var(--ink-soft)}.bp-quote{font-family:var(--serif);font-size:clamp(15px,1.85vw,25px);line-height:1.42;color:var(--ink);text-align:center;padding:0 clamp(2px,1vw,14px)}.bp-quote.has-cap{text-align:left}.bp-quote.has-cap:first-letter{float:left;font-family:var(--display);font-weight:500;font-size:3.1em;line-height:.82;padding:.04em .09em 0 0;color:var(--accent)}.bp-name{margin-top:4px;text-align:center;font-family:var(--script);font-size:clamp(19px,2.2vw,30px);line-height:1.1;color:var(--ink)}.bp-sig{padding-bottom:12px;background-image:var(--swash);background-repeat:no-repeat;background-position:bottom;background-size:108% 11px}.bc-venue,.bp-sig{display:inline-block}.bc-venue{margin-top:4px;font-size:.86em;opacity:.85}.bp-name{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 12px}.bp-face{width:clamp(34px,3.6vw,52px);height:clamp(34px,3.6vw,52px);border-radius:50%;object-fit:cover;border:2px solid color-mix(in srgb,var(--accent) 55%,transparent);box-shadow:0 2px 8px rgba(0,0,0,.25)}.bp-signature{display:inline-block;width:clamp(110px,12vw,180px);height:clamp(34px,3.6vw,56px)}.bp-signature svg{width:100%;height:100%}.bp-signature svg path,.bp-signature svg polyline{stroke:var(--ink)!important}.bp-signed-name{flex-basis:100%;font-family:var(--caption-font);font-size:clamp(8.5px,.85vw,10.5px);letter-spacing:.2em;text-indent:.2em;text-transform:uppercase;color:var(--ink-soft)}.bp-voicemark{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:4px}.bp-play{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);background:transparent;color:var(--ink);font-family:var(--caption-font);font-size:clamp(8.5px,.85vw,10.5px);letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.bp-play:hover{background:color-mix(in srgb,var(--accent) 12%,transparent)}.bp-qr{display:none}.bp-reply{margin-top:8px;padding:8px 12px;border-left:2px solid color-mix(in srgb,var(--accent) 60%,transparent);font-family:var(--serif);font-style:italic;font-size:clamp(12px,1.3vw,17px);line-height:1.45;color:var(--ink);text-align:left}.bp-reply-k{display:block;font-style:normal;font-family:var(--caption-font);font-size:clamp(8px,.8vw,9.5px);letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:3px}.bp-dedication{justify-content:center;text-align:center}.bp-body:has(.bp-reply) .book-art,.bp-body:has(.bp-voicemark) .book-art{flex:1 1 auto;width:auto;max-width:100%;max-height:none}.bp-body:has(.bp-reply) .bp-words,.bp-body:has(.bp-voicemark) .bp-words{flex:0 0 auto;max-height:72%}.bp-words{scrollbar-width:thin}.bp-dedication .bc-kicker{color:var(--ink-soft)}.bp-ded-text{white-space:pre-wrap;font-size:clamp(14px,1.6vw,22px)}.bp-voice{display:block;margin-top:7px;font-size:clamp(8px,.8vw,9.5px);letter-spacing:.2em;text-indent:.2em;text-transform:uppercase;color:var(--ink-soft);opacity:.85}.bp-folio,.bp-voice{font-family:var(--caption-font)}.bp-folio{position:absolute;right:var(--page-pad);bottom:calc(var(--page-pad) * .62);display:grid;place-items:center;width:30px;height:30px;font-size:10px;letter-spacing:.04em;color:var(--ink-soft)}.bp-folio:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border:1px solid color-mix(in srgb,var(--accent) 48%,transparent);border-radius:2px}.bp-folio>span{position:relative}.book-leaf{position:absolute;top:0;bottom:0;width:50%;z-index:3;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:10px;background:linear-gradient(105deg,transparent 32%,hsla(0,0%,100%,.42) 50%,transparent 68%),linear-gradient(90deg,var(--paper),var(--paper-edge));box-shadow:0 22px 52px rgba(0,0,0,.5)}.turn-fwd{right:0;transform-origin:left center;animation:book-leaf-fwd .6s cubic-bezier(.4,.02,.5,1) both}.turn-back{left:0;transform-origin:right center;animation:book-leaf-back .6s cubic-bezier(.4,.02,.5,1) both}@keyframes book-leaf-fwd{0%{transform:rotateY(0deg);opacity:1}to{transform:rotateY(-176deg);opacity:.88}}@keyframes book-leaf-back{0%{transform:rotateY(0deg);opacity:1}to{transform:rotateY(176deg);opacity:.88}}@media (prefers-reduced-motion:reduce){.book-leaf{display:none}}.book-nav{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.book-btn{min-width:44px;min-height:44px;padding:0 14px;background:var(--space-800);border:1px solid var(--space-700);color:var(--star);border-radius:12px;font-size:16px;cursor:pointer}.book-btn:disabled{opacity:.32;cursor:default}.book-print{background:linear-gradient(120deg,var(--nebula),var(--pink));border:none;font-size:14px;font-weight:600;box-shadow:0 6px 22px rgba(123,92,255,.35)}.book-count{min-width:96px;text-align:center;font-size:13px;color:var(--muted)}.book-print-doc{display:none}@media (max-width:760px){.book-shell{padding:12px 8px 16px;gap:12px;--page-pad:21px;--frame-width:12px}.book-stage{width:min(100%,calc((100vh - 112px) * 4 / 3))}@supports (height:100dvh){.book-stage{width:min(100%,calc((100dvh - 112px) * 4 / 3))}}.book-spread{grid-template-columns:1fr 8px 1fr;border-radius:7px}.book-page:before{inset:3px}.book-art{padding:6px}[data-ink=paper] .book-art-char{padding:5px;background-size:9px 9px}.bp-body{gap:6px}.bp-cap{font-size:7.5px;letter-spacing:.12em;text-indent:.12em}.bp-divider{height:8px;width:68%;margin:0 auto 2px}.bp-stamp{font-size:9px}.bp-foot{height:7px;width:52%}.bp-prompt{font-size:7.5px;letter-spacing:.08em;text-indent:.08em}.bp-quote{font-size:13px;line-height:1.34;padding:0}.bp-body:has(.book-art-none) .bp-quote{font-size:16px}.bp-body:has(.book-art-none) .bp-name{font-size:19px}.bp-quote.has-cap:first-letter{font-size:2.6em}.bp-name{font-size:16px;margin-top:2px}.bp-sig{padding-bottom:8px;background-size:108% 7px}.bp-voice{font-size:7px;margin-top:4px}.bp-folio{right:8px;bottom:6px;width:22px;height:22px;font-size:8px}.book-cover{width:min(64%,100%);padding:14px;border-radius:3px 8px 8px 3px}.book-cover:before{inset:7px}.bc-spine{width:10px}.bc-medallion{width:46px;margin-bottom:9px}.bc-medallion>span{font-size:15px}.bc-kicker{font-size:7.5px;letter-spacing:.26em;text-indent:.26em;margin-bottom:7px}.bc-rule{height:7px;margin:8px auto}.bc-date{font-size:11px}.bc-count{font-size:7.5px;letter-spacing:.16em;text-indent:.16em;margin-top:10px}.book-count{min-width:74px;font-size:12px}}@media print{@page{size:A4 landscape;margin:8mm}body,html{background:#fff!important;min-height:0}.book-shell{display:block;min-height:0;padding:0;gap:0;color:var(--ink)}.book-nav,.book-stage{display:none!important}.book-print-doc{display:block!important}.print-page{position:relative;height:193mm;break-after:page;page-break-after:always;display:flex;flex-direction:column;gap:4mm;padding:15mm 16mm;background:var(--paper);color:var(--ink);-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-page:before{content:"";position:absolute;inset:3mm;border:11mm solid transparent;border-image:var(--frame) var(--frame-slice) stretch;pointer-events:none}.print-page:last-child{break-after:auto;page-break-after:auto}.print-spread{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:9mm;gap:9mm}.print-half{min-height:0;display:flex;flex-direction:column;gap:2.5mm}.ph-cap{flex-shrink:0;text-align:center;font-family:var(--caption-font);font-size:7.5pt;letter-spacing:var(--caption-track);text-transform:uppercase;color:var(--ink-soft)}.book-print-doc .book-art{flex:1 1 auto;min-height:0;padding:3mm;border-radius:1mm;box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-ink=paper] .book-print-doc .book-art-drawing{padding:0}[data-ink=paper] .book-print-doc .book-art-char{padding:2.5mm;border-radius:0}.book-print-doc .bp-folio{position:relative;margin:5mm auto 0}.book-print-doc .bp-words{flex-shrink:0;overflow:visible;max-height:none}.book-print-doc .bp-quote{font-size:13pt}.book-print-doc .bp-prompt,.book-print-doc .ph-cap{font-size:7.5pt}.book-print-doc .bp-name{font-size:19pt}.book-print-doc .bp-divider{height:3.5mm}.book-print-doc .bp-foot,.book-print-doc .bp-play{display:none}.book-print-doc .bp-qr{display:flex;flex-direction:column;align-items:center;gap:1.5mm;margin-top:3mm}.book-print-doc .bp-qr img{width:22mm;height:22mm}.book-print-doc .bp-qr span{font-family:var(--caption-font);font-size:7pt;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft)}.book-print-doc .bp-face{width:14mm;height:14mm}.book-print-doc .bp-signature{width:45mm;height:14mm}.book-print-doc .bp-reply{font-size:11pt}.book-print-doc .bp-ded-text{font-size:15pt;max-width:150mm;margin:0 auto}.book-print-doc .bp-stamp{font-size:10pt}.print-half:has(.book-art-none){display:none}.print-spread:has(.book-art-none){grid-template-columns:minmax(0,1fr)}.print-cover{align-items:center;justify-content:center;text-align:center}.pc-medallion{display:grid;place-items:center;width:34mm;aspect-ratio:1;margin:0 auto 6mm;background-image:var(--medallion);background-size:contain;background-repeat:no-repeat;background-position:50%;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pc-medallion>span{font-family:var(--display);font-size:22pt;color:var(--accent)}.pc-kicker{font-family:var(--caption-font);font-size:8pt;letter-spacing:.4em;text-transform:uppercase;color:var(--accent)}.pc-title{font-family:var(--display);font-weight:400;font-size:38pt;margin-top:5mm;color:var(--ink)}.pc-rule{display:block;height:4mm;width:70mm;margin:5mm auto;background-image:var(--title-rule-ink);background-size:contain;background-repeat:no-repeat;background-position:50%}.pc-date{font-family:var(--serif);font-style:italic;font-size:13pt;color:var(--ink-soft)}.book-print-doc .bp-cta{margin:10mm auto 0;max-width:80mm;text-align:center;line-height:1.7;color:var(--ink-soft)}.book-print-doc .bp-cta,.pc-count{font-family:var(--caption-font);font-size:8pt}.pc-count{margin-top:8mm;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}}.bt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(146px,1fr));grid-gap:12px;gap:12px;margin-top:10px}.bt-opt{display:block;width:100%;height:100%;text-align:left;cursor:pointer;background:var(--space-800);border:1px solid var(--space-700);border-radius:14px;padding:9px;color:var(--star)}.bt-opt.is-on{border-color:var(--nebula);box-shadow:0 0 0 1px var(--nebula),0 8px 24px rgba(123,92,255,.28)}.bt-mini{display:grid;grid-template-columns:1fr 3px 1fr;aspect-ratio:4/3;border-radius:7px;overflow:hidden;margin-bottom:8px}.bt-mini i{display:block;padding:10% 9%}.bt-mini .bt-gut{padding:0}.bt-plate{display:block;width:100%;aspect-ratio:1;border-radius:3px}.bt-lines{margin-top:9%}.bt-lines span{display:block;height:2px;border-radius:2px;margin-bottom:3px}.bt-name{display:block;font-size:13px;font-weight:600}.bt-blurb{display:block;font-size:11.5px;color:var(--muted);line-height:1.35;margin-top:3px}.wish-card-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;min-width:0}.wish-card-pair figure{margin:0;display:flex;flex-direction:column;gap:6px;min-width:0}.wish-card-cell{aspect-ratio:1/1;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.wish-card-cell>img,.wish-card-cell>video{width:100%;height:100%;object-fit:contain}.wish-card-svg{width:100%;height:100%}.wish-card-pair figcaption{text-align:center;font-size:11.5px;color:var(--muted)}.wish-card-solo{display:flex;justify-content:center;min-width:0}.wish-card-solo .wish-card-cell{width:100%;max-width:420px}.wish-card-queue .wish-card-pair{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.wish-card-pending{font-size:11.5px;color:var(--muted);text-align:center;padding:0 6px}.wish-card-pair figure.is-chosen .wish-card-cell{border-color:rgba(123,92,255,.85);box-shadow:0 0 0 2px rgba(123,92,255,.28)}.wish-card-pair figure.is-chosen figcaption{color:var(--star)}.wish-card-chip{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;font-size:10px;letter-spacing:.03em;background:rgba(123,92,255,.18);color:#cdc2ff;border:1px solid rgba(123,92,255,.45);white-space:nowrap}.wish-card-body{margin:0;font-size:15px;line-height:1.55;color:var(--star);border-left:2px solid var(--nebula);padding-left:12px}.wish-card-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.wish-card-who{font-size:13px;color:var(--muted)}.wish-card-audio{height:30px;max-width:200px}.live-wish{position:relative;z-index:2;width:min(1180px,88vw);max-height:86vh;overflow:hidden}.live-wish .wish-card-prompt{font-size:clamp(14px,1.5vw,22px)}.live-wish .wish-card-body{font-size:clamp(18px,2.3vw,38px);border-left-width:3px;padding-left:18px}.live-wish .wish-card-who{font-size:clamp(13px,1.3vw,20px)}.live-wish .wish-card-pair{gap:18px}.live-wish .wish-card-solo .wish-card-cell{max-width:min(68vh,52vw)}.live-wish{text-align:center}.live-wish .wish-card-body{text-align:left;align-self:center;width:min(68vh,52vw)}.live-wish .wish-card-foot{justify-content:center}.live-wish .wish-card-cell{border-radius:20px;padding:14px}.live-wish .wish-card-audio{display:none}.live-cell-wish{display:flex;align-items:center;justify-content:center;padding:14px}.live-cell-wish .wish-card-audio{display:none}.live-cell-wish .wish-card-body{font-size:14px;max-height:5.6em;overflow:hidden}.wishes-card{margin-bottom:30px}.wishes-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.wishes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));grid-gap:16px;gap:16px}.wishes-grid:has(>:last-child:nth-child(-n+2)){grid-template-columns:repeat(auto-fit,minmax(330px,480px))}.wish-queue-item{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.09);border-radius:16px;padding:14px;min-width:0}.wish-queue-item.pending{border-color:rgba(255,209,102,.55)}.wish-queue-item.hidden{opacity:.55}.wish-queue-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.07)}.wish-queue-state{font-size:12px;color:var(--muted);margin-left:auto}@media (max-width:560px){.wish-card-pair{gap:8px}.wishes-grid{grid-template-columns:1fr}}.wish-queue-err{margin:8px 0 0;font-size:12px;line-height:1.5;color:var(--gold,#ffd166);word-break:break-word}.wish-queue-err code{font-size:11.5px;opacity:.9}.inp{background:var(--space-800);border:1px solid var(--space-700);color:var(--star);padding:10px 13px;border-radius:10px;font-size:14.5px;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.inp:focus{border-color:var(--nebula);box-shadow:0 0 0 3px rgba(123,92,255,.16)}.inp:disabled{opacity:.5}.inp.sm{padding:8px 11px;font-size:13.5px;border-radius:9px}.inp.num{width:104px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}select.inp{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:30px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%239a96c8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 11px center}select.inp.wide{min-width:150px;max-width:100%}.inp-group{display:inline-flex;align-items:stretch}.inp-group .inp-pre{display:flex;align-items:center;padding:0 10px;background:rgba(20,20,50,.7);border:1px solid var(--space-700);border-right:none;border-radius:10px 0 0 10px;color:var(--muted);font-size:13px}.inp-group .inp{border-radius:0 10px 10px 0}.switch{display:inline-flex;align-items:center;gap:11px;cursor:pointer}.switch input{position:absolute;opacity:0;width:0;height:0}.field label.switch,.model-add label.switch,.shot-tier label.switch{display:inline-flex;margin-bottom:0}.switch .track{position:relative;flex:0 0 auto;width:42px;height:24px;border-radius:999px;background:var(--space-800);border:1px solid var(--space-700);transition:background .18s,border-color .18s}.switch .track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:var(--muted);transition:transform .18s,background .18s}.switch input:checked+.track{background:linear-gradient(120deg,var(--nebula),var(--pink));border-color:transparent}.switch input:checked+.track:after{transform:translateX(18px);background:#fff}.switch input:focus-visible+.track{box-shadow:0 0 0 3px rgba(123,92,255,.3)}.switch .switch-label{font-size:14.5px;color:var(--star);line-height:1.45}.switch .switch-hint{display:block;font-size:12.5px;color:var(--muted);margin-top:2px}.switch.compact .track{width:36px;height:21px}.switch.compact .track:after{width:15px;height:15px}.switch.compact input:checked+.track:after{transform:translateX(15px)}.switch-list{display:flex;flex-direction:column}.switch-list>*{padding:13px 0;border-bottom:1px solid rgba(30,30,70,.55)}.switch-list>:last-child{border-bottom:none}.tier-cards{display:flex;flex-direction:column;gap:10px}.tier-card{display:grid;grid-gap:14px;gap:14px;align-items:center;grid-template-columns:minmax(88px,124px) 138px 138px minmax(110px,1fr) 80px;background:rgba(20,20,50,.45);border:1px solid var(--space-700);border-radius:14px;padding:13px 16px}.tier-card .tier-name{font-weight:600;font-size:15px}.tier-card .tier-name small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:2px}.tier-card.on{border-color:rgba(123,92,255,.55);background:rgba(123,92,255,.08)}.limit-cards-head{padding:0 12px 6px;border:1px solid transparent;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.limit-card,.limit-cards-head{display:grid;grid-gap:14px;gap:14px;grid-template-columns:minmax(80px,110px) 124px 124px 118px 118px 78px}.limit-card{align-items:center;background:var(--space-800);border:1px solid var(--space-700);border-radius:14px;padding:12px}.limit-card.on{border-color:rgba(123,92,255,.55);background:rgba(123,92,255,.08)}.limit-card .tier-name{font-weight:600;font-size:15px}.limit-card .tier-name small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:2px}.limit-card .inp.num{width:100%;text-align:right}.limit-card .lim{display:block;min-width:0}.limit-card .lim span{display:none;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}@media (max-width:760px){.limit-cards-head{display:none}.limit-card .lim span{display:block}.limit-card{grid-template-columns:1fr 1fr}.limit-card .btn,.limit-card .tier-name{grid-column:1/-1}}.tier-cards-head{display:grid;grid-gap:14px;gap:14px;grid-template-columns:minmax(88px,124px) 138px 138px minmax(110px,1fr) 80px;border:1px solid transparent;padding:0 16px 6px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.prompt-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:7px}.prompt-count{font-size:12px;color:var(--muted);margin-left:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.prompt-actions{gap:8px;align-items:center}.prompt-actions,.prompt-balance{display:flex;flex-wrap:wrap;margin-top:10px}.prompt-balance{gap:14px;font-size:12.5px}.prompt-balance span{color:var(--muted);display:inline-flex;align-items:center;gap:6px}.prompt-balance i{width:8px;height:8px;border-radius:50%;background:var(--nebula)}.prompt-balance span.draw i{background:var(--cosmic)}.prompt-balance b{color:var(--star);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kind-rows{display:flex;flex-direction:column;gap:9px;margin-top:12px}.kind-row{display:grid;grid-template-columns:92px 1fr auto;grid-gap:12px;gap:12px;align-items:center;font-size:13.5px}.kind-row .kind-name{color:var(--muted);text-transform:capitalize}.kind-bar{height:8px;border-radius:999px;background:var(--space-800);overflow:hidden}.kind-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--nebula),var(--cosmic))}.kind-row b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.caution{background:rgba(255,209,102,.09);border:1px solid rgba(255,209,102,.34);color:var(--gold);border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.55}@media (max-width:860px){.tier-card,.tier-cards-head{grid-template-columns:1fr auto}.tier-cards-head{display:none}.kind-row{grid-template-columns:76px 1fr auto}}.model-rows{display:flex;flex-direction:column;gap:10px}.model-row{display:grid;grid-gap:12px;gap:12px;align-items:center;grid-template-columns:22px minmax(120px,1fr) 96px 78px 74px auto;background:rgba(20,20,50,.45);border:1px solid var(--space-700);border-radius:14px;padding:12px 14px}.model-row.is-default{border-color:rgba(76,201,240,.5);background:rgba(76,201,240,.07)}.model-row.off{opacity:.55}.model-row .model-name{font-weight:600;font-size:14.5px;min-width:0}.model-row .model-id{display:block;font-weight:400;font-size:11.5px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-row .model-tiers{display:block;font-size:11.5px;color:var(--cosmic);margin-top:3px}.model-row input[type=radio]{width:17px;height:17px;accent-color:var(--cosmic);margin:0;cursor:pointer}.model-add{display:grid;grid-gap:12px;gap:12px;align-items:end;grid-template-columns:minmax(180px,1.4fr) minmax(120px,1fr) 108px 96px 96px auto;margin-top:14px;padding-top:16px;border-top:1px solid rgba(30,30,70,.6)}.model-add label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.model-add input.inp,.model-add select.inp{width:100%}@media (max-width:860px){.model-row{grid-template-columns:22px 1fr auto}.model-add{grid-template-columns:1fr 1fr}}.wishes-policy{background:rgba(20,20,50,.5);border:1px solid var(--space-700);border-radius:14px;padding:13px 16px;margin-bottom:16px;max-width:620px}.wishes-policy-note{margin:8px 0 0;font-size:12.5px;line-height:1.5;color:var(--muted)}.wishes-policy>.wishes-policy-note:first-child{margin-top:0}.tier-card .t2-off{opacity:.38;pointer-events:none}.field textarea{width:100%;background:var(--space-800);border:1px solid var(--space-700);color:var(--star);padding:12px 14px;border-radius:12px;font-size:14px;font-family:inherit;line-height:1.55;outline:none;resize:vertical;min-height:96px}.field textarea:focus{border-color:var(--nebula)}.field textarea::placeholder{color:var(--muted)}.pricing-section{padding:10px 0 70px}.pricing-section h2{text-align:center;font-size:clamp(26px,4vw,38px);margin-bottom:10px}.pricing-section .demo-sub{margin-bottom:30px}.calc{max-width:760px;margin:0 auto 30px;background:rgba(20,20,50,.6);border:1px solid var(--space-700);border-radius:28px;padding:30px 34px 32px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.calc-top{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.calc-seg{display:inline-flex;background:var(--space-900);border:1px solid var(--space-700);border-radius:999px;padding:4px}.calc-seg button{border:0;background:transparent;color:var(--muted);font:inherit;font-size:13.5px;font-weight:600;padding:8px 18px;border-radius:999px;cursor:pointer}.calc-seg button.on{background:linear-gradient(120deg,var(--nebula),var(--pink));color:#fff}.calc-guests{display:flex;align-items:baseline;gap:8px}.calc-n{font-size:54px;font-weight:700;line-height:1;color:var(--star);min-width:2ch;text-align:right}.calc-l{color:var(--muted);font-size:15px;font-weight:500}.calc-range{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:8px;border-radius:999px;background:var(--space-700);outline:none;margin:6px 0 10px;cursor:pointer}.calc-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:30px;height:30px;border-radius:50%;background:linear-gradient(120deg,var(--nebula),var(--pink));border:4px solid var(--space-950);box-shadow:0 4px 18px rgba(123,92,255,.5);cursor:-webkit-grab;cursor:grab}.calc-range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--nebula);border:4px solid var(--space-950);box-shadow:0 4px 18px rgba(123,92,255,.5);cursor:grab}.calc-ticks{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:22px}.calc-ticks button{border:1px solid var(--space-700);background:transparent;border-radius:12px;padding:8px 6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted);font:inherit;transition:border-color .2s,background .2s}.calc-ticks button b{font-size:15px;font-weight:700;color:var(--star)}.calc-ticks button span{font-size:11.5px}.calc-ticks button.on{border-color:var(--nebula);background:rgba(123,92,255,.18);box-shadow:0 0 18px rgba(123,92,255,.25)}.calc-ticks button.on b{color:#c9b8ff}.calc-out{border-top:1px solid var(--space-700);padding-top:22px}.calc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.calc-tier{display:block;font-size:30px;font-weight:700;color:var(--star);line-height:1.1}.calc-cap{display:block;color:var(--muted);font-size:13.5px;margin-top:4px}.calc-price{text-align:right}.calc-price b{display:block;font-size:40px;font-weight:700;line-height:1;background:linear-gradient(120deg,var(--cosmic),var(--nebula),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.calc-price span{display:block;color:var(--muted);font-size:12.5px;margin-top:5px}.calc-adds{list-style:none;margin:0 0 14px;display:grid;grid-gap:7px;gap:7px}.calc-adds li{display:flex;gap:9px;color:#d8d4ea;font-size:14px;line-height:1.5}.calc-adds li:before{content:"✓";color:var(--cosmic);font-weight:700;flex-shrink:0}.calc-note{color:var(--muted);font-size:13.5px;line-height:1.6;margin-bottom:20px}.calc-ctas{display:flex;gap:12px;flex-wrap:wrap}.calc-ctas .btn{text-align:center}.calc.over .calc-tier{color:#c9b8ff}.tier-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;max-width:760px;margin:0 auto}.tier-row .card{padding:18px 16px;text-align:center}.tier-row .card b{display:block;font-size:17px;margin-bottom:2px}.tier-row .card .tp{font-size:22px;font-weight:700;margin:6px 0 2px}.tier-row .card span{color:var(--muted);font-size:12.5px;display:block}.pricing-fine{text-align:center;color:var(--muted);font-size:13px;margin:22px auto 0;max-width:620px;line-height:1.6}@media (max-width:560px){.calc{padding:22px 18px 24px;border-radius:22px}.calc-top{flex-direction:column-reverse;align-items:stretch}.calc-guests{justify-content:center}.calc-n{font-size:60px}.calc-seg{align-self:center}.calc-ticks button b{font-size:13px}.calc-ticks button span{font-size:10.5px}.calc-head{flex-direction:column;gap:8px}.calc-price{text-align:left;display:flex;align-items:baseline;gap:10px}.calc-price b{font-size:34px}.calc-ctas .btn{width:100%}.tier-row{grid-template-columns:1fr 1fr}}.nav-link{color:var(--muted);font-size:14px;font-weight:600;margin-right:4px}.nav-link:hover{color:var(--star)}.hero-fine{color:var(--muted);font-size:13.5px;margin:18px auto 0!important;max-width:560px}.hero-fine a{color:var(--cosmic);text-decoration:underline}@media (max-width:560px){.nav-link{display:none}}.plan-edit-head{display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(80px,110px) 130px 92px 92px 84px 84px minmax(120px,1fr) 70px;padding:0 12px 6px;border:1px solid transparent;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.plan-edit{display:grid;grid-gap:10px;gap:10px}.plan-edit-row{display:grid;grid-gap:12px;gap:12px;align-items:center;grid-template-columns:minmax(80px,110px) 130px 92px 92px 84px 84px minmax(120px,1fr) 70px;background:var(--space-800);border:1px solid var(--space-700);border-radius:14px;padding:12px}.plan-edit-row .tier-name{font-weight:600;font-size:15px}.plan-edit-row .tier-name small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:2px}.plan-edit-row .inp{width:100%}.plan-edit-row .inp.num{text-align:right}.plan-edit-row .lim{display:block;min-width:0}.plan-edit-row .lim span{display:none;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.plan-edit-row .plan-inc{color:var(--muted);font-size:12.5px;line-height:1.4}@media (max-width:1100px){.plan-edit-head{display:none}.plan-edit-row .lim span{display:block}.plan-edit-row{grid-template-columns:1fr 1fr}.plan-edit-row .btn,.plan-edit-row .plan-inc,.plan-edit-row .tier-name{grid-column:1/-1}}.gate-plan{background:rgba(123,92,255,.12);border:1px solid rgba(123,92,255,.4);border-radius:14px;padding:12px 16px;margin-bottom:18px;display:grid;grid-gap:3px;gap:3px}.gate-plan .kicker{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.gate-plan b{font-size:16px}.gate-plan .fine{font-size:12.5px;color:var(--muted)}.gate-steps{list-style:none;counter-reset:g;margin:0 0 22px;display:grid;grid-gap:10px;gap:10px}.gate-steps li{counter-increment:g;position:relative;padding-left:38px;color:var(--muted);font-size:14.5px;line-height:1.5}.gate-steps li b{color:var(--star)}.gate-steps li:before{content:counter(g);position:absolute;left:0;top:1px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(120deg,var(--nebula),var(--pink))}.form-page .fine{color:var(--muted);font-size:13px;line-height:1.55}.linkish{background:none;border:0;padding:0;color:var(--cosmic);text-decoration:underline;font:inherit;cursor:pointer}.promo-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:0 16px;gap:0 16px;margin-top:18px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.08)}.promo-form .field select{width:100%}.badge.t-live{color:var(--mint,#6ee7b7);border-color:rgba(110,231,183,.4)}.badge.t-off{color:var(--muted);border-color:rgba(154,150,200,.35)}.badge.t-soon{color:var(--cosmic);border-color:rgba(76,201,240,.4)}.badge.t-ended{color:var(--rose,#ff7ab8);border-color:rgba(255,122,184,.4)}.promo-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:12px;gap:12px;margin-top:14px}.promo-stats .stat{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.promo-stats .stat b{font-size:22px;font-weight:700}.promo-stats .stat b .muted{font-size:14px;color:var(--muted);font-weight:500}.promo-stats .stat span{font-size:12px;color:var(--muted)}.plan-select.status-active{color:#6ee7b7;border-color:rgba(110,231,183,.4)}.plan-select.status-ended{color:var(--gold);border-color:rgba(255,209,102,.4)}.plan-select.status-archived{color:var(--muted)}.plan-select.booth-on{color:#c4b5fd;border-color:rgba(123,92,255,.45)}.motion-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.motion-row{display:grid;grid-gap:10px;gap:10px;align-items:center;grid-template-columns:minmax(120px,200px) minmax(180px,1fr) 72px 86px}.motion-row .inp{width:100%}.motion-limbs{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted)}@media (max-width:760px){.motion-row{grid-template-columns:1fr 1fr}.motion-row .inp:nth-child(2){grid-column:1/-1}}.look-row{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;background:rgba(244,242,255,.03);border:1px solid var(--line-soft)}.look-row-top{display:grid;grid-gap:10px;gap:10px;align-items:center;grid-template-columns:minmax(110px,180px) minmax(180px,1fr) 76px 86px}.look-row .inp{width:100%}.look-row textarea{width:100%;box-sizing:border-box}@media (max-width:760px){.look-row-top{grid-template-columns:1fr 1fr}.look-row-top .inp:nth-child(2){grid-column:1/-1}}.card.pipe-down{border-color:rgba(247,37,133,.5);background:linear-gradient(180deg,rgba(247,37,133,.12),rgba(247,37,133,.03))}.card.pipe-down b{display:block;font-family:var(--font-display);font-size:17px}.card.pipe-down p{margin:6px 0 12px}.price-cards-head{border:1px solid transparent;padding:0 16px 6px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.price-card,.price-cards-head{display:grid;grid-gap:14px;gap:14px;grid-template-columns:minmax(120px,1fr) 150px 150px 92px}.price-card{align-items:center;background:rgba(20,20,50,.45);border:1px solid var(--space-700);border-radius:14px;padding:13px 16px}.price-card.on{border-color:rgba(123,92,255,.55);background:rgba(123,92,255,.08)}.price-card .tier-name{font-weight:600;font-size:15px}.price-card .tier-name small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:2px}.price-card .inp-group{width:100%}.price-card .inp.num{width:100%;text-align:right}@media (max-width:760px){.price-cards-head{display:none}.price-card{grid-template-columns:1fr 1fr}.price-card .btn,.price-card .tier-name{grid-column:1/-1}}