:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f4f0e7;background:#101419;--surface: #171c22;--surface-2: #1d242b;--surface-3: #252e35;--line: #38424b;--muted: #a9aca9;--gold: #e6bd70;--green: #83c89a;--red: #e47f83;--blue: #79bce7}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 72% 0,rgba(126,92,46,.18),transparent 34rem),#101419}button,input,textarea,select{font:inherit;letter-spacing:0}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 13px;border:1px solid #59675e;border-radius:6px;background:#303c36;color:#f7f2e8;font-weight:700;cursor:pointer;text-decoration:none}button:hover{border-color:var(--gold)}button:disabled{opacity:.45;cursor:default}button.ghost,.button.ghost{background:transparent;border-color:var(--line)}button.danger{background:#66393d;border-color:#915157}button.icon{width:40px;padding:0}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:6px;background:#13181e;color:#f3efe7;padding:10px 12px;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--gold);box-shadow:0 0 0 2px #e6bd701f}textarea{resize:vertical}label{display:grid;gap:6px;font-size:13px;color:#c8c5bb}h1,h2,h3,p{margin-top:0}h1{font-size:28px;margin-bottom:4px}h2{font-size:18px}.muted,.user-header p,.room-header p,.room-row p{color:var(--muted);font-size:13px}.pill{display:inline-flex;padding:4px 9px;border-radius:999px;background:#2a3137;font-size:12px}.pill.good{background:#264533;color:#abe0b9}.header-actions,.section-heading,.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.user-shell{max-width:1180px;margin:auto;padding:30px 18px 50px}.user-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.login-panel{width:min(560px,100%);margin:10vh auto 0;padding:24px;border:1px solid var(--line);background:#171c22f2}.login-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin:22px 0 12px}.lobby-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px}.room-list-panel,.create-panel{border:1px solid var(--line);background:#171c22f2;padding:18px}.create-panel{display:grid;align-content:start;gap:14px}.room-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 0;border-top:1px solid #2c343b}.room-row strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.room-row p{margin:5px 0 0}.empty-state{min-height:260px;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted)}.error{color:#ffb0b3}.global-toast{position:fixed;right:18px;bottom:18px;padding:11px 15px;background:#59363a;border:1px solid #94545a}.voice-shell{width:min(1360px,calc(100vw - 32px));height:100vh;margin:0 auto;padding:18px 0;overflow:hidden}.voice-panel{border:1px solid var(--line);border-radius:8px;background:#16181ed1}.voice-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;height:54px;margin-bottom:12px}.voice-topbar h1{margin:0;font-size:24px}.voice-header-actions{display:flex;gap:10px;align-items:center}.voice-header-actions button.secondary{background:#2c3634;color:#f3f0e8;border-color:#ffffff29}.voice-status{color:var(--muted);font-size:14px}.voice-tag{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:2px 7px;color:var(--muted);font-size:12px;white-space:nowrap}.voice-room-shell{display:grid;grid-template-rows:minmax(0,1fr) 240px;gap:12px;height:calc(100vh - 84px);min-height:0}.voice-play-area{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;min-height:0}.voice-text-panel{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;overflow:hidden}.voice-panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px 0}.voice-panel-header h2{margin:0;font-size:18px}.voice-panel-body{padding:8px 10px 10px}.voice-text-log{min-height:0;overflow:auto;padding:14px;display:grid;align-content:start;gap:8px;transition:margin-right .18s ease}.voice-line-message{display:grid;grid-template-columns:92px minmax(0,1fr) 54px;gap:10px;align-items:start;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:14px;line-height:1.5}.voice-line-message .speaker{color:var(--blue);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-line-message.gm .speaker,.voice-line-message.gm-notice .speaker,.voice-line-message.scene-update .speaker{color:var(--gold)}.voice-line-message.system .speaker,.voice-line-message.roll .speaker{color:var(--green)}.voice-line-message .text{overflow-wrap:anywhere;white-space:pre-wrap}.voice-line-message .text p{margin:0}.voice-line-message time{color:var(--muted);font-size:12px;text-align:right}.voice-line-message.private-roll{border-color:#d9828247}.voice-attachment{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:7px}.voice-attachment span{margin-right:auto}.voice-attachment button{min-height:30px;height:30px;padding:0 10px}.voice-chat-form{display:grid;grid-template-columns:minmax(0,1fr) 42px auto;gap:10px;padding:0 14px 14px;transition:margin-right .18s ease}.voice-chat-form input{height:42px}.voice-chat-form>button{height:42px}.voice-icon-button{width:24px;height:24px;min-height:24px;padding:0;display:grid;place-items:center}.voice-chat-form .voice-icon-button{width:42px;height:42px;cursor:pointer}.voice-chat-form .voice-icon-button input{display:none}.voice-side-stack{display:grid;grid-template-rows:auto auto;align-content:start;gap:8px;min-height:0;overflow-y:auto;scrollbar-width:none}.voice-side-stack::-webkit-scrollbar{display:none}.voice-side-stack .voice-panel-header{padding:8px 10px 0}.voice-side-stack input:not([type=checkbox]),.voice-side-stack button{height:32px;min-height:32px}.voice-dice-display{width:100%;aspect-ratio:300/72;display:grid;place-items:center;margin-bottom:7px;border-radius:8px;background:#101419;color:var(--gold);font:700 20px ui-monospace,SFMono-Regular,Menlo,monospace}.voice-dice-form,.voice-gm-form{display:grid;gap:7px}.voice-check-row{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.voice-check-row input{width:16px;height:16px}.voice-gm-body{display:grid;gap:8px}.voice-gm-form textarea{min-height:48px;padding:8px 10px;resize:none}.voice-players-panel{position:relative;overflow:visible;z-index:3;min-height:0}.voice-players-grid{height:calc(100% - 44px);display:grid;grid-auto-flow:column;grid-auto-columns:minmax(136px,172px);gap:10px;overflow-x:auto;overflow-y:visible;padding:12px;scrollbar-width:none}.voice-players-grid::-webkit-scrollbar{display:none}.voice-avatar{position:relative;z-index:1;min-height:172px;padding:10px;overflow:visible;transition:border-color .14s ease,transform .14s ease}.voice-avatar.speaking{border-color:#62c6a6b8;transform:translateY(-1px)}.voice-face-wrap{position:relative;width:108px;height:108px;margin:2px auto 10px}.voice-default-face,.voice-avatar-canvas{width:108px;height:108px;border-radius:50%}.voice-default-face{position:relative;box-shadow:inset -18px -16px #371d192e}.voice-default-face .eye{position:absolute;top:40px;width:11px;height:11px;border-radius:50%;background:#151516}.voice-default-face .eye.left{left:32px}.voice-default-face .eye.right{right:32px}.voice-default-face .mouth{position:absolute;left:50%;top:66px;width:36px;height:7px;transform:translate(-50%);border-radius:999px;background:#3b1518;transition:height 90ms linear,top 90ms linear}.voice-avatar-name{display:flex;justify-content:space-between;gap:8px;align-items:center;font-weight:720}.voice-avatar-tools{position:absolute;right:-28px;top:8px;z-index:4;display:grid;gap:5px;opacity:0;pointer-events:none;transition:opacity .14s ease}.voice-avatar.local:hover .voice-avatar-tools,.voice-avatar.local:focus-within .voice-avatar-tools{opacity:1;pointer-events:auto}.voice-avatar-tools .muted{border-color:#d9828280;color:#f0c0c0}.voice-meter{height:6px;margin-top:10px;border-radius:99px;background:#ffffff1f;overflow:hidden}.voice-meter>div{height:100%;width:0;background:var(--green);transition:width 80ms linear}.voice-caption-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none}.voice-avatar-caption{position:fixed;width:min(240px,calc(100vw - 24px));max-height:calc(1.35em * 3 + 16px);padding:8px 10px;border:1px solid rgba(138,182,255,.48);border-radius:8px;background:#0d121cf5;font-size:13px;line-height:1.35;overflow:auto;transform:translate(-50%,-100%);pointer-events:none}.voice-avatar-caption:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;border-right:1px solid rgba(138,182,255,.48);border-bottom:1px solid rgba(138,182,255,.48);background:#0d121ceb;transform:translate(-50%) rotate(45deg)}.voice-subtitle-panel{position:absolute;right:14px;top:50px;bottom:66px;width:min(320px,calc(100% - 28px));overflow:hidden;z-index:4;opacity:.72;transform:translate(calc(100% + 18px));transition:opacity .16s ease,transform .18s ease;pointer-events:none}.voice-text-panel.subtitle-open .voice-subtitle-panel{opacity:.92;transform:translate(0);pointer-events:auto}.voice-text-panel.subtitle-open .voice-text-log,.voice-text-panel.subtitle-open .voice-chat-form{margin-right:334px}.voice-subtitle-toggle{width:30px;height:30px;min-height:30px;padding:0}.voice-subtitle-log{height:100%;overflow-y:auto;padding:12px;display:grid;align-content:start;gap:4px}.voice-subtitle-line{display:grid;grid-template-columns:96px minmax(0,1fr) 44px;gap:10px;align-items:start;color:var(--muted);font-size:12px;line-height:1.45}.voice-subtitle-line strong{color:#8ab6ffc7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-subtitle-line span{overflow-wrap:anywhere;white-space:pre-wrap}.voice-subtitle-line time{text-align:right}.modal-layer,.image-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#040608d1;display:grid;place-items:center;padding:18px}.picker-modal{width:min(900px,100%);max-height:88vh;overflow:auto;background:#171c22;border:1px solid #46515a;padding:17px}.picker-modal.mic-modal{width:min(520px,100%);display:grid;gap:16px}.mic-modal label span{color:var(--gold);font-family:ui-monospace,monospace}.avatar-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:14px}.avatar-option{display:grid;height:auto;background:#20272e;border-color:var(--line)}.avatar-option canvas,.default-face{width:100%;aspect-ratio:1;object-fit:contain;background:#11161b}.default-face{display:grid;place-items:center}.image-preview img{max-width:min(1100px,92vw);max-height:88vh;object-fit:contain}.image-preview button{position:fixed;right:20px;top:20px}@media(max-height:820px)and (min-width:821px){.voice-side-stack{gap:7px}.voice-side-stack .voice-panel-body{padding:7px 9px 9px}.voice-gm-form textarea{min-height:42px}.voice-side-stack input:not([type=checkbox]),.voice-side-stack button{height:30px;min-height:30px}}@media(max-width:900px){.lobby-grid{grid-template-columns:1fr}.login-form{grid-template-columns:1fr 1fr}.login-form button{grid-column:1/-1}.user-header{align-items:flex-start}}@media(max-width:820px){.voice-shell{width:min(100% - 24px,1360px);height:auto;min-height:100vh;overflow:visible}.voice-room-shell,.voice-play-area{grid-template-columns:1fr;grid-template-rows:none;height:auto}.voice-text-log{height:48vh}.voice-players-grid{height:230px}.voice-subtitle-panel{top:48px;bottom:72px;width:calc(100% - 28px)}.voice-text-panel.subtitle-open .voice-text-log,.voice-text-panel.subtitle-open .voice-chat-form{margin-right:0}}@media(max-width:560px){.user-shell{padding:12px 9px 30px}.user-header,.voice-topbar{display:block;height:auto}.voice-header-actions{margin-top:10px;justify-content:flex-start}.login-form{grid-template-columns:1fr}.room-row{align-items:flex-start}.room-row button{min-width:70px}h1{font-size:23px}.voice-chat-form{grid-template-columns:minmax(0,1fr) 42px}.voice-chat-form>button{grid-column:1/-1}.voice-line-message{grid-template-columns:72px minmax(0,1fr)}.voice-line-message time{display:none}}
