@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:#fffc;--ink:#1f2933;--muted:#52606d;--accent:#0f766e;--accent-soft:#99f6e4;--danger:#b91c1c;--danger-soft:#fee2e2}*{box-sizing:border-box}body{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;margin:0;font-family:Outfit,sans-serif}.app-shell{place-items:end;min-height:100vh;padding:1rem 1.2rem;display:grid}.app-shell.form-mode{place-items:center;padding:1rem}.app-shell.conversation-mode{place-items:start end}.chat-card{background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #fff;border-radius:22px;grid-template-rows:auto minmax(180px,1fr) auto auto;width:min(430px,100vw - 2.4rem);height:min(78vh,760px);animation:.45s ease-out lift-in;display:grid;overflow:hidden;box-shadow:0 14px 34px #2450452b}.chat-card.form-mode{grid-template-rows:auto minmax(0,1fr);width:min(1120px,100%);height:calc(100vh - 2rem);min-height:0;max-height:calc(100vh - 2rem)}.chat-header{border-bottom:1px solid #d7e8e5;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;display:flex}.chat-header-right{align-content:start;justify-items:end;gap:.28rem;display:grid}.view-toggle{background:#e6f5ef;border:1px solid #b8ddd2;border-radius:999px;align-items:center;gap:.22rem;width:fit-content;padding:.18rem;display:inline-flex}.view-toggle button{color:#134e4a;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.2rem .52rem;font-size:.72rem;font-weight:700}.view-toggle button.active{color:#fff;background:#0f766e}.view-toggle button:disabled{opacity:.55;cursor:not-allowed}.header-username{color:#134e4a;background:#e6f5ef;border:1px solid #b8ddd2;border-radius:999px;width:fit-content;padding:.26rem .62rem;font-size:.78rem;font-weight:700;display:inline-block}.header-action-button{color:#9a3412;cursor:pointer;background:#fff3ed;border:1px solid #d6a58f;border-radius:999px;padding:.34rem .72rem;font-size:.78rem;font-weight:700;transition:transform .2s,opacity .2s}.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{color:var(--muted);margin:.2rem 0 0;font-size:.82rem}.status-pill{border-radius:999px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.status-pill.active{color:#166534;background:#dcfce7}.status-pill.ended{color:#334155;background:#e2e8f0}.chat-window{gap:.75rem;padding:1rem;display:grid;overflow-y:auto}.chat-card.conversation-mode{height:calc(100dvh - 2rem);min-height:0;max-height:calc(100dvh - 2rem)}.conversation-content{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.conversation-content .chat-window{align-content:start;min-height:0}.prechat-panel{align-content:start;gap:1rem;padding:1rem;display:grid;overflow-y:auto}.chat-card.form-mode .prechat-panel{overscroll-behavior:contain;min-height:0;padding:.7rem .95rem .8rem;overflow-y:auto}.prechat-intro{max-width:100%}.auth-toggle{background:#e6f5ef;border:1px solid #b8ddd2;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;padding:.3rem;display:inline-flex}.auth-toggle button{color:#134e4a;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.4rem .8rem;font-weight:700}.auth-toggle button.active{color:#fff;background:#0f766e}.auth-toggle button:disabled{opacity:.55;cursor:not-allowed}.auth-error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;margin:0;padding:.48rem .62rem;font-size:.84rem;font-weight:600}.empty-state{color:var(--muted);place-items:center;font-size:.95rem;display:grid}.message-bubble{transform-origin:bottom;border-radius:14px;gap:.18rem;max-width:78%;padding:.42rem .54rem;animation:.2s ease-out pop;display:grid}.message-bubble.user{color:#f8fafc;background:#115e59;border-bottom-right-radius:6px;margin-left:auto}.message-bubble.assistant{background:#fff;border:1px solid #d1e7df;border-bottom-left-radius:6px;margin-right:auto}.message-bubble.emergency{border:1px solid var(--danger);background:var(--danger-soft)}.message-role{opacity:.8;font-size:.68rem;font-weight:700}.message-content p{white-space:pre-wrap;margin:0 0 .35rem;font-size:.9rem;line-height:1.35}.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{opacity:.66;font-size:.64rem}.chat-footer{border-top:1px solid #d7e8e5;gap:.5rem;min-height:0;padding:.72rem;display:grid}.auth-notice{color:#166534;margin:0;font-weight:600}.profile-context-help{color:#315f59;background:#edf8f5;border:1px solid #b7d8d1;border-radius:12px;padding:.55rem .7rem;font-size:.78rem;line-height:1.4}.conversation-profile-help{margin:.4rem .72rem 0;padding:.28rem .55rem;font-size:.68rem;line-height:1.25}.profile-context-help strong{color:#134e4a}.chat-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;padding:0 .72rem .72rem;display:flex}.secondary-button{cursor:pointer;color:#134e4a;background:#eef7f4;border:1px solid #97bfb5;border-radius:12px;padding:.56rem .8rem;font-size:.86rem;font-weight:700;transition:transform .2s,opacity .2s}.secondary-button:hover{transform:translateY(-1px)}.secondary-button:disabled{opacity:.55;cursor:not-allowed}.chat-input{flex:1;gap:.65rem;display:flex}.profile-intake{gap:.38rem;width:100%;max-width:100%;padding:.2rem 0;display:grid}.login-form,.registration-form,.forgot-password-form,.forgot-password-form form{gap:.6rem;width:100%;padding:.4rem 0;display:grid}.login-form h2,.registration-form h2,.forgot-password-form h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem}.login-form p,.registration-form p,.forgot-password-form p{color:var(--muted);margin:0;font-size:.86rem}.login-form label,.registration-form label,.forgot-password-form label{gap:.28rem;font-size:.83rem;font-weight:600;display:grid}.login-form input,.registration-form input,.forgot-password-form input{background:#fff;border:1px solid #9dc8be;border-radius:10px;width:100%;padding:.56rem .65rem;font-family:inherit;font-size:.92rem}.login-form input:focus,.registration-form input:focus,.forgot-password-form input:focus{outline:2px solid var(--accent-soft)}.login-form button,.registration-form button,.forgot-password-form button{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:12px;justify-self:start;padding:.62rem .95rem;font-weight:700}.login-form button:hover,.registration-form button:hover,.forgot-password-form button:hover{transform:translateY(-1px)}.login-form button:disabled,.registration-form button:disabled,.forgot-password-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{color:var(--muted);margin:0;font-size:.8rem}.forgot-password-form .auth-notice{color:#134e4a;overflow-wrap:anywhere;background:#e6f5ef;border:1px solid #b8ddd2;border-radius:10px;padding:.5rem .65rem}.forgot-password-form .auth-link-button{color:var(--accent);background:0 0;justify-self:start;padding:0;text-decoration:underline}.profile-notice{color:#134e4a;background:#e6f5ef;border:1px solid #b8ddd2;border-radius:8px;padding:.4rem .55rem;font-weight:700}.profile-notice.error{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.profile-grid{grid-template-columns:1fr;gap:.42rem .6rem;display:grid}.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{gap:.2rem;font-size:.78rem;font-weight:600;display:grid}.profile-intake input,.profile-intake textarea{resize:vertical;background:#fff;border:1px solid #9dc8be;border-radius:10px;width:100%;padding:.34rem .5rem;font-family:inherit;font-size:.82rem}.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;padding-bottom:.25rem}.profile-intake .field-help{color:#5b6b78;font-size:.7rem;font-weight:400}.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{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:12px;justify-self:start;padding:.62rem .95rem;font-weight:700}.profile-intake button:hover{transform:translateY(-1px)}.profile-intake button:disabled{opacity:.55;cursor:not-allowed}.treatment-panel{align-content:start;gap:.9rem;padding:1rem;display:grid;overflow-y:auto}.chat-card.form-mode .treatment-panel{padding:.9rem 1rem 1rem}.treatment-heading{gap:.28rem;max-width:760px;display:grid}.treatment-kicker{color:var(--accent);margin:0;font-size:.78rem;font-weight:700}.treatment-heading h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.08rem}.treatment-heading p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.4}.safety-alerts{gap:.6rem;display:grid}.safety-alert{background:#fff7ed;border:2px solid #dc2626;border-radius:12px;gap:.3rem;padding:.75rem .85rem;display:grid}.safety-alert h3,.safety-alert p{margin:0}.safety-alert h3{color:#991b1b;font-family:Space Grotesk,sans-serif;font-size:.96rem}.safety-alert p{color:#7c2d12;font-size:.84rem;line-height:1.4}.safety-alert a,.guidance-source a{color:#0f766e;font-size:.78rem;font-weight:700}.profile-summary{flex-wrap:wrap;gap:.4rem;display:flex}.profile-summary span{color:#134e4a;background:#e6f5ef;border:1px solid #b8ddd2;border-radius:999px;padding:.3rem .62rem;font-size:.78rem;font-weight:700}.treatment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.treatment-card{background:#fff;border:1px solid #d1e7df;border-radius:8px;gap:.28rem;padding:.72rem;display:grid}.treatment-card h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:.92rem}.treatment-card p{color:var(--muted);margin:0;font-size:.83rem;line-height:1.38}.treatment-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.guidance-source{color:var(--muted);border-top:1px solid #d1e7df;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem .75rem;padding-top:.65rem;font-size:.76rem;display:flex}.chat-input input{border:1px solid #9dc8be;border-radius:12px;flex:1;padding:.56rem .68rem;font-family:inherit;font-size:.92rem}.chat-input input:focus{outline:2px solid var(--accent-soft)}.chat-input button,.end-button{cursor:pointer;border:none;border-radius:12px;padding:.56rem .84rem;font-size:.88rem;font-weight:700;transition:transform .2s,opacity .2s}.chat-input button{background:var(--accent);color:#fff}.end-button{color:#fff;background:#334155;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 (width<=740px){.app-shell,.app-shell.form-mode{padding:.5rem}.chat-card{border-radius:18px;width:100%;height:calc(100vh - 1rem);min-height:96vh}.chat-card.conversation-mode{height:calc(100dvh - 1rem);min-height:0;max-height:calc(100dvh - 1rem)}.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%}}@media (height<=760px){.app-shell.form-mode{padding:.5rem}.chat-card.form-mode{height:calc(100dvh - 1rem);max-height:calc(100dvh - 1rem)}.chat-header{padding:.72rem .9rem}.chat-card.form-mode .prechat-panel{padding-bottom:1rem}}
