:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#000}body{display:flex}#app,#game{width:100%;height:100%}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;color:#ffffffde}button:hover{border-color:#646cff}button:disabled{opacity:.5;cursor:not-allowed}#login-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#1a1a2e,#000)}#login-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;min-width:320px;max-width:440px;width:90%;text-align:center}#login-box h1{font-size:1.8rem;margin-bottom:.25rem}#login-box p{color:#fff9;font-size:.95rem}#email-input{width:100%;padding:.75em 1em;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#fff;font-size:1rem;outline:none;transition:border-color .2s}#email-input:focus{border-color:#646cff}#send-btn{width:100%;padding:.75em;background:#646cff;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s}#send-btn:hover:not(:disabled){background:#535bf2}#send-btn:disabled{opacity:.5;cursor:not-allowed}#login-message{font-size:.9rem;color:#ffffffb3;line-height:1.5}#login-message a{color:#7ee8fa}#home-screen{width:100%;height:100%;display:flex;flex-direction:column;background:radial-gradient(ellipse at center,#1a1a2e,#000);overflow-y:auto}#home-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}#home-header h1{font-size:1.5rem}#home-actions{display:flex;gap:.75rem;align-items:center}#stories-list{display:flex;flex-wrap:wrap;gap:1.5rem;padding:2rem;align-content:flex-start}.loading-text{color:#fff6;font-size:1rem;width:100%}.story-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;width:280px;transition:border-color .2s}.story-card:hover{border-color:#646cff80}.story-card h2{font-size:1.1rem}.story-card p{font-size:.9rem;color:#ffffff8c;flex:1}.play-btn{background:#646cff;border:none;color:#fff;font-weight:600;padding:.6em 1em;margin-top:auto;transition:background .2s}.play-btn:hover{background:#535bf2;border-color:transparent}#add-story-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#1a1a2e,#000);overflow-y:auto}#add-story-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;width:90%;max-width:600px}#add-story-box h1{font-size:1.5rem}#add-story-box input,#add-story-box textarea{width:100%;padding:.75em 1em;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#fff;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s;resize:vertical}#add-story-box input:focus,#add-story-box textarea:focus{border-color:#646cff}#add-story-box textarea{min-height:200px;font-family:monospace}#add-story-actions{display:flex;gap:.75rem;justify-content:flex-end}#save-btn{background:#646cff;border:none;color:#fff;font-weight:600;transition:background .2s}#save-btn:hover:not(:disabled){background:#535bf2;border-color:transparent}#add-story-message{font-size:.9rem;color:#ff6464}#game{display:flex;flex-direction:column;width:100%;height:100%}#game-main{display:flex;flex:1;min-height:0}#scene-container{position:relative;flex:1;min-width:0;overflow:hidden;background:#000}#bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}#scene-image{position:absolute;bottom:0;left:50%;transform:translate(-50%);max-height:100%;max-width:100%;object-fit:contain;z-index:2}#choices-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3}#choices-overlay button{position:absolute;pointer-events:all;transform:translate(-50%,-50%)}#side-bar{width:60px;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex-shrink:0}#side-bar button{padding:.4em .5em;font-size:1.1rem;background:transparent;border:1px solid rgba(255,255,255,.15);width:42px}#side-bar #logout-btn:hover{border-color:#ff6464}#controls-bar{height:8%;min-height:56px;background:#000;display:flex;align-items:center;gap:0;padding:0;flex-shrink:0}#controls-left{display:flex;align-items:center;padding:0 12px;flex-shrink:0}#audio-main-controls{display:flex;align-items:center;gap:8px}#seek-bar{width:180px}#volumes{display:flex;flex-direction:column;gap:2px}.volume-row{display:flex;align-items:center;gap:4px}.volume-row span{font-size:.85rem}.volume-row input[type=range]{width:70px}#subtitles-btn{padding:.4em .6em;font-size:.9rem;font-weight:600;background:transparent;border:1px solid rgba(255,255,255,.15)}#subtitles-area{flex:1;display:flex;align-items:center;padding:0 16px;color:#fff;font-size:1rem;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.9);overflow:hidden}
