:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f6fa;color:#0f172a}*,*:before,*:after{box-sizing:border-box}body{margin:0}.app{min-height:100vh;display:flex;flex-direction:column}.hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:2rem clamp(1rem,4vw,3rem);background:linear-gradient(135deg,#2563eb,#38bdf8);color:#f8fafc}.hero h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem)}.hero p{margin:0;max-width:48rem;font-size:1rem;line-height:1.5}.hero button{height:fit-content}.secondary{background:transparent;border:1px solid rgba(255,255,255,.4);color:inherit;border-radius:999px;padding:.5rem 1rem;cursor:pointer}.secondary:hover{border-color:#fffc}.content{flex:1;display:grid;gap:1.5rem;padding:clamp(1rem,4vw,3rem);max-width:1100px;margin:0 auto}.intake{background:#fff;border-radius:1rem;padding:clamp(.9rem,2vw,1.35rem);box-shadow:0 18px 40px -28px #0f172a59;display:grid;gap:1rem}.intake__form{display:grid;gap:1rem}.intake__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.intake__grid--full{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.intake label{display:grid;gap:.35rem;font-weight:600;font-size:.9rem;color:#0f172a}.intake input,.intake select,.intake textarea{border:1px solid #cbd5f5;border-radius:.75rem;padding:.6rem .75rem;font-size:.95rem;font-family:inherit;background:#f8fafc;color:inherit}.intake textarea{resize:vertical;min-height:90px}.intake label.has-error input,.intake label.has-error select,.intake label.has-error textarea{border-color:#f97316;background:#fff7ed}.field-error{font-size:.8rem;color:#b91c1c}.intake__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.intake button{background:#0f172a;color:#f8fafc;border:none;border-radius:999px;padding:.65rem 1.6rem;font-size:.95rem;cursor:pointer}.intake button:disabled{background:#94a3b8;cursor:not-allowed}.intake__hint{margin:0;font-size:.85rem;color:#475569}.intake__error{margin:0;font-size:.9rem;color:#b91c1c}.chat{background:#fff;border-radius:1rem;padding:clamp(.85rem,2vw,1.25rem);box-shadow:0 18px 40px -28px #0f172a59;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:.85rem;min-height:clamp(360px,58vh,520px)}.chat__intro{border-radius:1rem;background:#f8fafc;padding:.5rem}.bubble--intro{width:100%;max-width:unset;margin-bottom:.5rem}.chat__messages{display:flex;flex-direction:column;gap:.6rem;height:100%;overflow-y:auto;padding-right:.35rem}.bubble{border-radius:1rem;padding:.5rem .75rem;max-width:85%;background:#e2e8f0;color:inherit;align-self:flex-start;display:grid;gap:.35rem}.bubble header{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.bubble--user{background:#2563eb;color:#f8fafc;margin-left:auto}.bubble p{margin:.1rem 0;line-height:1.35}.bubble p:first-child{margin-top:0}.bubble p:last-child{margin-bottom:0}.bubble--system{background:#facc15}.chat__form{display:grid;gap:.6rem;padding-top:.25rem}.chat__form--disabled{background:#f8fafc;border:1px dashed #cbd5f5;border-radius:.75rem;padding:.9rem;color:#475569;text-align:center}.chat__form-message{margin:0;font-size:.95rem}.chat__form textarea{width:100%;resize:vertical;min-height:90px;border-radius:.75rem;border:1px solid #cbd5f5;padding:.75rem;font-size:1rem;line-height:1.5}.chat__form button{justify-self:flex-end;background:#2563eb;color:#f8fafc;border:none;border-radius:999px;padding:.6rem 1.5rem;font-size:.95rem;letter-spacing:.02em;cursor:pointer}.chat__form button:disabled{background:#94a3b8;cursor:not-allowed}.status,.callout,.error,.summary,.plans,.profile{background:#fff;border-radius:1rem;padding:clamp(.9rem,1.8vw,1.35rem);box-shadow:0 12px 30px -22px #0f172a73}.status{font-size:.95rem}.callout h2,.summary h2,.plans h2{margin-top:0}.callout ul{margin:.5rem 0 0;padding-left:1.25rem}.profile{display:grid;gap:.4rem}.profile h2{margin:0;font-size:1rem}.profile p{margin:0;font-size:.95rem;line-height:1.4;color:#1e293b}.error{background:#fee2e2;color:#991b1b}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{border-bottom:1px solid #e2e8f0;padding:.75rem;text-align:left;vertical-align:top}th{background:#f1f5f9;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}td ul{margin:0;padding-left:1.1rem}.sr-only{border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute}@media(max-width:768px){.hero{flex-direction:column;align-items:flex-start}.hero button{margin-top:1rem}.bubble{max-width:100%}}
