*{box-sizing:border-box}body{margin:0;background:#f8f7f4;color:#302c2b;font:15px/1.65 "Segoe UI",Arial,sans-serif;height:100dvh;display:grid;grid-template-columns:258px minmax(0,1fr);overflow:hidden}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid #bb8aa4;outline-offset:3px}[hidden]{display:none!important}.sidebar{background:#efede8;border-right:1px solid #e0ddd7;padding:30px 24px;display:flex;flex-direction:column;overflow:auto}.brand-art{width:170px;height:170px;margin:0 auto 22px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #c8b99c;background:linear-gradient(140deg,#3b332b,#756149 55%,#39302c);color:#f2e5ca;box-shadow:inset 0 0 0 8px #ffffff0a;border-radius:12px}.brand-art span{font:30px/.94 Georgia,serif;text-align:center;letter-spacing:-2px}.brand-art small{font-size:6px;letter-spacing:1px;margin-top:20px}.brand-art img{width:100%;height:100%;object-fit:cover;border-radius:12px}.community-name{font:italic 17px/1.5 Georgia,serif;margin:0 0 24px}.nav-active{background:#fff;padding:11px 14px;border-radius:9px;box-shadow:0 2px 8px #302c2b07;font-size:13px;font-weight:600}.sidebar-about{margin-top:42px;font-size:13px;color:#766f68}.eyebrow{font-size:10px;letter-spacing:2px;text-transform:uppercase;font-weight:600;color:#827565}.sidebar-about p{margin:12px 0 26px}.fine{font-size:11px;color:#8b837b}.quiet{border:1px solid #d9cbb8;border-radius:24px;padding:8px 16px;background:transparent;color:#786750;font-size:12px;white-space:nowrap}.sidebar>.quiet{margin-top:auto;align-self:flex-start}.workspace{min-width:0;display:flex;flex-direction:column;height:100dvh}header{padding:24px 36px;border-bottom:1px solid #e7e3dc;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f8f7f4}h1{font:italic 28px/1.3 Georgia,serif;margin:8px 0 0}h1 span{color:#b99b73}#chat-room{flex:1;min-height:0;display:flex;flex-direction:column}.conversation{flex:1;overflow-y:auto;scroll-behavior:smooth;padding:36px max(28px,calc((100% - 830px)/2))}.welcome{max-width:680px;margin:24px auto 36px;text-align:center}.spark{font-size:36px;color:#a88666}.welcome h2,.auth h2{font:32px/1.25 Georgia,serif;margin:14px 0}.welcome p{color:#81736f;font-size:15px;max-width:580px;margin:18px auto}.suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:28px}.suggestions button{background:#fff;border:1px solid #e5ddd3;border-radius:12px;padding:12px 16px;font-size:12px;color:#716350}.message{margin:0 0 28px;max-width:100%;overflow-wrap:anywhere}.message.user{display:flex;justify-content:flex-end}.user .message-body{background:#ebe5df;border-radius:18px 18px 4px 18px;padding:12px 18px;max-width:85%;white-space:pre-wrap}.assistant-label{font-size:11px;font-weight:600;letter-spacing:1px;color:#927453;margin-bottom:10px}.assistant .message-body{padding:0 0 0 1px}.message-body p{margin:0 0 12px}.message-body ul,.message-body ol{padding-left:22px;margin:10px 0 16px}.message-body li{margin:7px 0}.message-body h3{font-size:17px;margin:14px 0 8px}.sources{display:grid;gap:8px;margin-top:18px}.sources a{color:#615449;text-decoration:none;border:1px solid #e4ddd4;border-radius:10px;padding:11px 14px;background:#fff;font-size:12px;display:flex;justify-content:space-between;gap:14px}.sources a:hover{border-color:#b49a7d;background:#fffdfa}.source-caption{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#9a8877;margin-bottom:2px}.composer-wrap{padding:16px 36px 12px;border-top:1px solid #eae5df;background:#f8f7f4}#chat-compose{max-width:830px;margin:auto;border:1px solid #ded8d0;border-radius:17px;background:white;display:flex;align-items:flex-end;padding:9px 10px 9px 18px;box-shadow:0 4px 18px #332c2410}textarea{width:100%;resize:none;max-height:140px;min-height:40px;padding:8px 0;border:0;outline:none;background:transparent;color:#302c2b;line-height:24px}textarea::placeholder{color:#a09487;font-size:13px}#chat-compose button{width:40px;height:40px;flex-shrink:0;background:#302c2b;color:white;border:0;border-radius:12px;font-size:23px}.composer-hint{font-size:10px;color:#9d9286;max-width:830px;margin:8px auto 0;display:flex;justify-content:space-between}#chat-notice{margin:0;text-align:center;font-size:12px;color:#915267}#chat-notice:not(:empty){padding:8px 20px}.auth{width:min(420px,90%);margin:auto;padding:24px 0;text-align:center}.auth p{color:#8b7d71}.auth form{text-align:left;margin-top:25px}.auth label{font-size:12px}.auth input{display:block;width:100%;border:1px solid #ded4c9;background:white;padding:12px;border-radius:10px;margin:8px 0 14px}.auth button{width:100%;border:0;background:#463831;color:white;padding:12px;border-radius:10px}.auth button span{float:right}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.typing{color:#978470;font-size:13px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.typing{animation:none}.conversation{scroll-behavior:auto}}@media(max-width:760px){body{grid-template-columns:1fr}.sidebar{display:none}header{padding:18px 20px}h1{font-size:23px}.eyebrow{font-size:8px}.conversation{padding:24px 20px}.composer-wrap{padding:12px 16px}.composer-hint span{display:none}.welcome h2{font-size:28px}.welcome{margin-top:18px}header .quiet{font-size:10px;padding:7px 10px}}
/* CFC identity: blush, ink, and a distinct top brand bar. */
body{background:#fff9fb;grid-template-columns:220px minmax(0,1fr)}.sidebar{background:#f6e9ee;border-color:#ead8e0;padding-top:32px}.brand-art{width:140px;height:140px;background:#211c20;border-color:#211c20;color:#f6cfdf;border-radius:50%;box-shadow:0 8px 30px #8f456c15}.brand-art img{border-radius:50%}.brand-art small{font-size:5px}.nav-active{background:#211c20;color:#ffeaf2;border-radius:12px}.community-name{color:#6d3e56}.sidebar-about{color:#8c687a}.sidebar-about .eyebrow{color:#8f4d6d}.fine{color:#997e8b}.workspace>header{background:#241d22;color:#fff0f6;border-bottom:3px solid #e7b5cb;padding:24px 34px}.workspace>header .eyebrow{color:#dcb5c8}.workspace>header h1{font-style:normal}.workspace>header h1 span{color:#e9afcb}.workspace>header .quiet{color:#f4d1e1;border-color:#735566}.quiet{color:#804964;border-color:#d6b2c4}.conversation{background:radial-gradient(ellipse at 50% 0,#fbeaf2 0,transparent 65%),#fff9fb}.spark{color:#b45c87}.welcome p{color:#886879}.suggestions button{color:#77435e;border-color:#ebd3df;border-radius:20px;background:#fffafb}.user .message-body{background:#f0dce6;color:#442a39}.assistant-label{color:#a15379}.sources a{border-color:#ecdbe3;color:#74405b;border-left:3px solid #d79ab6}.sources a:hover{background:#fff0f6;border-color:#d79ab6}.source-caption{color:#a47c90}.composer-wrap{background:#fff9fb;border-color:#efdee6}#chat-compose{border-color:#e3cbd6;box-shadow:0 5px 24px #8f456c0a}#chat-compose button{background:#241d22;color:#f8d9e7}.composer-hint{color:#a38796}.auth input{border-color:#e3cbd6}.auth button{background:#241d22;color:#ffe5f0}.auth p{color:#917183}.typing{color:#a15e80}@media(max-width:760px){body{grid-template-columns:1fr}.workspace>header{padding:18px 20px}}

@font-face{font-family:Poppins;src:url('/static/fonts/Poppins-Regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url('/static/fonts/Poppins-SemiBold.ttf') format('truetype');font-weight:600 900;font-display:swap}
body{font-family:Poppins,sans-serif;color:#161316;background:#fff;grid-template-columns:236px minmax(0,1fr);font-size:14px}.sidebar{background:#faf5f7;padding:28px 22px;border-color:#eee5e9}.brand-art{width:100%;height:auto;min-height:52px;display:flex;flex-direction:row;justify-content:flex-start;gap:12px;margin:0 0 30px;background:none;border:0;border-radius:0;box-shadow:none;color:#141214}.brand-art .brand-monogram{font:600 23px Poppins,sans-serif;letter-spacing:0;background:#f1b9d2;border:2px solid #171317;border-radius:12px;width:43px;height:43px;display:grid;place-items:center;flex-shrink:0;transform:rotate(-5deg)}.brand-art strong{font-size:13px;line-height:1.4;letter-spacing:-.4px}.brand-art img{width:100%;max-height:100px;object-fit:contain;border-radius:0}.community-name{display:none}.nav-active{font-size:12px;padding:13px;border-radius:10px;background:#fff;border:1px solid #e6dce1;color:#171317;box-shadow:0 3px 12px #2e152007}.sidebar-about{margin-top:35px;font-size:12px;color:#776c72}.eyebrow{letter-spacing:1.4px;font-weight:600}.sidebar-about .eyebrow{font-size:9px;color:#8b687a}.workspace>header{background:#fff;color:#181418;border-bottom:1px solid #eadfe5;padding:23px 34px}.workspace>header .eyebrow{color:#9a7086;font-size:9px}.workspace>header h1{font:600 22px/1.4 Poppins,sans-serif;letter-spacing:-.7px;margin-top:5px}.header-caption{display:inline-block;font:400 11px Poppins,sans-serif;color:#8a7c84!important;letter-spacing:0;margin-left:15px;padding-left:15px;border-left:1px solid #e3d8de}.workspace>header .quiet{color:#272027;border:1px solid #dfd6dc;border-radius:9px;font-size:11px;background:white}.conversation{background:radial-gradient(ellipse at 50% 15%,#fff1f7,transparent 68%),#fff}.auth{width:min(440px,88%);padding:24px 0}.auth h2,.welcome h2{font:600 30px/1.3 Poppins,sans-serif;letter-spacing:-1px;color:#1c171b}.auth p,.welcome p{font-size:13px;line-height:1.9;color:#887581}.auth label{font-size:11px;color:#55414e}.auth input{height:52px;border-color:#e1d4dc;border-radius:10px}.auth button{font-size:13px;background:#181418;color:white;border-radius:10px;height:50px}.spark{margin:0 auto 20px}.avatar-initial{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:#f3d5e3;color:#73415b;font:600 28px Poppins,sans-serif;margin:auto;box-shadow:0 0 0 8px #fcf2f7}.chloe-avatar{width:76px;height:76px;border-radius:24px;object-fit:cover;box-shadow:0 0 0 7px #fcf2f7}.assistant-label{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:0;font-weight:600;color:#6e4c60}.assistant-label .chloe-avatar{width:28px;height:28px;border-radius:9px;box-shadow:none}.suggestions button{font-size:11px;border-radius:12px;background:white}.composer-wrap{background:white;border-color:#eee6eb}.sources a{font-size:11px;background:#fdfbfc;border-left:1px solid #ecdbe3}.message-body{line-height:1.85}.user .message-body{background:#f5e5ed}.composer-hint{font-size:9px}.welcome{margin-top:30px}.quiet{font-size:11px}@media(max-width:760px){body{grid-template-columns:1fr}.header-caption{display:none}.workspace>header{padding:18px 20px}.workspace>header h1{font-size:20px}.auth h2,.welcome h2{font-size:26px}}
