:root{color-scheme:dark light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#17151f;color:#f5eef8;--surface: #242031;--surface-2: #302a3f;--accent: #e7a7b8;--accent-2: #82c7bd;--text: #f7f1f7;--muted: #cfc2d5;--danger: #ffb0a6}@media(prefers-color-scheme:light){:root{background:#f8f3f7;color:#251d2d;--surface: #fff9fd;--surface-2: #ece3f0;--text: #251d2d;--muted: #5d5363}}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,rgba(231,167,184,.16),transparent 30%),var(--background, #17151f);color:var(--text)}button,input,textarea,select{font:inherit}button,.file-button{min-height:44px;border:0;border-radius:8px;padding:.75rem .9rem;background:var(--surface-2);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:.4rem}button.active,button:focus-visible,.file-button:focus-within{outline:2px solid var(--accent)}input,textarea,select{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:.7rem .8rem;background:#ffffff14;color:var(--text)}textarea{min-height:96px;resize:vertical}.prompt-box{min-height:240px}.app-shell{min-height:100vh;padding-bottom:calc(78px + env(safe-area-inset-bottom))}.screen{width:min(760px,100%);margin:0 auto;padding:calc(18px + env(safe-area-inset-top)) 16px 16px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.topbar span{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted)}.character-stage{position:relative;display:grid;place-items:center;min-height:min(58vh,560px);margin:1rem 0;overflow:hidden}.character-stage img,.character-stage video,.character-placeholder{width:min(82vw,430px);aspect-ratio:3 / 4;object-fit:cover;border-radius:8px;box-shadow:0 24px 70px #00000057}.character-placeholder{display:grid;place-items:center;font-size:4rem;background:linear-gradient(145deg,#3b344f,#1f3340)}.character-stage.speaking img,.character-stage.speaking .character-placeholder{animation:speak 1.7s ease-in-out infinite}.audio-glow{position:absolute;bottom:42px;width:48%;height:10px;border-radius:999px;background:var(--accent-2);opacity:0;filter:blur(12px)}.speaking .audio-glow{opacity:.7}.state-label{position:absolute;bottom:10px;min-height:32px;padding:.35rem .7rem;border-radius:999px;background:#00000073}.subtitle,.panel,.notice,.memory-card{background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin:.85rem 0}.subtitle{min-height:84px;font-size:1.1rem;line-height:1.7}.controls,.composer,.button-row{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.controls button:first-child{width:64px;height:64px;border-radius:999px;background:var(--accent);color:#231722}.composer{flex-wrap:nowrap}.composer button{width:54px;flex:0 0 auto}label{display:grid;gap:.35rem;margin:.85rem 0;color:var(--muted)}.checkbox{grid-template-columns:24px 1fr;align-items:start}.checkbox input{width:20px;min-height:20px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);gap:.25rem;padding:.45rem .45rem calc(.45rem + env(safe-area-inset-bottom));background:#14121ceb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bottom-nav button{min-width:0;flex-direction:column;font-size:.78rem;padding:.45rem .2rem}.bottom-nav svg,button svg{width:20px;height:20px}.toast{position:fixed;z-index:10;left:12px;right:12px;top:calc(12px + env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem;border-radius:8px;background:#4a2530;color:#fff4f4;box-shadow:0 12px 42px #00000059}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes speak{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.018)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;scroll-behavior:auto!important}}
