@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;color:#302e2c;font-synthesis:none;--primary:#c72f4b;--muted:#77716c;--line:#e8e3de;--surface:#fff;--focus:#84253b;background:#faf9f7;font-family:Montserrat,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,.icon-button{cursor:pointer;border:1px solid var(--line);min-height:40px;color:inherit;background:#fff;border-radius:10px;padding:9px 15px;font-size:12px;font-weight:600}button:hover{background:#f6f2ef}button:disabled{opacity:.45;cursor:not-allowed}.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.primary:hover{background:#ad2540}.primary:disabled{background:var(--primary)}:focus-visible{outline-offset:3px;outline:3px solid #ad6b7b}input,textarea,select{width:100%;color:inherit;background:#fff;border:1px solid #dcd5cf;border-radius:9px;padding:12px;font-size:13px}textarea{resize:vertical;line-height:1.65}label{gap:8px;font-size:12px;font-weight:600;display:grid}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-1px;margin-bottom:10px;font-size:28px;font-weight:600;line-height:1.3}h2{font-size:19px;font-weight:600;line-height:1.45}h3{font-size:14px}p{font-size:13px;line-height:1.8}small,.muted{color:var(--muted);font-size:11px;line-height:1.6}.eyebrow{letter-spacing:1.5px;color:var(--primary);margin-bottom:11px;font-size:9px;font-weight:700;display:block}.app{height:100dvh;display:flex;overflow:hidden}.workspace{background:#fcfbfa;flex-direction:column;flex:1;min-width:0;display:flex}#main{flex:1;min-width:0;min-height:0;overflow:auto}.sidebar{background:var(--surface);border-right:1px solid var(--line);flex-shrink:0;width:248px}.sidebar-content{flex-direction:column;gap:16px;height:100%;min-height:0;padding:20px 16px 12px;display:flex}.brand{color:inherit;align-items:center;gap:12px;display:flex}.brand:hover{text-decoration:none}.brand img{object-fit:contain;width:90px;height:48px}.brand span{max-width:92px;color:var(--muted);font-size:11px;line-height:1.6}.new-chat{background:var(--primary);color:#fff;border-radius:9px;flex-shrink:0;align-items:center;gap:8px;min-height:40px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.new-chat:hover{background:#ad2540;text-decoration:none}.new-chat span{font-size:19px;font-weight:400}.history{flex-direction:column;flex:1;min-height:0;display:flex}.history h2{color:var(--muted);margin:0 8px 10px;font-size:10px;font-weight:600}.history-list{scrollbar-width:thin;min-height:0;overflow-y:auto}.history-row{color:inherit;border-radius:8px;min-height:48px;padding:8px 10px;display:block}.history-row:hover{background:#f7f4f2;text-decoration:none}.history-row[aria-current]{background:#f7ecee}.history-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;line-height:1.6;display:block;overflow:hidden}.history-row small{font-size:9px;display:block}.history .pagination{flex-shrink:0;gap:8px;margin:8px 0 0;padding:0}.history .pagination span{font-size:9px}.history .pagination button{border:0;width:40px;padding:0}.sidebar-nav{border-top:1px solid var(--line);gap:4px;padding-top:10px;display:grid}.sidebar-nav a{min-height:40px;color:var(--muted);border-radius:8px;align-items:center;padding:8px 10px;font-size:12px;font-weight:500;display:flex}.sidebar-nav a:hover{background:#f7f4f2;text-decoration:none}.sidebar-nav a[aria-current]{color:var(--primary);background:#fcf2f3;font-weight:600}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:8px;padding-top:8px;display:flex}.sidebar-footer>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);flex:1;font-size:10px;overflow:hidden}.sidebar-footer .text-button{padding:0 6px;font-size:11px}.mobile-topbar{display:none}.chat-layout,.conversation{height:100%;min-height:0}.conversation{flex-direction:column;display:flex}.conversation-head{border-bottom:1px solid var(--line);flex-shrink:0;align-items:center;gap:16px;min-height:57px;padding:12px 24px;display:flex}.conversation-head>div{flex:1;min-width:0}.conversation-head h1{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:600;overflow:hidden}.conversation-head>span{color:var(--muted);font-size:10px}.messages{overscroll-behavior:contain;scrollbar-width:thin;flex:1;min-height:0;padding:24px max(24px,50% - 448px);overflow-y:auto}.messages:has(.chat-welcome){flex-direction:column;display:flex}.chat-welcome{text-align:center;width:100%;max-width:600px;margin:auto;padding:20px 0 32px}.welcome-mark{width:48px;height:48px;color:var(--primary);background:#f8eaec;border:1px solid #efd8dd;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:28px;font-weight:600;display:flex}.chat-welcome h2{letter-spacing:-.5px;margin-bottom:8px;font-size:21px}.chat-welcome p{max-width:420px;color:var(--muted);margin:0 auto 24px;font-size:12px;line-height:1.7}.suggestions{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.suggestions button{text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;font-weight:400;display:flex}.suggestions strong{font-size:12px;font-weight:600}.suggestions span{color:var(--muted);font-size:11px;line-height:1.6}.message{min-width:0;margin:0 0 28px;padding:4px 0}.message.user{text-align:right;width:fit-content;max-width:70%;margin-left:auto}.message-label{color:var(--muted);align-items:center;gap:10px;margin-bottom:10px;font-size:11px;font-weight:500;display:flex}.message-label small{font-size:10px;font-weight:400}.message.user .message-label{justify-content:flex-end;margin-bottom:6px;font-size:10px}.message.user .message-label small{font-size:9px}.question-text{background:var(--primary);color:#fff;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere;border-radius:16px;margin:0;padding:10px 16px;font-size:13px;line-height:1.7}.message.user .text-button{font-size:10px}.message.user .text-button:hover{background:0 0;text-decoration:underline}.message .attachment{margin:8px 0}.prose{overflow-wrap:anywhere;font-size:13px;line-height:1.85}.prose p{white-space:pre-wrap;margin:0 0 10px}.prose p:empty{display:none}.text-button{min-height:40px;color:var(--muted);background:0 0;border:0;padding:5px 0;font-size:10px}.composer-area{padding:10px max(24px, calc((100% - 896px) / 2)) max(12px, env(safe-area-inset-bottom));background:#fcfbfa;flex-shrink:0}.composer{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:10px 16px 8px;box-shadow:0 4px 20px -4px #40302214}.composer:focus-within{border-color:#be8994;box-shadow:0 0 0 2px #c72f4b0c}.composer textarea{resize:none;background:0 0;border:0;border-radius:0;min-height:34px;max-height:160px;padding:6px 0;font-size:13px;font-weight:400;line-height:22px;display:block}.composer textarea:focus-visible{outline:none}.composer-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.file-button{cursor:pointer;min-height:40px;color:var(--muted);border-radius:8px;align-items:center;gap:6px;padding:0 6px;display:flex;position:relative}.file-button span{font-size:11px;font-weight:500}.file-button .attach-mark{font-size:22px;font-weight:400}.file-button:hover{background:#f7f4f2}.file-button.disabled{opacity:.45;cursor:not-allowed}.file-button input{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.file-button:focus-within{outline:2px solid var(--focus);outline-offset:2px}.send-button{border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;padding:0;font-size:21px;display:grid}.send-button:disabled{color:#c1b7b1;opacity:1;background:#f4efec;border-color:#0000}.composer-note{text-align:center;margin-top:8px;font-size:9px;line-height:1.5;display:block}.composer-area .notice{flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 8px;padding:8px 12px;font-size:11px;display:flex}.composer-area .error{max-height:160px;margin:0 0 8px;overflow-y:auto}.uploads{flex-wrap:wrap;gap:8px;display:flex}.upload,.attachment{overflow-wrap:anywhere;background:#f7f4f1;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:10px;display:flex}.upload button{width:40px;min-height:40px;padding:0}.attachment{margin:5px;display:inline-flex}.sources{border-top:1px solid var(--line);max-width:640px;margin-top:12px;padding-top:6px;font-size:13px}.source-disclosure-head{align-items:center;gap:12px;min-height:40px;display:flex}.source-toggle{cursor:pointer;color:var(--muted);background:0 0;border:0;flex-shrink:0;align-items:center;gap:6px;min-height:40px;padding:0;font-size:14px;font-weight:600;display:flex}.source-toggle:hover{background:0 0;text-decoration:underline}.source-chevron{width:10px;font-size:16px}.source-count{font-variant-numeric:tabular-nums;background:#f0eeeb;border-radius:6px;padding:2px 6px;font-size:11px;font-weight:500}.source-detail{min-width:0}.source-detail .source-toggle{font-size:11px;font-weight:400}.source-title{min-width:0;min-height:40px;color:inherit;overflow-wrap:anywhere;flex:1;align-items:center;gap:6px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.source-title:hover{color:var(--primary)}.source-external{color:var(--muted);flex-shrink:0;font-size:12px}.source-excerpt{overscroll-behavior:contain;scrollbar-width:thin;border-left:2px solid var(--line);max-height:224px;color:var(--muted);margin:4px 0 8px;padding:4px 12px;overflow-y:auto}.source-excerpt .prose,.source-excerpt p{font-size:12px;line-height:1.7}.source-excerpt .prose>:first-child{margin-top:0}.source-excerpt .prose>:last-child{margin-bottom:0}.source-panel{min-width:0}.source-panel.open{animation:.18s cubic-bezier(.16,1,.3,1) chat-reveal}.source-panel.closing{animation:.16s cubic-bezier(.16,1,.3,1) forwards chat-hide}.turn-enter,.source-reveal,.composer-area .error{animation:.18s cubic-bezier(.16,1,.3,1) chat-reveal}.message.assistant .message-label{min-height:20px}.citation-marker{color:var(--primary);vertical-align:super;white-space:nowrap;text-underline-offset:2px;margin-inline-start:.12em;font-size:10px;font-weight:600;line-height:0;text-decoration:underline;text-decoration-thickness:1px;display:inline}.citation-marker:hover{text-decoration-thickness:2px}.citation-marker:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:2px}@keyframes chat-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-hide{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}.source{grid-template-columns:26px minmax(0,1fr);align-items:start;gap:10px;padding:6px 0;display:grid}.source+.source{border-top:1px solid var(--line)}.source-id{color:var(--muted);font-variant-numeric:tabular-nums;background:#f0eeeb;border-radius:7px;place-items:center;width:26px;height:26px;margin-top:7px;font-size:11px;display:grid}.knowledge-page{max-width:1080px;margin:0 auto;padding:26px 32px 40px}.knowledge-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.knowledge-header h1{letter-spacing:-.6px;margin:0 0 5px;font-size:24px}.knowledge-header p{color:var(--muted);margin:0;font-size:12px}.knowledge-header>button{flex-shrink:0}.knowledge-tools{gap:10px;display:flex}.knowledge-search{border:1px solid var(--line);background:#fff;border-radius:11px;flex:1;align-items:center;gap:8px;min-width:0;padding:3px 4px 3px 12px;display:flex}.knowledge-search:focus-within{border-color:var(--focus)}.knowledge-search input{background:0 0;border:0;flex:1;min-width:0;padding:8px 0}.knowledge-search input:focus-visible{outline:none}.knowledge-search button{color:var(--muted);border:0;padding:8px 12px;font-weight:500}.knowledge-search .clear-search{flex-shrink:0;width:40px;padding:0;font-size:20px}.knowledge-filter-toggle{justify-content:center;align-items:center;gap:6px;min-width:94px;font-weight:500;display:flex}.knowledge-filter-toggle[aria-expanded=true]{background:#f4eeea}.knowledge-filter-toggle span{color:var(--primary)}.knowledge-filter-form{background:#f6f3f0;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:16px;margin-top:10px;padding:16px;animation:.18s cubic-bezier(.16,1,.3,1) chat-reveal;display:grid}.knowledge-filter-form label{gap:6px;font-size:11px;font-weight:500}.knowledge-filter-form select{min-height:40px;padding:10px;font-size:12px}.knowledge-nav-row{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:20px;margin-top:16px;display:flex}.knowledge-status-nav{gap:20px;display:flex}.knowledge-status-nav a{color:var(--muted);border-bottom:2px solid #0000;align-items:center;min-height:44px;font-size:12px;font-weight:500;display:flex}.knowledge-status-nav a:hover{color:var(--primary);text-decoration:none}.knowledge-status-nav a[aria-current]{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.knowledge-publication{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:10px}.knowledge-active-filters{flex-wrap:wrap;align-items:center;gap:6px;margin:8px 0;display:flex}.knowledge-active-filters>button:not(.text-button){background:#f5efec;border:0;align-items:center;gap:8px;padding:6px 10px;font-size:11px;font-weight:400;display:flex}.knowledge-active-filters>button>span{color:var(--muted);font-size:16px}.knowledge-active-filters .text-button{margin-left:4px;padding-inline:8px;font-size:11px}.knowledge-results-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;min-height:36px;font-size:10px;display:flex}.knowledge-results{min-height:250px}.knowledge-catalog{background:var(--surface);border-radius:10px}.material-row{min-height:70px;color:inherit;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:20px;padding:13px 14px;display:grid}.material-row+.material-row{border-top:1px solid var(--line)}.material-row:hover{background:#faf6f3;text-decoration:none}.material-row:focus-visible{outline-offset:-3px;border-radius:8px}.material-main{min-width:0}.material-main>strong{margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.5;display:block}.material-subtitle{color:var(--muted);overflow-wrap:anywhere;font-size:11px;line-height:1.5;display:block}.material-state{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.material-state .badge{padding:4px 7px;font-size:10px}.material-state small{font-size:10px}.material-chevron{color:#9f9690;text-align:center;font-size:22px}.knowledge-pagination{font-variant-numeric:tabular-nums;padding-top:16px}.knowledge-pagination button{font-size:11px}.knowledge-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:32px 20px;display:flex}.knowledge-empty h2{margin-bottom:8px;font-size:18px}.knowledge-empty p{color:var(--muted);max-width:420px;margin-bottom:16px;font-size:12px}.knowledge-skeleton{min-height:350px}.knowledge-skeleton>div{border-bottom:1px solid var(--line);align-content:center;gap:10px;height:70px;padding:14px;display:grid}.knowledge-skeleton span{background:#ece7e2;border-radius:4px;width:42%;height:12px;display:block}.knowledge-skeleton span+span{background:#f0ede9;width:26%;height:9px}.detail-skeleton>div{height:100px}.badge{color:#6b6258;white-space:nowrap;background:#ede9e5;border-radius:5px;justify-self:start;align-items:center;padding:5px 8px;font-size:9px;display:inline-flex}.badge.published,.badge.healthy,.badge.succeeded,.badge.resolved{color:#356144;background:#e7f0e9}.badge.failed,.badge.unavailable,.badge.open{color:#ae2940;background:#f9e6e8}.badge.draft,.badge.queued,.badge.running,.badge.degraded{color:#8a601f;background:#fbefd9}.pagination{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding-top:24px;font-size:10px;display:flex}.pagination button{font-size:10px}.knowledge-record{max-width:1020px}.knowledge-back{min-height:40px;color:var(--muted);align-items:center;margin-bottom:16px;font-size:12px;display:inline-flex}.record-header{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:20px;display:flex}.record-header>div:first-child{min-width:0}.record-header h1{letter-spacing:-.6px;overflow-wrap:anywhere;margin:10px 0;font-size:25px;font-weight:600;line-height:1.35}.record-header .badge{font-size:10px}.record-meta{color:var(--muted);flex-wrap:wrap;gap:5px 14px;font-size:11px;display:flex}.record-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;max-width:330px;display:flex}.record-actions .text-button{padding:8px;font-size:11px}.record-source{border-block:1px solid var(--line);align-items:baseline;gap:12px;padding-block:14px;font-size:12px;display:flex}.record-source>span{color:var(--muted)}.record-source a{overflow-wrap:anywhere}.record-content{max-width:78ch;padding:24px 0}.record-content .prose{font-size:14px;line-height:1.8}.record-content .prose p{font-size:inherit;line-height:inherit}.record-content .prose>:first-child{margin-top:0}.record-bottom{border-top:1px solid var(--line)}.record-disclosure{border-bottom:1px solid var(--line)}.record-disclosure>summary{cursor:pointer;min-height:46px;padding:14px 0;font-size:12px;font-weight:500;display:list-item}.record-disclosure>summary>span{color:var(--muted);margin-left:6px;font-size:10px}.record-disclosure[open]>:not(summary){animation:.18s cubic-bezier(.16,1,.3,1) chat-reveal}.record-disclosure dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:4px 0 20px;font-size:12px;display:grid}.record-disclosure dt{color:var(--muted);margin-bottom:6px;font-size:11px}.record-disclosure dd{margin:0}.record-change{border-top:1px solid var(--line);margin-left:16px;padding:6px 0}.record-change>summary{cursor:pointer;min-height:40px;padding:10px 0;font-size:12px;line-height:1.5}.record-change>summary span{color:var(--muted);margin-right:14px;font-size:10px}.record-change>summary strong{font-weight:500}.record-change .prose{padding-bottom:12px;font-size:12px}.record-change>a{align-items:center;min-height:40px;font-size:11px;display:inline-flex}.publication-hint{background:#fff5e7;border-radius:9px;margin-bottom:18px;padding:12px 14px}.publication-hint strong{color:#785b2d;font-size:12px;font-weight:500}.publication-hint p{color:#785b2d;margin:5px 0 0;font-size:11px;line-height:1.65}.record-archived{color:var(--muted);margin-bottom:20px;font-size:12px}.form-actions{justify-content:flex-end;gap:10px;margin:20px 0;display:flex}.notice{color:#785b2d;background:#fff5e5;border-radius:8px;padding:12px 16px;font-size:11px}.error{color:#922b3c;overflow-wrap:anywhere;background:#fff0f1;border:1px solid #efd0d5;border-radius:9px;margin:12px 0;padding:14px;font-size:12px}.error p{margin:7px 0;font-size:11px}.error small{display:block}.loading{color:var(--muted);align-items:center;gap:10px;padding:24px;font-size:12px;display:flex}.spinner{border:2px solid var(--line);border-top-color:var(--primary);border-radius:50%;width:14px;height:14px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.knowledge-job{background:#f4f1ed;border-radius:9px;margin:12px 0 18px;padding:12px 14px;animation:.18s cubic-bezier(.16,1,.3,1) chat-reveal}.knowledge-job.succeeded{background:#edf4ee}.knowledge-job.failed{background:#fff0ee}.knowledge-job-head{justify-content:space-between;align-items:center;gap:12px;min-height:28px;display:flex}.knowledge-job-head strong{font-size:12px;font-weight:500}.knowledge-job-head button{padding:0 4px;font-size:11px}.knowledge-job p{color:var(--muted);margin:4px 0 0;font-size:11px}.knowledge-job .error{margin-top:8px}.knowledge-progress{font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;font-size:11px;display:flex}.knowledge-progress progress{flex:1;min-width:120px;max-width:260px}progress{accent-color:var(--primary);max-width:180px;height:7px}.empty{text-align:center;padding:60px 20px}.empty p{color:var(--muted)}dialog{width:calc(100% - 32px);max-width:720px;max-height:90dvh;color:inherit;border:0;border-radius:16px;padding:28px;box-shadow:0 20px 80px #30251b33}dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#28201a66}.modal-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px;display:flex}.modal-head h2{margin:0}.modal-head button{border:0;font-size:22px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.knowledge-editor[open]{flex-direction:column;max-width:780px;padding:0;display:flex;overflow:hidden}.knowledge-editor .modal-head{border-bottom:1px solid var(--line);flex-shrink:0;margin:0;padding:16px 24px}.knowledge-editor .modal-head h2{font-size:17px}.knowledge-editor .editor{gap:16px;min-height:0;padding:18px 24px;display:grid;overflow-y:auto}.knowledge-editor .editor-intro{color:var(--muted);margin:0;font-size:12px}.knowledge-editor label{font-size:12px;font-weight:500}.knowledge-editor textarea{min-height:210px;font-size:13px;line-height:1.7}.editor-extra{border-top:1px solid var(--line)}.editor-extra summary{cursor:pointer;min-height:40px;padding:12px 0;font-size:12px;font-weight:500}.editor-extra-fields{gap:14px;padding:4px 0 8px;display:grid}.editor-footer{border-top:1px solid var(--line);background:#fff;flex-shrink:0;margin:0;padding:14px 24px}.knowledge-confirm{max-width:460px}.knowledge-confirm .modal-head{margin-bottom:16px}.knowledge-confirm h2{font-size:18px}.knowledge-confirm p{color:var(--muted);font-size:13px}.login{background:radial-gradient(at 90% 70%,#f1e5dc,#0000 65%),#fcfaf7;flex-direction:column;min-height:100dvh;padding:35px 50px;display:flex}.login-brand{align-items:center;gap:25px;display:flex}.login-brand img{width:115px}.login-brand span{letter-spacing:1.5px;color:var(--muted);font-size:9px}.login form{gap:22px;width:100%;max-width:390px;margin:auto;padding:60px 0;display:grid}.login h1{margin:0;font-size:33px}.login p{color:var(--muted);margin:0;font-size:12px}.login form>.primary{min-height:47px;margin-top:5px}.login>small{text-align:center;font-size:9px}.boot{place-content:center;height:100vh;display:grid}.offline{color:#fff;text-align:center;background:#7d3543;padding:12px;font-size:11px}.mobile-only{display:none}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.skip{z-index:20;background:#fff;padding:15px;position:fixed;top:-100px;left:20px}.skip:focus{top:10px}@media (width<=767px){.sidebar{display:none}.mobile-topbar{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;min-height:56px;padding:6px 12px;display:flex}.mobile-topbar>span{flex:1;font-size:12px;font-weight:600}.icon-button{border:0;place-items:center;width:40px;height:40px;padding:0;font-size:20px;display:grid}.conversation-head{border:0;min-height:44px;padding:10px 16px}.conversation-head>span{display:none}.conversation-head h1{font-size:12px}.messages{padding:16px}.chat-welcome{padding:12px 0 24px}.chat-welcome h2{font-size:20px}.chat-welcome p{margin-bottom:20px;font-size:12px}.suggestions{gap:8px}.suggestions button{padding:12px}.suggestions strong{font-size:11px}.suggestions span{font-size:10px}.message.user{max-width:85%}.message-label{flex-wrap:wrap;gap:4px 10px}.composer-area{padding:8px 12px max(10px, env(safe-area-inset-bottom))}.composer{padding:8px 12px 6px}.composer textarea{font-size:16px}.composer-note{font-size:8px}h1{font-size:24px}.badge{white-space:normal;max-width:120px;font-size:10px}.form-grid{grid-template-columns:1fr;gap:20px}.login{padding:24px}.login-brand span{letter-spacing:1px;font-size:8px}.login-brand img{width:90px}.login h1{font-size:29px}.login input,dialog{max-height:92dvh;padding:22px}.form-actions{flex-wrap:wrap}}dialog.sidebar-dialog{border:0;border-radius:0;width:min(310px,100vw - 36px);height:100dvh;max-height:100dvh;margin:0;padding:12px 16px 0;overflow:hidden}.sidebar-dialog .modal-head{height:40px;margin-bottom:0}.sidebar-dialog .modal-head h2{font-size:13px}.sidebar-dialog .sidebar-content{height:calc(100% - 40px);padding:8px 0 max(12px, env(safe-area-inset-bottom))}@media (width<=767px){.knowledge-page{padding:18px 16px 32px}.knowledge-header{align-items:flex-start;gap:12px;margin-bottom:18px}.knowledge-header h1{font-size:22px}.knowledge-header p{font-size:11px}.knowledge-header>button{max-width:130px;padding:8px 10px;font-size:11px}.knowledge-tools{gap:8px}.knowledge-search{gap:2px;padding-left:10px}.knowledge-search input{font-size:16px}.knowledge-search button{padding:8px;font-size:11px}.knowledge-search .clear-search{width:40px}.knowledge-filter-toggle{min-width:76px;padding:8px;font-size:11px}.knowledge-filter-form{grid-template-columns:1fr;gap:12px;padding:14px}.knowledge-filter-form select{font-size:16px}.knowledge-nav-row{gap:0;margin-top:12px}.knowledge-status-nav{gap:18px}.knowledge-status-nav a{font-size:11px}.knowledge-publication{width:100%;margin:0;padding:6px 0 10px;font-size:10px}.knowledge-results-meta{min-height:34px}.knowledge-results-meta>span:last-child{display:none}.material-row{grid-template-columns:minmax(0,1fr) 14px;gap:5px 8px;min-height:90px;padding:12px}.material-main{grid-column:1}.material-main>strong{font-size:13px}.material-subtitle{font-size:10px}.material-state{flex-direction:row;grid-column:1;justify-content:space-between;align-items:center;gap:8px}.material-state .badge{white-space:normal;max-width:none;font-size:9px}.material-state small{font-size:9px}.material-chevron{grid-area:1/2/3}.knowledge-back{margin-bottom:12px}.record-header{flex-direction:column;gap:16px}.record-header h1{font-size:23px}.record-actions{justify-content:flex-start;max-width:none}.record-actions button{font-size:11px}.record-meta{font-size:10px}.record-source{font-size:11px}.record-content{padding:20px 0}.record-content .prose{font-size:13px}.record-disclosure dl{grid-template-columns:1fr}.knowledge-editor[open]{width:calc(100% - 20px);max-height:calc(100dvh - 24px)}.knowledge-editor .modal-head{padding:12px 16px}.knowledge-editor .editor{padding:16px}.knowledge-editor .editor input,.knowledge-editor .editor textarea,.knowledge-editor .editor select{font-size:16px}.knowledge-editor .form-grid{grid-template-columns:1fr}.knowledge-editor .editor-footer{gap:8px;padding:12px 16px}.knowledge-editor .editor-footer button{padding:9px 11px;font-size:11px}}@media (prefers-reduced-motion:reduce){.source-panel.closing{display:none}*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.prose ul,.prose ol{padding-left:24px;line-height:1.8}.prose li{margin:8px 0}.prose pre{background:#f5f1ec;border-radius:8px;padding:16px;overflow:auto}.prose h3{margin:20px 0 12px}
