*,:before,:after{box-sizing:border-box}html,body{background:#050814;width:100%;height:100%;margin:0;font-family:Segoe UI,system-ui,sans-serif;overflow:hidden}#app{width:100%;height:100%}#app canvas{width:100%;height:100%;display:block}.speech-bubble{color:#e8edf5;pointer-events:auto;z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c121cf0;border:1px solid #f0b42947;border-radius:14px;width:min(300px,100vw - 2rem);padding:.85rem 1rem .7rem;transition:opacity .15s;position:fixed;top:0;left:0;transform:translate(-50%,calc(-100% - 14px));box-shadow:0 14px 40px #00000080}.speech-bubble[hidden]{opacity:0;pointer-events:none;visibility:hidden!important;display:block!important}.speech-bubble__close{color:#8b9cb3;cursor:pointer;background:0 0;border:none;padding:.2rem .35rem;font-size:1.15rem;line-height:1;position:absolute;top:.4rem;right:.5rem}.speech-bubble__close:hover{color:#f0b429}.speech-bubble__name{color:#f0b429;margin:0 1.4rem .2rem 0;font-size:1.05rem;font-weight:700}.speech-bubble__meta{color:#c0cad8;margin:0 0 .1rem;font-size:.82rem}.speech-bubble[data-prototype="1"] .speech-bubble__meta{color:#8ec8b8}.speech-bubble__barrio{color:#7be7d4;margin:0 0 .25rem;font-size:.78rem}.speech-bubble__ai{letter-spacing:.02em;text-transform:uppercase;color:#6a7688;margin:0 0 .55rem;font-size:.68rem}.speech-bubble__ai--on{color:#7be7d4}.speech-bubble__ai--off{color:#e07070}.speech-bubble__chat{flex-direction:column;gap:.4rem;max-height:200px;margin-bottom:.45rem;display:flex;overflow-y:auto}.speech-bubble__line{color:#f2efe8;background:#f0b4291a;border-left:3px solid #f0b429a6;border-radius:0 8px 8px 0;margin:0;padding:.45rem .6rem;font-size:.9rem;line-height:1.35;animation:.22s bubble-in}.speech-bubble__line--me{background:#5a8cc82e;border-left-color:#78b4ffbf;align-self:flex-end}.speech-bubble__line--sys{color:#7a8698;background:0 0;border-left:none;padding:.15rem .2rem;font-size:.75rem}.speech-bubble__line--credit{text-align:center;color:#f0d9a0;max-width:100%;font-size:.78rem;line-height:1.45}.speech-bubble__line--credit a{color:#7dffa8;text-underline-offset:2px;font-weight:600;text-decoration:underline}.speech-bubble__line--credit a:hover{color:#b6ffd0}.speech-bubble__form{gap:.35rem;margin:0 0 .35rem;display:flex}.speech-bubble__input{color:#f2efe8;background:#00000059;border:1px solid #f0b42959;border-radius:8px;outline:none;flex:1;min-width:0;padding:.45rem .55rem;font-size:.88rem}.speech-bubble__input:focus{border-color:#f0b429bf}.speech-bubble__input::placeholder{color:#6a7688}.speech-bubble__send{color:#1a1408;cursor:pointer;background:#f0b429;border:none;border-radius:8px;padding:.45rem .65rem;font-size:.8rem;font-weight:700}.speech-bubble__send:hover{filter:brightness(1.08)}.speech-bubble__send:disabled{opacity:.5;cursor:wait}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.speech-bubble__footer{color:#6a7688;margin:.65rem 0 0;font-size:.65rem;line-height:1.3}.speech-bubble__footer a{color:#f0b429;text-decoration:none}.speech-bubble__footer a:hover{text-decoration:underline}.speech-bubble__tail{will-change:left;background:#0c121cf0;border-bottom:1px solid #f0b42947;border-right:1px solid #f0b42947;width:14px;height:14px;margin-left:-7px;position:absolute;bottom:-8px;left:50%;transform:rotate(45deg)}.hud-hint{color:#e8e4dc;pointer-events:none;z-index:5;background:#080a14b8;border:1px solid #ffffff14;border-radius:6px;margin:0;padding:.45rem .7rem;font-size:.78rem;position:fixed;bottom:1rem;left:1rem}.hud-cine{letter-spacing:.02em;color:#f7f0e8;cursor:pointer;z-index:6;background:#120c1cd1;border:1px solid #ff2d6a73;border-radius:8px;margin:0;padding:.5rem .85rem;font-size:.8rem;font-weight:600;transition:background .15s,box-shadow .15s;position:fixed;bottom:3.1rem;left:1rem}.hud-cine:hover{background:#281228e6;box-shadow:0 0 16px #ff2d6a40}.hud-cine.is-active{background:#ff2d6a38;border-color:#2de2e68c;box-shadow:0 0 18px #2de2e633}.hud-attrib{color:#c8c8d28c;pointer-events:none;z-index:5;margin:0;font-size:.65rem;position:fixed;bottom:.65rem;right:.75rem}.controls-intro{z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0408129e;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.controls-intro__card{color:#e8edf5;background:#0c121cf5;border:1px solid #2de2e659;border-radius:14px;width:min(380px,100%);padding:1.35rem 1.4rem 1.2rem;box-shadow:0 18px 48px #0000008c}.controls-intro__kicker{letter-spacing:.12em;text-transform:uppercase;color:#2de2e6;margin:0 0 .35rem;font-size:.68rem;font-weight:700}.controls-intro__title{letter-spacing:.01em;color:#f5f0e8;margin:0 0 .35rem;font-size:1.15rem;font-weight:700}.controls-intro__sub{color:#9aa8bc;margin:0 0 .85rem;font-size:.86rem;line-height:1.4}.controls-intro__list{color:#d5dce8;gap:.45rem;margin:0 0 1.15rem;padding:0 0 0 1.1rem;font-size:.92rem;line-height:1.35;display:grid}.controls-intro__btn{color:#0a1018;cursor:pointer;background:#2de2e6;border:none;border-radius:8px;width:100%;margin:0;padding:.65rem 1rem;font-size:.9rem;font-weight:600;display:block}.controls-intro__btn:hover{background:#5aebef}.controls-intro__btn:focus-visible{outline-offset:2px;outline:2px solid #f0b429}.landmark-tooltip{z-index:20;color:#f5f0e8;pointer-events:none;white-space:nowrap;background:#0c0e18e6;border:1px solid #2de2e673;border-radius:6px;padding:.35rem .6rem;font-size:.78rem;font-weight:600;position:fixed;box-shadow:0 4px 16px #00000059}.landmark-tooltip[hidden]{display:none!important}.landmark-panel{z-index:22;color:#e4eaf4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e16f5;border:1px solid #2de2e659;border-radius:12px;width:min(380px,100vw - 1rem);max-height:calc(100vh - 1.5rem);margin:.75rem;padding:1.1rem 1.15rem 1.25rem;font-family:Segoe UI,system-ui,sans-serif;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:0 18px 48px #0000008c}.landmark-panel[hidden]{display:none!important}.landmark-panel__close{color:#8b9cb3;cursor:pointer;background:0 0;border:none;font-size:1.35rem;line-height:1;position:absolute;top:.45rem;right:.55rem}.landmark-panel__close:hover{color:#2de2e6}.landmark-panel__kind{letter-spacing:.12em;color:#2de2e6;margin:0 0 .15rem;font-size:.68rem;font-weight:700}.landmark-panel__title{color:#f5f7fb;margin:0 1.6rem .45rem 0;font-size:1.25rem;font-weight:700;line-height:1.25}.landmark-panel__year{letter-spacing:.02em;color:#e8c86a;margin:0 0 .55rem;font-size:.92rem;font-weight:600}.landmark-panel__summary{color:#c5cedc;margin:0 0 .85rem;font-size:.88rem;line-height:1.45}.landmark-panel__h{letter-spacing:.08em;text-transform:uppercase;color:#8b9cb3;margin:.75rem 0 .35rem;font-size:.72rem}.landmark-panel__history{color:#d5dde8;margin:0;font-size:.84rem;line-height:1.5}.landmark-panel__facts{color:#c5cedc;margin:.25rem 0 0;padding-left:1.1rem;font-size:.82rem;line-height:1.45}.landmark-panel__facts li{margin-bottom:.25rem}.landmark-panel__links{flex-direction:column;gap:.4rem;margin-top:1rem;display:flex}.landmark-panel__wiki,.landmark-panel__src{color:#7eb8ff;font-size:.82rem;text-decoration:none}.landmark-panel__wiki:hover,.landmark-panel__src:hover{color:#2de2e6;text-decoration:underline}.landmark-panel__wiki{font-weight:700}.mobile-pad{z-index:8;touch-action:none;-webkit-user-select:none;user-select:none;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:4px;width:132px;height:132px;display:grid;position:fixed;bottom:5.5rem;left:.75rem}.mobile-pad[hidden]{display:none!important}.mobile-pad__btn{color:#f0f4ffeb;-webkit-backdrop-filter:blur(8px);background:#0a0e189e;border:1px solid #ffffff29;border-radius:12px;margin:0;padding:0;font-size:1.05rem;line-height:1;box-shadow:0 4px 14px #00000059}.mobile-pad__btn.is-active{background:#ff2d6a59;border-color:#2de2e68c}.mobile-pad__up{grid-area:1/2}.mobile-pad__left{grid-area:2/1}.mobile-pad__down{grid-area:2/2}.mobile-pad__right{grid-area:2/3}@media (width<=640px){.speech-bubble{width:min(280px,100vw - 1.5rem)}.speech-bubble--docked{max-width:100%;max-height:min(58vh,420px);padding:.75rem .85rem calc(.75rem + env(safe-area-inset-bottom,0px));z-index:30;border-radius:16px 16px 0 0;transform:none;width:100%!important;inset:auto 0 0!important}.speech-bubble--docked .speech-bubble__chat{max-height:min(28vh,200px)}.speech-bubble--docked .speech-bubble__input{min-height:44px;font-size:16px}.speech-bubble--docked .speech-bubble__send{min-height:44px;padding:.5rem .9rem}.speech-bubble--docked .speech-bubble__tail{display:none}.landmark-panel{border-radius:14px 14px 0 0;width:calc(100vw - 1rem);max-height:min(70vh,520px);margin:.5rem;inset:auto 0 0}.controls-intro{align-items:flex-end;padding:.75rem}.controls-intro__card{width:100%;max-height:min(85vh,560px);padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));overflow-y:auto}.controls-intro__btn{min-height:48px;font-size:1rem}.hud-cine{top:.75rem;bottom:auto;left:.75rem}.hud-hint{font-size:.72rem;bottom:.65rem;left:.75rem;right:.75rem}.hud-attrib{display:none}.mobile-pad{bottom:6.5rem}}
