:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f1ec;--bg-deep:#eee7df;--panel:#fff;--panel-soft:#faf8f5;--text:#241f20;--muted:#675f61;--line:#ded6d0;--line-strong:#c9bdb7;--brand:#8d123d;--brand-dark:#6f0d31;--brand-soft:#f7e9ee;--brand-soft-strong:#efd8e1;--success:#25613f;--success-soft:#e8f3ec;--danger:#a33a32;--danger-soft:#fbeeea;--focus:#315fa5;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--shadow-raised:0 18px 42px #3a2b2b14;--shadow-soft:0 8px 24px #3a2b2b0d;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px}*{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%;min-width:320px;min-height:100%}body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:3px}img,svg,canvas,video{max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{letter-spacing:-.02em;font-family:ui-serif,Georgia,Cambria,Times New Roman,serif;font-weight:700}.shell{grid-template-rows:auto 1fr;min-height:100svh;display:grid}.topbar{justify-content:space-between;align-items:center;gap:var(--space-5);border-bottom:1px solid var(--line);background:var(--panel);min-height:64px;padding:8px clamp(16px,3vw,36px);display:flex}.brand{align-items:center;gap:var(--space-3);min-width:0;min-height:48px;display:inline-flex}.brand-mark{border-radius:var(--radius-sm);background:var(--brand);color:#fff;flex:none;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.brand-text{min-width:0;color:var(--text);white-space:nowrap;font-size:17px;font-weight:750;line-height:1.2}.brand-separator{color:var(--brand)}.nav{align-items:center;gap:var(--space-1);color:var(--muted);font-size:14px;display:flex}.nav a{min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-sm);align-items:center;transition:background-color .16s,color .16s;display:inline-flex}.nav a:hover{background:var(--panel-soft);color:var(--brand-dark)}.main{width:min(1320px,100%);max-width:100%;padding:var(--space-6) clamp(16px, 3vw, 36px) var(--space-8);min-width:0;margin:0 auto}.chat-page{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,48px);min-width:0;display:grid}.chat-intro{min-width:0;padding:var(--space-8) 0;align-content:start;gap:var(--space-8);display:grid}.eyebrow{width:fit-content;max-width:100%;color:var(--brand);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:800;line-height:1.3}.chat-intro h1,.admin-header h1,.login-panel h1{margin:var(--space-3) 0 var(--space-3);color:var(--brand-dark);font-size:clamp(38px,4vw,58px);line-height:.98}.admin-header h1,.login-panel h1{font-size:clamp(32px,4vw,46px)}.chat-intro>div>p,.admin-header p,.login-panel p{color:var(--muted);margin:0;font-size:17px;line-height:1.6}.topic-section{gap:var(--space-3);display:grid}.topic-section h2{color:var(--text);letter-spacing:0;margin:0;font-family:inherit;font-size:14px}.quick-list{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.quick-button{align-content:center;justify-items:start;gap:var(--space-2);border-radius:var(--radius-md);background:var(--panel);min-width:0;min-height:72px;color:var(--brand-dark);padding:var(--space-3);text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px var(--line);border:0;transition:background-color .16s,box-shadow .16s,color .16s;display:grid}.quick-button span{font-size:14px;font-weight:700;line-height:1.25}.quick-button:hover:not(:disabled){background:var(--brand-soft);box-shadow:inset 0 0 0 1px var(--brand-soft-strong)}.quick-button:disabled{cursor:not-allowed;opacity:.55}.automation-note{gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--line);color:var(--muted);grid-template-columns:auto 1fr;align-items:start;display:grid}.automation-note svg{color:var(--brand);margin-top:2px}.automation-note p{margin:0;font-size:14px;line-height:1.5}.contact-list{gap:var(--space-2);color:var(--muted);font-size:14px;font-style:normal;display:grid}.contact-list a,.consent-contacts a{align-items:center;gap:var(--space-2);width:fit-content;min-height:44px;color:var(--brand-dark);display:inline-flex}.contact-list a:hover,.consent-contacts a:hover,.policy-link:hover,.text-button:hover{text-underline-offset:3px;text-decoration:underline}.chat-layout{border-radius:var(--radius-lg);background:var(--panel);min-width:0;height:min(780px,100svh - 112px);min-height:620px;box-shadow:var(--shadow-raised);grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.chat-header{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:78px;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);color:var(--brand);display:flex}.chat-header h2{color:var(--text);letter-spacing:0;margin:2px 0 0;font-family:inherit;font-size:20px}.chat-kicker{color:var(--muted);font-size:12px}.messages{gap:var(--space-5);min-height:0;padding:var(--space-6) clamp(16px, 3vw, 32px);scrollbar-gutter:stable;overscroll-behavior:contain;flex-direction:column;display:flex;overflow-y:auto}.message{overflow-wrap:anywhere;min-width:0;max-width:100%;line-height:1.6}.message.user{max-width:min(78%,640px);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md) var(--radius-md) 4px var(--radius-md);background:var(--brand-soft);color:var(--brand-dark);align-self:flex-end}.message.assistant{width:min(100%,800px);padding-bottom:var(--space-5);border-bottom:1px solid var(--line);align-self:flex-start}.message.assistant:last-of-type{border-bottom:0}.message.service-notice{padding:var(--space-4);border-radius:var(--radius-md);background:var(--danger-soft);border:1px solid #ead4cb}.message.service-notice.error{border-color:#e2b8b1}.notice-label{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);color:var(--danger);letter-spacing:.02em;font-size:13px;font-weight:800;display:flex}.message.pending{align-items:center;gap:var(--space-2);width:fit-content;color:var(--muted);border-bottom:0;padding-bottom:0;font-size:14px;display:inline-flex}.markdown-text p{margin:0 0 var(--space-3);white-space:pre-wrap}.markdown-text p:last-child,.markdown-text ul:last-child{margin-bottom:0}.markdown-text ul{margin:0 0 var(--space-3);padding-left:var(--space-6)}.markdown-text li{margin:6px 0}.markdown-text strong{color:var(--brand-dark);font-weight:800}.citation-list{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--line)}.citation-list summary{align-items:center;gap:var(--space-2);width:fit-content;min-height:44px;color:var(--brand-dark);cursor:pointer;font-size:14px;font-weight:750;list-style:none;display:flex}.citation-list summary::-webkit-details-marker{display:none}.citation-list summary:after{content:"+";color:var(--muted);font-size:18px;font-weight:400}.citation-list[open] summary:after{content:"−"}.citation-list summary span{background:var(--brand-soft);border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:12px;display:inline-grid}.citation-items{gap:var(--space-3);padding-top:var(--space-2);display:grid}.citation-item{padding-left:var(--space-4);border-left:3px solid var(--brand-soft-strong)}.citation-item strong{color:var(--text);font-size:13px;display:block}.citation-item p{max-height:210px;color:var(--muted);white-space:pre-wrap;margin:6px 0 0;font-size:13px;line-height:1.55;overflow-y:auto}.feedback-row{align-items:center;gap:var(--space-2);min-height:44px;margin-top:var(--space-4);color:var(--muted);flex-wrap:wrap;font-size:13px;display:flex}.feedback-button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);min-width:56px;min-height:44px;color:var(--muted);cursor:pointer;justify-content:center;align-items:center;gap:6px;transition:border-color .16s,background-color .16s,color .16s;display:inline-flex}.feedback-button:hover:not(:disabled),.feedback-button[aria-pressed=true]{border-color:var(--brand-soft-strong);background:var(--brand-soft);color:var(--brand-dark)}.feedback-button:disabled{cursor:wait;opacity:.6}.feedback-thanks{align-items:center;gap:var(--space-2);min-height:44px;color:var(--success);font-weight:700;display:inline-flex}.feedback-error{color:var(--danger)}.composer{gap:var(--space-3);min-width:0;padding:var(--space-4) var(--space-5);border-top:1px solid var(--line);background:var(--panel-soft);grid-template-columns:minmax(0,1fr) auto;display:grid}.input,.textarea{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--panel);width:100%;min-width:0;color:var(--text);outline:none;padding:12px 14px;transition:border-color .16s,box-shadow .16s}.input:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #8d123d1f}.composer-input{resize:vertical;min-height:48px;max-height:128px;line-height:1.45}.textarea{resize:vertical;min-height:120px}.button{border-radius:var(--radius-sm);background:var(--brand);color:#fff;min-width:44px;min-height:44px;padding:0 var(--space-4);justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;text-align:center;touch-action:manipulation;border:0;font-weight:750;transition:background-color .16s,color .16s,box-shadow .16s;display:inline-flex}.button:hover:not(:disabled){background:var(--brand-dark)}.button.secondary{box-shadow:inset 0 0 0 1px var(--line);background:var(--panel);color:var(--brand-dark)}.button.secondary:hover:not(:disabled){background:var(--brand-soft)}.button:disabled{cursor:not-allowed;opacity:.55}.send-button{min-height:48px}.consent-page{min-height:calc(100svh - 120px);padding:var(--space-4) 0 var(--space-8);place-items:center;display:grid}.consent-card{gap:var(--space-6);border-radius:var(--radius-lg);background:var(--panel);width:min(820px,100%);box-shadow:var(--shadow-raised);padding:clamp(24px,5vw,48px);display:grid}.consent-heading{gap:var(--space-4);grid-template-columns:auto 1fr;align-items:start;display:grid}.consent-icon{border-radius:var(--radius-md);background:var(--brand-soft);width:48px;height:48px;color:var(--brand);place-items:center;display:grid}.consent-card h1{margin:var(--space-2) 0 0;color:var(--brand-dark);font-size:clamp(32px,5vw,48px);line-height:1.05}.consent-lead{color:var(--muted);margin:-8px 0 0;font-size:17px}.consent-points{gap:0;margin:0;padding:0;list-style:none;display:grid}.consent-points li{gap:var(--space-4);padding:var(--space-4) 0;border-top:1px solid var(--line);grid-template-columns:36px 1fr;display:grid}.consent-points li:last-child{border-bottom:1px solid var(--line)}.consent-points li>span{background:var(--brand);color:#fff;border-radius:999px;place-items:center;width:32px;height:32px;font-size:13px;font-weight:800;display:grid}.consent-points strong{color:var(--text);display:block}.consent-points p{color:var(--muted);margin:4px 0 0;line-height:1.5}.consent-contacts{column-gap:var(--space-6);row-gap:var(--space-2);color:var(--brand-dark);flex-wrap:wrap;display:flex}.service-error{gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);grid-template-columns:auto 1fr;align-items:start;margin:0;display:grid}.consent-actions{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.consent-primary{min-height:50px;padding-inline:var(--space-6)}.policy-link,.text-button{min-height:44px;color:var(--brand-dark);cursor:pointer;background:0 0;border:0;align-items:center;font-size:14px;font-weight:700;display:inline-flex}.admin-page{gap:var(--space-5);min-width:0;display:grid}.admin-header{justify-content:space-between;align-items:flex-end;gap:var(--space-5);flex-wrap:wrap;min-width:0;display:flex}.admin-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}.section,.login-panel{min-width:0;padding:var(--space-5);overflow-wrap:anywhere;border-radius:var(--radius-md);background:var(--panel);box-shadow:var(--shadow-soft)}.section h2{margin:0 0 var(--space-4);color:var(--brand-dark);letter-spacing:0;font-family:inherit;font-size:18px}.section-heading-row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4);min-width:0;display:flex}.section-heading-row h2{margin-bottom:6px}.wide{grid-column:1/-1}.admin-actions,.news-form,.list{gap:var(--space-3);display:grid}.admin-actions{flex-wrap:wrap;display:flex}.muted-text{color:var(--muted);margin:0}.metric-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.metric-grid div{min-height:68px;padding:var(--space-3);border-radius:var(--radius-sm);background:var(--panel-soft);box-shadow:inset 0 0 0 1px var(--line)}.metric-grid b{color:var(--brand-dark);font-size:20px;display:block}.metric-grid span{color:var(--muted);font-size:12px}.row{padding-top:var(--space-3);border-top:1px solid var(--line);color:var(--muted);line-height:1.55}.row b{color:var(--text)}.status,.form-error{color:var(--danger);font-weight:700}.login-wrap{place-items:center;min-height:calc(100svh - 120px);display:grid}.login-panel{gap:var(--space-4);width:min(460px,100%);display:grid}.login-icon{border-radius:var(--radius-md);background:var(--brand-soft);width:48px;height:48px;color:var(--brand);place-items:center;display:grid}.privacy-page{border-radius:var(--radius-lg);background:var(--panel);max-width:860px;box-shadow:var(--shadow-raised);overflow-wrap:anywhere;margin:0 auto;padding:clamp(24px,5vw,52px);line-height:1.7}.privacy-page h1{margin:var(--space-3) 0 var(--space-6);color:var(--brand-dark);font-size:clamp(34px,5vw,52px);line-height:1.05}.privacy-page h2{margin:var(--space-8) 0 var(--space-3);color:var(--brand-dark);font-size:24px}.privacy-page p,.privacy-page li{color:var(--text)}.privacy-page ul{padding-left:var(--space-6)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@supports (height:100dvh){.shell{min-height:100dvh}.chat-layout{height:min(780px,100dvh - 112px)}.consent-page,.login-wrap{min-height:calc(100dvh - 120px)}}@media (max-width:960px){.chat-page{gap:var(--space-5);grid-template-columns:minmax(0,1fr)}.chat-intro{gap:var(--space-5);padding:0}.chat-intro h1,.topic-section{max-width:720px}.quick-list{grid-template-columns:repeat(4,minmax(0,1fr))}.automation-note,.contact-list{max-width:720px}.chat-layout{height:min(720px,100svh - 96px);min-height:560px}.admin-grid{grid-template-columns:1fr}}@media (max-width:700px){.topbar{min-height:60px;padding:6px 12px}.brand{gap:var(--space-2)}.brand-mark{width:36px;height:36px;font-size:14px}.brand-text{font-size:15px}.nav a{padding:0 var(--space-2)}.nav a:first-child{display:none}.main{padding:var(--space-4) 12px var(--space-6)}.chat-intro h1{margin-top:var(--space-2);font-size:36px;line-height:1.02}.chat-intro>div>p{font-size:16px}.quick-list{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-button{grid-template-columns:auto 1fr;place-items:center start;min-height:64px}.contact-list{display:none}.chat-layout{border-radius:var(--radius-md);height:min(700px,100svh - 84px);min-height:540px}.chat-header{min-height:66px;padding:var(--space-3) var(--space-4)}.messages{padding:var(--space-4);gap:var(--space-4)}.message.user{max-width:92%}.composer{gap:var(--space-2);padding:var(--space-3);grid-template-columns:minmax(0,1fr) 48px}.send-button{padding:0}.send-button span{display:none}.consent-page{min-height:auto;padding:0 0 var(--space-4)}.consent-card{gap:var(--space-5);padding:var(--space-5);border-radius:var(--radius-md)}.consent-card h1{font-size:34px}.consent-actions{flex-direction:column;align-items:stretch}.consent-primary,.policy-link,.text-button{justify-content:center;width:100%}.admin-header,.section-heading-row{flex-direction:column;align-items:stretch}.admin-actions .button,.admin-actions label.button,.section-heading-row .button{width:100%}.metric-grid{grid-template-columns:1fr}}@media (max-width:480px){.brand-separator,.brand-commission{display:none}.nav{font-size:13px}.chat-intro{gap:var(--space-4)}.automation-note{padding-top:var(--space-4)}.consent-heading{grid-template-columns:1fr}.consent-card{padding:var(--space-4)}.consent-card h1{font-size:31px}.consent-points li{gap:var(--space-3);grid-template-columns:32px 1fr}.consent-contacts{display:grid}.privacy-page,.section,.login-panel{padding:var(--space-4)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
