:root{--hv-cream: #fff4e0;--hv-amber: #f0a44b;--hv-amber-deep: #d4822f;--hv-brown: #3a281c;--hv-brown-soft: rgba(58, 40, 28, .86);--hv-border: rgba(255, 220, 160, .28);--hv-menu-h: 46px;--hv-safe-top: env(safe-area-inset-top, 0px);--hv-safe-bottom: env(safe-area-inset-bottom, 0px);--hv-safe-left: env(safe-area-inset-left, 0px);--hv-menu-total-h: calc(var(--hv-menu-h) + var(--hv-safe-bottom));--hv-hotbar-bottom: calc(var(--hv-menu-total-h) + 14px);--hv-prompt-bottom: calc(var(--hv-menu-total-h) + 116px);--hv-toast-bottom: calc(var(--hv-menu-total-h) + 86px);--hv-font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:var(--hv-brown);color:var(--hv-cream);font-family:var(--hv-font);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none}#app{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}#menubar{position:fixed;right:0;bottom:0;left:0;height:var(--hv-menu-total-h);display:flex;align-items:center;gap:12px;padding:0 14px var(--hv-safe-bottom);background:linear-gradient(180deg,#4a3322,#36251a);border-top:1px solid rgba(255,220,160,.18);box-shadow:0 -2px 10px #00000059;z-index:20}.brand{display:flex;align-items:center;gap:8px;min-width:0;font-weight:800;letter-spacing:.3px}.brand-mark{font-size:20px}.brand-name{font-size:17px;color:var(--hv-cream);text-shadow:0 1px 0 rgba(0,0,0,.35);white-space:nowrap}.brand-version{display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border:1px solid rgba(255,220,160,.18);border-radius:999px;background:#3a281c80;color:#ffd76a;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}.menu-status{display:flex;align-items:center;gap:6px;min-width:0;flex:0 1 auto}.menu-status-item{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:8px;background:#3a281c94;color:#ffe6b8;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.menu-spacer{flex:1 1 auto}.menu-actions{display:flex;gap:8px}.menu-btn{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border:0;border-radius:10px;background:var(--hv-brown-soft);color:var(--hv-cream);font:inherit;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .08s ease,background .12s ease}.menu-btn:hover{background:#4a3322;transform:translateY(-1px)}.menu-btn:active{transform:translateY(0)}.menu-icon{font-size:15px;min-width:18px;text-align:center}@media(max-width:760px){#menubar{gap:8px;padding:0 10px}.brand{gap:6px}.brand-name{font-size:15px}.brand-version{min-height:20px;padding-inline:6px;font-size:10px}.menu-status{gap:4px}.menu-status-item{min-height:26px;padding:4px 7px;font-size:11px}.menu-actions{gap:6px}.menu-btn{padding:7px 9px}}@media(max-width:560px){.menu-status-item{padding-inline:6px}.menu-label{display:none}}@media(max-width:430px){#menubar{gap:6px;padding-inline:8px}.brand-mark{display:none}.brand-name{font-size:14px;line-height:1;white-space:nowrap}.brand-version{padding-inline:5px}.menu-status{display:none}.menu-actions{gap:5px}.menu-btn{width:42px;height:38px;justify-content:center;padding:0}.menu-icon{min-width:0}}#stage{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.game-viewport{position:relative;display:block;width:100%;height:100%;cursor:crosshair;background:#5f9644}.three-viewport-shell{position:relative;width:100%;height:100%;overflow:hidden}.three-viewport-canvas{display:block;width:100%;height:100%;outline:none;background:#5f9644}.hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.three-loading{padding:10px 14px;border-radius:8px;background:#3a281cdb;color:var(--hv-cream);font:800 13px/1 var(--hv-font);box-shadow:0 8px 28px #00000052;white-space:nowrap}.three-hud{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;pointer-events:none;font-family:var(--hv-font);color:var(--hv-cream);perspective:900px}.three-toolbelt{--hotbar-opacity: 1;--hotbar-rotate: 0deg;--hotbar-scale: 1;--hotbar-y: 0px;position:absolute;left:50%;bottom:var(--hv-hotbar-bottom);z-index:2;display:grid;grid-template-columns:repeat(8,minmax(48px,1fr));gap:8px;width:min(640px,calc(100vw - 24px));transform:translate(-50%) translateY(var(--hotbar-y)) rotateX(var(--hotbar-rotate)) scale(var(--hotbar-scale));transform-origin:bottom center;transform-style:preserve-3d;opacity:var(--hotbar-opacity);cursor:ew-resize;pointer-events:auto;transition:transform .24s cubic-bezier(.2,.78,.26,1),opacity .18s ease,filter .18s ease}.three-toolbelt.is-foreground{z-index:3}.three-toolbelt.is-background{--hotbar-opacity: .38;--hotbar-rotate: 18deg;--hotbar-scale: .76;--hotbar-y: 76px;z-index:1;filter:saturate(.76) brightness(.88);pointer-events:none}.three-seedbelt{--hotbar-opacity: 0;--hotbar-rotate: -18deg;--hotbar-scale: .72;--hotbar-y: 82px;position:absolute;left:50%;bottom:var(--hv-hotbar-bottom);z-index:1;display:grid;gap:8px;transform:translate(-50%) translateY(var(--hotbar-y)) rotateX(var(--hotbar-rotate)) scale(var(--hotbar-scale));transform-origin:bottom center;transform-style:preserve-3d;opacity:var(--hotbar-opacity);cursor:ew-resize;pointer-events:none;transition:transform .24s cubic-bezier(.2,.78,.26,1),opacity .18s ease,filter .18s ease}.three-seedbelt.is-foreground{--hotbar-opacity: 1;--hotbar-rotate: 0deg;--hotbar-scale: 1;--hotbar-y: 0px;z-index:4;pointer-events:auto}.three-seedbelt.is-background{filter:saturate(.7) brightness(.84)}.three-tool,.three-seed-slot{min-width:0;min-height:66px;position:relative;padding:8px;border:1px solid rgba(255,220,160,.22);border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3a281cc7;box-shadow:0 8px 24px #00000047;color:inherit;cursor:pointer;font:inherit;text-align:left}.three-tool.is-active,.three-seed-slot.is-active{border-color:#ffe59ecc;background:#d18d3de6;color:#2d1d13}.three-tool.is-broken{opacity:.62}.three-seed-slot.is-empty{opacity:.64}.three-tool:focus-visible{outline:2px solid rgba(255,229,158,.86);outline-offset:2px}.three-seed-slot:focus-visible{outline:2px solid rgba(255,229,158,.86);outline-offset:2px}.three-phone-notifications{position:absolute;bottom:calc(100% + 9px);left:50%;z-index:6;display:grid;gap:5px;width:max-content;max-width:min(226px,calc(100vw - 24px));pointer-events:none;transform:translate(-50%)}.three-phone-unread-badge{position:absolute;top:-7px;left:-7px;z-index:7;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border:2px solid rgba(58,40,28,.92);border-radius:999px;background:#ff4d57;box-shadow:0 5px 14px #00000057;color:#fff;font-size:11px;font-weight:950;line-height:1;pointer-events:none;text-align:center}.three-phone-bubble{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;min-width:138px;max-width:226px;min-height:34px;padding:6px 9px 6px 7px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#f8f8f8f5;box-shadow:0 8px 22px #00000052;color:#1f1f22;animation:phone-bubble-in .18s ease both}.three-phone-bubble:after{content:"";position:absolute;left:50%;bottom:-5px;width:10px;height:10px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);background:inherit;transform:translate(-50%) rotate(45deg)}.three-phone-bubble-name{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;color:#fff;font-size:9px;font-weight:900;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.24)}.three-phone-bubble-text{min-width:0;overflow:hidden;font-size:11px;font-weight:750;line-height:1.18;text-align:left;text-overflow:ellipsis;white-space:nowrap}.three-phone-unread-count{justify-self:end;min-width:24px;padding:3px 7px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#2f8cff;box-shadow:0 5px 14px #00000047;color:#fff;font-size:11px;font-weight:900;line-height:1;text-align:center}@keyframes phone-bubble-in{0%{opacity:0;transform:translateY(5px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.three-tool-icon{position:absolute;top:7px;left:8px;display:block;width:30px;height:30px;font-size:24px;line-height:30px;text-align:left;filter:drop-shadow(0 2px 1px rgba(0,0,0,.35))}.three-seed-swatch,.three-seed-back-icon{position:absolute;top:9px;left:9px;display:block;width:24px;height:24px}.three-seed-swatch{border:2px solid rgba(255,255,255,.32);border-radius:999px;box-shadow:0 2px 5px #00000052}.three-seed-back-icon{border-radius:7px;background:#fff4e026;color:#ffe6b8;font-size:17px;font-weight:900;line-height:24px;text-align:center}.three-tool-key,.three-seed-key{position:absolute;top:6px;right:8px;color:#ffe6b8;font:900 12px/1 SFMono-Regular,Cascadia Code,Menlo,Consolas,monospace;text-shadow:0 1px 1px rgba(0,0,0,.48)}.three-tool.is-active .three-tool-key,.three-seed-slot.is-active .three-seed-key,.three-seed-slot.is-active .three-seed-count{color:#2d1d13;text-shadow:none}.three-tool-label{position:absolute;right:7px;bottom:10px;left:7px;max-width:100%;overflow:hidden;font-size:12px;font-weight:800;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.three-seed-label{position:absolute;right:7px;bottom:21px;left:7px;max-width:100%;overflow:hidden;font-size:12px;font-weight:800;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.three-seed-count{position:absolute;right:8px;bottom:6px;left:8px;overflow:hidden;color:#ffd76a;font-size:12px;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.three-tool-meter{position:absolute;right:7px;bottom:4px;left:7px;height:3px;overflow:hidden;border-radius:999px;background:#00000047}.three-tool-meter span{display:block;height:100%;border-radius:inherit;background:#9fdb72}.three-tool-meter.is-water span{background:#67b8df}.three-seed-chip{position:absolute;left:50%;bottom:calc(var(--hv-hotbar-bottom) + 64px);z-index:2;display:flex;align-items:center;gap:8px;min-height:30px;padding:6px 12px;border:1px solid rgba(255,220,160,.24);border-radius:8px;background:#3a281cc7;box-shadow:0 8px 24px #0000003d;transform:translate(-50%)}.three-seed-dot{width:10px;height:10px;flex:0 0 auto;border-radius:999px;box-shadow:0 0 0 2px #ffffff29}.three-seed-chip span{font-size:12px;font-weight:800}.three-seed-chip strong{min-width:20px;color:#ffd76a;font-size:12px;text-align:right}.three-interact-prompt{position:absolute;left:50%;bottom:var(--hv-prompt-bottom);z-index:2;display:flex;align-items:center;gap:8px;max-width:min(360px,calc(100vw - 24px));min-height:34px;padding:7px 12px;border:1px solid rgba(255,229,158,.34);border-radius:8px;background:#3a281cd1;box-shadow:0 8px 24px #00000040;transform:translate(-50%)}.three-interact-prompt kbd{display:inline-flex;align-items:center;justify-content:center;width:24px;height:22px;flex:0 0 auto;border:1px solid rgba(255,229,158,.35);border-radius:6px;background:#fff4e01f;color:#ffd76a;font:900 12px/1 SFMono-Regular,Cascadia Code,Menlo,Consolas,monospace}.three-interact-prompt span,.three-interact-prompt em{min-width:0;overflow:hidden;font-size:12px;font-style:normal;font-weight:800;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.three-interact-prompt em{color:#ffd76a;font-weight:750}.three-coin-bar{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:138px;min-height:32px;padding:7px 10px;border:1px solid rgba(255,220,160,.28);border-radius:8px;background:#3a281cbd;box-shadow:0 8px 24px #0000003d;color:#fff4e0;font-size:12px;font-weight:800;pointer-events:none}.three-coin-bar strong{color:#ffd76a;font-size:13px}.three-seed-inventory,.three-crop-inventory{position:absolute;top:50px;right:12px;z-index:2;display:grid;gap:5px;min-width:138px;padding:10px;border:1px solid rgba(255,220,160,.2);border-radius:8px;background:#3a281c9e;box-shadow:0 8px 24px #00000038;cursor:ns-resize;pointer-events:auto}.three-crop-inventory{cursor:default;pointer-events:none}.three-joystick-wrap{position:absolute;left:calc(16px + var(--hv-safe-left));bottom:calc(var(--hv-menu-total-h) + 16px);z-index:6;display:none;width:116px;height:116px;pointer-events:auto}.three-joystick{position:relative;width:100%;height:100%;border:1px solid rgba(255,244,224,.28);border-radius:999px;background:radial-gradient(circle at 50% 50%,#fff4e038,#fff4e014 38%,#3a281c9e 70%),#3a281c6b;box-shadow:0 14px 30px #00000047,inset 0 0 0 2px #00000024;touch-action:none}.three-joystick:before,.three-joystick:after{content:"";position:absolute;background:#fff4e038;pointer-events:none}.three-joystick:before{top:50%;right:18px;left:18px;height:1px}.three-joystick:after{top:18px;bottom:18px;left:50%;width:1px}.three-joystick-thumb{position:absolute;top:50%;left:50%;width:50px;height:50px;border:1px solid rgba(255,244,224,.36);border-radius:999px;background:linear-gradient(180deg,#ffecb8eb,#da8f3eeb);box-shadow:0 8px 18px #00000057,inset 0 1px #ffffff75;pointer-events:none;translate:-50% -50%;transition:transform 80ms ease}.three-joystick.is-active .three-joystick-thumb{transition:none}@media(pointer:coarse),(max-width:760px){:root{--hv-hotbar-bottom: calc(var(--hv-menu-total-h) + 132px);--hv-prompt-bottom: calc(var(--hv-menu-total-h) + 206px);--hv-toast-bottom: calc(var(--hv-menu-total-h) + 206px)}.game-viewport,.three-viewport-shell,.three-viewport-canvas{touch-action:none}.three-joystick-wrap{display:block}}.three-seed-row,.three-crop-row{display:grid;grid-template-columns:10px 1fr auto;gap:7px;align-items:center;min-width:0;min-height:20px;margin:0 -4px;padding:3px 4px;border-radius:6px;color:#fff4e0;font-size:11px;font-weight:700}.three-seed-row.is-active{background:#ffd76a29;color:#fff7d8}.three-seed-row span,.three-crop-row span{width:9px;height:9px;border-radius:999px}.three-seed-row em,.three-crop-row em{min-width:0;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.three-seed-row strong,.three-crop-row strong{color:#ffd76a}@media(max-width:430px){.three-toolbelt,.three-seedbelt{right:8px;left:8px;gap:5px;width:auto!important;transform:translateY(var(--hotbar-y)) rotateX(var(--hotbar-rotate)) scale(var(--hotbar-scale))}.three-toolbelt{grid-template-columns:repeat(8,minmax(0,1fr))}.three-seedbelt{grid-template-columns:repeat(auto-fit,minmax(48px,1fr))!important}.three-tool,.three-seed-slot{min-height:54px;padding:6px 4px}.three-tool-icon,.three-seed-swatch,.three-seed-back-icon{top:6px;left:6px;width:23px;height:23px}.three-tool-icon{font-size:19px;line-height:23px}.three-seed-back-icon{font-size:16px;line-height:23px}.three-tool-key,.three-seed-key{top:6px;right:6px;font-size:11px}.three-tool-label,.three-seed-label,.three-seed-count{display:none}.three-tool-meter{right:5px;bottom:4px;left:5px}.three-phone-notifications{max-width:min(178px,calc(100vw - 16px))}.three-phone-bubble{min-width:126px;max-width:178px;min-height:31px;padding:5px 8px 5px 6px}.three-phone-bubble-text{font-size:10px}.three-interact-prompt{max-width:calc(100vw - 16px)}.three-interact-prompt em{display:none}}@media(max-width:360px){.three-tool,.three-seed-slot{min-height:46px}}.toast-host{position:absolute;left:50%;bottom:var(--hv-toast-bottom);transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:none;z-index:15}.toast{padding:8px 16px;border-radius:12px;background:var(--hv-brown-soft);border:1px solid var(--hv-border);color:var(--hv-cream);font-size:13px;font-weight:600;box-shadow:0 4px 14px #0006;animation:toast-in .25s ease both}.toast-out{animation:toast-fade .6s ease forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-fade{to{opacity:0;transform:translateY(-6px)}}#shop-root,#phone-root,#map-root{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none}.hv-phone{--hv-screen: #000;--hv-surface: #1c1c1e;--hv-surface-2: #2c2c2e;--hv-ink: #fff;--hv-ink-soft: rgba(235, 235, 245, .58);--hv-blue: #007aff;--hv-blue-deep: #0a6fde;--hv-panel: rgba(0, 0, 0, .6);--hv-panel-line: rgba(255, 255, 255, .15);--hv-phone-edge-gap: 16px;--hv-frame-shadow: 0 28px 70px rgba(0, 0, 0, .5), 0 12px 28px rgba(0, 0, 0, .32);--hv-open-y: 0px;--hv-closed-y: calc(100% + var(--hv-phone-edge-gap));position:fixed;right:calc(var(--hv-phone-edge-gap) + env(safe-area-inset-right,0px));bottom:calc(var(--hv-menu-total-h, var(--hv-menu-h, 46px)) + var(--hv-phone-edge-gap));z-index:9000;height:min(640px,calc(100dvh - var(--hv-menu-total-h, var(--hv-menu-h, 46px)) - 28px));aspect-ratio:1 / 2;max-width:calc(100vw - 20px);min-height:min(560px,calc(100dvh - var(--hv-menu-total-h, var(--hv-menu-h, 46px)) - 28px));display:flex;flex-direction:column;overflow:hidden;padding:11px 15px 12px;background:linear-gradient(145deg,#ffffff38,#fff0 20%),linear-gradient(315deg,#ffffff1f,#fff0 26%),#050506;color:var(--hv-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.32;border:1px solid rgba(255,255,255,.12);border-radius:56px;box-shadow:var(--hv-frame-shadow);opacity:0;transform:translateY(var(--hv-closed-y)) scale(.92);transform-origin:right bottom;pointer-events:none;transition:opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1)}.hv-phone:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;pointer-events:none;border:1px solid rgba(255,255,255,.08);border-radius:50px;box-shadow:inset 0 0 0 1px #000000b8;z-index:40}.hv-phone:after{content:"";position:absolute;left:50%;bottom:18px;width:96px;height:4px;transform:translate(-50%);border-radius:999px;background:#ffffff85;z-index:41;pointer-events:none}.hv-phone.is-open{opacity:1;transform:translateY(var(--hv-open-y)) scale(1);pointer-events:auto}.hv-phone *{box-sizing:border-box}.hv-statusbar{position:relative;z-index:8;flex:0 0 42px;height:42px;padding:0 25px 0 27px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:var(--hv-screen);border-radius:42px 42px 0 0;color:#fff;font-size:12px;font-weight:700;letter-spacing:0}.hv-statusbar .hv-notch{position:absolute;left:50%;top:9px;width:82px;height:24px;transform:translate(-50%);border-radius:999px;background:#050506;box-shadow:inset 0 0 0 1px #ffffff0a,0 1px 1px #ffffff0f}.hv-statusbar .hv-status-time,.hv-statusbar .hv-status-icons{position:relative;z-index:2}.hv-statusbar .hv-status-icons{display:inline-flex;align-items:center;gap:5px;color:#fff}.hv-cell-bars{width:18px;height:12px;background:linear-gradient(to top,currentColor 35%,transparent 36%) 0 0 / 3px 12px no-repeat,linear-gradient(to top,currentColor 50%,transparent 51%) 5px 0 / 3px 12px no-repeat,linear-gradient(to top,currentColor 68%,transparent 69%) 10px 0 / 3px 12px no-repeat,linear-gradient(to top,currentColor 86%,transparent 87%) 15px 0 / 3px 12px no-repeat}.hv-wifi{position:relative;width:14px;height:10px}.hv-wifi:before,.hv-wifi:after{content:"";position:absolute;left:50%;border:2px solid currentColor;border-color:currentColor transparent transparent transparent;transform:translate(-50%)}.hv-wifi:before{top:1px;width:14px;height:14px;border-radius:50%}.hv-wifi:after{top:5px;width:8px;height:8px;border-radius:50%}.hv-battery{position:relative;width:22px;height:11px;border:1.5px solid currentColor;border-radius:3px}.hv-battery:before{content:"";position:absolute;right:-3.5px;top:3px;width:2px;height:4px;border-radius:0 2px 2px 0;background:currentColor}.hv-battery:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;width:14px;border-radius:1.5px;background:currentColor}.hv-screen{position:relative;z-index:5;flex:1 1 auto;min-height:0;display:none;flex-direction:column;overflow:hidden;background:var(--hv-screen);border-radius:0 0 42px 42px;color:var(--hv-ink)}.hv-screen.is-active{display:flex}.hv-app-title{flex:0 0 auto;padding:16px 18px 8px;background:var(--hv-screen);color:#fff;font-size:29px;font-weight:760;letter-spacing:0}.hv-contacts{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 0 18px;background:var(--hv-screen)}.hv-contact{position:relative;display:flex;align-items:center;gap:12px;padding:10px 16px 10px 14px;cursor:pointer;outline:none}.hv-contact:after{content:"";position:absolute;left:74px;right:16px;bottom:0;height:1px;background:#54545875}.hv-contact:hover,.hv-contact:focus-visible{background:#ffffff14}.hv-contact .hv-avatar{width:48px;height:48px;font-size:17px}.hv-contact .hv-c-body{flex:1 1 auto;min-width:0}.hv-contact .hv-c-top{display:flex;align-items:center;gap:7px}.hv-contact .hv-c-name{min-width:0;color:#fff;font-size:16px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-contact .hv-c-blurb{margin-top:1px;color:var(--hv-ink-soft);font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-contact .hv-c-mood{display:flex;align-items:center;gap:7px;margin-top:5px}.hv-avatar{flex:0 0 auto;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-weight:800;font-size:17px;text-shadow:0 1px 2px rgba(0,0,0,.35);box-shadow:inset 0 0 0 1px #ffffff2e,0 1px 2px #00000073}.hv-badge{flex:0 0 auto;padding:2px 6px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff1a;color:#ffffffa3;font-size:9px;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.hv-badge.hv-be-sdk{color:#9dccff}.hv-badge.hv-be-studio{color:#dcb8ff}.hv-chip{max-width:94px;padding:2px 7px;border-radius:999px;background:#ffffff1a;color:#ffffffb8;font-size:10px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-hearts{display:inline-flex;gap:1px;color:#ff5a78;font-size:11px;line-height:1}.hv-hearts .hv-heart.is-empty{color:#ffffff2e}.hv-header{position:absolute;left:0;right:0;top:0;z-index:20;height:104px;display:grid;grid-template-columns:44px minmax(0,1fr) 82px;grid-template-rows:42px 56px;align-items:start;padding:8px 12px 0;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,#000000e0,#0000006b 54%,#0000);border:0}.hv-header:before{content:"";position:absolute;left:0;right:0;top:0;height:42px;background:linear-gradient(180deg,#000000b8,#0000)}.hv-header .hv-back,.hv-header .hv-call-btn,.hv-header .hv-handoff-btn,.hv-header .hv-header-actions{position:relative;z-index:2;pointer-events:auto}.hv-header .hv-back{grid-column:1;grid-row:1;width:34px;height:34px;margin-top:4px;border:1px solid var(--hv-panel-line);border-radius:999px;background:var(--hv-panel);color:#ffffffc7;font-size:27px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0006,inset 0 1px #ffffff1a}.hv-header .hv-header-actions{grid-column:3;grid-row:1;justify-self:end;display:inline-flex;gap:6px;margin-top:4px}.hv-header .hv-call-btn,.hv-header .hv-handoff-btn{width:34px;height:34px;padding:0;border:1px solid var(--hv-panel-line);border-radius:999px;background:var(--hv-panel);color:#ffffffc7;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0006,inset 0 1px #ffffff1a}.hv-header .hv-call-btn svg{width:17px;height:17px}.hv-header .hv-handoff-btn svg{width:16px;height:16px}.hv-header .hv-back:hover,.hv-header .hv-call-btn:hover,.hv-header .hv-handoff-btn:hover,.hv-header .hv-back:focus-visible,.hv-header .hv-call-btn:focus-visible,.hv-header .hv-handoff-btn:focus-visible{background:#ffffff1f;color:#fff}.hv-header .hv-avatar{grid-column:2;grid-row:1 / span 2;justify-self:center;align-self:start;position:relative;z-index:2;margin-top:4px;width:48px;height:48px}.hv-header .hv-htext{grid-column:2;grid-row:2;justify-self:center;align-self:start;min-width:0;max-width:174px;margin-top:5px;padding:4px 8px 4px 12px;display:flex;align-items:center;gap:3px;border:1px solid var(--hv-panel-line);border-radius:999px;background:var(--hv-panel);color:#fff;box-shadow:0 1px 2px #0006,inset 0 1px #ffffff1a}.hv-header .hv-htext:after{content:"";width:7px;height:7px;flex:0 0 auto;border-top:1.6px solid rgba(255,255,255,.26);border-right:1.6px solid rgba(255,255,255,.26);transform:rotate(45deg)}.hv-header .hv-htitle{min-width:0;font-size:11px;font-weight:680;letter-spacing:0;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-header .hv-hsub{display:none}.hv-thread{flex:1 1 auto;min-height:0;overflow-y:auto;padding:106px 9px 10px;display:flex;flex-direction:column;gap:7px;background:var(--hv-screen);scroll-behavior:smooth;overscroll-behavior:contain}.hv-empty{margin:auto;max-width:220px;padding:24px 18px;color:var(--hv-ink-soft);text-align:center;font-size:13px}.hv-bubble{position:relative;max-width:85%;padding:8px 14px;border-radius:18px;color:#fff;font-size:13px;font-weight:400;line-height:1.25;white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere}.hv-bubble.hv-from-npc{align-self:flex-start;margin-left:8px;background:var(--hv-surface-2);text-align:left}.hv-bubble.hv-from-player{align-self:flex-end;margin-right:8px;background:var(--hv-blue);box-shadow:0 1px 1px #0000002e}.hv-message-wrap{max-width:85%;display:flex;flex-direction:column;gap:3px}.hv-message-wrap.hv-from-player{align-self:flex-end;align-items:flex-end;margin-right:8px}.hv-message-wrap .hv-bubble{max-width:100%;margin-right:0}.hv-bubble.hv-from-player.hv-from-physical-device{background:#5fb8ff}.hv-bubble.hv-from-player.hv-from-physical-device .hv-tail-player{color:#5fb8ff}.hv-sender-label{max-width:100%;padding-right:7px;color:#ebebf575;font-size:9.5px;font-weight:520;line-height:1;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-bubble.hv-cash-bubble{width:192px;max-width:78%;padding:0;overflow:hidden;background:#242426;color:#fff;box-shadow:0 8px 18px #0000004d,inset 0 1px #ffffff14}.hv-bubble.hv-cash-bubble .hv-tail-player,.hv-bubble.hv-cash-bubble .hv-tail-npc{color:#242426}.hv-cash-card{display:flex;flex-direction:column;gap:8px;min-height:112px;padding:13px 14px 12px}.hv-cash-head{display:inline-flex;align-items:center;gap:6px;color:#fffffff0;font-size:13px;font-weight:680;line-height:1}.hv-cash-mark{position:relative;width:17px;height:17px;flex:0 0 17px;border-radius:5px;background:linear-gradient(145deg,#37d85a,#0f8f32);box-shadow:inset 0 1px #ffffff61}.hv-cash-mark:before{content:"$";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:900;line-height:1}.hv-cash-amount{color:#f5f5f7;text-align:center;font-size:34px;font-weight:820;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.42),0 0 1px rgba(255,255,255,.18)}.hv-cash-detail{color:#ebebf5a3;text-align:center;font-size:10.5px;font-weight:640;line-height:1.2}.hv-tail{position:absolute;bottom:0;width:19px;height:16px;color:inherit;pointer-events:none}.hv-tail-player{right:-6px;color:var(--hv-blue)}.hv-tail-npc{left:10px;color:var(--hv-surface-2);transform:scaleX(-1);transform-origin:bottom left}.hv-bubble.hv-on-call{outline:1px solid rgba(10,132,255,.35);outline-offset:1px}.hv-sysnote{align-self:center;max-width:90%;margin:4px 0;padding:5px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff14;color:#ebebf5a8;text-align:center;font-size:10.5px}.hv-sysnote .hv-sn-ok{color:#30d158}.hv-sysnote .hv-sn-fail{color:#ff453a}.hv-composer{flex:0 0 auto;display:flex;align-items:center;padding:7px 10px 11px;background:var(--hv-screen);border:0}.hv-compose-pill{min-width:0;height:42px;flex:1 1 auto;display:flex;align-items:center;gap:7px;padding:0 5px 0 14px;border:1px solid var(--hv-panel-line);border-radius:999px;background:var(--hv-panel);color:#ffffffb3;box-shadow:0 1px 2px #0006,inset 0 1px #ffffff1a}.hv-compose-pill input{min-width:0;flex:1 1 auto;height:100%;border:0;outline:none;background:transparent;color:#fff;font:inherit;font-size:15px}.hv-compose-pill input::placeholder{color:#ffffff52}.hv-send{width:30px;height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#0b84fe;color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.hv-send svg{width:16px;height:16px}.hv-send:hover,.hv-send:focus-visible{background:var(--hv-blue-deep)}.hv-send:active{transform:scale(.94)}.hv-send:disabled{opacity:.48;cursor:default}.hv-call-top{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:8px;padding:22px 16px 16px;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.14),transparent 34%),linear-gradient(180deg,#121214,#000);color:#fff}.hv-call-top .hv-avatar{width:78px;height:78px;font-size:29px}.hv-call-top.is-responding .hv-avatar{animation:hv-pulse 1.6s ease-out infinite}.hv-call-top .hv-call-name{font-size:20px;font-weight:760}.hv-call-top .hv-call-status{color:var(--hv-ink-soft);font-size:12px;font-weight:600}.hv-call-top .hv-call-status .hv-dot{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#30d158;vertical-align:middle}.hv-call-top.is-ringing .hv-call-status .hv-dot,.hv-call-top.is-dialing .hv-call-status .hv-dot{background:#ffd60a;animation:hv-blink 1s steps(1) infinite}.hv-call-top.is-ended .hv-call-status .hv-dot{background:#ff453a;animation:none}.hv-call-top+.hv-thread{padding-top:12px}.hv-call-top+.hv-thread.hv-call-transcript{gap:12px;padding:14px 16px 18px;background:linear-gradient(180deg,#ffffff09,#fff0),#050506}.hv-call-transcript .hv-empty{padding:0;color:#ebebf594}.hv-call-line{display:grid;grid-template-columns:minmax(44px,72px) minmax(0,1fr);column-gap:10px;align-items:start;width:100%}.hv-call-speaker{min-width:0;padding-top:2px;color:#ebebf58a;font-size:10.5px;font-weight:760;letter-spacing:0;line-height:1.2;text-transform:uppercase;overflow-wrap:anywhere}.hv-call-line-npc .hv-call-speaker{color:#ffd166}.hv-call-line-player .hv-call-speaker{color:#7cc9ff}.hv-call-text{min-width:0;color:#f5f5f7f0;font-size:13px;font-weight:430;line-height:1.38;white-space:pre-wrap;overflow-wrap:anywhere}.hv-call-line-player .hv-call-text{color:#edf8ff}.hv-call-line-live .hv-call-text{color:#edf8ffb3;font-style:italic}.hv-call-line-live .hv-call-text:after{content:"";display:inline-block;width:6px;height:1em;margin-left:2px;border-right:2px solid rgba(124,201,255,.78);vertical-align:-.16em;animation:hv-blink 1s steps(1) infinite}.hv-call-event{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;padding:6px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.04);color:#ebebf594;font-size:10.5px;line-height:1.25}.hv-call-event-text{min-width:0;overflow-wrap:anywhere}.hv-call-event-state{color:#ebebf57a;font-weight:700}.hv-call-event-state.is-ok{color:#30d158}.hv-call-event-state.is-fail{color:#ff453a}.hv-voice-meter{flex:0 0 auto;margin:0 16px 10px;padding:9px 10px 10px;border-top:1px solid rgba(255,255,255,.1);background:#0000006b;color:#f5f5f7db}.hv-voice-meter-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px;font-size:10.5px;font-weight:760;line-height:1}.hv-voice-label,.hv-voice-status{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hv-voice-label{color:#ebebf59e}.hv-voice-status{color:#ebebf58a;text-align:right}.hv-voice-meter.is-requesting .hv-voice-status{color:#ffd60a}.hv-voice-meter.is-listening .hv-voice-status{color:#7cc9ff}.hv-voice-meter.is-speaking .hv-voice-status{color:#30d158}.hv-voice-meter.is-unavailable .hv-voice-status{color:#ff453a}.hv-voice-bars{display:grid;grid-template-columns:repeat(18,minmax(3px,1fr));align-items:center;gap:3px;height:34px}.hv-voice-bar{display:block;width:100%;height:100%;min-height:3px;border-radius:999px;background:#7cc9ffa8;opacity:.58;transform:scaleY(var(--hv-bar-scale, .08));transform-origin:center;transition:background .12s ease,opacity .12s ease,transform .06s linear}.hv-voice-meter.is-idle .hv-voice-bar{background:#ebebf53d;opacity:.36}.hv-voice-meter.is-speaking .hv-voice-bar{background:#30d158d1;opacity:.9}.hv-voice-meter.is-requesting .hv-voice-bar{background:#ffd60a9e}.hv-voice-meter.is-unavailable .hv-voice-bar{background:#ff453a85;opacity:.44}.hv-hangup{flex:0 0 auto;margin:0 42px 12px;min-height:42px;border:0;border-radius:999px;background:#ff3b30;color:#fff;font-weight:760;font-size:14px;cursor:pointer;box-shadow:0 8px 18px #ff3b3033}.hv-hangup:hover,.hv-hangup:focus-visible{background:#e2362c}.hv-handoff-sheet{position:absolute;top:42px;right:15px;bottom:12px;left:15px;z-index:38;display:none;align-items:center;justify-content:center;padding:18px;border-radius:0 0 42px 42px;background:#000000ad}.hv-handoff-sheet.is-open{display:flex}.hv-handoff-panel{position:relative;width:min(100%,260px);padding:18px 16px 16px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:#1c1c1e;color:#fff;box-shadow:0 18px 38px #0000006b}.hv-handoff-close{position:absolute;right:10px;top:10px;width:28px;height:28px;border:0;border-radius:999px;background:#ffffff1c;color:#ffffffd1;font-size:22px;line-height:1;cursor:pointer}.hv-handoff-title{padding-right:32px;font-size:15px;font-weight:720}.hv-handoff-qr{display:block;width:min(190px,100%);aspect-ratio:1;margin:16px auto 12px;border:8px solid #fff;border-radius:12px;background:#fff}.hv-handoff-link,.hv-handoff-copy{min-height:36px;border-radius:999px;font-size:13px;font-weight:700}.hv-handoff-link{display:flex;align-items:center;justify-content:center;margin-bottom:8px;background:#0b84fe;color:#fff;text-decoration:none}.hv-handoff-copy{width:100%;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#ffffffe0;cursor:pointer}.hv-handoff-copy:disabled{cursor:wait;opacity:.62}@keyframes hv-pulse{0%{box-shadow:0 0 #30d15861}70%{box-shadow:0 0 0 18px #30d15800}to{box-shadow:0 0 #30d15800}}@keyframes hv-blink{50%{opacity:.25}}.hv-contacts,.hv-thread{scrollbar-width:none}.hv-contacts::-webkit-scrollbar,.hv-thread::-webkit-scrollbar{display:none}.hv-map-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9100;pointer-events:none;color:#3a281c;font-family:var(--hv-font, Inter, ui-sans-serif, system-ui, sans-serif)}.hv-minimap{position:fixed;top:12px;left:12px;z-index:1;width:168px;height:118px;overflow:hidden;padding:0;border:1px solid rgba(255,220,160,.34);border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3a281cd1;box-shadow:0 8px 24px #00000047,0 0 0 2px #3a281c38 inset;cursor:pointer;pointer-events:auto}.hv-minimap:hover{border-color:#ffe59eb8}.hv-minimap:focus-visible{outline:2px solid rgba(255,229,158,.86);outline-offset:2px}.hv-minimap-canvas{display:block;width:100%;height:100%}.hv-map-layer[hidden]{display:none}.hv-map-popover{position:fixed;top:12px;right:12px;bottom:12px;left:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;max-height:calc(100dvh - 24px);overflow:hidden;pointer-events:auto;padding:18px;border:1px solid rgba(255,220,160,.52);border-radius:8px;background:linear-gradient(180deg,#fff4e0,#f4dfb8);box-shadow:0 18px 42px #120c0761,0 2px #ffffff61 inset;opacity:0;transform:scale(.985);transform-origin:center;transition:opacity .14s ease,transform .14s ease}.hv-map-layer.is-open .hv-map-popover{opacity:1;transform:scale(1)}.hv-map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid rgba(92,61,32,.16)}.hv-map-eyebrow{margin-bottom:2px;color:#8b5a2a;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hv-map-head h2{margin:0;font-size:19px;line-height:1.15}.hv-map-close{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;border:1px solid rgba(92,61,32,.22);border-radius:7px;background:#ffffff6b;color:#5d3f26;cursor:pointer;font:800 13px/1 var(--hv-font, Inter, ui-sans-serif, system-ui, sans-serif)}.hv-map-close:hover{background:#b0743b;color:#fffaf0}.hv-map-close:focus-visible,.hv-map-popover:focus-visible{outline:2px solid #b0743b;outline-offset:2px}.hv-map-body{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:14px;min-height:0}.hv-map-canvas-wrap{min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(92,61,32,.2);border-radius:8px;background:#3a281ce0;box-shadow:0 8px 24px #120c0738 inset;overscroll-behavior:contain;touch-action:none}.hv-map-canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}.hv-map-canvas.is-dragging{cursor:grabbing}.hv-map-side{display:grid;align-content:start;gap:12px;min-width:0;overflow-y:auto;padding-right:2px;scrollbar-color:rgba(120,78,38,.42) transparent;scrollbar-width:thin}.hv-map-section h3{margin:0 0 8px;color:#6f4a29;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hv-map-legend,.hv-map-people{display:grid;gap:7px;margin:0;padding:0;list-style:none}.hv-map-legend li,.hv-map-person{display:grid;grid-template-columns:12px minmax(0,1fr);gap:8px;align-items:center;color:#3a281cd1;font-size:12px;font-weight:800;line-height:1.25}.hv-map-swatch,.hv-map-dot{width:12px;height:12px;border:1px solid rgba(58,40,28,.24);border-radius:3px}.hv-map-dot{border-radius:999px;box-shadow:0 0 0 2px #ffffff6b}.hv-map-person span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.hv-minimap{top:8px;left:8px;width:142px;height:98px}.hv-map-popover{top:8px;right:8px;bottom:8px;left:8px;max-height:calc(100dvh - 16px);padding:12px}.hv-map-body{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.hv-map-side{grid-template-columns:1fr 1fr;max-height:170px}}@media(max-width:460px){.hv-map-side{grid-template-columns:1fr;max-height:155px}}@media(prefers-reduced-motion:reduce){.hv-map-popover{transition:none}}.hv-docs{--hv-bg: #ffffff;--hv-text: #37352f;--hv-muted: #787774;--hv-faint: #f7f7f5;--hv-border: #e9e9e7;--hv-code-bg: #f4f4f2;--hv-link-bg: #f1f1ef;--hv-link-hover: #e9e9e6;--hv-shadow: 0 24px 80px rgba(15, 15, 15, .16);--hv-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hv-mono: "SFMono-Regular", "Cascadia Code", Menlo, Consolas, monospace;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:stretch;justify-content:center;color:var(--hv-text);font-family:var(--hv-font);-webkit-font-smoothing:antialiased}.hv-docs[hidden]{display:none}html.hv-docs-route,html.hv-docs-route body{min-height:100%;height:auto;overflow:auto;background:#fff;color:#37352f;-webkit-user-select:text;user-select:text}html.hv-docs-route #app{position:static;display:block;min-height:100dvh}.hv-docs-page{position:static;inset:auto;z-index:auto;min-height:100dvh;align-items:flex-start;background:var(--hv-bg)}.hv-docs-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f0f38;opacity:0;transition:opacity .16s ease}.hv-docs.is-open .hv-docs-scrim{opacity:1}.hv-docs-panel{position:relative;width:min(900px,94vw);max-height:calc(100dvh - 48px);margin:24px auto;overflow-y:auto;overflow-x:hidden;border:1px solid var(--hv-border);border-radius:8px;background:var(--hv-bg);box-shadow:var(--hv-shadow);opacity:0;transform:translateY(10px);transition:opacity .16s ease,transform .16s ease;scrollbar-width:thin;scrollbar-color:#d8d8d4 transparent}.hv-docs.is-open .hv-docs-panel{opacity:1;transform:none}.hv-docs-page .hv-docs-panel{width:min(860px,calc(100vw - 32px));max-height:none;margin:0 auto;overflow:visible;border:0;border-radius:0;box-shadow:none;opacity:1;transform:none;transition:none}.hv-docs-panel::-webkit-scrollbar{width:10px}.hv-docs-panel::-webkit-scrollbar-thumb{border:3px solid #fff;border-radius:999px;background:#d8d8d4}.hv-content{padding:54px 32px 80px}.hv-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}.hv-titlebar-text{min-width:0}.hv-eyebrow{margin-bottom:12px;color:var(--hv-muted);font-size:13px;font-weight:500}.hv-title{margin:0;color:var(--hv-text);font-size:42px;font-weight:720;line-height:1.12;letter-spacing:0}.hv-subtitle{max-width:680px;margin:12px 0 0;color:var(--hv-muted);font-size:16px;line-height:1.55}.hv-close,.hv-home-link{flex:none;display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:0;border-radius:6px;background:var(--hv-link-bg);color:var(--hv-text);font:inherit;font-size:14px;line-height:1;text-decoration:none;cursor:pointer;transition:background .12s ease}.hv-home-link{padding:0 12px;font-weight:500;white-space:nowrap}.hv-close{width:34px;padding:0}.hv-close:hover,.hv-home-link:hover{background:var(--hv-link-hover)}.hv-close:focus-visible,.hv-home-link:focus-visible,.hv-toc-link:focus-visible{outline:2px solid #2eaadc;outline-offset:2px}.hv-toc{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 40px}.hv-toc-link{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:6px;background:var(--hv-link-bg);color:var(--hv-text);font-size:14px;text-decoration:none;transition:background .12s ease}.hv-toc-link:hover{background:var(--hv-link-hover)}.hv-section{padding:28px 0;border-top:1px solid var(--hv-border);scroll-margin-top:28px}.hv-section:first-of-type{border-top:0}.hv-section-title{margin:0 0 14px;color:var(--hv-text);font-size:25px;font-weight:680;line-height:1.25;letter-spacing:0}.hv-p{max-width:720px;margin:0 0 14px;color:var(--hv-text);font-size:16px;line-height:1.65}.hv-p strong,.hv-list strong{font-weight:650}.hv-inline{padding:2px 5px;border-radius:4px;background:var(--hv-code-bg);color:#3f3f3c;font-family:var(--hv-mono);font-size:.86em;white-space:nowrap}.hv-code{margin:14px 0 18px;padding:14px 16px;overflow-x:auto;border-radius:6px;background:var(--hv-code-bg);color:var(--hv-text);font-family:var(--hv-mono);font-size:13px;line-height:1.58}.hv-code code{display:block;font-family:inherit;white-space:pre}.hv-callout{max-width:720px;margin:16px 0;padding:14px 16px;border-radius:6px;background:var(--hv-faint)}.hv-callout-title{margin-bottom:6px;color:var(--hv-text);font-size:14px;font-weight:650}.hv-callout .hv-p:last-child{margin-bottom:0}.hv-list{max-width:720px;margin:0 0 16px;padding-left:24px}.hv-list li{margin:8px 0;color:var(--hv-text);font-size:16px;line-height:1.6}.hv-list-numbered{padding-left:26px}.hv-table{width:100%;margin:14px 0 18px;border-collapse:collapse;color:var(--hv-text);font-size:14px}.hv-table th,.hv-table td{padding:10px 12px;border:1px solid var(--hv-border);text-align:left;vertical-align:top}.hv-table th{background:var(--hv-faint);color:var(--hv-muted);font-weight:600}.hv-table td{line-height:1.5}@media(max-width:640px){.hv-docs-page .hv-docs-panel{width:100%}.hv-content{padding:34px 20px 56px}.hv-titlebar{flex-direction:column;gap:14px}.hv-title{font-size:34px}.hv-table{display:block;overflow-x:auto;white-space:nowrap}}@media(prefers-reduced-motion:reduce){.hv-docs-scrim,.hv-docs-panel,.hv-close,.hv-home-link,.hv-toc-link{transition:none}}#login-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.login-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#140e1ed1;padding:16px}.login-card{width:100%;max-width:400px;background:linear-gradient(160deg,#4a3322,#2e1f14);border:1px solid rgba(255,220,160,.28);border-radius:20px;padding:36px 32px 28px;box-shadow:0 24px 64px #000000a6,0 4px 16px #0006,inset 0 1px #fff0c814;text-align:center;color:#fff4e0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.login-logo{font-size:52px;line-height:1;margin-bottom:10px;filter:drop-shadow(0 2px 6px rgba(240,164,75,.45))}.login-title{margin:0 0 8px;font-size:26px;font-weight:800;color:#ffe6b8;letter-spacing:.2px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.login-tagline{margin:0 0 28px;font-size:13.5px;color:#fff4e0b8;line-height:1.5}.login-actions{display:flex;flex-direction:column;gap:14px}.login-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px 18px;border-radius:12px;border:1px solid transparent;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:transform .08s ease,box-shadow .12s ease,opacity .12s ease;-webkit-user-select:none;user-select:none}.login-btn:hover{transform:translateY(-1px)}.login-btn:active{transform:translateY(0)}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-btn-primary{background:linear-gradient(135deg,#d4822f,#a85d1a);color:#fff4e0;border-color:#ffdca04d;box-shadow:0 2px 8px #a85d1a66;margin-top:6px}.login-btn-primary:hover{box-shadow:0 4px 14px #a85d1a8c}.login-form{display:flex;flex-direction:column;gap:8px;text-align:left}.login-label{font-size:12px;font-weight:600;color:#fff4e0a6;margin-bottom:2px;display:block}.login-input{width:100%;padding:9px 12px;border-radius:9px;border:1px solid rgba(255,220,160,.22);background:#0000004d;color:#fff4e0;font-family:inherit;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;caret-color:#f0a44b}.login-input::placeholder{color:#fff4e04d}.login-input:focus{border-color:#f0a44b99;box-shadow:0 0 0 3px #f0a44b26}.login-error{margin:4px 0 0;font-size:12px;color:#f87171;line-height:1.4}.login-error code{font-family:ui-monospace,SF Mono,Menlo,monospace;background:#0000004d;padding:1px 5px;border-radius:5px}.login-footer{margin:24px 0 0;font-size:11.5px;color:#fff4e061;line-height:1.5}.player-chip{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 6px;border-radius:999px;border:0;background:#3a281cdb;color:#fff4e0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;-webkit-user-select:none;user-select:none}.player-chip-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;border:0;flex-shrink:0}.player-chip-initials{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#d4822f,#a85d1a);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff4e0;flex-shrink:0}.player-chip-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-chip-signout{margin-left:2px;padding:3px 8px;border-radius:8px;border:0;background:#00000040;color:#fff4e0a6;font-family:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:color .12s ease,background .12s ease}.player-chip-signout:hover{color:#ffe6b8;background:#a85d1a66}@media(max-width:430px){.player-chip{gap:0;padding:4px}.player-chip-name,.player-chip-signout{display:none}}
