.app{background:var(--color-surface);flex-direction:column;max-width:520px;height:100svh;margin-inline:auto;display:flex;position:relative;overflow:hidden}.topbar{z-index:30;flex:none;position:relative}.header{min-height:40px;padding:.25rem .5rem;padding-top:max(.25rem, env(safe-area-inset-top));background:var(--color-surface-raised);z-index:20;border-bottom:1px solid #0006;flex:none;justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:relative}.header__menu-button{cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.5rem .25rem;font-size:.95rem}.header__actions{align-items:center;gap:.25rem;display:flex}.header__icon-button{cursor:pointer;color:var(--color-text-muted);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.15rem;padding:.35rem .5rem;font-size:.85rem;line-height:1;display:inline-flex}.header__icon-button:hover{color:var(--color-text)}.header__icon-button[data-off=true]{opacity:.5}.header__icon-label{font-size:.75rem}.chapter-menu{z-index:30;background:var(--color-surface-raised);border-bottom:1px solid #0006;max-height:calc(100svh - 80px);position:absolute;top:100%;left:0;right:0;overflow-y:auto}.chapter-menu__list{margin:0;padding:0;list-style:none}.chapter-menu__item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff14;align-items:center;gap:.6rem;width:100%;padding:.85rem 1rem;font-size:.95rem;display:flex}.chapter-menu__item[data-current=true]{color:var(--color-accent);font-weight:600}.chapter-menu__icon{flex:0 0 1.25rem}.scene{background:#000;flex:1 1 0;min-height:0;position:relative;overflow:hidden}.scene canvas{width:100%;height:100%;display:block}.dialog{flex:none;align-items:flex-end;gap:.5rem;padding:.5rem .6rem 0;display:flex}.dialog__mascot{flex:0 0 52px}.dialog__mascot img{width:52px;height:auto}.dialog__bubble{color:#1f1f1f;text-align:left;cursor:pointer;background:#fff;border:none;border-radius:14px;flex:auto;align-items:center;min-width:0;min-height:52px;max-height:30svh;padding:.7rem .9rem;display:flex;position:relative;overflow-y:auto}.dialog__bubble:after{content:"";border-block:7px solid #0000;border-right:10px solid #fff;position:absolute;bottom:16px;left:-9px}.dialog__text{overflow-wrap:anywhere;margin:0;font-size:.95rem;line-height:1.4}.actions{flex-wrap:wrap;flex:none;justify-content:center;gap:.6rem;padding:.7rem .6rem;display:flex}.actions__button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #ffffff26;border-radius:10px;flex:0 auto;min-width:8rem;padding:.9rem 1.1rem;font-size:1.05rem;font-weight:600}.actions__button:disabled{opacity:.45;cursor:default}.product{margin:0 .5rem;margin-bottom:max(.5rem, env(safe-area-inset-bottom));background:var(--color-surface-raised);color:inherit;border:1px solid #ffffff14;border-radius:12px;flex:none;align-items:center;gap:.7rem;padding:.5rem .7rem;text-decoration:none;display:flex}.product__image{background:#fff;border-radius:6px;flex:0 0 56px;justify-content:center;align-items:center;height:56px;display:flex;overflow:hidden}.product__image img{object-fit:contain;max-width:90%;max-height:90%}.product__text{flex-direction:column;flex:auto;min-width:0;display:flex}.product__title{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.product__subtitle{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.product__arrow{color:var(--color-text-muted);flex:none}@media (max-height:480px){.dialog__bubble{min-height:40px;max-height:40svh;padding:.5rem .7rem}.dialog__mascot{flex-basis:40px}.dialog__mascot img{width:40px}.actions{padding:.45rem .6rem}.actions__button{padding:.6rem .9rem;font-size:.95rem}.product{display:none}}@media (max-width:360px){.actions__button{min-width:6.5rem;font-size:.95rem}.header__icon-label{display:none}}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.scene-wrapper{flex:1 1 0;min-height:0;display:flex;position:relative}.scene-wrapper .scene{flex:auto}.loader{color:var(--color-text-muted);background:#000;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;font-size:.85rem;display:flex;position:absolute;inset:0}.loader__bar{background:#ffffff1f;border-radius:2px;width:60%;height:3px;overflow:hidden}.loader__fill{background:var(--color-accent);height:100%;transition:width .15s linear;display:block}.app--message{text-align:center;justify-content:center;align-items:center;gap:.5rem;padding:1rem}.app__detail{color:var(--color-text-muted);font-size:.85rem}.header__lang{color:var(--color-text-muted);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:.3rem .35rem;font-size:.8rem}.toast{max-width:90%;color:var(--color-text);text-align:center;pointer-events:none;background:#000000d0;border-radius:10px;padding:.6rem .9rem;font-size:.85rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}:root{--color-surface:#1a1a1a;--color-surface-raised:#2a2a2a;--color-text:#f2f2f2;--color-text-muted:#9a9a9a;--color-accent:#c2703a;--font-ui:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--color-surface);color:var(--color-text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;overscroll-behavior:none}#root{height:100%}img{max-width:100%;display:block}button{font:inherit;color:inherit}.app-shell{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;padding:1rem;display:flex}.app-shell p{color:var(--color-text-muted)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
