﻿.app-shell{min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(118,151,255,.35),transparent 45%),radial-gradient(circle at 80% 5%,rgba(247,114,182,.25),transparent 40%),#050713;padding:2.5rem 1.5rem 5rem;color:#f5f7ff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.home{display:flex;justify-content:center;padding:2rem 0}.home__card{width:min(900px,100%);background:#0d1429d9;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:3rem;display:flex;flex-direction:column;gap:2rem;box-shadow:0 40px 80px #05070eb3}.home__badge{font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:#8fb3ff;margin-bottom:.5rem}.home__card h1{font-size:clamp(2.2rem,4vw,3.25rem);margin:0 0 .5rem}.home__subtitle{color:#ffffffb8;line-height:1.6;margin:0}.home__form{display:flex;flex-direction:column;gap:.75rem}.home__form label{font-weight:600}.home__form-row{display:flex;gap:1rem;flex-wrap:wrap}.home__form-row input{flex:1;border-radius:16px;border:1px solid rgba(255,255,255,.2);padding:1rem 1.25rem;font-size:1rem;background:#05081466;color:#f5f7ff}.home__form-row button{border-radius:16px;border:none;background:linear-gradient(135deg,#7697ff,#8b5cf6);color:#fff;padding:1rem 2rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.home__form-row button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #7697ff73}.home__suggestions{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.home__suggestion-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.home__suggestion-chips button{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.65rem 1.25rem;background:transparent;color:inherit;cursor:pointer}.chat{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;height:calc(100vh - 5rem);background:#050812d9;border-radius:36px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 40px 120px #05070ea6;overflow:hidden}.chat__header{display:flex;align-items:center;gap:1.25rem;padding:1.75rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(120deg,#7697ff1a,#0a0c1a99);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chat__logo{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#6e7dfc,#8c5dfa);border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;box-shadow:0 20px 40px #687cff59}.chat__meta{display:flex;flex-direction:column;gap:.2rem}.chat__meta-label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:#fff9}.chat__meta h2{margin:0;font-size:clamp(1.35rem,3.5vw,1.9rem)}.chat__meta-site{margin:.1rem 0 0;color:#ffffffb3;font-size:.95rem}.chat__messages{flex:1;padding:2rem 2.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;background:radial-gradient(circle at 30% 5%,rgba(118,151,255,.08),transparent 50%)}.chat__messages::-webkit-scrollbar{width:6px}.chat__messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.message{max-width:min(75ch,85%);padding:1.25rem 1.4rem;border-radius:20px;display:flex;flex-direction:column;gap:.45rem;border:1px solid rgba(255,255,255,.06);box-shadow:0 20px 60px #03040a73}.message__meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:#fff9}.message__body{line-height:1.75;font-size:1rem;color:#f5f7ff}.message__body p,.message__body ul,.message__body ol,.message__body pre{margin:0 0 .85rem}.message__body p:last-child,.message__body ul:last-child,.message__body ol:last-child,.message__body pre:last-child{margin-bottom:0}.message__body ul,.message__body ol{padding-left:1.25rem}.message__body li+li{margin-top:.25rem}.message__body a{color:#9dd2ff;text-decoration:underline;text-decoration-color:#9dd2ff66}.message__body a:hover{color:#fff}.message__body code{font-family:JetBrains Mono,SFMono-Regular,Menlo,monospace;background:#ffffff14;border-radius:8px;padding:.15rem .45rem;font-size:.95rem;border:1px solid rgba(255,255,255,.12)}.message__body pre{background:#080a18e6;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1rem;overflow-x:auto}.message__body pre code{background:transparent;border:none;padding:0;font-size:.95rem}.message--assistant{align-self:flex-start;background:#1c223cd9;border-color:#7697ff4d}.message--user{align-self:flex-end;background:linear-gradient(135deg,#f5985d40,#f472b640);border-color:#ffffff2e}.loader{display:flex;gap:.5rem;padding:0 0 1rem .25rem}.loader__dot{width:10px;height:10px;border-radius:999px;background:#fff9;animation:pulse 1s infinite ease-in-out}.loader__dot:nth-child(2){animation-delay:.15s}.loader__dot:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-4px);opacity:1}}.chat__composer{padding:1.5rem 2.5rem 2.25rem;border-top:1px solid rgba(255,255,255,.08);background:#04060ef2}.chat-input{display:flex;gap:1rem;align-items:flex-end}.chat-input textarea{flex:1;min-height:64px;resize:vertical;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:inherit;padding:1rem 1.25rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:inset 0 0 0 1px #ffffff05}.chat-input textarea:focus-visible{outline:none;border-color:#99b4ffb3;box-shadow:0 0 0 2px #7697ff33}.chat-input textarea::placeholder{color:#ffffff8c}.chat-input button{border:none;border-radius:20px;padding:0 2rem;font-weight:600;background:linear-gradient(135deg,#f5985d,#f472b6,#8b5cf6);color:#fff;min-width:140px;min-height:56px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-position .3s;background-size:200% 200%}.chat-input button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 40px #f472b659;background-position:80% 0}.chat-input button:disabled{opacity:.6;cursor:not-allowed}.chat__error{color:#ffb4b4;margin:0;font-size:.95rem}@media(max-width:768px){.app-shell{padding:1.5rem .75rem 3rem}.home__card,.chat{border-radius:18px}.home__card{padding:2rem}.chat{width:100%;height:auto;min-height:calc(100vh - 3rem);box-shadow:none;border-width:1px}.chat__header{flex-direction:row;align-items:center;padding:1.5rem;gap:1rem}.chat__logo{width:52px;height:52px;border-radius:16px}.chat__meta{width:100%}.chat__meta h2{font-size:1.35rem}.chat__messages{padding:1.25rem 1.35rem;gap:1rem}.message{max-width:100%;padding:1rem 1.1rem;border-radius:16px}.chat__composer{padding:1rem 1.25rem 1.75rem}.chat-input{flex-direction:column;gap:.9rem}.chat-input button{width:100%;min-height:52px}.chat-input textarea{width:100%;min-height:90px;font-size:1.05rem}}@media(max-width:480px){.chat__header{flex-direction:column;align-items:flex-start}.chat__meta{align-items:flex-start}.chat__messages{padding:1.1rem}.chat__composer{padding:.85rem 1rem 1.5rem}}*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;background-color:#050713;color:#f5f7ff}button,input,textarea{font:inherit}a{color:inherit}

