:root{color-scheme:dark;--bg: #0c0e12;--bg-elevated: #141822;--text: #e8e6e1;--muted: #8a8796;--accent: #c4b5a0;--border: #2a3142;--focus: #7d9bc4;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100dvh}#root{min-height:100dvh}a{color:var(--accent)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}.welcome{min-height:100dvh;display:grid;place-items:center;padding:1.5rem;position:relative;overflow:hidden}.welcome__glow{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle at 40% 35%,rgba(196,181,160,.12),transparent 55%);pointer-events:none}.welcome__card{position:relative;max-width:28rem;padding:2rem 2.25rem;border-radius:1rem;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 24px 80px #00000059}.welcome__eyebrow{margin:0 0 .5rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.welcome__title{margin:0 0 1rem;font-size:1.75rem;font-weight:600;letter-spacing:-.02em}.welcome__lead{margin:0 0 1.5rem;color:var(--muted);font-size:1rem}.welcome__cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.4rem;border-radius:.5rem;background:var(--accent);color:#141822;font-weight:600;text-decoration:none;border:none;cursor:pointer}.welcome__cta:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.welcome__hint{margin:1.25rem 0 0;font-size:.8rem;color:var(--muted)}.page-narrow{max-width:24rem;margin:0 auto;padding:2rem 1.25rem}.page-narrow__title{margin:0 0 .75rem;font-size:1.35rem}.page-narrow__text{margin:0 0 1.25rem;color:var(--muted)}.back-link{display:inline-block;margin-bottom:1.25rem;font-size:.9rem;text-decoration:none}.back-link:hover{text-decoration:underline}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font:inherit;cursor:pointer}.primary-button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.primary-button:disabled{opacity:.45;cursor:not-allowed}.shell{min-height:100dvh;display:flex;flex-direction:column}.shell__header{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg-elevated)}.shell__brand{font-weight:600;text-decoration:none;color:var(--text);margin-right:auto}.shell__nav{display:flex;gap:.5rem}.shell__link{padding:.35rem .65rem;border-radius:.35rem;text-decoration:none;color:var(--muted);font-size:.9rem}.shell__link:hover{color:var(--text)}.shell__link--active{color:var(--text);background:#c4b5a01f}.shell__out{margin-left:auto;padding:.35rem .65rem;border-radius:.35rem;border:1px solid var(--border);background:transparent;color:var(--muted);font:inherit;cursor:pointer}.shell__out:hover{color:var(--text)}.shell__main{flex:1;padding:1.25rem}.chat-shell{max-width:42rem;margin:0 auto}.chat-shell__panel{display:flex;flex-direction:column;gap:1rem;min-height:60dvh}.chat-shell__toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem 1rem}.chat-shell__status{margin:0;font-size:.95rem;color:var(--muted);flex:1;min-width:10rem}.chat-shell__new-dialog{flex-shrink:0;padding:.35rem .75rem;border-radius:.4rem;border:1px solid var(--border);background:transparent;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer}.chat-shell__new-dialog:hover:not(:disabled){color:var(--text);border-color:var(--accent)}.chat-shell__new-dialog:disabled{opacity:.45;cursor:not-allowed}.chat-shell__placeholder{flex:1;padding:1.25rem;border-radius:.75rem;border:1px dashed var(--border);color:var(--muted);font-size:.95rem}.chat-shell__meta{margin-top:1rem;font-size:.85rem}.chat-shell__meta code{font-size:.8rem;word-break:break-all}.chat-shell__thread{flex:1;min-height:12rem;max-height:min(50dvh,28rem);overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.25rem .15rem .5rem}.chat-shell__thread-empty{margin:0;font-size:.9rem;padding:.5rem 0}.chat-shell__bubble{margin:0;padding:.75rem .9rem;border-radius:.65rem;border:1px solid var(--border)}.chat-shell__bubble-label{margin:0 0 .3rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.chat-shell__bubble-text{margin:0;white-space:pre-wrap;font-size:.95rem}.chat-shell__bubble--user{align-self:flex-end;max-width:92%;background:#7d9bc41f;border-color:#7d9bc440}.chat-shell__bubble--assistant{align-self:flex-start;max-width:92%;background:#c4b5a014}.chat-shell__bubble--error{align-self:stretch;border-color:#c98a7b73;background:#c98a7b14}.chat-shell__bubble--error .chat-shell__bubble-label{color:#c98a7b}.chat-shell__bubble--error .chat-shell__bubble-text{color:#e8c4bc}.chat-shell__composer{display:flex;flex-direction:column;gap:.65rem}.chat-shell__composer textarea{width:100%;resize:vertical;min-height:5rem;padding:.65rem .75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit}.chat-shell__composer textarea:focus-visible{outline:2px solid var(--focus);outline-offset:1px}
