:root{--text:#111;--muted:#707070;--line:#e4e4e4;--blue:#007aff;--page:#fff;--bubble:#e9e9eb;--bubble-received:#e9e9eb;--bubble-sent:#4b98f6;--label-tertiary:#3c3c434d;--label-secondary:#3c3c4399;--hairline:#3c3c434a;--chat-header-height:86px;--rounded-font:ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{color:var(--text);text-rendering:optimizelegibility;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}body{background:#fff;min-height:100vh;margin:0}body.chat-active{overflow:hidden}button,input,textarea{color:inherit;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}::selection{background:#cfe6ff}.holding-page{background:var(--page);place-items:center;min-height:100svh;display:grid;overflow:hidden}.holding-animation-slot{place-items:center;display:grid}.holding-orb{width:96px;height:96px}.holding-animation-slot h1{font-family:var(--rounded-font);letter-spacing:-.01em;background:#ffffff9e;border:.5px solid #3c3c432e;border-radius:999px;margin:-8px 0 0;padding:6px 14px;font-size:16px;font-weight:700}.bounce-orb{isolation:isolate;background:radial-gradient(circle at 26% 20%,#fffffff0,#0000 29%),linear-gradient(140deg,#9fdbff 4%,#b5a5ff 42%,#f6afd2 72%,#ffd8a8 100%);border-radius:50%;flex:none;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 .5px #3c3c4333,inset 8px 10px 20px #ffffff4d,0 5px 18px #6b7ac421}.bounce-orb-blob,.bounce-orb-sheen{pointer-events:none;will-change:transform, opacity;display:block;position:absolute}.bounce-orb-blob{filter:blur(8px);mix-blend-mode:soft-light;border-radius:44% 56% 62% 38%/48% 42% 58% 52%;width:88%;height:88%}.bounce-orb-blob-a{opacity:.9;background:#e9fbff;animation:8s cubic-bezier(.45,0,.55,1) infinite alternate orb-meld-a;top:-18%;left:-14%}.bounce-orb-blob-b{opacity:.68;background:#ff91c4;animation:10s cubic-bezier(.45,0,.55,1) infinite alternate orb-meld-b;bottom:-18%;right:-24%}.bounce-orb-sheen{filter:blur(6px);background:#ffffff7a;border-radius:50%;width:42%;height:25%;animation:7s cubic-bezier(.45,0,.55,1) infinite alternate orb-breathe;top:9%;left:16%;transform:rotate(-24deg)}@keyframes orb-meld-a{0%{transform:translate(-4%,-2%)rotate(-8deg)scale(.92)}to{transform:translate(24%,18%)rotate(22deg)scale(1.16)}}@keyframes orb-meld-b{0%{transform:translate(4%,8%)rotate(12deg)scale(1.08)}to{transform:translate(-26%,-18%)rotate(-20deg)scale(.88)}}@keyframes orb-breathe{0%{opacity:.34;transform:translate(-2%,-1%)rotate(-24deg)scale(.96)}to{opacity:.58;transform:translate(8%,10%)rotate(-17deg)scale(1.06)}}@media (prefers-reduced-motion:reduce){.bounce-orb-blob,.bounce-orb-sheen{animation:none}}.site-shell{min-height:100vh;padding:30px 42px}.simple-header{justify-content:space-between;align-items:center;display:flex}.simple-header p,.simple-header .text-button{color:var(--muted);margin:0;font-size:12px}.wordmark{letter-spacing:-.04em;font-size:20px;font-weight:650}.eyebrow{color:var(--muted);margin:0;font-size:12px;font-weight:500}.admin-login-card label{flex-direction:column;gap:8px;display:flex}.admin-login-card label>span{color:var(--muted);font-size:12px}.admin-login-card input{border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;outline:0;width:100%;padding:4px 0 12px;font-size:18px}.admin-login-card input:focus{border-color:var(--text)}.admin-login-card input::placeholder{color:#aaa}.admin-login-card button{color:#fff;background:var(--text);border:0;border-radius:999px;min-width:130px;padding:13px 22px}.admin-login-card button:disabled{opacity:.45}.form-error{color:#c52d25;min-height:17px;margin:0;font-size:12px}main.conversation-page{top:var(--chat-viewport-top,0px);height:var(--chat-viewport-height,100dvh);min-height:0;padding:0;position:fixed;left:0;right:0;overflow:hidden}.conversation-column{width:min(640px,100%);height:100%;padding-top:env(safe-area-inset-top);flex-direction:column;margin:0 auto;display:flex;position:relative}.chat-header{z-index:2;top:env(safe-area-inset-top);height:var(--chat-header-height);pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:absolute;left:0;right:0}.chat-header:before{content:"";top:calc(-1 * env(safe-area-inset-top));background:var(--page);position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0% 50%,#0000 100%);mask-image:linear-gradient(#000 0% 50%,#0000 100%)}.chat-avatar{width:48px;height:48px;position:absolute;bottom:22px}.chat-name{-webkit-backdrop-filter:blur(24px)saturate(180%);font-family:var(--rounded-font);letter-spacing:-.01em;background:#ffffff9e;border:.5px solid #3c3c432e;border-radius:999px;margin:0;padding:6px 14px;font-size:16px;font-weight:700;position:relative}.bubble-list{min-height:0;padding:var(--chat-header-height) 0 6px;overscroll-behavior:contain;scrollbar-width:none;flex-direction:column;flex:1;display:flex;overflow-y:auto}.bubble-list::-webkit-scrollbar{display:none}.chat-timestamp{color:var(--label-secondary);text-align:center;margin:0;padding:18px 12px 4px;font-size:11px;font-weight:600}.bubble-row{padding:6px 12px;display:flex}.bubble-row.joined{padding-top:0}.bubble-row.assistant{justify-content:flex-start}.bubble-row.user{justify-content:flex-end}.bubble{text-wrap:pretty;white-space:pre-wrap;border-radius:18px;max-width:calc(100% - 64px);margin:0;padding:8.5px 11.5px;font-size:16px;line-height:1.32;position:relative}.bubble-row.assistant .bubble{color:var(--text);background:var(--bubble-received);margin-left:4px}.bubble-row.user .bubble{color:#fff;background:var(--bubble-sent);margin-right:4px}.bubble-row.tail .bubble{border-radius:17px}.bubble-row.tail .bubble:before,.bubble-row.tail .bubble:after{content:"";width:15px;height:16px;position:absolute;bottom:0}.bubble-row.assistant.tail .bubble:before{background:var(--bubble-received);border-bottom-right-radius:13px;left:-4px}.bubble-row.assistant.tail .bubble:after{background:var(--page);border-bottom-right-radius:8px;left:-15px}.bubble-row.user.tail .bubble:before{background:var(--bubble-sent);border-bottom-left-radius:13px;right:-4px}.bubble-row.user.tail .bubble:after{background:var(--page);border-bottom-left-radius:8px;right:-15px}.bubble a,.record-dialogue a{color:inherit;overflow-wrap:anywhere;text-underline-offset:.13em;text-decoration:underline;text-decoration-thickness:.07em}.typing-row{padding:1px 8px;display:flex}.typing-bubble{background:var(--bubble-received);border-radius:17px;align-items:center;gap:5px;margin-left:4px;padding:13px 14px 13px 17.5px;display:flex;position:relative}.typing-bubble:before,.typing-bubble:after{content:"";width:15px;height:16px;position:absolute;bottom:0}.typing-bubble:before{background:var(--bubble-received);border-bottom-right-radius:13px;left:-4px}.typing-bubble:after{background:var(--page);border-bottom-right-radius:8px;left:-15px}.typing-bubble span{background:var(--label-tertiary);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite typing-dot}.typing-bubble span:nth-child(2){animation-delay:.18s}.typing-bubble span:nth-child(3){animation-delay:.36s}@keyframes typing-dot{0%,to{opacity:.3}50%{opacity:1}}.conversation-form{padding:6px 10px calc(8px + env(safe-area-inset-bottom));flex:none;position:relative}body.chat-keyboard-open .conversation-form{padding-bottom:8px}.conversation-form:before{content:"";top:0;right:0;bottom:calc(-1 * env(safe-area-inset-bottom));background:var(--page);opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;position:absolute;left:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 50% 100%);mask-image:linear-gradient(#0000 0%,#000 50% 100%)}.conversation-form.fade:before{opacity:1}.composer{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#ffffff9e;border-radius:999px;align-items:center;min-height:44px;display:flex;position:relative;box-shadow:0 0 0 .5px #3c3c4329}.conversation-form textarea{resize:none;scrollbar-width:none;background:0 0;border:0;outline:0;flex:1;width:100%;min-height:44px;max-height:calc(6.5em + 22px);padding:11px 6px 11px 16px;font-size:17px;line-height:1.3;overflow-y:hidden}.conversation-form textarea::-webkit-scrollbar{display:none}.conversation-form textarea::placeholder{color:var(--label-tertiary)}.conversation-form button{color:#fff;background:var(--blue);width:32px;height:32px;font-family:var(--rounded-font);border:0;border-radius:50%;flex:none;margin:6px;font-size:17px;font-weight:800;line-height:1;transition:background-color .2s}.composer-mic{color:#0000;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid;position:relative;overflow:hidden}.composer-mic:before{content:"";background:var(--label-secondary);border-radius:999px;width:10px;height:17px}.composer-mic:after{content:"";border:2px solid var(--label-secondary);width:16px;height:10px;box-shadow:0 5px 0 -4px var(--label-secondary);border-top:0;border-radius:0 0 9px 9px;position:absolute;top:19px}.conversation-form button:disabled{background:var(--label-tertiary)}.conversation-form .form-error{min-height:0;margin:0 16px 4px}.centered-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;padding:24px;display:flex}.centered-state h1,.centered-state p{margin:0}.centered-state p{color:var(--muted)}.centered-state a{margin-top:10px;text-decoration:underline}.text-button,.back-button{background:0 0;border:0;padding:0}.text-button:hover,.back-button:hover{color:var(--text)}.admin-column{width:min(720px,100%);margin:14vh auto 120px}.list-heading{margin-bottom:54px}.list-heading h1,.person-heading h1{letter-spacing:-.05em;margin:0 0 9px;font-size:42px;font-weight:600}.list-heading p,.person-heading>p:last-child,.empty-copy,.record-meta{color:var(--muted);margin:0;font-size:14px}.people-list{border-top:1px solid var(--line)}.people-list button{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:20px 0;display:flex}.people-list button>span:first-child{flex-direction:column;gap:4px;display:flex}.people-list strong{font-size:18px;font-weight:500}.people-list small,.people-list button>span:last-child{color:var(--muted);font-size:13px}.people-list button:hover strong{text-underline-offset:4px;text-decoration:underline}.back-button{color:var(--muted);margin-bottom:64px;font-size:13px}.person-heading{border-bottom:1px solid var(--line);padding-bottom:44px}.person-heading .eyebrow{margin-bottom:10px}.record-section{border-bottom:1px solid var(--line);padding:42px 0}.record-section h2{margin:0 0 22px;font-size:16px;font-weight:600}.record-summary{color:#555;letter-spacing:-.02em;margin:0;font-size:21px;line-height:1.5}.record-section ul{color:#555;flex-direction:column;gap:10px;margin:0;padding-left:20px;line-height:1.5;display:flex}.record-links{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.record-links a{color:#555;text-underline-offset:3px;text-decoration:underline}.record-dialogue{flex-direction:column;gap:28px;display:flex}.record-dialogue>div{grid-template-columns:76px 1fr;gap:18px;display:grid}.record-dialogue span{color:var(--muted);padding-top:3px;font-size:12px}.record-dialogue p{color:#555;text-wrap:pretty;white-space:pre-wrap;margin:0;line-height:1.55}.record-dialogue .assistant p{color:var(--text)}.record-meta{margin-top:30px}.admin-login-shell{min-height:100vh;padding:30px 42px}.admin-login-card{width:min(440px,100%);margin:20vh auto 0}.admin-login-card h1{letter-spacing:-.05em;margin:10px 0 50px;font-size:42px;font-weight:600}.admin-login-card button{margin-top:30px}.admin-login-card .form-error{margin-top:12px}@media (max-width:640px){.site-shell,.admin-login-shell{padding:22px 20px}.simple-header p{font-size:11px}.admin-column{margin-top:11vh}.list-heading h1,.person-heading h1{font-size:36px}.back-button{margin-bottom:46px}.record-summary{font-size:19px}.record-dialogue>div{grid-template-columns:58px 1fr;gap:12px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.typing-bubble span{opacity:.65;animation:none}}
