*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background:#050505;color:#e8dcc0;overflow:hidden;font-family:var(--font-mono),var(--script-font,monospace);-webkit-font-smoothing:antialiased;overscroll-behavior:none;touch-action:none}canvas{display:block}.hud{position:fixed;inset:0;pointer-events:none;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none;--host-w:clamp(160px,20vw,267px)}.hud button{pointer-events:auto;cursor:pointer;background:rgba(5,5,5,.55);border:1px solid rgba(231,183,82,.35);color:#b9a97f;font-family:var(--font-mono),var(--script-font,monospace);font-size:11px;letter-spacing:.18em;text-transform:uppercase;padding:8px 14px}.hud button:hover{border-color:rgba(231,183,82,.8);color:#e7b752}.hud button.active{color:#e7b752;border-color:#e7b752;background:rgba(231,183,82,.08)}.wordmark{position:absolute;top:28px;left:32px}.wordmark h1{font-family:var(--font-display),var(--script-font,sans-serif);font-weight:700;font-size:15px;letter-spacing:.42em;color:#e7b752}.wordmark p{margin-top:6px;font-size:10px;letter-spacing:.2em;color:#6f6650}.wordmark p+p{margin-top:3px}.controls{position:absolute;top:28px;right:32px;display:flex;gap:8px}.hud .sound-btn{padding:7px;line-height:0}.hud .sound-btn.off{color:#6f6650;border-color:rgba(231,183,82,.18)}.hud .about-btn,.hud .contact-btn{padding:7px;line-height:0}.hud .about-btn{pointer-events:auto;cursor:pointer;display:block;background:rgba(5,5,5,.55);border:1px solid rgba(231,183,82,.35);color:#b9a97f}.hud .about-btn:hover{border-color:rgba(231,183,82,.8);color:#e7b752}.modal-veil{position:fixed;inset:0;z-index:30;pointer-events:auto;background:rgba(4,4,5,.82);display:flex;align-items:center;justify-content:center;padding:24px;touch-action:pan-y;animation:veil .18s ease both}@keyframes veil{0%{opacity:0}to{opacity:1}}.modal{position:relative;width:min(430px,100%);max-height:88vh;overflow-y:auto;padding:26px 26px 24px;background:#08080a;border:1px solid rgba(231,183,82,.35);-webkit-user-select:text;-moz-user-select:text;user-select:text;touch-action:pan-y}.modal h3{font-family:var(--font-display),var(--script-font,sans-serif);font-weight:500;font-size:13px;letter-spacing:.3em;color:#e7b752}.modal-sub{margin:9px 0 20px;font-size:11px;line-height:1.6;color:#6f6650}.modal label{display:block;margin-bottom:14px}.modal label span{display:block;margin-bottom:6px;font-size:9px;letter-spacing:.32em;color:#55503f}.modal input,.modal textarea{width:100%;padding:9px 10px;background:rgba(255,255,255,.035);border:1px solid rgba(231,183,82,.18);color:#cfc4a6;font-family:var(--font-mono),var(--script-font,monospace);font-size:12.5px;line-height:1.5;outline:none}.modal textarea{resize:vertical;min-height:92px}.modal input:focus,.modal textarea:focus{border-color:rgba(231,183,82,.75);background:rgba(255,255,255,.05)}.modal ::placeholder{color:#4e4838}.modal .trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.hud .modal button.wide{width:100%;margin-top:6px;padding:11px}.hud .modal button.wide:disabled{color:#6f6650;border-color:rgba(231,183,82,.18);cursor:default}.hud .modal .modal-x{position:absolute;top:8px;right:8px;padding:4px 9px;background:none;border:none;font-size:17px;line-height:1;color:#6f6650}.modal-err{margin-bottom:12px;font-size:10.5px;letter-spacing:.08em;line-height:1.5;color:#e2544c}.modal-done{text-align:center;padding:12px 0 2px}.modal-done p{margin:10px 0 20px;font-size:11.5px;line-height:1.6;color:#6f6650}.part-title{width:100%;text-align:center;animation:title-in .5s ease both}@keyframes title-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.part-title h2{font-family:var(--font-display),var(--script-font,sans-serif);font-weight:500;font-size:20px;letter-spacing:.38em;color:#e7b752;text-shadow:0 2px 14px rgba(5,5,6,.9);text-wrap:balance}.part-title .dataline{margin-top:9px;font-size:10.5px;letter-spacing:.16em;color:#16d8d8;text-shadow:0 1px 3px #050506,0 2px 16px rgba(5,5,6,.95)}.call{position:absolute;bottom:50px;left:calc(var(--host-w) * .84);display:flex;flex-direction:column;align-items:flex-start;gap:9px;text-align:left;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:call-in .65s cubic-bezier(.16,1,.3,1) 5.9s both}.call.leaving{animation:call-out .24s ease both;pointer-events:none}@keyframes call-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes call-out{to{opacity:0;transform:translateY(5px)}}.call:after{content:"";position:absolute;left:-8px;bottom:22px;width:14px;height:14px;border-left:1px solid rgba(231,183,82,.3);border-bottom:1px solid rgba(231,183,82,.3);transform:rotate(45deg)}.call:after,.hud .call{background:rgba(6,6,8,.86)}.hud .call{padding:15px 22px 14px;border:1px solid rgba(231,183,82,.3);font-size:11.5px;letter-spacing:.22em;color:#e7b752}.hud .call:hover{border-color:rgba(231,183,82,.75);background:rgba(10,9,8,.9)}.call-ping{display:inline-block;width:6px;height:6px;margin-right:11px;vertical-align:1px;background:#e7b752;box-shadow:0 0 9px rgba(231,183,82,.9);animation:pulse 1.7s ease-in-out infinite}.call-go{font-size:9px;letter-spacing:.26em;color:#6f6650}.hud .call:hover .call-go{color:#8b8064}.caption-block{bottom:calc(var(--host-w) * .87);left:26px;width:min(420px,calc(var(--host-w) * 1.59));text-align:left;padding:15px 18px 14px;border:1px solid rgba(231,183,82,.22);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:bubble-in .5s cubic-bezier(.16,1,.3,1) both}.caption-block,.caption-block:after{position:absolute;background:rgba(6,6,8,.86)}.caption-block:after{content:"";left:calc(var(--host-w) * .42 - 33px);bottom:-8px;width:14px;height:14px;border-right:1px solid rgba(231,183,82,.22);border-bottom:1px solid rgba(231,183,82,.22);transform:rotate(45deg)}.caption-block.folded{animation:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;pointer-events:none}.hud .bubble-fold{display:block;margin:9px 0 -4px auto;padding:4px 5px;background:none;border:0;color:#6f6650;line-height:0}.hud .bubble-fold:hover{color:#e7b752}.bubble-peek{position:absolute;bottom:calc(var(--host-w) * .87);left:calc(var(--host-w) * .42 - 20px);animation:bubble-in .3s cubic-bezier(.16,1,.3,1) both}.hud .bubble-peek{padding:6px 12px;line-height:0;background:rgba(6,6,8,.86);border:1px solid rgba(231,183,82,.3);color:#6f6650}.hud .bubble-peek:hover{color:#e7b752;border-color:rgba(231,183,82,.75)}.bubble-peek:after{content:"";position:absolute;left:calc(50% - 7px);bottom:-8px;width:14px;height:14px;background:rgba(6,6,8,.86);border-right:1px solid rgba(231,183,82,.3);border-bottom:1px solid rgba(231,183,82,.3);transform:rotate(45deg)}@media (max-height:800px){.caption-block .caption{font-size:12.5px;line-height:1.55}}@keyframes bubble-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.caption-block .caption{position:relative;margin-top:12px;font-size:13.5px;line-height:1.7;color:#cfc4a6}.caption-ghost{white-space:nowrap}.caption-ghost,.seo-intro{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.caption-typed{display:block;min-height:1.7em}.caret{display:none;width:.46em;margin-right:-.46em;height:1.05em;background:#cfc4a6;vertical-align:-.16em;animation:caret 1s step-end infinite}.caption.typing .caret{display:inline-block}.caption-live{position:static}.deck{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:min(840px,calc(100vw - 2 * max(var(--host-w) * .95, 258px)));gap:12px;animation:rise .5s ease .1s both}.deck,.deck-ask{display:flex;flex-direction:column;align-items:center}.deck-ask{gap:10px;width:100%;animation:rise-in .4s ease both}.ask{display:flex;flex-wrap:wrap;gap:8px;width:100%}.ask,.hud .ask-open{justify-content:center}.hud .ask-open{min-width:320px;padding:12px 22px;font-size:11px;letter-spacing:.26em;color:#b9a97f;border-color:rgba(231,183,82,.35);display:inline-flex;align-items:center}.hud .ask-open:hover{color:#e7b752;border-color:rgba(231,183,82,.75);background:rgba(231,183,82,.07)}.hud .ask-alt{color:#8d8266;border-color:rgba(231,183,82,.22)}.hud .ask-alt:hover{color:#e7b752;border-color:rgba(231,183,82,.6);background:rgba(231,183,82,.06)}.ask-caret{width:2px;height:13px;margin-left:3px;background:currentColor;animation:caret 1.06s ease-in-out infinite}.hud .ask-open:disabled .ask-caret{animation:none;opacity:.3}.ask input{flex:1 1;max-width:620px}.ask-live{pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ask input{min-width:0;padding:9px 12px;background:rgba(5,5,6,.72);border:1px solid rgba(231,183,82,.35);color:#cfc4a6;font-family:var(--font-mono),var(--script-font,monospace);font-size:13px;outline:none}.ask input:focus{border-color:rgba(231,183,82,.7)}.ask input::placeholder{color:#55503f}.hud .ask button:disabled{color:#3d3a2d;border-color:rgba(231,183,82,.12);cursor:default}.choice{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px;animation:rise-in .45s ease .12s both}.hud .choice button{padding:10px 16px;font-size:10.5px;letter-spacing:.2em;color:#cfc4a6;border-color:rgba(231,183,82,.3)}.hud .choice button:hover{color:#e7b752;background:rgba(231,183,82,.08)}.tour-bar{display:flex;align-items:center;gap:14px;font-size:9.5px;letter-spacing:.3em;color:#6f6650}.hud .tour-bar button{padding:7px 13px;font-size:9.5px;letter-spacing:.2em}.hud .tour-bar button:disabled{cursor:default}.hud .tour-bar button:disabled,.hud .tour-bar button:disabled:hover{color:#3d3a2d;border-color:rgba(231,183,82,.12)}@keyframes rise-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes caret{0%,62%{opacity:1}63%,to{opacity:.15}}@keyframes rise{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}.ticker b{color:#b9a97f;font-weight:400}.scroll-hint{position:absolute;bottom:28px;left:50%;right:auto;transform:translateX(-50%);font-size:10px;letter-spacing:.3em;color:#6f6650;animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.35}50%{opacity:1}}.fly-cta{position:absolute;bottom:24px;right:30px;width:214px;display:flex;flex-direction:column;align-items:stretch;gap:8px;animation:rise-in .5s ease .25s both}.hud .fly-cta button{font-size:10px;letter-spacing:.2em;padding:9px 15px}@media (min-width:701px) and (max-height:899px){.hud .side{gap:10px}.hud .index-title{margin-bottom:4px}.hud .side button.index-item{padding:2px 0}.hud .legend{gap:9px;padding-top:12px}.fly-cta{bottom:12px;gap:6px}.hud .fly-cta button{padding:7px 15px}}@media (min-width:701px) and (max-height:719px){.fly-cta{top:96px;left:32px;bottom:auto;right:auto;width:auto}}.fly-hint{bottom:28px;left:auto;right:32px;transform:none;max-width:46vw;text-align:right;font-size:9.5px;letter-spacing:.16em;line-height:1.8;animation:none;opacity:.6}.fly-exit{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);animation:rise .4s ease both}.fly-pad{position:absolute;bottom:26px;left:26px;width:116px;height:116px;border-radius:50%;border:1px solid rgba(231,183,82,.26);background:rgba(5,5,6,.4);pointer-events:auto;touch-action:none;display:grid;place-items:center}.fly-knob{width:46px;height:46px;border-radius:50%;border:1px solid rgba(231,183,82,.5);background:rgba(231,183,82,.13);will-change:transform}.fly-lift{position:absolute;right:22px;bottom:26px;display:flex;flex-direction:column;gap:10px}.hud .fly-lift button{width:46px;height:46px;padding:0;font-size:12px;letter-spacing:0;touch-action:none}.hud.flying-touch .bubble-peek,.hud.flying-touch .caption-block,.hud.flying-touch .host,.hud.flying-touch .legend-mini,.hud.flying-touch .part-title,.hud.flying-touch:after{display:none}.hud.flying-touch .call{visibility:hidden}.hud.locked .call,.hud.locked .controls,.hud.locked .legend-mini,.hud.locked .side{opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s .25s}.side{position:absolute;right:30px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:18px}.side:before{content:"";position:absolute;inset:-18px -34px -18px -26px;background:radial-gradient(ellipse at 60% 50%,rgba(4,4,5,.82) 0,rgba(4,4,5,.55) 58%,transparent 100%);pointer-events:none;z-index:-1}.legend{position:relative;display:flex;flex-direction:column;gap:12px;width:214px;padding-top:16px;border-top:1px solid rgba(231,183,82,.16)}.legend-title{font-size:9px;letter-spacing:.42em;color:#55503f;padding-left:22px;margin-bottom:1px}.legend-row{display:flex;align-items:flex-start;gap:10px}.legend-wire{flex:none;width:17px;height:2px;margin-top:4px}.legend-name{font-size:10px;letter-spacing:.22em}.legend-what{margin-top:4px;font-size:9.5px;letter-spacing:.05em;line-height:1.5;color:#6f6650}.index{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:4px 14px 4px 0}.index-title{font-size:9px;letter-spacing:.42em;color:#55503f;padding-left:22px;margin-bottom:8px}.index-rail{position:absolute;left:6px;top:26px;bottom:6px;width:1px;background:linear-gradient(180deg,transparent,rgba(231,183,82,.22) 12%,rgba(231,183,82,.22) 88%,transparent)}.hud button.index-item{display:flex;align-items:center;gap:9px;background:none;border:none;padding:5px 0;font-size:10px;letter-spacing:.22em;color:#6f6650;transition:color .18s ease}.index-item .tick{width:13px;height:1px;background:rgba(231,183,82,.35);transition:all .18s ease}.index-item .no{font-size:9px;color:#4e4838;transition:color .18s ease}.hud button.index-item:hover{color:#e7b752}.index-item:hover .tick{width:22px;background:#e7b752}.hud button.index-item.active{color:#e7b752;background:none}.index-item.active .tick{width:22px;background:#16d8d8;box-shadow:0 0 6px rgba(22,216,216,.9);height:2px}.index-item.active .no{color:#16d8d8}.legend-mini{display:none;position:absolute;top:62px;left:18px;max-width:82vw;gap:4px 14px;grid-template-columns:repeat(2,auto);justify-content:start}.legend-mini-row{display:flex;align-items:center;gap:6px;font-size:7.5px;letter-spacing:.12em;white-space:nowrap}.legend-mini .legend-wire{width:11px;margin-top:0}.host{position:absolute;width:var(--host-w);left:calc(var(--host-w) * -.08);bottom:calc(var(--host-w) * -.417);pointer-events:none;animation:host-in 3.6s cubic-bezier(.16,1,.3,1) 3s both}.host-lean{transform:perspective(700px) translate(var(--lean-x,0),var(--lean-y,0)) rotateY(var(--yaw,0deg)) rotateX(var(--nod,0deg)) rotate(var(--tilt,0deg));transform-origin:40% 70%;will-change:transform}.host-breathe{position:relative;animation:host-breathe 6.5s ease-in-out infinite}.host-face-img,.host-img{display:block;width:100%;height:auto}.host-turn{transform:translate(var(--face-x,0),var(--face-y,0)) rotate(var(--face-r,0deg));transform-origin:50% 62%;will-change:transform}.host-face,.host-turn{position:absolute;inset:0}.host-face{-webkit-mask-image:url(/host/satoshi-face.webp);mask-image:url(/host/satoshi-face.webp);-webkit-mask-size:100% 100%;mask-size:100% 100%}.host-rig{position:absolute;left:26%;top:42%;width:48%;height:auto;display:block;pointer-events:none}.host.talk .host-glow{animation:none;opacity:calc(.34 + var(--jaw, 0) * .3)}.host-pixel{position:absolute;top:0;left:0;display:block;width:100%;height:auto;image-rendering:pixelated;pointer-events:none}.host.arriving .host-breathe>:not(.host-pixel){visibility:hidden}.host-lid{position:absolute;left:36.2%;top:28.5%;width:8%;height:3.4%;border-radius:46% 46% 52% 52%/30% 30% 70% 70%;background:linear-gradient(180deg,#2b2c30 0,#1b1c1f 70%,#141518);transform:scaleY(0);transform-origin:50% 0;transition:transform .12s cubic-bezier(.35,0,.65,1);pointer-events:none}.host.blink .host-lid{transform:scaleY(1);transition-duration:55ms}.host-btc{position:absolute;left:59.9%;top:30.3%;width:calc(var(--host-w) * .036);transform:translate(-50%,-50%) skewX(-9deg);color:#f7931a;opacity:0;pointer-events:none;transition:opacity .9s ease;filter:drop-shadow(0 0 2px #ffb648) drop-shadow(0 0 7px rgba(247,147,26,.85)) drop-shadow(0 0 18px rgba(247,147,26,.45))}.host-btc svg{display:block;width:100%;height:auto}.host.btc .host-btc{animation:host-btc-strike .7s ease-out both}@keyframes host-btc-strike{0%{opacity:0}8%{opacity:1}14%{opacity:.18}24%{opacity:1}31%{opacity:.45}40%,to{opacity:1}}.host-glow,.host-scan{position:absolute;inset:0;pointer-events:none;mix-blend-mode:screen;-webkit-mask-image:url(/host/satoshi-glow.webp);mask-image:url(/host/satoshi-glow.webp);-webkit-mask-size:100% 100%;mask-size:100% 100%}.host-glow{background:#5cc8ff;animation:host-breath-light 4.2s ease-in-out infinite}.host-scan{background:linear-gradient(180deg,transparent 0,rgba(190,245,255,0) 38%,rgba(210,250,255,.95) 46%,rgba(255,255,255,1) 50%,rgba(210,250,255,.95) 54%,rgba(190,245,255,0) 62%,transparent);background-size:100% 260%;animation:host-scan 5.6s cubic-bezier(.5,0,.5,1) infinite;opacity:.85}.host.lit .host-glow{background:#cdf1ff;animation-duration:1s}.host.lit .host-scan{animation-duration:1.15s;opacity:1}@keyframes host-in{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes host-breathe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.006)}}@keyframes host-breath-light{0%,to{opacity:.32}50%{opacity:.72}}@keyframes host-scan{0%{background-position:0 -160%}38%,to{background-position:0 160%}}@media (prefers-reduced-motion:reduce){.call,.call-ping,.call.leaving,.host,.host-breathe,.host-glow,.host-scan{animation:none}.host-lid{display:none}.host-glow{opacity:.5}.wall-strike{display:none}.wall-sheet.paid{animation:none}}@media (max-width:700px){.side{display:none}.hud{--host-w:min(152px,39vw)}.legend-mini{display:grid;top:105px}.hud:before{content:"";position:absolute;top:0;left:0;right:0;height:199px;background:linear-gradient(180deg,rgba(5,5,6,.94) 28%,rgba(5,5,6,.6) 68%,transparent);pointer-events:none}.wordmark{top:18px;left:18px}.wordmark h1{font-size:11.5px;letter-spacing:.3em}.wordmark p{margin-top:4px;font-size:8px;letter-spacing:.12em}.controls{top:16px;right:14px;gap:5px}.hud button{font-size:8.5px;letter-spacing:.1em;padding:6px 7px}.hud:after{content:"";position:absolute;left:0;right:0;bottom:0;height:22%;background:linear-gradient(0deg,rgba(5,5,6,.92) 30%,rgba(5,5,6,.55) 70%,transparent);pointer-events:none;z-index:-1}.caption-block{bottom:calc(var(--host-w) * .87);left:12px;right:12px;width:auto;padding:12px 14px 11px;background:rgba(6,6,8,.93);backdrop-filter:none;-webkit-backdrop-filter:none;text-align:left}.caption-block:after{left:calc(var(--host-w) * .42 - 19px);background:rgba(6,6,8,.93)}.deck{left:calc(var(--host-w) - 4px);right:10px;width:auto;transform:none;bottom:12px;gap:9px;align-items:stretch;animation:rise-in .5s ease .1s both}.deck:has(.ask-live){left:10px}.deck:has(.ask-live) button,.deck:has(.ask-live) input{background:rgba(5,5,6,.94)}.hud .ask-open{min-width:0;width:100%}.ask input{font-size:16px}.call{left:calc(var(--host-w) * .86);right:12px;bottom:38px;align-items:flex-start;text-align:left;gap:8px}.hud .call{padding:15px 14px 14px;font-size:11px;letter-spacing:.16em}.call-go{font-size:8.5px;letter-spacing:.2em}.part-title{position:absolute;top:135px;left:50%;width:calc(100vw - 24px);margin-left:calc((100vw - 24px) / -2)}.part-title h2{font-size:14px;letter-spacing:.24em}.tour-bar{gap:10px;white-space:nowrap}.hud .tour-bar button{padding:8px 10px;letter-spacing:.12em}.hud .ask-open{padding:11px 10px;font-size:9px;letter-spacing:.2em}.caption-block .caption{margin-top:0;font-size:12px;line-height:1.6}.part-title .dataline{margin-top:6px;font-size:9px;letter-spacing:.12em;text-wrap:balance}.modal-veil{padding:16px}.modal{padding:22px 18px 20px}.hud .modal button.wide{font-size:10.5px;letter-spacing:.18em;padding:13px}.hud .modal .modal-x{padding:8px 12px;font-size:19px}.modal input,.modal textarea{font-size:16px}.scroll-hint{bottom:14px;top:auto;right:14px;left:calc(var(--host-w) * .86);transform:none;text-align:right;font-size:8px;letter-spacing:.18em}.fly-cta{top:74px;bottom:auto;left:18px;right:auto;width:auto;display:block}.hud .fly-cta button{font-size:8px;letter-spacing:.08em;padding:6px 8px}.fly-hint{top:78px;bottom:auto;left:16px;right:16px;max-width:none;text-align:left;font-size:8px;letter-spacing:.14em}.fly-pad{bottom:18px;left:16px;width:104px;height:104px}.fly-lift{right:14px;bottom:18px}.hud .fly-exit button{font-size:8.5px;letter-spacing:.12em;padding:9px 12px}.fly-exit{bottom:26px;left:calc(50% + 30px)}}body:has(.about-page),html:has(.about-page){height:auto;overflow:visible;touch-action:pan-y}.about-page{min-height:100%;padding:72px 32px 90px;background:radial-gradient(120% 70% at 50% -10%,rgba(231,183,82,.07),transparent 60%),#050505}.about{max-width:680px;margin:0 auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.about-back{display:inline-block;margin-bottom:46px;font-size:10px;letter-spacing:.26em;color:#6f6650;text-decoration:none}.about h1,.about-back:hover{color:#e7b752}.about h1{font-family:var(--font-display),var(--script-font,sans-serif);font-weight:700;font-size:15px;letter-spacing:.42em}.about-lead{margin:14px 0 0;padding-bottom:34px;border-bottom:1px solid rgba(231,183,82,.16);font-size:14px;line-height:1.7;color:#c9bd9c}.about section{margin-top:38px}.about h2{margin-bottom:13px;font-family:var(--font-display),var(--script-font,sans-serif);font-weight:500;font-size:11px;letter-spacing:.3em;color:#e7b752}.about p{margin-top:11px;font-size:13.5px;line-height:1.8;color:#a89d81}.about b{font-weight:400;color:#d8cba9}.wall-rules,.wall-steps{margin:16px 0 0;padding:0;list-style:none;font-size:13.5px;line-height:1.8;color:#a89d81}.wall-rules li,.wall-steps li{position:relative;padding-left:22px;margin-top:9px}.wall-rules li:before{content:"";position:absolute;left:2px;top:.72em;width:6px;height:6px;background:#e7b752;opacity:.75}.wall-steps{counter-reset:step}.wall-steps li{counter-increment:step}.wall-steps li:before{content:counter(step);position:absolute;left:0;top:.1em;font-family:var(--font-display),var(--script-font,sans-serif);font-size:11px;letter-spacing:.1em;color:#e7b752;opacity:.8}.about .wall-fine{margin-top:46px;padding-top:26px;border-top:1px solid rgba(231,183,82,.16)}.about .wall-fine h2{color:#9c7c39}.about .wall-fine p{font-size:12px;line-height:1.75;color:#7f7563}.tip-scan{display:flex;align-items:flex-start;gap:20px;margin-top:18px}.tip-rows{flex:1 1;min-width:0}.tip-qr{flex:none;width:150px;height:150px;padding:8px;background:#fff;image-rendering:-webkit-optimize-contrast}.tip-rows .tip-row:first-child{margin-top:0}@media (max-width:560px){.tip-scan{flex-direction:column;align-items:center}.tip-rows{width:100%}.tip-rows .tip-row:first-child{margin-top:12px}}.ln-jump{display:inline-block;margin-top:18px;padding:11px 16px;border:1px solid rgba(231,183,82,.32);color:#d8c495;font-family:var(--font-mono),var(--script-font,monospace);font-size:11px;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;transition:border-color .15s,color .15s}.ln-jump:hover{border-color:rgba(231,183,82,.7);color:#f0e6cd}.about .tip-row{display:flex;align-items:center;gap:14px;width:100%;margin-top:12px;padding:12px 14px;background:rgba(255,255,255,.028);border:1px solid rgba(231,183,82,.2);color:inherit;font-family:var(--font-mono),var(--script-font,monospace);text-align:left;cursor:pointer}.about .tip-row:hover{border-color:rgba(231,183,82,.55)}.tip-label{flex:none;width:132px;font-size:9px;letter-spacing:.24em;color:#6f6650}.about .tip-row code{flex:1 1;font-family:var(--font-mono),var(--script-font,monospace);font-size:12px;line-height:1.5;word-break:break-all;color:#cfc4a6}.tip-state{flex:none;font-size:9px;letter-spacing:.24em;color:#55503f}.tip-state.on{color:#e7b752}.about-foot{margin-top:58px;padding-top:26px;border-top:1px solid rgba(231,183,82,.16);display:flex;flex-wrap:wrap;gap:10px 26px;align-items:baseline;font-size:10px;letter-spacing:.16em;line-height:1.7;color:#55503f}.about-foot a{color:#6f6650;text-decoration:none;letter-spacing:.26em;white-space:nowrap}.about-foot a:hover{color:#e7b752}@media (max-width:700px){.about-page{padding:42px 18px 64px}.about-back{margin-bottom:34px}.about-lead{font-size:13px}.about p{font-size:12.5px;line-height:1.75}.about .tip-row{flex-wrap:wrap;gap:7px 12px}.tip-label{width:auto}.tip-state{margin-left:auto}.about .tip-row code{order:3;flex-basis:100%;font-size:11.5px}}body[data-script=sc]{--script-font:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC","Source Han Sans SC",sans-serif}body[data-script=jp]{--script-font:"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo","Noto Sans JP",sans-serif}body[data-script=kr]{--script-font:"Apple SD Gothic Neo","Malgun Gothic","Noto Sans KR","Nanum Gothic",sans-serif}body[data-script=deva]{--script-font:"Nirmala UI","Kohinoor Devanagari","Noto Sans Devanagari","Mangal",sans-serif}body[data-script=ar]{--script-font:"SF Arabic","Geeza Pro","Segoe UI","Noto Naskh Arabic","Tahoma",sans-serif}body[data-script=ar] .about-page,body[data-script=ar] .hud,body[data-script=deva] .about-page,body[data-script=deva] .hud,body[data-script=jp] .about-page,body[data-script=jp] .hud,body[data-script=kr] .about-page,body[data-script=kr] .hud,body[data-script=sc] .about-page,body[data-script=sc] .hud{letter-spacing:0!important;word-spacing:0}[dir=rtl] .index,[dir=rtl] .index-item,[dir=rtl] .index-title{direction:ltr;text-align:left}[dir=rtl] .part-title,[dir=rtl] .part-title .dataline{text-align:center}[dir=rtl] .index-item .label,[dir=rtl] .part-title h2,[dir=rtl] .tip-row code{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}[dir=rtl] .ticker,[dir=rtl] .tour-bar span,[dir=rtl] .wordmark{direction:ltr}[dir=rtl] .ticker,[dir=rtl] .wordmark{text-align:left}.ticker b{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.lang{position:relative;pointer-events:auto}.hud .lang-btn{width:32px;height:32px;padding:0;display:grid;place-items:center;line-height:1;font-size:10px;letter-spacing:.1em;text-indent:.1em;color:#b9a97f}.hud .lang-btn.on{color:#e7b752;border-color:rgba(231,183,82,.8)}.lang-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:4;pointer-events:auto;display:flex;flex-direction:column;min-width:186px;padding:12px 0 8px;background:rgba(5,5,5,.93);border:1px solid rgba(231,183,82,.3);box-shadow:0 18px 40px rgba(0,0,0,.55);max-height:min(70vh,520px);overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.lang-title{font-size:9px;letter-spacing:.42em;color:#55503f;padding:0 14px 10px}.lang-item{display:flex;align-items:baseline;gap:10px;padding:7px 14px;color:#b9a97f;text-decoration:none;letter-spacing:.02em}.lang-item:hover{background:rgba(231,183,82,.07);color:#e7b752}.lang-item.active,.lang-item.active .lang-tag{color:#e7b752}.lang-tag{flex:none;width:22px;font-size:9px;letter-spacing:.1em;color:#55503f}.lang-name{font-size:12px;line-height:1.2}.lang-item:lang(zh){font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif}.lang-item:lang(ja){font-family:Hiragino Sans,Yu Gothic,Noto Sans JP,sans-serif}.lang-item:lang(ko){font-family:Apple SD Gothic Neo,Malgun Gothic,Noto Sans KR,sans-serif}.lang-item:lang(hi){font-family:Nirmala UI,Kohinoor Devanagari,Noto Sans Devanagari,sans-serif}.lang-item:lang(ar){font-family:SF Arabic,Geeza Pro,Segoe UI,Noto Naskh Arabic,sans-serif}.lang-name{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}@media (max-width:700px){.hud .lang-btn{font-size:9px;letter-spacing:.06em;text-indent:.06em}.lang-menu{min-width:168px;max-height:62vh}.lang-name{font-size:11.5px}.lang-item{padding:6px 12px}}.wall-editor{position:fixed;inset:0;z-index:20;background:#050506;display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.wall-canvas{position:absolute;inset:0;width:100%;height:100%;cursor:crosshair}.wall-top{position:relative;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;pointer-events:none}.wall-title{font-size:11px;letter-spacing:.32em;color:#d8c495;text-shadow:0 1px 6px rgba(0,0,0,.9)}.wall-tabs{display:flex;align-items:center;gap:8px}.wall-editor a.wall-chip,.wall-editor button{pointer-events:auto;cursor:pointer;background:rgba(5,5,5,.72);border:1px solid rgba(231,183,82,.35);color:#b9a97f;font-family:var(--font-mono),var(--script-font,monospace);font-size:10px;letter-spacing:.18em;text-transform:uppercase;padding:7px 12px;text-decoration:none;transition:border-color .15s,color .15s}.wall-editor a.wall-chip:hover,.wall-editor button:hover{border-color:rgba(231,183,82,.7);color:#e8dcc0}.wall-editor button:disabled{opacity:.4;cursor:default}.wall-editor .wall-chip{display:inline-flex;align-items:center;gap:7px}.wall-chip.on,.wall-size.on,.wall-tool.on{border-color:rgba(231,183,82,.85);color:#e8dcc0;background:rgba(150,116,47,.22)}.wall-sep{flex:none;width:1px;height:22px;margin:0 5px;background:rgba(231,183,82,.28)}.wall-group{display:flex;align-items:center;gap:6px}.wall-actions{margin-left:16px}.wall-tool{width:30px;height:30px;padding:0!important;display:inline-flex;align-items:center;justify-content:center}.wall-ico{flex:none;width:15px;height:15px;display:block}.wall-tool .wall-ico{width:16px;height:16px}.wall-editor .wall-clear:hover{border-color:rgba(255,139,122,.75);color:#ff8b7a}.wall-editor .wall-size{width:34px;height:40px;padding:0 0 5px!important;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;line-height:1}.wall-nib{flex:none;outline:1px solid rgba(0,0,0,.55);box-shadow:0 0 0 1px rgba(255,255,255,.16)}.wall-size b{font-weight:400;font-size:8px;letter-spacing:.06em;opacity:.72}.wall-bottom{position:absolute;left:0;right:0;bottom:0;gap:12px;padding-top:40px;background:linear-gradient(0deg,rgba(5,5,6,.95) 54%,rgba(5,5,6,.8) 78%,rgba(5,5,6,0))}.wall-bottom,.wall-tools{display:flex;flex-direction:column;align-items:center;pointer-events:none}.wall-tools{gap:9px}.wall-row{align-items:center;row-gap:8px;flex-wrap:wrap;justify-content:center}.wall-row,.wall-swatches{display:flex;gap:6px}.wall-swatch{width:30px;height:30px;padding:0!important;border:1px solid rgba(0,0,0,.6)!important;outline:1px solid rgba(255,255,255,.12)}.wall-swatch.on{outline:2px solid #e8dcc0;outline-offset:1px}.wall-bar{width:100%;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:0 18px 16px;pointer-events:none}.wall-sum{display:flex;align-items:baseline;gap:12px;font-size:10px;letter-spacing:.22em;color:#96742f}.wall-price{font-size:15px;letter-spacing:.16em;color:#7ef0f5}.wall-hover{position:absolute;top:38px;left:50%;transform:translateX(-50%);font-family:var(--font-mono),var(--script-font,monospace);font-size:11px;letter-spacing:.14em;color:#7ef0f5;white-space:nowrap}.wall-hint,.wall-hover{text-shadow:0 1px 6px rgba(0,0,0,.9)}.wall-hint{max-width:340px;text-align:center;font-size:10px;line-height:1.5;letter-spacing:.08em;color:#96742f}.wall-warn{font-size:10px;letter-spacing:.12em;color:#ff8b7a;max-width:320px}.wall-pay{font-size:12px!important;padding:12px 22px!important;letter-spacing:.24em!important;border-color:rgba(231,183,82,.75)!important;color:#e8dcc0!important}.wall-sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(380px,calc(100vw - 32px));max-height:calc(100vh - 90px);overflow-y:auto;background:rgba(8,8,10,.96);border:1px solid rgba(231,183,82,.3);padding:20px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;pointer-events:auto;font-size:11px;line-height:1.7;color:#b9a97f;letter-spacing:.06em}.wall-amount{font-size:13px;letter-spacing:.24em;color:#e8dcc0}.wall-qr{width:min(300px,72vw);height:auto;image-rendering:pixelated;background:#fff}.wall-qr-frame{position:relative;padding:9px}.wall-qr-card:after,.wall-qr-card:before,.wall-qr-frame:after,.wall-qr-frame:before{content:"";position:absolute;width:13px;height:13px;border:1px solid rgba(231,183,82,.85);pointer-events:none}.wall-qr-frame:before{left:0;top:0;border-right:0;border-bottom:0}.wall-qr-frame:after{right:0;top:0;border-left:0;border-bottom:0}.wall-qr-card:before{left:-9px;bottom:-9px;border-right:0;border-top:0}.wall-qr-card:after{right:-9px;bottom:-9px;border-left:0;border-top:0}.wall-qr-card{position:relative;margin:0;padding:10px 10px 8px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 0 0 1px rgba(231,183,82,.55),0 6px 26px rgba(0,0,0,.6)}.wall-qr-name{font-family:var(--font-mono),var(--script-font,monospace);font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:#14140f}.wall-bolt11,.wall-qr-name{direction:ltr;-webkit-user-select:text;-moz-user-select:text;user-select:text}.wall-bolt11{font-size:9px;line-height:1.5;letter-spacing:.02em;color:#6f6a58;word-break:break-all;max-height:54px;overflow:hidden}.wall-wait{font-size:10px;color:#96742f;letter-spacing:.1em}@media (max-width:700px){.wall-title{display:none}.wall-top{padding:12px}.wall-tabs{gap:6px}.wall-editor .wall-tabs .wall-chip,.wall-editor .wall-tabs .wall-x{font-size:9px;letter-spacing:.08em;padding:7px 8px}.wall-bar{gap:10px}.wall-sum{width:100%;justify-content:center}.wall-swatches{gap:5px}.wall-swatch,.wall-tool{width:28px;height:28px}.wall-sep{margin:0 3px}.wall-editor .wall-pad{display:grid}.wall-editor .wall-move{display:none}}.wall-pad{position:absolute;display:none;left:14px;bottom:268px;width:92px;height:92px;border-radius:50%;border:1px solid rgba(231,183,82,.26);background:rgba(5,5,6,.4);pointer-events:auto;touch-action:none;place-items:center;z-index:3}.wall-knob{width:38px;height:38px;border-radius:50%;border:1px solid rgba(231,183,82,.5);background:rgba(231,183,82,.13);will-change:transform}.wall-strike{position:absolute;inset:0;z-index:4;pointer-events:none;animation:strike-life .9s linear forwards;animation-delay:var(--t0,0s)}.wall-strike.frozen,.wall-strike.frozen *{animation-play-state:paused}@keyframes strike-life{0%,62%{opacity:1}to{opacity:0}}.wall-strike svg{position:absolute;inset:0;width:100%;height:100%}.wall-strike path{fill:none;stroke-linecap:round;stroke-linejoin:round}.wall-strike .s-halo{stroke:#16d8d8;stroke-width:22;opacity:.2}.wall-strike .s-glow{stroke:#7ef0f5;stroke-width:7;opacity:.6}.wall-strike .s-core{stroke:#fff;stroke-width:2.4}.wall-strike .s-fork{opacity:.62}.wall-strike .s-fork .s-halo{stroke-width:12}.wall-strike .s-fork .s-glow{stroke-width:4}.wall-strike .s-fork .s-core{stroke-width:1.4}.wall-strike-bolt path{stroke-dasharray:1;stroke-dashoffset:1;animation:strike-draw 90ms linear forwards;animation-delay:var(--t0,0s)}@keyframes strike-draw{to{stroke-dashoffset:0}}.wall-strike-bolt{animation:strike-bolt .9s linear forwards;animation-delay:var(--t0,0s)}@keyframes strike-bolt{0%,22%{opacity:1}60%{opacity:.45}to{opacity:0}}.wall-strike .s-rift-lip{stroke:#fff;stroke-width:0;animation:rift-lip .43s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--t0, 0s) + 90ms)}@keyframes rift-lip{0%{stroke-width:0;opacity:1}30%{stroke-width:30;opacity:1}to{stroke-width:0;opacity:0}}.wall-strike .s-rift-gap{stroke:#050506;stroke-width:0;animation:rift-gap .43s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--t0, 0s) + 90ms)}@keyframes rift-gap{0%{stroke-width:0}30%{stroke-width:23}to{stroke-width:0}}.wall-strike-flash{position:absolute;width:120vmax;height:120vmax;margin:0;border-radius:50%;opacity:0;background:radial-gradient(closest-side,rgba(255,255,255,.5),rgba(126,240,245,.2) 40%,rgba(22,216,216,0) 70%);animation:strike-flash .26s ease-out forwards;animation-delay:calc(var(--t0, 0s) + 70ms)}@keyframes strike-flash{0%{opacity:0;transform:translate(-50%,-50%) scale(.15)}22%{opacity:1;transform:translate(-50%,-50%) scale(.55)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.wall-sheet.paid{animation:paid-in .38s ease-out both;animation-delay:.15s}@keyframes paid-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px))}to{opacity:1;transform:translate(-50%,-50%)}}.deck-paint{display:flex;justify-content:center;width:100%}[dir=rtl] .wall-bar,[dir=rtl] .wall-bottom,[dir=rtl] .wall-group,[dir=rtl] .wall-row,[dir=rtl] .wall-sum,[dir=rtl] .wall-swatches,[dir=rtl] .wall-tools,[dir=rtl] .wall-top{direction:ltr}[dir=rtl] .wall-hint,[dir=rtl] .wall-sheet p,[dir=rtl] .wall-warn{direction:rtl}