:root{--background:#0a0a0a;--text:#fff;--accent:#ffd000;--panel:#111;--sidebar:#050505;--surface:#181818;--input-background:#141414;--input-border:#2a2a2a}body{color:#fff;background-color:#0a0a0a;min-height:100vh;margin:0;font-family:sans-serif}button{color:#000;cursor:pointer;font:inherit;background:#ffd000;border:none;border-radius:8px;padding:.9rem 1rem}input,textarea,select{background:var(--input-background);color:var(--text);border:1px solid var(--input-border);font:inherit;border-radius:8px;padding:.9rem 1rem}input:focus,textarea:focus,select:focus{border-color:#ffd000;outline:none}#root{min-height:100vh}a{color:inherit;text-decoration:none}.home-page{justify-content:center;min-height:100vh;padding:2rem;display:flex}.home-shell{flex-direction:column;width:min(100%,860px);margin:auto 0 0;display:flex}.home-card{text-align:center;background:#111;border:1px solid #232323;border-radius:24px;width:min(100%,760px);margin:0 auto;padding:3rem}.home-kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1rem;font-weight:700}.home-card h1{margin:0;font-size:clamp(2.4rem,6vw,4.5rem)}.home-subtitle{color:#c8c8c8;margin:1rem 0 0;font-size:1.15rem}.home-features{margin-top:2.5rem}.home-features h2{margin:0 0 1rem;font-size:1.2rem}.home-features ul{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.home-features li{background:#161616;border:1px solid #232323;border-radius:12px;padding:.9rem 1rem}.home-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.home-button{color:#000;background:#ffd000;border-radius:8px;justify-content:center;align-items:center;min-width:140px;padding:.9rem 1.2rem;font-weight:700;display:inline-flex}.home-footer{text-align:center;border-top:1px solid #232323;width:100%;margin-top:2.5rem;padding:1.5rem 0}.home-footer-text{color:#8c8c8c;margin:0;font-size:.9rem}.home-footer-link{color:#ffd000;transition:color .2s,text-decoration-color .2s}.home-footer-link:hover{color:#ffe15a;text-decoration:underline}.auth-page{place-items:center;min-height:100vh;padding:2rem;display:grid}.auth-shell{gap:1rem;width:min(100%,420px);display:grid}.auth-back-button{color:var(--accent);background:0 0;justify-self:start;padding:0;font-size:.95rem;font-weight:600}.auth-back-button:hover{text-decoration:underline}.auth-card{background:#111;border:1px solid #232323;border-radius:16px;gap:1rem;width:min(100%,420px);padding:2rem;display:grid}.auth-card h1{margin:0 0 .5rem}.auth-error{color:#ff8a8a;margin:0}.auth-success{color:#a9ff9f;margin:0}.dashboard-page{grid-template-columns:320px minmax(0,1fr);min-height:100vh;display:grid}.chat-sidebar{background:var(--sidebar);border-right:1px solid #1f1f1f;grid-template-rows:auto 1fr;display:grid}.sidebar-header{border-bottom:1px solid #1a1a1a;padding:1.5rem}.sidebar-header h1,.chat-header h2{margin:0}.sidebar-header p,.chat-header p{color:#9f9f9f;margin:.35rem 0 0}.conversation-list{align-content:start;gap:.75rem;padding:1rem;display:grid}.sidebar-message{color:#9a9a9a;margin:0;padding:.25rem .25rem .5rem}.conversation-item{color:#fff;text-align:left;background:#101010;border:1px solid #1f1f1f;gap:.35rem;width:100%;padding:1rem;display:grid}.conversation-item-ai{background:#141018;border-color:#2d2233}.conversation-item.unread{background:#151010;border-color:#3a1d1d}.conversation-item.active{background:#1d1800;border-color:#ffd000;box-shadow:inset 3px 0 #ffd000}.conversation-topline{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.conversation-name{font-weight:700}.conversation-item.unread .conversation-name{font-weight:800}.conversation-preview{color:#9a9a9a;font-size:.95rem}.conversation-badge{color:#d7b9ff;letter-spacing:.04em;background:#2a2032;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.unread-dot{background:#ff4d4d;border-radius:999px;flex:none;width:10px;height:10px}.chat-panel{background:var(--background);grid-template-rows:auto 1fr auto;display:grid}.chat-header{background:var(--panel);border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.chat-messages{flex-direction:column;gap:.75rem;width:100%;min-height:0;padding:1rem;display:flex}.chat-message-state{color:#9a9a9a;margin:0}.message-row{width:100%;margin-bottom:8px;display:flex}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.message-bubble{word-break:break-word;white-space:pre-wrap;overflow-wrap:anywhere;text-transform:none;letter-spacing:normal;border-radius:18px;width:fit-content;max-width:60%;padding:.75rem 1rem;display:inline-block}.message-bubble-own{color:#000;background:#ffd000}.message-bubble-other{color:#fff;background:#1a1a1a}.message-stack{flex-direction:column;gap:.35rem;width:100%;display:flex}.message-stack.own{align-items:flex-end}.message-stack.other{align-items:flex-start}.message-label{color:#b5adff;margin-bottom:.1rem;font-size:.75rem}.message-delete-button{color:#8f8f8f;opacity:.7;background:0 0;padding:0;font-size:.75rem}.message-delete-button:hover{opacity:1;color:#ff7b7b}.chat-input-bar{background:var(--panel);border-top:1px solid #1a1a1a;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1rem 1.5rem 1.5rem;display:grid}@media (width<=900px){.dashboard-page{grid-template-columns:1fr}.chat-sidebar{border-bottom:1px solid #1f1f1f;border-right:none}}*{box-sizing:border-box}body{margin:0;font-family:sans-serif}
