:root{--bg:#f5f6f8;--surface:#fff;--border:#e4e6eb;--text:#1c1e21;--text-muted:#65676b;--primary:#4f46e5;--primary-hover:#4338ca;--radius:12px;--shadow:0 1px 2px #1018280a, 0 4px 12px #1018280f}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}button{font-family:inherit}.app-shell{height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1rem;width:260px;padding:1rem;display:flex}.new-chat-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem;font-size:.85rem;font-weight:600}.new-chat-btn:hover{background:var(--primary-hover)}.session-list{flex-direction:column;gap:.25rem;display:flex;overflow-y:auto}.session-item{color:var(--text-muted);border-radius:8px;flex-direction:column;gap:.1rem;padding:.55rem .7rem;font-size:.85rem;text-decoration:none;display:flex}.session-title{text-overflow:ellipsis;white-space:nowrap;color:var(--text);overflow:hidden}.session-item.active .session-title{color:var(--primary)}.session-date{color:var(--text-muted);font-size:.75rem}.session-item:hover{background:var(--bg)}.session-item.active{color:var(--primary);background:#4f46e51a;font-weight:600}.sidebar .empty{color:var(--text-muted);padding:.5rem .7rem;font-size:.8rem}.chat .empty{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.chat{flex-direction:column;flex:1;min-width:0;max-width:720px;height:100vh;margin:0 auto;padding:0 1.5rem;display:flex}.chat header{flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.brand{align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;display:flex}.brand-mark{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.user-bar{align-items:center;gap:.75rem;display:flex}.avatar{background:var(--border);width:28px;height:28px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.user-bar span{color:var(--text-muted);font-size:.9rem}.link-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .6rem;font-size:.85rem}.link-btn:hover{background:var(--border);color:var(--text)}.messages{flex-direction:column;flex:1;gap:.6rem;padding:.5rem 0 1rem;display:flex;overflow-y:auto}.message{max-width:80%;display:flex}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.bubble{border-radius:16px;padding:.65rem 1rem;font-size:.95rem;line-height:1.45}.message.user .bubble{background:var(--primary);color:#fff;white-space:pre-wrap;border-bottom-right-radius:4px}.message.assistant .bubble{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:4px}.bubble p{margin:0 0 .6em}.bubble p:last-child{margin-bottom:0}.bubble ul,.bubble ol{margin:.4em 0;padding-left:1.3em}.bubble li{margin-bottom:.2em}.bubble a{color:var(--primary)}.bubble hr{border:none;border-top:1px solid var(--border);margin:.8em 0}.bubble strong{font-weight:600}.chat form{flex-shrink:0;gap:.5rem;padding:1rem 0 1.5rem;display:flex}.chat input[type=text],.chat input:not([type]){border:1px solid var(--border);background:var(--surface);border-radius:999px;flex:1;padding:.75rem 1rem;font-size:.95rem}.chat input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e526}.attach-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;flex-shrink:0;width:2.75rem;font-size:1.1rem;transition:background .15s}.attach-btn:hover:not(:disabled){background:var(--bg)}.attach-btn:disabled{opacity:.5;cursor:default}.chat button[type=submit]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:0 1.5rem;font-weight:600;transition:background .15s}.chat button[type=submit]:hover:not(:disabled){background:var(--primary-hover)}.chat button[type=submit]:disabled,.chat input:disabled{opacity:.6;cursor:not-allowed}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;box-shadow:var(--shadow);padding:2rem}.auth .brand{justify-content:center;margin-bottom:1.5rem}.auth h1{text-align:center;margin:0 0 1.5rem;font-size:1.3rem}.auth form{flex-direction:column;gap:1rem;display:flex}.auth label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.auth input{border:1px solid var(--border);border-radius:8px;padding:.65rem .85rem;font-family:inherit;font-size:.95rem}.auth input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e526}.auth button[type=submit]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem;font-size:.95rem;font-weight:600;transition:background .15s}.auth button[type=submit]:hover:not(:disabled){background:var(--primary-hover)}.auth button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error{color:#c0392b;margin:0;font-size:.85rem}.auth-info{color:var(--text-muted);text-align:center;margin:0 0 1rem;font-size:.85rem}.auth-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.7rem;font-size:.95rem;font-weight:600;transition:background .15s}.auth-btn:hover:not(:disabled){background:var(--primary-hover)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.or{text-align:center;color:var(--text-muted);margin:1.25rem 0;font-size:.8rem;position:relative}.or:before,.or:after{content:"";border-top:1px solid var(--border);width:40%;position:absolute;top:50%}.or:before{left:0}.or:after{right:0}.google-btn{border:1px solid var(--border);color:var(--text);background:var(--surface);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.google-btn:hover{background:var(--bg)}.auth-footer{text-align:center;color:var(--text-muted);margin:1.25rem 0 0;font-size:.85rem}.auth-footer a{color:var(--primary);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.landing{flex-direction:column;min-height:100vh;display:flex}.landing-nav{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:1.25rem 2rem;display:flex}.landing-nav-links{align-items:center;gap:1.5rem;display:flex}.landing-nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none}.landing-nav-links a:hover{color:var(--text)}.landing-nav-cta{background:var(--primary);border-radius:8px;padding:.55rem 1.1rem;transition:background .15s;color:#fff!important}.landing-nav-cta:hover{background:var(--primary-hover)}.landing main{flex:1}.landing-hero{text-align:center;max-width:720px;margin:0 auto;padding:4rem 1.5rem 3rem}.landing-hero h1{margin:0 0 1.2rem;font-size:2.4rem;line-height:1.2}.landing-subtitle{color:var(--text-muted);margin:0 0 2rem;font-size:1.1rem;line-height:1.6}.landing-cta-group{justify-content:center;gap:1rem;display:flex}.landing-cta-primary{background:var(--primary);color:#fff;border-radius:10px;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s}.landing-cta-primary:hover{background:var(--primary-hover)}.landing-cta-secondary{color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s}.landing-cta-secondary:hover{background:var(--bg)}.landing-steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;padding:2rem 1.5rem 4rem;display:grid}.landing-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}.landing-step-number{width:32px;height:32px;color:var(--primary);background:#4f46e51a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-weight:700;display:inline-flex}.landing-step h3{margin:0 0 .5rem;font-size:1.05rem}.landing-step p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.landing-trust{text-align:center;max-width:720px;margin:0 auto;padding:2rem 1.5rem}.landing-trust h2{margin:0 0 1rem;font-size:1.5rem}.landing-trust p{color:var(--text-muted);margin:0;line-height:1.65}.landing-final-cta{text-align:center;max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem}.landing-final-cta h2{margin:0 0 1.5rem;font-size:1.6rem}.landing-footer{border-top:1px solid var(--border);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex}.landing-footer p{color:var(--text-muted);margin:0;font-size:.85rem}@media (width<=720px){.landing-steps{grid-template-columns:1fr}.landing-hero h1{font-size:1.8rem}.landing-cta-group{flex-direction:column}}
