:root{--paper:#fafafa;--surface:#fff;--ink:#262326;--muted:#696369;--line:#e8e4e6;--accent:#670010;--accent-hover:#850d25;--danger:#a3342c;font-family:Arial,Helvetica,system-ui,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;color-scheme:light}*{box-sizing:border-box}body{margin:0}button,select,textarea{font:inherit}a,button,select{touch-action:manipulation}button{cursor:pointer;color:inherit;border:0}button:disabled{cursor:wait;opacity:.55}a{color:inherit;text-underline-offset:3px}a,button,select,textarea{-webkit-tap-highlight-color:#67001012}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}h1,h2,p{margin:0}a,button{transition:color .15s,background-color .15s,border-color .15s}button{background:transparent}.app-shell{min-height:100svh}.topbar{height:88px;padding:0 clamp(20px,5vw,72px);justify-content:space-between;gap:16px}.brand-group,.topbar{display:flex;align-items:center}.brand-group{gap:12px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:21px;font-weight:600;letter-spacing:-.6px;padding:0;white-space:nowrap}.brand:hover{color:var(--accent)}nav{display:flex;align-items:center;gap:24px}nav select{border:0;padding:10px 2px;cursor:pointer}.text-button,nav select{background:transparent;color:var(--muted);min-height:44px}.text-button{padding:12px 0;font-size:13px}.text-button:hover{color:var(--accent)}.icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:50%;padding:10px;color:var(--muted);background:transparent}.icon-button:hover{background:#f1e9eb;color:var(--accent)}.home-main{width:min(100% - 40px,660px);margin:clamp(38px,9vh,92px) auto 0;text-align:center}.home-eyebrow{font-size:13px;letter-spacing:2.4px;font-weight:600;color:var(--accent);margin-bottom:22px}.welcome h1{font-size:clamp(32px,4vw,44px);font-weight:500;letter-spacing:-1.5px;line-height:1.15;text-wrap:balance;max-width:590px;margin:0 auto 18px}.intro{color:var(--muted);font-size:16px;line-height:1.6;max-width:460px;margin:auto;text-wrap:pretty}.question-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;text-align:left;margin:40px 0 24px}.question-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:22px 24px;background:var(--surface);border:1px solid var(--line);border-radius:16px;min-height:168px}.question-card:hover:not(:disabled){border-color:#67001065;background:#fcf7f8}.card-top{display:flex;justify-content:space-between;align-items:center;color:var(--accent);margin-bottom:21px}.card-top>svg:last-child{color:#a59ca0;width:17px}.question-card:hover .card-top>svg:last-child{color:var(--accent)}.card-title{font-size:16px;font-weight:500;line-height:1.4;max-width:250px;text-wrap:pretty}.card-detail{font-size:12px;line-height:1.5;color:var(--muted);margin-top:7px}.begin-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:48px;padding:12px 24px;background:var(--accent);color:white;border-radius:28px;font-size:14px}.begin-button:hover{background:var(--accent-hover)}.home-footer{margin:36px 0 24px;color:var(--muted);font-size:12px;line-height:1.7}.home-footer>p+p{margin-top:2px}.legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0 22px;font-size:12px;color:var(--muted)}.legal-links a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none}.legal-links a:hover{color:var(--accent);text-decoration:underline}.home-footer .legal-links{margin:13px 0 6px}.legal-acceptance{font-size:11px;line-height:1.65;max-width:470px;margin:0 auto;color:var(--muted)}.mobile-about{display:none}.chat-shell .topbar{position:sticky;top:0;background:var(--paper);z-index:3;border-bottom:1px solid var(--line);height:76px}.chat-main{width:min(100% - 40px,760px);min-height:calc(100svh - 76px);display:flex;flex-direction:column;margin:auto;padding-top:34px}.chat-empty{text-align:center;margin:auto;padding:50px 10px 70px;max-width:440px}.chat-empty h1{font-size:28px;font-weight:500;line-height:1.25;letter-spacing:-.75px;text-wrap:balance}.chat-empty p{font-size:15px;line-height:1.7;color:var(--muted);margin-top:16px}.conversation:empty{display:none}.conversation{flex:1 1}.exchange{outline:none;scroll-margin-top:100px}.question{max-width:78%;width:fit-content;margin:0 0 24px auto;background:#f1edef;border:1px solid #ece5e8;border-radius:20px 20px 5px 20px;padding:16px 20px;font-size:16px;line-height:1.65;overflow-wrap:anywhere;white-space:pre-wrap}.response{max-width:86%;margin:0 auto 30px 0}.answer-text{background:var(--surface);border:1px solid var(--line);border-radius:20px 20px 20px 5px;padding:20px 24px;font-size:17px;line-height:1.75;overflow-wrap:anywhere;text-wrap:pretty}.answer-text p+p{margin-top:16px}.response-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.copy-button{width:44px;height:44px}.copy-status{color:var(--muted);font-size:12px;line-height:1.5}.composer-dock{position:sticky;bottom:0;background:var(--paper);padding:14px 0 8px;z-index:2;margin-top:auto}.writing-area{display:flex;align-items:flex-end;background:white;border:1px solid #d9d1d5;border-radius:22px;padding:8px;box-shadow:0 3px 16px #26232604}.writing-area:focus-within{border-color:var(--accent)}.writing-area:has(textarea:focus-visible){outline:2px solid var(--accent);outline-offset:3px}textarea{display:block;flex:1 1;min-width:0;min-height:66px;max-height:220px;resize:vertical;border:0;border-radius:14px;padding:12px 10px;font-size:16px;line-height:1.5;background:transparent;color:var(--ink)}textarea::placeholder{color:#777078}textarea:focus-visible{outline:none}.composer-actions{display:flex;gap:8px;align-items:center;padding:3px}.character-count{font-size:10px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.primary-button{background:var(--accent);color:white}.primary-button:hover{background:var(--accent-hover);color:white}.cancel-button{background:#f1edef;color:var(--accent)}.composer-note{text-align:center;font-size:11px;line-height:1.5;color:var(--muted);margin:10px 0 0}.error{font-size:13px;color:var(--danger);line-height:1.6;margin:10px 4px}.has-error{border-color:var(--danger)}.loading{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px;padding:8px 4px 28px}.loading-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:breathe 1.4s ease-in-out infinite}@keyframes breathe{50%{opacity:.3}}.chat-footer{padding:4px 0 10px}.chat-footer .legal-links,.eyebrow{font-size:11px}.eyebrow{letter-spacing:1.6px;line-height:1.5;font-weight:600;color:var(--muted)}.about-dialog{border:1px solid var(--line);border-radius:20px;width:min(580px,100% - 32px);padding:28px 32px;color:var(--ink);background:var(--paper);max-height:85svh;overflow:auto}.about-dialog::backdrop{background:#26232666}.dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.about-dialog h2{font-size:28px;font-weight:500;letter-spacing:-.5px;margin-bottom:18px;text-wrap:balance}.about-dialog p{font-size:15px;line-height:1.7}.about-dialog p+p{margin-top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.topbar{height:72px;padding:0 20px}.brand{font-size:19px}nav{gap:14px}.about-button{display:none}.mobile-about{display:inline-flex}.home-main{margin-top:36px}.home-eyebrow{margin-bottom:18px;font-size:11px}.welcome h1{font-size:34px;letter-spacing:-1.1px}.intro{font-size:15px;max-width:320px}.question-grid{gap:10px;margin:28px 0 22px}.question-card{padding:17px 15px;min-height:172px}.card-top{margin-bottom:18px}.card-title{font-size:14px}.card-detail{font-size:11px}.home-footer{margin-top:28px}.legal-links{gap:0 14px}.legal-acceptance{font-size:10px}.chat-shell .topbar{height:68px}.brand-group{gap:5px}.back-button{margin-left:-10px}.chat-main{width:calc(100% - 32px);min-height:calc(100svh - 68px);padding-top:26px}.chat-empty h1{font-size:26px}.question{max-width:86%;font-size:15px;padding:13px 16px}.response{max-width:92%;margin-bottom:24px}.answer-text{font-size:16px;padding:16px 18px;line-height:1.7}.composer-dock{padding-top:10px}.composer-note{font-size:10px}.composer-actions{flex-direction:column;gap:3px}.chat-footer{text-align:center}.chat-footer .mobile-about{font-size:11px}.about-dialog{padding:20px 24px 26px}.about-dialog h2{font-size:25px}}@media(max-width:360px){.home-main{width:calc(100% - 32px)}.question-card{padding:15px 12px}.card-title{font-size:13px}.card-detail{font-size:11px}.welcome h1{font-size:30px}.legal-links{gap:0 12px;font-size:11px}.brand{font-size:18px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.legal-main{width:min(100% - 48px,760px);margin:40px auto 0}.legal-documents{display:flex;gap:8px 24px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:44px;font-size:14px}.legal-documents a{min-height:44px;display:inline-flex;align-items:center;color:var(--muted);text-underline-offset:5px}.legal-documents a[aria-current=page]{color:var(--ink);font-weight:600}.legal-heading h1{max-width:700px;font-size:clamp(32px,5vw,46px);font-weight:500;line-height:1.15;letter-spacing:-1.2px;margin:18px 0;text-wrap:balance}.legal-intro{font-size:18px;line-height:1.6;color:var(--muted);max-width:60ch}.legal-date{margin-top:24px;font-size:13px;line-height:1.8;color:var(--muted)}.legal-contents{display:block;margin:36px 0 44px;padding:24px 0;border-block:1px solid var(--line)}.legal-contents ol{column-count:2;padding-left:20px;margin:16px 0 0}.legal-contents li{page-break-inside:avoid;break-inside:avoid;font-size:14px;line-height:1.6;padding:5px 16px 5px 0}.legal-main a{text-underline-offset:4px;overflow-wrap:anywhere}.legal-body{max-width:68ch;font-size:16px;line-height:1.75;overflow-wrap:anywhere}.legal-body section{scroll-margin-top:24px;margin-bottom:36px}.legal-body h2{font-size:24px;line-height:1.3;font-weight:500;margin-bottom:16px;letter-spacing:-.3px;text-wrap:balance}.legal-body p+p,.legal-body ul+p{margin-top:16px}.legal-body ul{padding-left:24px;margin:16px 0}.legal-body li+li{margin-top:8px}.legal-footer{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:48px;padding:28px 0 40px;font-size:13px;color:var(--muted)}@media(max-width:600px){.legal-main{width:calc(100% - 40px);margin-top:24px}.legal-documents{gap:0 18px;margin-bottom:32px;font-size:13px}.legal-contents ol{column-count:1}.legal-body h2{font-size:22px}.legal-intro{font-size:16px}.legal-links{gap:0 18px}}.home-main{margin-top:clamp(28px,5vh,52px)}@media(max-width:600px){.brand{gap:8px}.home-main{margin-top:24px}.chat-shell .topbar,.chat-shell .topbar nav{gap:8px}}@media(max-width:360px){.chat-shell .topbar{padding-inline:16px}.chat-shell .brand{font-size:17px;gap:6px}.chat-shell .brand-group{gap:0}.chat-shell .topbar nav{gap:4px}}.home-footer .footer-about{display:inline-flex;align-items:center;min-height:44px;padding:0;font:inherit;color:inherit}.home-footer .footer-about:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}