@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg-start: #fdf7ed;--bg-end: #c6e4d6;--card: #ffffffcc;--ink: #1f2933;--muted: #52606d;--accent: #0f766e;--accent-soft: #99f6e4;--danger: #b91c1c;--danger-soft: #fee2e2}*{box-sizing:border-box}body{margin:0;font-family:Outfit,sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 20%,#fff4dd 0%,transparent 32%),radial-gradient(circle at 90% 10%,#b7f2df 0%,transparent 38%),linear-gradient(140deg,var(--bg-start),var(--bg-end));min-height:100vh}.app-shell{min-height:100vh;display:grid;place-items:end;padding:1rem 1.2rem}.app-shell.form-mode{place-items:center;padding:1rem}.chat-card{width:min(430px,calc(100vw - 2.4rem));height:min(78vh,760px);border:1px solid #ffffff;border-radius:22px;background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 34px #2450452b;display:grid;grid-template-rows:auto minmax(180px,1fr) auto auto;animation:lift-in .45s ease-out;overflow:hidden}.chat-card.form-mode{width:min(1120px,100%);height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);min-height:0;grid-template-rows:auto auto}.chat-header{padding:1.2rem 1.4rem;border-bottom:1px solid #d7e8e5;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.chat-header-right{display:grid;justify-items:end;align-content:start;gap:.28rem}.view-toggle{display:inline-flex;align-items:center;gap:.22rem;background:#e6f5ef;border:1px solid #b8ddd2;border-radius:999px;padding:.18rem;width:fit-content}.view-toggle button{border:none;background:transparent;color:#134e4a;border-radius:999px;padding:.2rem .52rem;font-size:.72rem;font-weight:700;cursor:pointer}.view-toggle button.active{background:#0f766e;color:#fff}.view-toggle button:disabled{opacity:.55;cursor:not-allowed}.header-username{display:inline-block;width:fit-content;padding:.26rem .62rem;border-radius:999px;background:#e6f5ef;border:1px solid #b8ddd2;color:#134e4a;font-size:.78rem;font-weight:700}.header-action-button{border:1px solid #d6a58f;border-radius:999px;padding:.34rem .72rem;background:#fff3ed;color:#9a3412;font-size:.78rem;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.header-action-button:hover{transform:translateY(-1px)}.header-action-button:disabled{opacity:.55;cursor:not-allowed}.chat-header h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.28rem}.chat-header p{margin:.2rem 0 0;color:var(--muted);font-size:.82rem}.status-pill{border-radius:999px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.status-pill.active{background:#dcfce7;color:#166534}.status-pill.ended{background:#e2e8f0;color:#334155}.chat-window{overflow-y:auto;padding:1rem;display:grid;gap:.75rem}.prechat-panel{overflow-y:auto;padding:1rem;display:grid;align-content:start;gap:1rem}.chat-card.form-mode .prechat-panel{overflow:hidden;padding:.7rem .95rem .8rem}.prechat-intro{max-width:100%}.auth-toggle{display:inline-flex;align-items:center;gap:.45rem;background:#e6f5ef;border:1px solid #b8ddd2;border-radius:999px;padding:.3rem;width:fit-content}.auth-toggle button{border:none;background:transparent;color:#134e4a;border-radius:999px;padding:.4rem .8rem;font-weight:700;cursor:pointer}.auth-toggle button.active{background:#0f766e;color:#fff}.auth-toggle button:disabled{opacity:.55;cursor:not-allowed}.auth-error{margin:0;border:1px solid #fca5a5;border-radius:10px;background:#fef2f2;color:#991b1b;padding:.48rem .62rem;font-size:.84rem;font-weight:600}.empty-state{display:grid;place-items:center;color:var(--muted);font-size:.95rem}.message-bubble{max-width:78%;border-radius:14px;padding:.42rem .54rem;display:grid;gap:.18rem;transform-origin:bottom;animation:pop .2s ease-out}.message-bubble.user{margin-left:auto;background:#115e59;color:#f8fafc;border-bottom-right-radius:6px}.message-bubble.assistant{margin-right:auto;background:#fff;border:1px solid #d1e7df;border-bottom-left-radius:6px}.message-bubble.emergency{border:1px solid var(--danger);background:var(--danger-soft)}.message-role{font-size:.68rem;font-weight:700;opacity:.8}.message-content p{margin:0 0 .35rem;font-size:.9rem;line-height:1.35;white-space:pre-wrap}.message-content p:last-child{margin-bottom:0}.message-content ul,.message-content ol{margin:.35rem 0 .5rem 1.1rem;padding:0}.message-content li+li{margin-top:.24rem}.message-content strong{font-weight:700}.message-content em{font-style:italic}.message-time{font-size:.64rem;opacity:.66}.chat-footer{border-top:1px solid #d7e8e5;padding:.72rem;display:grid;gap:.5rem;min-height:0}.chat-actions{padding:0 .72rem .72rem;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.45rem}.secondary-button{border:1px solid #97bfb5;border-radius:12px;padding:.56rem .8rem;font-weight:700;font-size:.86rem;cursor:pointer;background:#eef7f4;color:#134e4a;transition:transform .2s ease,opacity .2s ease}.secondary-button:hover{transform:translateY(-1px)}.secondary-button:disabled{opacity:.55;cursor:not-allowed}.chat-input{flex:1;display:flex;gap:.65rem}.profile-intake{display:grid;gap:.38rem;padding:.2rem 0;width:100%;max-width:100%}.login-form,.registration-form{display:grid;gap:.6rem;padding:.4rem 0;width:100%}.login-form h2,.registration-form h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem}.login-form p,.registration-form p{margin:0;color:var(--muted);font-size:.86rem}.login-form label,.registration-form label{display:grid;gap:.28rem;font-size:.83rem;font-weight:600}.login-form input,.registration-form input{border-radius:10px;border:1px solid #9dc8be;padding:.56rem .65rem;font-size:.92rem;font-family:inherit;width:100%;background:#fff}.login-form input:focus,.registration-form input:focus{outline:2px solid var(--accent-soft)}.login-form button,.registration-form button{justify-self:start;border:none;border-radius:12px;padding:.62rem .95rem;font-weight:700;cursor:pointer;background:var(--accent);color:#fff}.login-form button:hover,.registration-form button:hover{transform:translateY(-1px)}.login-form button:disabled,.registration-form button:disabled{opacity:.55;cursor:not-allowed}.profile-intake h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:.98rem}.profile-intake p{margin:0;color:var(--muted);font-size:.8rem}.profile-notice{border:1px solid #b8ddd2;border-radius:8px;background:#e6f5ef;color:#134e4a;padding:.4rem .55rem;font-weight:700}.profile-notice.error{border-color:#fca5a5;background:#fef2f2;color:#991b1b}.profile-grid{display:grid;gap:.42rem .6rem;grid-template-columns:1fr}.chat-card.form-mode .profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-card.form-mode .profile-intake{max-width:100%}.profile-grid-full{grid-column:1 / -1}.profile-intake label{display:grid;gap:.2rem;font-size:.78rem;font-weight:600}.profile-intake input,.profile-intake textarea{border-radius:10px;border:1px solid #9dc8be;padding:.34rem .5rem;font-size:.82rem;font-family:inherit;width:100%;resize:vertical;background:#fff}.profile-input-age{max-width:8ch}.profile-input-gender{max-width:22ch}.profile-input-weight,.profile-input-height{max-width:12ch}.profile-intake textarea{min-height:64px;max-height:88px}.profile-actions{margin-top:.15rem}.profile-actions button{padding:.5rem .88rem;font-size:.84rem}.profile-intake input:focus,.profile-intake textarea:focus{outline:2px solid var(--accent-soft)}.profile-intake button{justify-self:start;border:none;border-radius:12px;padding:.62rem .95rem;font-weight:700;cursor:pointer;background:var(--accent);color:#fff}.profile-intake button:hover{transform:translateY(-1px)}.profile-intake button:disabled{opacity:.55;cursor:not-allowed}.treatment-panel{overflow-y:auto;padding:1rem;display:grid;align-content:start;gap:.9rem}.chat-card.form-mode .treatment-panel{padding:.9rem 1rem 1rem}.treatment-heading{display:grid;gap:.28rem;max-width:760px}.treatment-kicker{margin:0;color:var(--accent);font-size:.78rem;font-weight:700}.treatment-heading h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.08rem}.treatment-heading p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.4}.profile-summary{display:flex;flex-wrap:wrap;gap:.4rem}.profile-summary span{border:1px solid #b8ddd2;border-radius:999px;background:#e6f5ef;color:#134e4a;padding:.3rem .62rem;font-size:.78rem;font-weight:700}.treatment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.treatment-card{border:1px solid #d1e7df;border-radius:8px;background:#fff;padding:.72rem;display:grid;gap:.28rem}.treatment-card h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:.92rem}.treatment-card p{margin:0;color:var(--muted);font-size:.83rem;line-height:1.38}.treatment-actions{display:flex;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.chat-input input{flex:1;border-radius:12px;border:1px solid #9dc8be;padding:.56rem .68rem;font-size:.92rem;font-family:inherit}.chat-input input:focus{outline:2px solid var(--accent-soft)}.chat-input button,.end-button{border:none;border-radius:12px;padding:.56rem .84rem;font-size:.88rem;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.chat-input button{background:var(--accent);color:#fff}.end-button{background:#334155;color:#fff;min-width:96px}.chat-input button:hover,.end-button:hover{transform:translateY(-1px)}.chat-input button:disabled,.end-button:disabled,.chat-input input:disabled{opacity:.55;cursor:not-allowed}@keyframes lift-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width: 740px){.app-shell,.app-shell.form-mode{padding:.5rem}.chat-card{width:100%;height:calc(100vh - 1rem);min-height:96vh;border-radius:18px}.prechat-panel{padding:.85rem}.chat-actions{justify-content:stretch}.end-button{width:100%}.profile-grid,.treatment-grid{grid-template-columns:1fr}.treatment-actions{justify-content:stretch}.treatment-actions .secondary-button{flex:1}.message-bubble{max-width:92%}}
