#root{min-height:100vh}:root{color:#e7e7ef;background:#090b12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:#e7e7ef;background:#1e1e1e;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{min-height:100vh;display:flex}.login-page{justify-content:center;align-items:center;padding:24px}.workspace-page{justify-content:stretch;align-items:stretch;padding:0}.login-shell{background:#0f172af5;border:1px solid #94a3b81f;border-radius:24px;width:min(1200px,100%);box-shadow:0 38px 80px #0f172a73}.workspace{background:#1e1e1e;flex-direction:column;width:100%;min-height:100vh;display:flex}.login-card,.modal-card{flex-direction:column;gap:18px;padding:32px;display:flex}.login-card{max-width:460px;margin:0 auto}.login-brand{color:#38bdf8;letter-spacing:.24em;text-transform:uppercase;font-size:.85rem;font-weight:700}.login-card h1,.modal-card h2,.workspace-label{margin:0}.login-card h1{letter-spacing:-.04em;font-size:clamp(2rem,2.5vw,2.6rem)}.login-description,.modal-description,.editor-meta,.sidebar-subtitle{color:#94a3b8;margin:0}.text-control{color:#ccc;background:#1e1e1e;border:1px solid #3c3c3c;border-radius:4px;outline:none;width:100%;min-height:34px;padding:.55rem .7rem}.text-control:focus-visible{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa24}.action-button,.button-secondary{border:none;border-radius:4px;min-height:32px;padding:0 .85rem;font-weight:600}.action-button{color:#fff;background:#0e639c}.action-button:disabled{opacity:.55;cursor:not-allowed}.button-secondary{color:#ccc;background:#2d2d30}.button-secondary:hover,.action-button:hover{filter:brightness(1.05)}.workspace-header{background:#181818;border-bottom:1px solid #2b2b2b;justify-content:space-between;align-items:center;gap:16px;min-height:36px;padding:0 12px;display:flex}.workspace-label{color:#ccc;text-transform:uppercase;letter-spacing:.18em;font-size:.68rem;font-weight:700}.workspace-header h1{margin:0;font-size:clamp(1.75rem,2.25vw,2.6rem)}.workspace-body{flex:1;grid-template-columns:292px minmax(0,1fr);min-height:0;display:grid}.sidebar{background:#202124;border-right:1px solid #2b2b2b;flex-direction:column;gap:14px;min-height:0;padding:14px 10px;display:flex}.sidebar-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sidebar-header h2{color:#f3f3f3;margin:0;font-size:.96rem;font-weight:650}.sidebar-subtitle{margin-top:4px;font-size:.82rem}.sidebar-search{width:100%}.sidebar-list{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow-y:auto}.file-item{text-align:left;color:#ccc;background:0 0;border:1px solid #0000;border-radius:5px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2px;width:100%;padding:8px 9px 8px 12px;display:flex;position:relative}.file-item:hover,.file-item.selected{background:#2b2d31;border-color:#0000}.file-item.selected:before{content:"";background:#4fc1ff;border-radius:999px;width:3px;position:absolute;inset:6px auto 6px 0}.file-name{color:#e8e8e8;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.file-item small{color:#8d99ae;margin-left:0;font-size:.74rem}.sidebar-actions{gap:8px;padding-top:4px;display:flex}.sidebar-actions button{flex:1}.editor-panel{background:#1e1e1e;flex-direction:column;gap:0;min-height:0;padding:0;display:flex}.editor-header{background:#2d2d30;border-bottom:1px solid #252526;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:0 14px;display:flex}.editor-header h2{color:#fff;margin:0;font-size:.95rem;font-weight:650}.editor-meta{font-size:.82rem}.status-pill{border-radius:4px;padding:.25rem .5rem;font-size:.78rem;font-weight:600}.status-pill.saved{color:#a7f3d0;background:#10b98126}.status-pill.unsaved{color:#fcd34d;background:#fbbf2429}.editor-body{flex:1;min-height:0;padding:14px}.editor-textarea{color:#d4d4d4;resize:vertical;background:#1e1e1e;border:1px solid #0000;border-radius:0;width:100%;height:100%;min-height:0;padding:.9rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95rem;line-height:1.6}.placeholder{color:#94a3b8;padding:18px}.panel-error,.login-error{color:#fecaca;background:#f871711f;border:1px solid #f8717129;border-radius:8px;padding:10px 12px}.panel-info,.login-info{color:#bfdbfe;background:#93c5fd1f;border:1px solid #93c5fd29;border-radius:8px;padding:10px 12px}.modal-backdrop{background:#0000008c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{background:#0f172afa;border:1px solid #94a3b81a;border-radius:24px;width:min(460px,100%);box-shadow:0 24px 80px #0f172aa6}.modal-actions{justify-content:flex-end;gap:12px;display:flex}@media (width<=980px){.workspace-body{grid-template-columns:1fr}.workspace-header,.sidebar,.editor-panel{padding:20px}.editor-textarea{min-height:52vh}}
