:root{--brand:#7a1f3d;--brand-hover:#621731;--brand-soft:#f7edf0;--brand-line:#e6ccd5;--text:#1d2433;--muted:#667085;--border:#e4e7ec;--border-strong:#cfd4dc;--bg:#f8f8f9;--surface:#fff;--surface-alt:#f9fafb;--st-green:#067647;--st-green-bg:#ecfdf3;--st-green-line:#abefc6;--st-yellow:#93370d;--st-yellow-icon:#dc6803;--st-yellow-bg:#fffaeb;--st-yellow-line:#fedf89;--st-red:#b42318;--st-red-icon:#d92d20;--st-red-bg:#fef3f2;--st-red-line:#fecdca;--st-neutral:#475467;--st-neutral-bg:#f2f4f7;--st-neutral-line:#d0d5dd;--radius:8px;--shadow:0 1px 2px #1018280d;--appbar-h:52px;color:var(--text);background:var(--bg);font-family:Segoe UI,system-ui,-apple-system,Roboto,Arial,sans-serif;font-size:14px;line-height:1.45}*{box-sizing:border-box}body{margin:0}body.has-panel{overflow:hidden}a{color:var(--brand)}h1,h2,h3{margin:0}.muted{color:var(--muted)}.text-red{color:var(--st-red);font-weight:600}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.appbar{z-index:20;height:var(--appbar-h);border-top:3px solid var(--brand);border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:32px;padding:0 24px;display:flex;position:sticky;top:0}.appbar__brand{align-items:center;gap:10px;display:flex}.appbar__logo{background:var(--brand);color:#fff;border-radius:7px;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.appbar__title{color:var(--brand);letter-spacing:.01em;font-size:17px;font-weight:700}.appbar__tag{border:1px solid var(--brand-line);color:var(--brand);letter-spacing:.04em;border-radius:4px;padding:1px 6px;font-size:11px}.appbar__nav{gap:4px;height:100%;display:flex}.appbar__link{color:var(--muted);border-bottom:2px solid #0000;align-items:center;padding:0 12px;font-weight:500;text-decoration:none;display:flex}.appbar__link:hover{color:var(--text)}.appbar__link.active{border-bottom-color:var(--brand);color:var(--brand)}.appbar__user{align-items:center;gap:10px;margin-left:auto;display:flex}.appbar__login{color:var(--text);font-weight:600}.main{padding:22px 24px 48px}.checklist__head{gap:12px;margin-bottom:12px;display:grid}.checklist__state{display:flex}.checklist{flex-direction:column;gap:16px;display:flex}.checklist__field{border-bottom:1px solid #f0f1f4;flex-direction:column;gap:6px;padding-bottom:14px;display:flex}.checklist__field:last-child{border-bottom:0;padding-bottom:0}.checklist__field--invalid .checklist__label{color:var(--st-red)}.checklist__label{font-weight:600}.checklist__hint{color:var(--muted);font-size:12px}.checklist__options{flex-wrap:wrap;gap:8px;display:flex}.checklist__option{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}.checklist__option:hover{border-color:#98a2b3}.checklist__option--on{border-color:var(--brand);background:var(--brand-soft);font-weight:500}.checklist__textarea{resize:vertical;min-height:68px}.checklist__actions{background:linear-gradient(to bottom, #f8f8f900, var(--bg) 35%);justify-content:flex-end;gap:8px;margin-top:12px;padding:12px 0;display:flex;position:sticky;bottom:0}.audit{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.audit__item{border:1px solid var(--border);border-left:3px solid var(--brand-line);border-radius:var(--radius);background:var(--surface-alt);padding:10px 12px}.audit__meta{color:var(--muted);font-size:12px}.audit__action{margin-top:2px;font-weight:600}.audit__line{color:#344054;margin-top:2px;font-size:13px}.login{place-items:center;min-height:100vh;padding:24px;display:grid}.login__card{border:1px solid var(--border);border-top:3px solid var(--brand);border-radius:var(--radius);background:var(--surface);width:100%;max-width:360px;box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:24px;display:flex}.login__brand{align-items:center;gap:10px;display:flex}.login__title{font-size:18px;font-weight:700}.login__submit{margin-top:4px}.page{max-width:1180px;margin:0 auto}.page--wide{max-width:none}.page-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.page-title{font-size:24px;font-weight:700}.page-subtitle{color:var(--muted);margin:2px 0 0}.breadcrumbs{margin-bottom:12px}.breadcrumbs a{font-weight:500;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.btn{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);min-height:34px;color:var(--text);font:inherit;white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:4px;padding:6px 14px;font-weight:500;text-decoration:none;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-alt);border-color:#98a2b3}.btn:disabled{opacity:.5;cursor:default}.btn:focus-visible,.control:focus-visible,.th-sort:focus-visible,.name-link:focus-visible,.tab:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.btn--primary{border-color:var(--brand);background:var(--brand);color:#fff}.btn--primary:hover:not(:disabled){border-color:var(--brand-hover);background:var(--brand-hover)}.btn--danger{border-color:var(--st-red-icon);background:var(--st-red-icon);color:#fff}.btn--danger:hover:not(:disabled){border-color:var(--st-red);background:var(--st-red)}.btn--ghost-danger{border-color:var(--st-red-line);color:var(--st-red)}.btn--sm{min-height:30px;padding:4px 10px;font-size:13px}.btn--link{min-height:auto;color:var(--brand);background:0 0;border:0;padding:0;font-weight:500}.btn--link:hover:not(:disabled){background:0 0;text-decoration:underline}.btn--link-danger{color:var(--st-red)}.btn.is-busy{opacity:.6;pointer-events:none}.control{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;min-height:36px;color:var(--text);font:inherit;padding:7px 10px}.control:hover{border-color:#98a2b3}.control[aria-invalid=true]{border-color:var(--st-red-icon);background:#fffbfa}.control--date{width:150px}.badge{border:1px solid var(--border);background:var(--surface-alt);color:#344054;white-space:nowrap;border-radius:10px;padding:1px 8px;font-size:12px;display:inline-block}.badge--demo{color:#5b3ea6;background:#f5f3ff;border-color:#ddd6fe}.badge--dismissed{border-color:var(--st-red-line);background:var(--st-red-bg);color:var(--st-red);font-weight:600}.badge--temp{border-color:var(--st-yellow-line);background:var(--st-yellow-bg);color:var(--st-yellow);margin-left:6px}.badge--key{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand);margin-left:8px}.empty-value{color:#98a2b3}.provisional-mark{color:var(--st-yellow-icon);cursor:help;margin-left:1px;font-weight:700}.auto-tag{border:1px solid var(--border-strong);color:var(--muted);letter-spacing:.03em;text-transform:uppercase;vertical-align:middle;cursor:help;border-radius:4px;margin-left:6px;padding:0 5px;font-size:10px;font-weight:600;display:inline-block}.status{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;gap:5px;max-width:100%;padding:2px 8px 2px 6px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}.status__icon{color:#fff;border-radius:50%;place-items:center;width:15px;height:15px;font-size:10px;line-height:1;display:inline-grid}.status__detail{text-overflow:ellipsis;opacity:.85;font-weight:400;overflow:hidden}.status--green{border-color:var(--st-green-line);background:var(--st-green-bg);color:var(--st-green)}.status--green .status__icon{background:#17b26a}.status--yellow{border-color:var(--st-yellow-line);background:var(--st-yellow-bg);color:var(--st-yellow)}.status--yellow .status__icon{background:var(--st-yellow-icon)}.status--red{border-color:var(--st-red-line);background:var(--st-red-bg);color:var(--st-red)}.status--red .status__icon{background:var(--st-red-icon)}.status--neutral{border-color:var(--st-neutral-line);background:var(--st-neutral-bg);color:var(--st-neutral)}.status--neutral .status__icon{color:#0000;background:0 0;border:1.5px solid #98a2b3}.toolbar{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-wrap:wrap;align-items:flex-end;gap:12px 16px;margin-bottom:12px;padding:12px 16px;display:flex}.toolbar__field{flex-direction:column;gap:4px;min-width:170px;display:flex}.toolbar__field--search{flex:260px;max-width:360px}.toolbar__label{color:var(--muted);font-size:12px}.toolbar__range{border:0;margin:0;padding:0}.toolbar__range legend{margin-bottom:4px;padding:0}.range{align-items:center;gap:6px;display:flex}.toolbar__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.stats{flex-direction:column;gap:12px;display:flex}.stats__loading{color:var(--muted);font-size:13px}.stats__range{flex-wrap:wrap;margin:10px 0 2px}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.stat-grid--pair{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);padding:12px 14px}.stat--main{border-color:var(--brand-line);background:var(--brand-soft)}.stat__value{font-size:28px;font-weight:700;line-height:1.1}.stat--main .stat__value{color:var(--brand)}.stat__label{margin-top:2px;font-size:13px}.stat__hint{color:var(--muted);margin-top:2px;font-size:12px}.share{margin-top:14px}.share__bar{border:1px solid var(--border);border-radius:var(--radius);background:var(--st-neutral-bg);height:22px;display:flex;overflow:hidden}.share__part{color:#fff;white-space:nowrap;justify-content:center;align-items:center;min-width:0;font-size:12px;font-weight:600;display:flex}.share__part--passed{background:var(--st-green)}.share__part--failed{background:var(--st-red-icon)}.share__legend{flex-wrap:wrap;gap:6px 20px;margin:8px 0 0;padding:0;font-size:13px;list-style:none;display:flex}.share__legend li{align-items:center;gap:6px;display:flex}.share__dot{border-radius:2px;width:10px;height:10px}.share__dot--passed{background:var(--st-green)}.share__dot--failed{background:var(--st-red-icon)}.menu{position:relative}.menu__caret{color:var(--muted);font-size:11px}.menu__list{z-index:20;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-width:260px;margin-top:4px;padding:4px;display:flex;position:absolute;right:0;box-shadow:0 8px 20px #1018281f}.menu__item{color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.menu__item:hover,.menu__item:focus-visible{background:var(--brand-soft);outline:none}.menu__hint{color:var(--muted);font-size:12px}.table-meta{color:var(--muted);gap:16px;margin-bottom:6px;font-size:13px;display:flex}.table-meta__warning{color:var(--st-yellow)}.grid-wrap{min-height:240px;max-height:calc(100vh - var(--appbar-h) - 270px);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:auto}.grid{table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:13px}.grid th,.grid td{background:var(--surface);text-align:left;vertical-align:top;border-bottom:1px solid #eceef2;border-right:1px solid #f0f1f4;padding:8px 10px}.grid thead th{z-index:2;border-bottom:2px solid var(--brand-line);vertical-align:bottom;background:#faf7f8;padding:0;position:sticky;top:0}.grid .sticky-col{z-index:1;border-right:1px solid var(--border);position:sticky;left:0;box-shadow:2px 0 3px -2px #10182826}.grid thead .sticky-col{z-index:3}.grid .col-indicator{background:#fcfcfd}.grid thead .col-indicator{background:#f4f5f7}.grid tbody tr{cursor:pointer}.grid tbody tr:hover td{background:#fbf6f7}.grid tbody tr.row--highlight td{animation:3s ease-out row-highlight}@keyframes row-highlight{0%,40%{background:#fdf0c4}to{background:var(--surface)}}.th-sort,.th-plain{color:#344054;width:100%;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:flex-end;gap:6px;padding:9px 10px;font-weight:600;display:flex}.th-plain{color:var(--muted);cursor:help;font-style:italic;font-weight:500}.th-sort{cursor:pointer}.th-sort:hover{background:var(--brand-soft)}.th-sort__icon{color:#98a2b3;flex:none;font-size:10px}.th-sort--active,.th-sort--active .th-sort__icon{color:var(--brand)}.cell--date{font-variant-numeric:tabular-nums;white-space:nowrap}.cell-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.name-cell{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.name-link{color:var(--brand);font-weight:600;text-decoration:none}.name-link:hover{text-decoration:underline}.name-link--passed{color:var(--st-green);font-weight:700}.name-link--failed{color:var(--st-red);font-weight:700}.state-cell{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.state-cell__stage{font-weight:600}.state-cell__next{color:var(--muted);font-size:12px}.legend{color:var(--muted);flex-direction:column;gap:4px;margin-top:10px;font-size:12px;display:flex}.state{border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 16px;display:flex}.state[role=status]{flex-direction:row;justify-content:center}.state--error{border-style:solid;border-color:var(--st-red-line);background:#fffbfa}.state__title{color:var(--text);font-size:16px;font-weight:600}.state__actions{gap:8px;margin-top:8px;display:flex}.spinner{border:2px solid var(--brand-line);border-top-color:var(--brand);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.spinner--sm{border-width:2px;width:13px;height:13px}@keyframes spin{to{transform:rotate(360deg)}}.alert{border-radius:var(--radius);margin-bottom:12px;padding:10px 14px}.alert--error{border:1px solid var(--st-red-line);background:var(--st-red-bg);color:var(--st-red)}.notice{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);color:#344054;border-left-width:3px;margin:0 0 12px;padding:10px 14px}.notice ul{margin:6px 0 0;padding-left:20px}.notice--yellow{border-color:var(--st-yellow-line);border-left-color:var(--st-yellow-icon);background:var(--st-yellow-bg);color:var(--st-yellow)}.notice--brand{border-color:var(--brand-line);border-left-color:var(--brand);background:var(--brand-soft);color:#4a1426}.note{color:var(--muted);margin:0 0 10px;font-size:13px}.card-header{border:1px solid var(--border);border-top:3px solid var(--brand);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr) auto;gap:14px 16px;margin-bottom:12px;padding:18px 22px;display:grid}.card--editing .card-header{top:calc(var(--appbar-h) + 8px);z-index:10;position:sticky}.card-header__eyebrow{color:var(--brand);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:600}.card-header__title{margin:2px 0 6px;font-size:24px;font-weight:700}.card-header__meta{color:#344054;flex-wrap:wrap;align-items:center;gap:6px 10px;display:flex}.card-header__actions{flex:none;align-items:flex-start;gap:8px;display:flex}.facts{border-top:1px solid var(--border);grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding-top:12px;display:grid}.fact__label{color:var(--muted);font-size:12px}.fact__value{font-variant-numeric:tabular-nums;margin:2px 0 0;font-size:15px;font-weight:600}.edit-banner{border:1px solid var(--brand-line);border-radius:var(--radius);background:var(--brand-soft);color:#4a1426;margin-bottom:12px;padding:8px 14px}.lifecycle{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:12px;padding:14px 22px 16px}.lifecycle__stage{color:#344054;margin-bottom:12px}.lifecycle__stage strong{color:var(--brand)}.lifecycle__detail{color:var(--muted)}.lifecycle__steps{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.step{flex-direction:column;align-items:flex-start;gap:3px;padding-top:20px;padding-right:12px;display:flex;position:relative}.step:before{content:"";background:var(--border-strong);height:2px;position:absolute;top:6px;left:0;right:0}.step:last-child:before{width:14px;right:auto}.step--done:before{background:var(--brand)}.step__dot{border:2px solid var(--border-strong);background:var(--surface);border-radius:50%;width:14px;height:14px;position:absolute;top:0;left:0}.step--done .step__dot{border-color:var(--brand);background:var(--brand)}.step--next .step__dot{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.step__title{font-weight:600}.step__date{color:#344054;font-variant-numeric:tabular-nums;font-size:13px}.step__hint{color:var(--muted);font-size:12px}.tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:12px;display:flex}.tab{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:9px 14px;font-weight:600;display:inline-flex}.tab:hover{color:var(--text)}.tab--active{border-bottom-color:var(--brand);color:var(--brand)}.tab__count{background:var(--st-red-icon);color:#fff;text-align:center;border-radius:9px;min-width:18px;padding:0 5px;font-size:11px;line-height:18px}.tab__count--soft{background:var(--st-neutral-bg);color:var(--st-neutral)}.tab-panel{flex-direction:column;gap:12px;display:flex}.attention{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:12px 16px}.attention--clear{padding:10px 16px}.attention__title{margin-bottom:8px;font-size:14px;font-weight:700}.attention__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.attention__item{border-left:3px solid;border-radius:4px;align-items:center;gap:10px;padding:6px 8px;display:flex}.attention__item--red{border-left-color:var(--st-red-icon);background:#fffbfa}.attention__item--yellow{border-left-color:var(--st-yellow-icon);background:#fffdf5}.attention__text{flex:1}.period-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.period__head{border-bottom:1px solid #f0f1f4;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding-bottom:8px;display:flex}.period__head .section__title{border:0;margin:0;padding:0}.kv{flex-direction:column;gap:8px;margin:0 0 14px;display:flex}.kv__row{grid-template-columns:170px minmax(0,1fr);gap:12px;display:grid}.kv__row dt{color:var(--muted)}.kv__row dd{margin:0}.kv__sub{color:var(--muted);margin-top:2px;font-size:12px}.subhead{color:#344054;margin:4px 0 8px;font-size:13px;font-weight:700}.docs{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.doc{border:1px solid var(--border);border-left:3px solid var(--st-neutral-line);border-radius:6px;justify-content:space-between;gap:12px;padding:8px 10px;display:flex}.doc--green{border-left-color:#17b26a}.doc--yellow{border-left-color:var(--st-yellow-icon)}.doc--red{border-color:var(--st-red-line);border-left-color:var(--st-red-icon);background:#fffbfa}.doc__title{font-weight:600}.doc__files{margin:4px 0 0;padding-left:18px;font-size:13px}.doc__note{color:var(--muted);margin:4px 0 0;font-size:12px}.doc__side{flex-direction:column;flex:none;align-items:flex-end;gap:6px;display:flex}.section-head{border-bottom:1px solid #f0f1f4;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;padding-bottom:8px;display:flex}.section-head .section__title{border:0;margin:0;padding:0}.meetings-counts{color:var(--muted);font-size:13px}.schedule-mode{color:#344054;margin:0 0 12px}.timeline{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.meeting{border:1px solid var(--border);border-left:4px solid var(--st-neutral-line);background:var(--surface);border-radius:6px;grid-template-columns:120px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:9px 12px;display:grid}.meeting--green{border-left-color:#17b26a}.meeting--yellow{border-left-color:var(--st-yellow-icon)}.meeting--red{border-left-color:var(--st-red-icon)}.meeting--key{border-color:var(--brand-line);background:#fdf9fa}.meeting__date{font-variant-numeric:tabular-nums;flex-direction:column;font-weight:600;display:flex}.meeting__today{color:var(--brand);text-transform:uppercase;font-size:11px;font-weight:600}.meeting__title{font-weight:600}.meeting__sub{color:var(--muted);font-size:12px}.sections{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:12px;display:grid}.section{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:16px 20px 18px}.section--wide{grid-column:1/-1}.section__title{border-bottom:1px solid #f0f1f4;margin-bottom:12px;padding:0 0 8px 12px;font-size:15px;font-weight:700;position:relative}.section__title:before{content:"";background:var(--brand);border-radius:2px;width:3px;height:15px;position:absolute;top:3px;left:0}.section__note{color:var(--muted);margin:10px 0 0;font-size:12px}.fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:0;display:grid}.fields--single{grid-template-columns:minmax(0,1fr)}.field{flex-direction:column;gap:4px;min-width:0;display:flex}.field--wide{grid-column:1/-1}.field__label{color:var(--muted);font-size:12px}.field__value{overflow-wrap:anywhere;margin:0}.field__required{color:var(--st-red-icon)}.field__hint{color:var(--muted);font-size:12px}.field__error{color:var(--st-red);margin-top:2px;font-size:12px}.field__warning{background:var(--st-yellow-bg);color:var(--st-yellow);border-radius:4px;margin-top:4px;padding:4px 8px;font-size:12px}.table-scroll{overflow-x:auto}.terms{border-collapse:collapse;table-layout:fixed;width:100%;min-width:640px}.terms th:nth-child(2){width:38%}.terms th,.terms td{text-align:left;vertical-align:top;border-bottom:1px solid #f0f1f4;padding:8px 12px}.terms thead th{background:var(--surface-alt);color:var(--muted);font-size:12px;font-weight:500}.terms tbody tr:last-child td{border-bottom:0}.terms__date{font-variant-numeric:tabular-nums;white-space:nowrap;width:180px;font-weight:600}.terms__point{font-weight:600}.terms__sub{color:var(--muted);font-size:12px}.terms__rule{color:#344054}.terms__provisional{color:var(--st-yellow);margin-top:2px;font-size:12px}.record-meta{color:var(--muted);margin-top:12px;font-size:12px}.panel-backdrop{z-index:90;background:#10182859;justify-content:flex-end;display:flex;position:fixed;inset:0}.panel{border-left:3px solid var(--brand);background:var(--surface);outline:none;flex-direction:column;width:min(520px,100%);height:100%;display:flex;box-shadow:-8px 0 24px #10182826}.panel__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px 12px;display:flex}.panel__title{font-size:17px;font-weight:700}.panel__subtitle{color:var(--muted);margin-top:2px;font-size:13px}.panel__close{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:24px;line-height:1}.panel__close:hover{color:var(--text)}.panel__body{flex:1;padding:16px 20px;overflow-y:auto}.panel__foot{border-top:1px solid var(--border);background:var(--surface-alt);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.panel__foot-left{margin-right:auto}.panel-status{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.panel-section{border:0;margin:0 0 16px;padding:0}.panel-section__title{margin-bottom:8px;padding:0;font-size:14px;font-weight:700}.check{cursor:pointer;align-items:center;gap:8px;font-weight:600;display:inline-flex}.check input{width:16px;height:16px;accent-color:var(--brand)}.zones{border:0;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.zones legend{margin-bottom:6px}.zone{border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;align-items:center;gap:10px;padding:10px 12px;display:flex}.zone input{accent-color:var(--brand)}.zone__dot{border-radius:50%;width:12px;height:12px}.zone--green .zone__dot{background:#17b26a}.zone--yellow .zone__dot{background:var(--st-yellow-icon)}.zone--red .zone__dot{background:var(--st-red-icon)}.zone__label{font-weight:600}.zone__hint{color:var(--muted);font-size:12px}.zone--selected.zone--green{border-color:var(--st-green-line);background:var(--st-green-bg)}.zone--selected.zone--yellow{border-color:var(--st-yellow-line);background:var(--st-yellow-bg)}.zone--selected.zone--red{border-color:var(--st-red-line);background:var(--st-red-bg)}.doc-card{border:1px solid var(--border);border-left:3px solid var(--st-neutral-line);border-radius:6px;margin-bottom:10px;padding:10px 12px}.doc-card--green{border-left-color:#17b26a}.doc-card--red{border-color:var(--st-red-line);border-left-color:var(--st-red-icon)}.doc-card__head{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.doc-card__title{flex:1;font-weight:600}.attachments__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;font-size:12px;display:flex}.file-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.file{border-bottom:1px dashed var(--border);flex-wrap:wrap;align-items:baseline;gap:8px;padding:4px 0;display:flex}.file__name{overflow-wrap:anywhere;font-weight:600}.file__meta{color:var(--muted);flex:1;font-size:12px}.file-list__empty{color:var(--muted);font-size:13px}.result-choice{flex-direction:column;gap:8px;display:flex}.choice{border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;align-items:center;gap:10px;padding:9px 12px;font-weight:600;display:flex}.choice input{accent-color:var(--brand)}.choice--selected.choice--passed{border-color:var(--st-green-line);background:var(--st-green-bg)}.choice--selected.choice--failed{border-color:var(--st-red-line);background:var(--st-red-bg)}.choice--selected.choice--none{border-color:var(--st-neutral-line);background:var(--st-neutral-bg)}.modal-backdrop{z-index:100;background:#10182873;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{border-top:3px solid var(--brand);border-radius:var(--radius);background:var(--surface);width:min(460px,100%);padding:20px 22px;box-shadow:0 12px 32px #10182840}.modal__title{font-size:17px;font-weight:700}.modal__text{color:#344054;margin:8px 0 18px}.modal__actions{justify-content:flex-end;gap:8px;display:flex}.toasts{z-index:110;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.toast{border:1px solid var(--border);border-left:4px solid var(--st-neutral-line);border-radius:var(--radius);background:var(--surface);align-items:center;gap:12px;min-width:280px;max-width:460px;padding:10px 12px 10px 14px;display:flex;box-shadow:0 8px 24px #10182826}.toast--success{border-left-color:#17b26a}.toast--error{border-left-color:var(--st-red-icon)}.toast__message{flex:1}.toast__action{color:var(--brand);white-space:nowrap;font-weight:600}.toast__close{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:18px;line-height:1}.toast__close:hover{color:var(--text)}.period__head .section__title,.section-head .section__title{padding-left:12px}@media (width<=960px){.stat-grid,.period-grid,.sections,.fields{grid-template-columns:minmax(0,1fr)}.facts,.lifecycle__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.meeting{grid-template-columns:100px minmax(0,1fr)}}@media (width<=640px){.main{padding:16px}.card-header{grid-template-columns:minmax(0,1fr)}.page-header{flex-direction:column;align-items:stretch}.toolbar__actions{margin-left:0}.kv__row{grid-template-columns:minmax(0,1fr);gap:2px}}
