body{overflow:hidden}.chat-container[data-astro-cid-72v7hbeo]{display:flex;height:calc(100vh - 70px);background:var(--brand-background)}.chat-main[data-astro-cid-72v7hbeo]{flex:1;display:flex;flex-direction:column;background:#fff}.chat-header[data-astro-cid-72v7hbeo]{padding:1rem 1.5rem;border-bottom:1px solid var(--brand-border);display:flex;align-items:center;justify-content:center;gap:1rem}.model-badge[data-astro-cid-72v7hbeo]{padding:.25rem .75rem;background:var(--brand-accent-superlight);color:var(--brand-blue);border-radius:12px;font-size:1.25rem;font-weight:700;border:none;cursor:pointer;transition:background .2s}.model-badge[data-astro-cid-72v7hbeo]:hover{background:var(--brand-accent-light)}.chat-messages[data-astro-cid-72v7hbeo]{flex:1;overflow-y:auto;padding:2rem}.welcome-screen[data-astro-cid-72v7hbeo]{max-width:800px;margin:auto;text-align:center}.nestey-logo[data-astro-cid-72v7hbeo]{width:108px;height:108px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.nestey-logo[data-astro-cid-72v7hbeo] img[data-astro-cid-72v7hbeo]{display:block}.welcome-screen[data-astro-cid-72v7hbeo] h2[data-astro-cid-72v7hbeo]{font-size:2rem;color:var(--brand-blue);margin-bottom:2rem}.suggestion-grid[data-astro-cid-72v7hbeo]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.suggestion-card[data-astro-cid-72v7hbeo]{padding:1.5rem;background:var(--brand-background);border:1px solid var(--brand-border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem}.suggestion-card[data-astro-cid-72v7hbeo]:hover{background:#fff;border-color:var(--brand-blue-accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.suggestion-icon[data-astro-cid-72v7hbeo]{font-size:1.5rem}.suggestion-text[data-astro-cid-72v7hbeo]{color:var(--text-dark);font-weight:500;font-size:.95rem}.chat-messages[data-astro-cid-72v7hbeo] .message[data-astro-cid-72v7hbeo]{display:flex;gap:.75rem;margin-bottom:1.25rem;animation:fadeIn .25s ease;max-width:70%;clear:both}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-messages[data-astro-cid-72v7hbeo] .message[data-astro-cid-72v7hbeo].assistant{float:left;flex-direction:row}.chat-messages[data-astro-cid-72v7hbeo] .message[data-astro-cid-72v7hbeo].user{float:right;flex-direction:row-reverse}.message-avatar[data-astro-cid-72v7hbeo]{width:36px;height:36px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.message[data-astro-cid-72v7hbeo].user .message-avatar[data-astro-cid-72v7hbeo]{background:var(--brand-blue-accent);color:#fff}.message[data-astro-cid-72v7hbeo].assistant .message-avatar[data-astro-cid-72v7hbeo]{background:var(--brand-blue);color:#fff}.message-content[data-astro-cid-72v7hbeo]{min-width:0}.message-text[data-astro-cid-72v7hbeo]{padding:1rem 1.25rem;border-radius:var(--radius-md);line-height:1.55;word-wrap:break-word}.message[data-astro-cid-72v7hbeo].user .message-text[data-astro-cid-72v7hbeo]{background:var(--brand-blue-accent)!important;color:#fff!important}.message[data-astro-cid-72v7hbeo].assistant .message-text[data-astro-cid-72v7hbeo]{background:var(--brand-background)!important;color:var(--text-dark)!important}.message[data-astro-cid-72v7hbeo].user{margin-left:auto!important;margin-right:0!important;flex-direction:row-reverse!important}.message[data-astro-cid-72v7hbeo].assistant{margin-right:auto!important;margin-left:0!important;flex-direction:row!important}.chat-input-container[data-astro-cid-72v7hbeo]{padding:1rem 1.5rem;border-top:1px solid var(--brand-border);background:#fff}.chat-input-wrapper[data-astro-cid-72v7hbeo]{max-width:800px;margin:0 auto;position:relative;display:flex;align-items:center;gap:.5rem;background:var(--brand-background);border:1px solid var(--brand-border);border-radius:var(--radius-md);padding:.75rem 1rem;transition:border-color .2s}.chat-input-wrapper[data-astro-cid-72v7hbeo]:focus-within{border-color:var(--brand-blue-accent);box-shadow:0 0 0 3px #3a7afe1a}.chat-input[data-astro-cid-72v7hbeo]{flex:1;border:none;background:transparent;resize:none;outline:none;font-size:1rem;font-family:inherit;line-height:1.5;max-height:200px;color:var(--text-dark)}.chat-input[data-astro-cid-72v7hbeo]::placeholder{color:var(--text-medium)}.send-btn[data-astro-cid-72v7hbeo]{width:40px;height:40px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-btn[data-astro-cid-72v7hbeo]:disabled{opacity:.5;cursor:not-allowed}.send-btn[data-astro-cid-72v7hbeo]:not(:disabled):hover{transform:scale(1.05)}.chat-disclaimer[data-astro-cid-72v7hbeo]{text-align:center;font-size:.75rem;color:var(--text-medium);margin-top:.75rem}@media(max-width:768px){.suggestion-grid[data-astro-cid-72v7hbeo]{grid-template-columns:1fr}.welcome-screen[data-astro-cid-72v7hbeo] h2[data-astro-cid-72v7hbeo]{font-size:1.5rem}}
