html,body{height:100%;margin:0;padding:0;background:#000;color:#fff;font-family:Roboto,sans-serif}.layout.svelte-18xykj7{display:flex;height:100vh;min-height:100vh}.sidebar.svelte-18xykj7{width:220px;background:#181818;padding:2rem 1rem;border-right:1px solid #222;display:flex;flex-direction:column;align-items:flex-start}.sidebar.svelte-18xykj7 nav:where(.svelte-18xykj7){margin-top:2rem;width:100%;display:flex;flex-direction:column;gap:1rem}.sidebar-link.svelte-18xykj7{color:#fff;text-decoration:none;font-size:1.1rem;padding:.5rem .75rem;border-radius:6px;transition:background .2s;background:none;border:none;text-align:left;cursor:pointer}.sidebar-link.svelte-18xykj7:hover{background:#222}.main-area.svelte-18xykj7{flex:1;display:flex;flex-direction:column;padding:0;overflow:hidden;background:#000;height:100vh}.chat-header.svelte-18xykj7{font-size:1.5rem;font-weight:700;margin-bottom:0;background:#181818;padding:1rem 2rem;border-radius:0;border-bottom:1px solid #222}.chat-messages.svelte-18xykj7{flex:1;overflow-y:auto;padding:2rem 2rem 1rem;display:flex;flex-direction:column;gap:1.5rem;width:100%;box-sizing:border-box}.message.svelte-18xykj7{max-width:700px;padding:1rem 1.25rem;border-radius:10px;font-size:1.1rem;white-space:pre-wrap;word-break:break-word}.message.user.svelte-18xykj7{align-self:flex-end;background:#222;color:#fff}.message.assistant.svelte-18xykj7{align-self:flex-start;background:#00bfff22;color:#fff}.chat-input-area.svelte-18xykj7{background:#181818;border-top:1px solid #222;display:flex;flex-direction:row;align-items:flex-end;gap:1rem;width:100%;padding:1.5rem 2rem;box-sizing:border-box}.chat-textarea.svelte-18xykj7{width:100%;min-height:2.5rem;max-height:8rem;resize:vertical;border-radius:8px;border:none;padding:1rem;font-size:1.1rem;background:#222;color:#fff;outline:none;flex-shrink:0}.send-btn.svelte-18xykj7{align-self:flex-end;background:#00bfff;color:#000;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:1.1rem;cursor:pointer;font-weight:700;transition:background .2s;height:2.5rem;margin-bottom:.25rem}.send-btn.svelte-18xykj7:disabled{background:#444;color:#aaa;cursor:not-allowed}
