@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--clr-primary:#022456;--clr-primary-soft:#dbe8f8;--clr-primary-strong:#031635;--clr-accent:#4ca99d;--clr-accent-soft:#dff3ef;--clr-success:#1f9d6c;--clr-success-soft:#dcf6ea;--clr-warning:#d28d1d;--clr-warning-soft:#fff1d6;--clr-danger:#c94b4b;--clr-danger-soft:#ffe1e1;--clr-ink:#162033;--clr-text:#314056;--clr-muted:#718099;--clr-line:#d5deea;--clr-panel:#ffffffe0;--clr-panel-strong:#fff;--clr-surface:#eef3f8;--clr-background:linear-gradient(180deg, #edf4fb 0%, #f6f8fb 42%, #eef3f7 100%);--shadow-panel:0 22px 56px #0a254014;--shadow-soft:0 10px 24px #0a25400f;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--font-sans:"Inter", sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--font-sans);color:var(--clr-text);background:var(--clr-background);margin:0}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.admin-shell{min-height:100vh;display:flex;overflow:hidden}.admin-main{box-sizing:border-box;flex:none;width:calc(100vw - 88px);min-width:0;margin-left:88px;padding:28px;transition:margin-left .18s cubic-bezier(.2,.8,.2,1),width .18s cubic-bezier(.2,.8,.2,1);overflow-y:auto}.admin-main--shifted{width:calc(100vw - 300px);margin-left:300px}.page{flex-direction:column;gap:24px;display:flex}.page-header{border-radius:var(--radius-lg);background:linear-gradient(135deg, #022456eb, #4ca99dcc), var(--clr-primary);box-shadow:var(--shadow-panel);color:#fff;border:1px solid #ffffff8c;justify-content:space-between;align-items:flex-start;gap:24px;padding:28px;display:flex}.page-header__content{flex-direction:column;gap:10px;max-width:720px;display:flex}.page-header__content h1{font-size:2rem;line-height:1.1}.page-header__content p{color:#ffffffd6;line-height:1.55}.page-header__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#ffffffbd;font-size:.78rem}.page-header__actions,.page-header__actions-inline{align-items:center;gap:12px;display:flex}.stat-grid,.content-grid,.diff-grid{gap:20px;display:grid}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr)}.diff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-screen{background:radial-gradient(circle at 16% 18%,#4ca99d42,#0000 24%),radial-gradient(circle at 82% 14%,#0224562e,#0000 22%),radial-gradient(circle at 50% 100%,#ffffff85,#0000 30%),radial-gradient(circle,#ffffff2e,#0000 42%),linear-gradient(#e8f0f8 0%,#f5f8fc 46%,#edf2f7 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.login-layout{width:min(420px,100%)}.page-loader{place-items:center;min-height:100vh;padding:24px;display:grid}.page-loader__panel{background:var(--clr-panel-strong);border-radius:var(--radius-md);min-width:320px;box-shadow:var(--shadow-panel);flex-direction:column;gap:10px;padding:28px;display:flex}@media (width<=1100px){.admin-main{width:100vw;margin-left:0;padding:3.5rem 20px 20px}.stat-grid,.content-grid,.diff-grid,.login-layout{grid-template-columns:1fr}.admin-main--shifted{width:100vw;margin-left:0}}.admin-sidebar-toggle{z-index:200;width:40px;height:40px;color:var(--clr-primary);cursor:pointer;background:#ffffffd1;border:1px solid #cdd8e8c7;border-radius:14px;justify-content:center;align-items:center;transition:background .16s,border-color .16s,transform .16s;display:flex;position:fixed;top:14px;left:16px;box-shadow:inset 0 1px #ffffffdb,0 10px 22px #081f3c0f}.admin-sidebar-toggle:hover{background:#fff;border-color:#a8b7cfe0}.admin-sidebar-toggle__icon{width:18px;height:18px}.admin-sidebar-wrapper{z-index:150;-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);background:radial-gradient(circle at 38px 88px,#4ca99d29,#0000 130px),linear-gradient(#f8fcfff5,#edf4faf5);border-right:1px solid #d5e0eddb;flex-direction:column;gap:16px;width:72px;height:100%;min-height:100vh;padding:70px 10px 16px;transition:width .18s cubic-bezier(.2,.8,.2,1),padding .18s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:inset -1px 0 #ffffffb8,14px 0 34px #081f3c0a}.moderation-queue-browser{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:26px;gap:18px;padding:18px;display:grid;box-shadow:0 14px 30px #081f3c0a}.moderation-queue-browser__search{gap:14px;display:grid}.moderation-queue-browser__head{gap:10px;display:grid}.moderation-queue-search-field{display:grid}.moderation-queue-search-field input{width:100%;min-height:52px;color:var(--clr-ink);background:#ffffffe0;border:1px solid #cfd9ebeb;border-radius:16px;padding:0 16px;transition:border-color .18s,box-shadow .18s,background .18s}.moderation-queue-search-field input:focus{background:#fff;border-color:#4ca99d80;outline:none;box-shadow:0 0 0 4px #4ca99d1f}.moderation-queue-browser__meta{color:var(--clr-muted);flex-wrap:wrap;justify-content:flex-end;gap:10px;font-size:.92rem;display:flex}.moderation-queue-browser__filters{gap:10px}.moderation-queue-browser__divider{border-top:1px solid #dde5f0eb}.moderation-queue-browser__workspace{gap:16px;display:grid}.moderation-queue-browser__state{min-height:120px}.moderation-queue-browser__empty{text-align:center;background:#ffffffb8;border:1px dashed #c4d0e2eb;border-radius:22px;place-items:center;gap:6px;min-height:180px;padding:20px;display:grid}.moderation-queue-browser__empty strong{color:var(--clr-ink)}.moderation-queue-browser__empty p{color:var(--clr-muted)}.moderation-queue-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.moderation-queue-card{background:#fff;border:1px solid #d8e1edf5;border-radius:24px;gap:0;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 10px 24px #081f3c0d}.moderation-queue-card:hover{border-color:#adbdd5eb;transform:translateY(-2px);box-shadow:0 16px 30px #081f3c14}.moderation-queue-card--revision{background:#fffdfd;border-color:#e8cdcdf5}.moderation-queue-card__topline,.moderation-queue-card__footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.moderation-queue-card__topline{margin-bottom:18px}.moderation-queue-card__id,.moderation-queue-card__action{border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 11px;font-size:.78rem;font-weight:700;display:inline-flex}.moderation-queue-card__id{color:var(--clr-primary);background:#183a6814}.moderation-queue-card__body{gap:16px;display:grid}.moderation-queue-card__head strong{color:var(--clr-ink);letter-spacing:-.01em;margin-bottom:6px;font-size:1.06rem;line-height:1.28;display:block}.moderation-queue-card__head span{color:var(--clr-muted);font-size:.9rem;line-height:1.45;display:block}.moderation-queue-card__context,.moderation-queue-card__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.moderation-queue-card__context-item,.moderation-queue-card__fact{background:#f4f8fcd6;border:1px solid #e3eaf3e6;border-radius:16px;gap:6px;padding:12px 10px;display:grid}.moderation-queue-card__label{color:var(--clr-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:700}.moderation-queue-card__context-item strong,.moderation-queue-card__fact strong{color:var(--clr-ink);font-size:.92rem;line-height:1.35}.moderation-queue-card__footer{border-top:1px solid #e2e9f2db;align-items:center;margin-top:2px;padding-top:14px}.moderation-queue-card__action-copy{color:#627086;font-size:.86rem;line-height:1.45}.moderation-queue-card__action{min-width:34px;color:var(--clr-primary);background:#183a6814;border:1px solid #c0cee0eb;flex:none;padding:0;font-size:1rem}@media (width<=1280px){.moderation-queue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.moderation-queue-browser__meta,.moderation-queue-card__topline,.moderation-queue-card__footer{flex-direction:column;align-items:stretch}.moderation-queue-grid,.moderation-queue-card__context,.moderation-queue-card__facts{grid-template-columns:1fr}}.moderation-request-page{gap:16px}.moderation-request-hero{color:var(--clr-ink);background:linear-gradient(135deg,#f7fafefa,#ebf1f8f5),#f7fafd;border:1px solid #cfd9e8db;border-radius:26px;gap:14px;padding:20px 22px;display:grid;box-shadow:0 16px 34px #23304614}.moderation-request-hero__top,.moderation-request-hero__body,.moderation-request-hero__facts{display:flex}.moderation-request-hero__top{justify-content:space-between;align-items:center;gap:12px}.moderation-request-back{color:#26364f;background:#ffffffb8;border:1px solid #becbdeeb;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-weight:800;text-decoration:none;display:inline-flex}.moderation-request-back:hover{background:#fff}.moderation-request-hero__body{justify-content:space-between;align-items:center;gap:24px}.moderation-request-hero__copy{gap:8px;min-width:0;max-width:920px;display:grid}.moderation-request-hero__eyebrow{color:#6b778a;letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;font-weight:800}.moderation-request-hero__copy h1{letter-spacing:0;max-width:880px;margin:0;font-size:clamp(1.8rem,2.7vw,2.45rem);line-height:1.02}.moderation-request-hero__copy p{color:#5d6b80;margin:0;font-size:.96rem;line-height:1.5}.moderation-request-hero__facts{flex-wrap:wrap;flex:0 0 min(42%,620px);justify-content:flex-end;gap:10px}.moderation-request-hero__facts div{background:#ffffffb8;border:1px solid #d2dcebeb;border-radius:16px;gap:5px;min-width:150px;padding:10px 12px;display:grid}.moderation-request-hero__facts span{color:#717d91;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:800}.moderation-request-hero__facts strong{color:#26364f;font-size:.9rem;line-height:1.3}.moderation-request-hero .status-pill--submitted{color:#354861;background:#596f8e1f}.moderation-request-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:16px;display:grid}.moderation-diff-panel{background:#fffffff5;border:1px solid #d9e1edf5;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 12px 28px #2330460d}.moderation-diff-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.moderation-diff-panel__title{gap:6px;min-width:0;display:grid}.moderation-diff-panel__eyebrow{color:var(--clr-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.moderation-diff-panel__title h2{color:var(--clr-ink);margin:0;font-size:1.24rem;line-height:1.18}.moderation-diff-panel__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.moderation-diff-panel__count{color:#2f4059;white-space:nowrap;background:#ffffffc7;border:1px solid #c6d2e4e6;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.moderation-diff-list{gap:10px;display:grid}.moderation-diff-card{background:#fff;border:1px solid #dbe4f0f0;border-radius:18px;gap:12px;padding:14px;display:grid}.moderation-diff-card--changed{border-color:#a1b1c7c7;box-shadow:inset 4px 0 #596f8ea3,0 10px 24px #2330460a}.moderation-diff-card--same{background:#ffffffa3}.moderation-diff-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.moderation-diff-card__head span{color:var(--clr-ink);font-size:.98rem;font-weight:800;line-height:1.28}.moderation-diff-card__head strong{color:#354861;white-space:nowrap;background:#596f8e1f;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:.72rem;display:inline-flex}.moderation-diff-card--same .moderation-diff-card__head strong{color:var(--clr-muted);background:#e6ecf4db}.moderation-diff-card__compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.moderation-diff-card__caption{color:var(--clr-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.moderation-diff-value{min-height:48px;max-height:180px;color:var(--clr-ink);white-space:pre-wrap;overflow-wrap:anywhere;background:#f6f9fde0;border:1px solid #e2e9f2f0;border-radius:14px;padding:11px 12px;font-size:.92rem;line-height:1.45;overflow:auto}.moderation-decision-panel{background:#fff;border:1px solid #d8e1edf5;border-radius:24px;gap:14px;padding:18px;display:grid;position:sticky;top:18px;box-shadow:0 14px 30px #2330460f}.moderation-decision-panel__head{border-bottom:1px solid #e2e9f2e6;gap:6px;padding-bottom:14px;display:grid}.moderation-decision-summary{background:#f7fafdeb;border:1px solid #d2dcebe6;border-radius:14px;gap:6px;padding:12px;display:grid}.moderation-decision-summary span{color:var(--clr-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:800}.moderation-decision-summary p{color:var(--clr-ink);margin:0;font-size:.92rem;line-height:1.45}.moderation-decision-panel__head span{color:var(--clr-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.moderation-decision-panel__head strong{color:var(--clr-ink);font-size:1.2rem;line-height:1.24}.moderation-decision-meta{gap:10px;margin:0;display:grid}.moderation-decision-meta div{background:#f6f9fdc2;border:1px solid #e2e9f2e6;border-radius:14px;gap:5px;padding:11px 12px;display:grid}.moderation-decision-meta dt{color:var(--clr-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:800}.moderation-decision-meta dd{color:var(--clr-ink);margin:0;font-size:.94rem;line-height:1.35}.moderation-decision-note{background:#fff6e2db;border:1px solid #dc96283d;border-radius:14px;gap:6px;padding:12px;display:grid}.moderation-decision-note strong{color:#885300;font-size:.84rem}.moderation-decision-note p{color:var(--clr-text);margin:0;line-height:1.45}.moderation-decision-actions{gap:10px;display:grid}.moderation-decision-actions .button{width:100%;min-height:46px}.moderation-decision-actions .button--success{background:#2f7d56;border-color:#377a5bc7}.moderation-decision-actions .button--success:hover:not(:disabled){background:#286f4c}.moderation-decision-actions .button--danger{color:#ad4949;background:#fff;border-color:#af4c4c6b}.moderation-decision-actions .button--danger:hover:not(:disabled){background:#fff5f5}.moderation-diff-value--before{color:#7a4e2c;background:#fbf7f2;border-color:#d2c3b2c7}.moderation-diff-value--after{color:#2f5d4b;background:#f3f8f5;border-color:#b3c7bccc}.moderation-diff-value__empty{color:var(--clr-muted);font-style:italic}.moderation-diff-empty{min-height:160px;color:var(--clr-muted);text-align:center;background:#ffffffb8;border:1px dashed #c4d0e2eb;border-radius:20px;place-items:center;gap:6px;display:grid}.moderation-diff-empty strong{color:var(--clr-ink)}@media (width<=820px){.moderation-request-hero__top,.moderation-request-hero__body{flex-direction:column;align-items:stretch}.moderation-request-hero__facts{flex-basis:auto;justify-content:stretch}.moderation-request-hero__facts div{min-width:min(100%,180px)}.moderation-request-layout{grid-template-columns:1fr}.moderation-decision-panel{order:-1;position:static}.moderation-diff-panel__header,.moderation-diff-card__head{flex-direction:column;align-items:stretch}.moderation-diff-panel__actions{justify-content:flex-start}.moderation-diff-card__compare{grid-template-columns:1fr}}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__nav{align-items:center;width:52px;margin-inline:auto}.admin-sidebar-wrapper--open{width:300px;padding:18px 14px}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__head{display:none}.admin-sidebar__head{flex:none;min-height:42px;padding-left:50px}.admin-sidebar__brand{align-items:center;gap:9px;min-width:0;display:flex}.admin-sidebar__brand-mark{background:var(--clr-primary);color:#fff;letter-spacing:.04em;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.68rem;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #02245624}.admin-sidebar__brand-copy{gap:2px;min-width:0;display:grid}.admin-sidebar__brand-copy strong{color:var(--clr-ink);font-size:.92rem;line-height:1.1}.admin-sidebar__brand-copy small{color:var(--clr-muted);font-size:.72rem;font-weight:700;line-height:1.1}.admin-sidebar__footer{flex-direction:column;gap:12px;display:flex}.admin-sidebar__nav{flex-direction:column;gap:8px;min-width:0;display:flex}.admin-sidebar__link{min-height:46px;color:var(--clr-text);border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:5px 8px;text-decoration:none;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:flex;position:relative}.admin-sidebar__link:hover{background:#ffffff9e;border-color:#dae2edd1}.admin-sidebar__group{gap:7px;display:grid}.admin-sidebar__group-label{width:100%;min-height:46px;color:var(--clr-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:5px 8px;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:flex;position:relative}.admin-sidebar__group-label:hover{background:#ffffff9e;border-color:#dae2edd1}.admin-sidebar__group--active>.admin-sidebar__group-label{color:var(--clr-primary);box-shadow:inset 3px 0 0 var(--clr-primary);background:#ffffffad;border-color:#cad7e8d1}.admin-sidebar__group-chevron{color:currentColor;opacity:.72;width:16px;height:16px;margin-left:auto;transition:transform .18s}.admin-sidebar__group--expanded .admin-sidebar__group-chevron{transform:rotate(90deg)}.admin-sidebar__group-items{border-left:1px solid #7b8da638;gap:5px;margin-left:21px;padding-left:15px;display:grid}.admin-sidebar__link--nested{color:#334155;background:0 0;border-color:#0000;border-radius:12px;gap:9px;min-height:38px;padding:4px 10px;font-size:.92rem}.admin-sidebar__link--nested:hover{background:#ffffff5c;border-color:#0000}.admin-sidebar__nested-marker{background:#7180996b;border-radius:999px;flex-shrink:0;width:6px;height:6px}.admin-sidebar__link--nested.admin-sidebar__link--active .admin-sidebar__nested-marker{background:var(--clr-primary)}.admin-sidebar__group--collapsed{justify-items:center}.admin-sidebar__group--collapsed .admin-sidebar__group-label{justify-content:center;width:44px;padding:4px}.admin-sidebar__link--active{box-shadow:inset 2px 0 0 var(--clr-primary);color:var(--clr-primary);background:#ffffffb8;border-color:#cad7e8d1}.admin-sidebar__link--nested.admin-sidebar__link--active{box-shadow:none;background:0 0;border-color:#0000}.admin-sidebar__link--nested.admin-sidebar__link--active .admin-sidebar__link-label{color:var(--clr-primary)}.admin-sidebar__link--collapsed{justify-content:center;width:44px;margin-inline:auto;padding:4px}.admin-sidebar__icon-wrap{width:36px;height:36px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.admin-sidebar__link--active .admin-sidebar__icon-wrap{background:#ffffffbd;border-color:#cfdaebc7;box-shadow:inset 0 1px #ffffffd6}.admin-sidebar__icon{width:18px;height:18px}.admin-sidebar__link-label{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-weight:700;line-height:1.2;overflow:hidden}.admin-sidebar__group-label .admin-sidebar__link-label,.admin-sidebar__link:not(.admin-sidebar__link--nested) .admin-sidebar__link-label{font-size:.96rem}.admin-sidebar__link--nested .admin-sidebar__link-label{font-weight:700}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link-label,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group-chevron{display:none}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group-label{justify-content:center;width:44px;padding:4px}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__icon-wrap{background:#ffffffc7;border-color:#e9eff6c2;box-shadow:inset 0 1px #ffffffd6}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link--active,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group--active>.admin-sidebar__group-label{background:#fffffff0;border-color:#c6d4e7e6;box-shadow:inset 0 1px #ffffffe6,0 10px 22px #081f3c14}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link--active:before,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group--active>.admin-sidebar__group-label:before{content:"";background:var(--clr-primary);border-radius:999px;width:2px;height:18px;position:absolute;left:-7px}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link[data-sidebar-label]:after,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group-label[data-sidebar-label]:after{content:attr(data-sidebar-label);z-index:5;max-width:220px;color:var(--clr-ink);opacity:0;pointer-events:none;white-space:nowrap;background:#fffffff5;border:1px solid #cbd7e7eb;border-radius:10px;padding:7px 10px;font-size:.82rem;font-weight:700;line-height:1.15;transition:opacity .12s,transform .12s;position:absolute;top:50%;left:calc(100% + 12px);transform:translate(-4px,-50%);box-shadow:0 12px 28px #081f3c1f}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link[data-sidebar-label]:hover:after,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group-label[data-sidebar-label]:hover:after{opacity:1;transform:translateY(-50%)}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__link--nested,.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__group-items{display:none}.admin-sidebar__link-label{color:inherit}.admin-sidebar__footer{border-top:1px solid #71809924;margin-top:auto;padding-top:12px}.admin-sidebar-wrapper:not(.admin-sidebar-wrapper--open) .admin-sidebar__footer{display:none}.admin-sidebar__footer-top{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.admin-sidebar__user{background:#ffffff7a;border:1px solid #cfd9ebb3;border-radius:999px;align-items:center;gap:.55rem;min-width:0;max-width:100%;padding:.38rem .58rem .38rem .38rem;display:inline-flex;box-shadow:inset 0 1px #ffffffc2}.admin-sidebar__user-mark{background:var(--clr-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.78rem;font-weight:700;display:inline-flex}.admin-sidebar__user-name{color:var(--clr-ink);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.84rem;line-height:1.1;overflow:hidden}.admin-sidebar__logout{min-height:32px;color:var(--clr-muted);cursor:pointer;white-space:nowrap;background:#ffffff7a;border:1px solid #cfd9ebb8;border-radius:999px;justify-content:center;align-items:center;padding:0 .75rem;font-size:.82rem;font-weight:600;line-height:1;transition:color .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:inset 0 1px #ffffffc2}.admin-sidebar__logout:hover{color:var(--clr-ink);background:#ffffffc7;border-color:#bbc9e2e6}.admin-sidebar__logos{background:#ffffff7a;border:1px solid #cfd9ebb3;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:.55rem .65rem;display:flex;box-shadow:inset 0 1px #ffffffb8,0 6px 18px #0a25400a}.admin-sidebar__logo{object-fit:contain;opacity:.86;width:auto;max-width:88px;max-height:24px;display:block}@media (height<=760px){.admin-sidebar__logos{display:none}}.admin-sidebar-overlay{display:none}.panel,.login-panel,.stat-card,.admin-card,.queue-card,.focus-card{border-radius:var(--radius-md);background:var(--clr-panel);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #fffc}.panel,.login-panel{padding:24px}.panel--accent{background:linear-gradient(#dbe8f8e0,#fffffff0)}.panel--muted{background:linear-gradient(#eef3f8e6,#fffffff0)}.panel--success{background:linear-gradient(#dcf6ead9,#fffffff0)}.panel__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.panel__header h2{color:var(--clr-ink);font-size:1.1rem}.panel__meta{color:var(--clr-muted);font-size:.9rem}.panel__stats{margin-bottom:20px}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;transition:all .2s;display:inline-flex}.button--primary{color:var(--clr-primary);background:#fff}.button--secondary{background:var(--clr-primary);color:#fff}.button--ghost{border-color:var(--clr-line);color:var(--clr-ink);background:0 0}.button--block{width:100%}.stat-card{flex-direction:column;gap:10px;padding:22px;display:flex}.stat-card__label,.stat-card__meta{color:var(--clr-muted)}.stat-card__value{color:var(--clr-ink);font-size:2rem}.stat-card--accent{background:linear-gradient(#dbe8f8eb,#fffffffa)}.stat-card--success{background:linear-gradient(#dcf6eaeb,#fffffffa)}.stat-card--warning{background:linear-gradient(#fff1d6eb,#fffffffa)}.activity-list,.focus-stack,.project-scope-list,.queue-list,.snapshot-list,.diff-summary{flex-direction:column;gap:14px;display:flex}.activity-row,.queue-card,.project-scope-row,.snapshot-row,.diff-summary__row{justify-content:space-between;gap:16px;display:flex}.activity-row{border-bottom:1px solid #7180992e;padding-bottom:14px}.activity-row:last-child{border-bottom:0;padding-bottom:0}.activity-row p,.queue-card p,.request-comment p,.project-scope-row p{color:var(--clr-muted);line-height:1.5}.activity-row__aside,.queue-card__aside,.project-scope-row__meta{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:8px;display:flex}.focus-card{justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.focus-card span{color:var(--clr-muted)}.focus-card strong{color:var(--clr-ink);font-size:1.6rem}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.admin-card{flex-direction:column;gap:18px;padding:22px;display:flex}.admin-card__head,.admin-card__stats,.admin-card__footer,.queue-card__main,.login-panel__intro,.login-form,.detail-list,.filter-row{flex-direction:column;gap:14px;display:flex}.admin-card__head{flex-direction:row;justify-content:space-between;align-items:flex-start}.admin-card__head h3,.queue-card__title h3,.login-panel__intro h1{color:var(--clr-ink)}.admin-card__head p{color:var(--clr-muted)}.admin-card__stats{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-card__stats span,.detail-list dt,.request-comment span{color:var(--clr-muted);font-size:.88rem}.admin-card__stats strong,.detail-list dd{color:var(--clr-ink);font-size:1.1rem}.admin-card__footer{color:var(--clr-muted);flex-direction:row;justify-content:space-between;align-items:center;font-size:.88rem}.admin-detail-state{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.admin-detail-muted{color:var(--clr-muted);font-size:.9rem;line-height:1.5}.scope-list,.filter-row{flex-wrap:wrap;gap:10px;display:flex}.scope-list--compact{gap:6px}.scope-chip,.role-badge,.filter-chip,.status-pill{border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:.88rem;display:inline-flex}.scope-chip,.role-badge,.filter-chip{color:var(--clr-primary);background:#0224560f}.filter-chip{cursor:pointer;border:0}.filter-chip--active{background:var(--clr-primary);color:#fff}.status-pill--draft{color:var(--clr-text);background:#71809929}.status-pill--assigned{color:var(--clr-primary);background:#02245614}.status-pill--submitted{background:var(--clr-warning-soft);color:var(--clr-warning)}.status-pill--approved{background:var(--clr-success-soft);color:var(--clr-success)}.status-pill--rejected{background:var(--clr-danger-soft);color:var(--clr-danger)}.status-pill--needs_revision{background:var(--clr-primary-soft);color:var(--clr-primary)}.status-pill--published{background:var(--clr-success-soft);color:var(--clr-success)}.detail-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.detail-list div{flex-direction:column;gap:6px;display:flex}.queue-card{align-items:flex-start;padding:22px}.queue-card__main{flex:1}.queue-card__title{align-items:center;gap:12px;display:flex}.queue-card__meta{color:var(--clr-muted);flex-wrap:wrap;gap:14px;font-size:.9rem;display:flex}.snapshot-row,.diff-summary__row,.project-scope-row{border-bottom:1px solid #7180992e;padding:14px 0}.snapshot-row:last-child,.diff-summary__row:last-child,.project-scope-row:last-child{border-bottom:0;padding-bottom:0}.snapshot-row strong,.diff-summary__row strong,.project-scope-row strong{color:var(--clr-ink)}.text-highlight{color:var(--clr-success)}.text-dimmed{color:var(--clr-warning)}.request-comment{border-top:1px solid #7180992e;margin-top:16px;padding-top:16px}.login-panel{flex-direction:column;gap:20px;width:min(100%,560px);display:flex}.login-panel--admin{-webkit-backdrop-filter:blur(32px)saturate(170%);backdrop-filter:blur(32px)saturate(170%);background:linear-gradient(#ffffff57,#ffffff24);border:1px solid #ffffffbd;width:100%;max-width:396px;padding:26px;position:relative;overflow:hidden;box-shadow:0 30px 80px #081f3c1f,inset 0 1px #ffffff9e,inset 0 -1px #ffffff24}.login-panel--admin:before{content:"";filter:blur(8px);opacity:.78;pointer-events:none;background:linear-gradient(110deg,#fff0 0%,#ffffff57 45%,#fff0 100%);width:70%;height:180px;animation:10s ease-in-out infinite login-panel-sheen;position:absolute;inset:-20% auto auto -25%;transform:rotate(-12deg)}.login-panel__backdrop{pointer-events:none;background:linear-gradient(#ffffff2e,#ffffff0a);border-radius:26px;position:absolute;inset:8px;box-shadow:inset 0 1px #ffffff85,inset 0 -1px #ffffff14}.login-panel__brand,.login-panel__brand-copy{display:flex}.login-panel__brand{z-index:1;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;padding:0;position:relative}.login-panel__brand--minimal{justify-content:space-between;align-items:center;gap:12px}.login-panel__intro--minimal{gap:6px}.login-panel__intro--minimal h1{color:var(--clr-ink);letter-spacing:-.03em;font-size:1.86rem;line-height:1}.login-panel__brand strong{color:var(--clr-ink);font-size:.98rem;font-weight:600}.login-panel__brand-kicker{min-height:30px;color:var(--clr-muted);letter-spacing:.16em;text-transform:uppercase;background:#ffffff57;border:1px solid #ffffffb8;border-radius:999px;align-items:center;padding:0 11px;font-size:.76rem;display:inline-flex;box-shadow:inset 0 1px #ffffffd6,0 10px 18px #081f3c0d}.login-panel__intro--minimal p{color:var(--clr-muted);font-size:.92rem}.login-form{flex-direction:column;gap:15px;display:flex}.field{flex-direction:column;gap:7px;display:flex}.field span,.login-hint{color:var(--clr-muted);font-size:.86rem}.field__control{position:relative}.field__control:before{content:"";pointer-events:none;background:linear-gradient(#fff3,#ffffff05);border-radius:15px;position:absolute;inset:1px}.field input{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;min-height:50px;color:var(--clr-ink);background:linear-gradient(#ffffff6b,#fff3);border:1px solid #ffffffbd;border-radius:16px;padding:0 16px;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 1px #ffffff9e,0 14px 28px #03173d0a}.field input:focus{background:linear-gradient(#ffffff8a,#ffffff3d);border-color:#4ca99d7a;outline:none;box-shadow:inset 0 1px #ffffffb3,0 0 0 4px #4ca99d14,0 16px 28px #03173d0d}.field input::placeholder{color:#718099b8}.form-error{color:var(--clr-danger);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffe1e19e;border:1px solid #c94b4b2e;border-radius:14px;padding:11px 14px}.form-warning{color:#8a5a11;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff5dcb8;border:1px solid #b0772433;border-radius:14px;padding:11px 14px}.login-panel__submit{background:linear-gradient(#022456f5,#134c73e6);min-height:50px;font-weight:600;box-shadow:0 18px 30px #0224562e,inset 0 1px #ffffff2e}.login-panel__submit:hover{transform:translateY(-1px);box-shadow:0 22px 34px #02245633,inset 0 1px #fff3}.login-panel__logos{justify-content:center;align-items:center;gap:14px;padding-top:2px;display:flex}.login-panel__logos img{object-fit:contain;opacity:.62;max-width:92px;max-height:28px}.login-panel__sheen{filter:blur(10px);pointer-events:none;background:linear-gradient(110deg,#fff0 0%,#ffffff4d 42%,#ffffff14 52%,#fff0 74%);border-radius:999px;width:72%;height:160px;animation:9s ease-in-out infinite login-panel-sheen;position:absolute;inset:-14% auto auto -24%;transform:rotate(-14deg)}.login-panel__glow{pointer-events:none;filter:blur(18px);opacity:.52;border-radius:999px;position:absolute}.login-panel__glow--one{background:#ffffff47;width:120px;height:120px;top:10px;right:-18px}.login-panel__glow--two{background:#4ca99d29;width:132px;height:132px;bottom:-26px;left:-16px}.login-panel__glow--three{background:#ffffff2e;width:90px;height:90px;top:42%;left:58%}@keyframes login-panel-sheen{0%,to{opacity:0;transform:translate(-12%)rotate(-12deg)}18%{opacity:.58}52%{opacity:.12;transform:translate(82%,10px)rotate(-12deg)}}@media (width<=1100px){.admin-sidebar-wrapper{z-index:150;border-right:1px solid #d5e0eddb;width:min(320px,100vw - 24px);padding:18px 14px;transition:transform .16s cubic-bezier(.2,.8,.2,1);position:fixed;top:0;left:0;transform:translate(-100%)}.admin-sidebar-wrapper--open{transform:translate(0,0)}.admin-sidebar-overlay{z-index:140;opacity:0;pointer-events:none;background:#00000073;transition:opacity .16s;position:fixed;inset:0}.admin-sidebar-overlay--visible{opacity:1;pointer-events:auto;display:block}.admin-sidebar-toggle{width:40px;height:40px;margin:0;top:12px;left:12px}.queue-card,.activity-row,.project-scope-row,.snapshot-row,.diff-summary__row,.admin-card__footer{flex-direction:column;align-items:flex-start}.activity-row__aside,.queue-card__aside,.project-scope-row__meta{white-space:normal;align-items:flex-start}.detail-list{grid-template-columns:1fr}.login-panel__brand-mark{width:52px;height:52px}.login-panel--admin{padding:22px}}.au-stats{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (width<=900px){.au-stats{grid-template-columns:repeat(2,1fr)}.accounts-admin-table{display:none}.accounts-grid--admin-cards{display:grid}}.au-loading,.au-empty{text-align:center;color:var(--clr-muted);padding:40px 0}.au-table-wrap{overflow-x:auto}.au-table{border-collapse:collapse;width:100%;font-size:.92rem}.au-table th{text-align:left;color:var(--clr-muted);text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #7180992e;padding:9px 12px;font-size:.76rem;font-weight:700}.au-table td{vertical-align:middle;border-bottom:1px solid #7180991a;padding:11px 12px}.au-table tbody tr:last-child td{border-bottom:0}.au-table__row--inactive{opacity:.55}.au-table__identity{align-items:center;gap:12px;min-width:220px;display:flex}.au-table__name{color:var(--clr-ink);flex-wrap:wrap;align-items:center;gap:8px;font-weight:500;display:flex}.au-table__login{color:var(--clr-muted);margin-top:2px;font-family:monospace;font-size:.83rem}.au-table__all-perms{color:var(--clr-muted);font-size:.85rem}.au-table__badges{flex-wrap:wrap;gap:6px;min-width:132px;display:flex}.au-table__no-projects{color:var(--clr-muted);font-size:.85rem}.au-table__th-num{text-align:center;white-space:nowrap;letter-spacing:.02em;font-size:.78rem}.au-table__num{text-align:center}.au-table__num-val{min-width:28px;color:var(--clr-ink);text-align:center;background:#081f3c0f;border-radius:12px;padding:3px 10px;font-size:.9rem;font-weight:600;display:inline-block}.au-table__num-val--success{background:var(--clr-success-soft);color:var(--clr-success)}.au-table__num-all{color:var(--clr-muted);font-size:.85rem;font-style:italic}.au-table__actions{white-space:nowrap;justify-content:flex-end;gap:6px;display:flex}.au-action-btn{min-height:32px;padding:0 12px;font-size:.82rem}.au-action-btn--warn{color:var(--clr-danger);background:#ffe1e180;border-color:#c94b4b47}.role-badge--super{color:var(--clr-primary);background:#0224561f;font-weight:600}.scope-chip--sm{min-height:26px;padding:0 9px;font-size:.8rem}.scope-chip--more{color:var(--clr-muted);background:#7180991f}.scope-chip--removable{align-items:center;gap:5px;padding-right:6px;display:inline-flex}.scope-chip__remove{width:18px;height:18px;color:var(--clr-primary);cursor:pointer;background:#0224561f;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.95rem;line-height:1;transition:background .15s;display:inline-flex}.scope-chip__remove:hover{color:var(--clr-danger);background:#c94b4b33}.au-measure-cell{flex-direction:column;gap:8px;display:flex}.au-measure-cell strong{color:var(--clr-ink);font-size:.95rem}.au-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;background:#081f3c47;animation:.18s au-fade-in;position:fixed;inset:0}@keyframes au-fade-in{0%{opacity:0}to{opacity:1}}.au-drawer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:210;background:radial-gradient(circle at 100% 0,#4ca99d14,#0000 40%),linear-gradient(#fffffff5,#f0f6fcfa);border-left:1px solid #fffc;flex-direction:column;width:min(520px,100vw);transition:transform .26s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-20px 0 60px #081f3c24}.au-drawer--open{transform:translate(0)}.au-drawer__header{border-bottom:1px solid #71809924;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.au-drawer__header h2{color:var(--clr-ink);font-size:1.1rem;font-weight:600}.au-drawer__close{width:36px;height:36px;color:var(--clr-muted);cursor:pointer;background:0 0;border:1px solid #7180992e;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;transition:background .15s,color .15s;display:inline-flex}.au-drawer__close:hover{color:var(--clr-danger);background:#c94b4b1a}.au-drawer__body{flex-direction:column;flex:1;gap:18px;padding:24px;display:flex;overflow-y:auto}.au-drawer__footer{border-top:1px solid #7180991f;justify-content:flex-end;gap:12px;margin-top:auto;padding-top:8px;display:flex}.au-toggle-row{background:#ffffff80;border:1px solid #ffffffb8;border-radius:14px;padding:14px}.au-toggle{cursor:pointer;align-items:center;gap:12px;display:flex}.au-toggle input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.au-toggle__track{background:#71809947;border-radius:999px;flex-shrink:0;width:44px;height:24px;transition:background .2s;display:inline-block;position:relative}.au-toggle__track:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #081f3c2e}.au-toggle input:checked~.au-toggle__track{background:var(--clr-primary)}.au-toggle input:checked~.au-toggle__track:after{transform:translate(20px)}.au-toggle__label{color:var(--clr-ink);font-size:.92rem}.au-perms-grid{background:#fff6;border:1px solid #ffffffb3;border-radius:14px;grid-template-columns:1fr 1fr;gap:8px;padding:14px;display:grid}@media (width<=600px){.au-perms-grid{grid-template-columns:1fr}}.au-perm-item{cursor:pointer;color:var(--clr-text);border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:.88rem;transition:background .14s;display:flex}.au-perm-item:hover{background:#fff9}.au-perm-item input[type=checkbox]{width:15px;height:15px;accent-color:var(--clr-primary);flex-shrink:0}.au-textarea{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;min-height:80px;color:var(--clr-ink);resize:vertical;background:linear-gradient(#ffffff6b,#fff3);border:1px solid #ffffffbd;border-radius:16px;padding:12px 16px;font-family:inherit;font-size:.92rem;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px #ffffff9e,0 14px 28px #03173d0a}.au-textarea:focus{border-color:#4ca99d7a;outline:none;box-shadow:inset 0 1px #ffffffb3,0 0 0 4px #4ca99d14}.project-picker{flex-direction:column;gap:10px;display:flex}.project-picker__trigger{width:100%;min-height:48px;color:var(--clr-ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #cfdae8f2;border-radius:14px;align-items:center;gap:10px;padding:8px 10px;transition:background .16s,border-color .16s,box-shadow .16s;display:flex;box-shadow:0 8px 20px #081f3c0a}.project-picker__trigger:hover{border-color:#4ca99d66;box-shadow:0 10px 24px #081f3c12}.project-picker__trigger-icon{width:32px;height:32px;color:var(--clr-primary);background:#02245612;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.project-picker__trigger-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.project-picker__trigger-copy strong{color:var(--clr-ink);font-size:.9rem;font-weight:650}.project-picker__trigger-copy small{color:var(--clr-muted);font-size:.76rem;line-height:1.25}.project-picker__count{background:var(--clr-primary);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.78rem;font-weight:700;display:inline-flex}.project-picker__tags{flex-wrap:wrap;gap:6px;max-height:76px;padding-right:2px;display:flex;overflow-y:auto}.project-picker__tags::-webkit-scrollbar{width:4px}.project-picker__tags::-webkit-scrollbar-track{background:0 0}.project-picker__tags::-webkit-scrollbar-thumb{background:#71809938;border-radius:999px}.project-picker__chip{min-width:0;max-width:min(100%,340px);min-height:28px;font-size:.78rem}.project-picker__chip-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-picker__more{min-height:28px;color:var(--clr-primary);cursor:pointer;background:#fff;border:1px solid #cfdae8f2;border-radius:999px;padding:0 10px;font-size:.78rem;font-weight:700}.pm-backdrop{z-index:300;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081f3c5c;justify-content:center;align-items:center;padding:20px;animation:.16s pm-fade-in;display:flex;position:fixed;inset:0}@keyframes pm-fade-in{0%{opacity:0}to{opacity:1}}.pm-modal{-webkit-backdrop-filter:blur(24px)saturate(160%);backdrop-filter:blur(24px)saturate(160%);background:radial-gradient(circle at 100% 0,#4ca99d12,#0000 38%),linear-gradient(#fffffff7,#f2f8fefc);border:1px solid #ffffffd1;border-radius:20px;flex-direction:column;width:min(900px,100%);max-height:min(86vh,760px);animation:.2s cubic-bezier(.34,1.28,.64,1) pm-slide-in;display:flex;overflow:hidden;box-shadow:0 2px 4px #081f3c0a,0 24px 64px #081f3c2e,inset 0 1px #ffffffeb}.pm-modal--support-measures{background:#f8fbff;border-radius:18px;width:min(760px,100%);max-height:min(82vh,680px)}@keyframes pm-slide-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.pm-header{border-bottom:1px solid #7180991f;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px 16px;display:flex}.pm-modal--support-measures .pm-header{background:#ffffffd1;padding:16px 20px 14px}.pm-header__title{align-items:center;gap:12px;display:flex}.pm-header__title h2{color:var(--clr-ink);font-size:1.08rem;font-weight:600}.pm-modal--support-measures .pm-header__title h2{font-size:1rem}.pm-title{color:var(--clr-ink);font-size:1.05rem;font-weight:600}.pm-close{width:32px;height:32px;color:var(--clr-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;transition:background .15s,color .15s;display:flex}.pm-close:hover{color:var(--clr-ink);background:#081f3c12}.pm-header__badge{background:var(--clr-primary);color:#fff;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:.8rem;font-weight:600;display:inline-flex}.pm-search{border-bottom:1px solid #7180991a;flex-shrink:0;align-items:center;gap:14px;padding:12px 22px;display:flex}.pm-modal--support-measures .pm-search{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 20px;display:grid}.pm-search__wrap{flex:1;min-width:0;position:relative}.pm-search__icon{color:var(--clr-muted);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.pm-search__input{width:100%;min-height:40px;color:var(--clr-ink);background:#ffffffb8;border:1px solid #71809933;border-radius:12px;padding:0 36px 0 38px;font-family:inherit;font-size:.92rem;transition:border-color .18s,box-shadow .18s}.pm-modal--support-measures .pm-search__input{border-radius:11px;min-height:38px;font-size:.88rem}.pm-search__input:focus{background:#fff;border-color:#4ca99d80;outline:none;box-shadow:0 0 0 3px #4ca99d1a}.pm-search__input::placeholder{color:#718099a6}.pm-search__clear{width:22px;height:22px;color:var(--clr-muted);cursor:pointer;background:#71809926;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;transition:background .14s;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pm-search__clear:hover{color:var(--clr-danger);background:#c94b4b2e}.pm-search__hint{white-space:nowrap;color:var(--clr-muted);font-size:.84rem}.pm-modal--support-measures .pm-search__hint{min-height:28px;color:var(--clr-muted);background:#fff;border:1px solid #cfdae8e6;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;line-height:1;display:inline-flex}.pm-body{overscroll-behavior:contain;flex:1;overflow-y:auto}.pm-modal--support-measures .pm-body{padding:10px 12px 12px}.pm-body::-webkit-scrollbar{width:5px}.pm-body::-webkit-scrollbar-track{background:0 0}.pm-body::-webkit-scrollbar-thumb{background:#71809933;border-radius:999px}.pm-empty{text-align:center;color:var(--clr-muted);padding:48px 0;font-size:.92rem}.pm-table{border-collapse:collapse;width:100%;font-size:.88rem}.pm-table thead{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f2f8fef5;position:sticky;top:0}.pm-table th{text-align:left;color:var(--clr-muted);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #71809924;padding:10px 14px;font-size:.8rem;font-weight:600}.pm-table__th-check{width:44px;padding-left:20px}.pm-table__th-desc{width:40%}.pm-table td{vertical-align:top;border-bottom:1px solid #71809914;padding:11px 14px}.pm-table tbody tr:last-child td{border-bottom:0}.pm-table__row{cursor:pointer;transition:background .1s}.pm-table__row:hover{background:#02245608}.pm-table__row--selected{background:#0224560d}.pm-table__row--selected:hover{background:#02245614}.pm-table__td-check{width:44px;padding-left:20px;vertical-align:middle!important}.pm-table__td-name{min-width:180px}.pm-table__td-desc{width:40%}.pm-table__name{color:var(--clr-ink);font-weight:500;line-height:1.4}.pm-table__desc{color:var(--clr-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}.pm-table__status{color:var(--clr-primary);white-space:nowrap;background:#0224560f;border-radius:999px;align-items:center;padding:2px 10px;font-size:.8rem;display:inline-flex}.pm-table__mono{color:var(--clr-muted);font-family:monospace;font-size:.82rem}.pm-table__empty{color:#71809973}.pm-checkbox{cursor:pointer;align-items:center;display:inline-flex}.pm-checkbox input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.pm-checkbox__box{background:#ffffffb3;border:1.5px solid #71809959;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .14s,border-color .14s;display:inline-flex}.pm-checkbox__box:after{content:"";opacity:0;border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;transition:opacity .1s;display:block;transform:rotate(45deg)translate(-1px,-1px)}.pm-checkbox input:checked~.pm-checkbox__box{background:var(--clr-primary);border-color:var(--clr-primary)}.pm-checkbox input:checked~.pm-checkbox__box:after{opacity:1}.pm-checkbox input:indeterminate~.pm-checkbox__box{background:var(--clr-primary);border-color:var(--clr-primary)}.pm-checkbox input:indeterminate~.pm-checkbox__box:after{opacity:1;border-right:none;width:8px;height:0;transform:translate(-1px,4px)}.pm-table__row--loading{opacity:.5;pointer-events:none}.pm-pagination{border-top:1px solid #7180991a;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:4px;padding:10px 22px;display:flex}.pm-pagination__btn{min-width:34px;height:34px;color:var(--clr-text);cursor:pointer;background:#fff9;border:1px solid #71809933;border-radius:9px;justify-content:center;align-items:center;padding:0 6px;font-size:.88rem;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.pm-pagination__btn:hover:not(:disabled){color:var(--clr-ink);background:#ffffffeb;border-color:#0224563d}.pm-pagination__btn--active{background:var(--clr-primary);border-color:var(--clr-primary);color:#fff;font-weight:600}.pm-pagination__btn--active:hover:not(:disabled){background:var(--clr-primary);color:#fff}.pm-pagination__btn:disabled{opacity:.38;cursor:default}.pm-pagination__ellipsis{width:28px;height:34px;color:var(--clr-muted);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.pm-pagination__info{color:var(--clr-muted);white-space:nowrap;margin-left:auto;font-size:.82rem}.pm-footer{background:#f2f8feb3;border-top:1px solid #7180991f;flex-shrink:0;justify-content:flex-end;gap:12px;padding:14px 22px;display:flex}.pm-modal--support-measures .pm-footer{background:#ffffffe0;padding:12px 20px}.sm-picker-list{flex-direction:column;gap:6px;display:flex}.sm-picker-row{cursor:pointer;background:#fff;border:1px solid #081f3c14;border-radius:12px;align-items:flex-start;gap:10px;min-height:64px;padding:10px 12px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative}.sm-picker-row:hover{border-color:#0224562e;box-shadow:0 8px 20px #081f3c0d}.sm-picker-row--selected{background:linear-gradient(#ecfaf7f5,#f5fdfbf5);border-color:#4ca99d73}.sm-picker-row__input{opacity:0;pointer-events:none;position:absolute}.sm-picker-row__check{background:#fff;border:1.5px solid #71809961;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;transition:background .14s,border-color .14s,box-shadow .14s;display:inline-flex}.sm-picker-row__check:after{content:"";opacity:0;border:2px solid #fff;border-top:0;border-left:0;width:6px;height:10px;transform:rotate(45deg)translate(-1px,-1px)}.sm-picker-row__input:checked+.sm-picker-row__check{border-color:var(--clr-primary);background:var(--clr-primary);box-shadow:0 0 0 3px #4ca99d1f}.sm-picker-row__input:checked+.sm-picker-row__check:after{opacity:1}.sm-picker-row__body{flex-direction:column;gap:4px;min-width:0;display:flex}.sm-picker-row__body strong{color:var(--clr-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.32;display:-webkit-box;overflow:hidden}.sm-picker-row__body span{color:var(--clr-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;line-height:1.35;display:-webkit-box;overflow:hidden}@media (width<=700px){.pm-modal--support-measures .pm-search{grid-template-columns:1fr}.pm-modal--support-measures .pm-search__hint{justify-content:center;width:fit-content}}.audit-log-page{gap:18px;display:grid}.audit-log-workspace{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 16px 34px #081f3c0f}.audit-log-workspace .admin-crud-toolbar,.audit-log-workspace .admin-crud-table-shell{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.audit-log-workspace .admin-crud-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.audit-log-workspace .admin-crud-toolbar__main{grid-template-columns:minmax(280px,520px) minmax(0,1fr)}.audit-log-workspace .admin-crud-toolbar__result{min-height:36px;color:var(--clr-ink);background:#fff;border:1px solid #dae2edf0;border-radius:999px;align-items:center;padding:0 12px;font-size:.84rem;font-weight:700;display:inline-flex}.audit-log-workspace .admin-crud-table-shell{gap:12px}.audit-log-workspace .admin-crud-table-wrap{border-radius:18px}.audit-log-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.audit-log-summary__card,.audit-log-table-wrap{background:#fffffff0;border:1px solid #d9e2eef5;border-radius:22px;gap:10px;padding:18px 20px;display:grid;box-shadow:0 12px 24px #081f3c0d}.audit-log-summary__card span,.audit-log-table__event span{color:var(--clr-muted);font-size:.82rem;font-weight:600}.audit-log-summary__card strong,.audit-log-table__event strong{color:var(--clr-ink);font-size:1rem}.audit-log-summary__card p{color:var(--clr-muted);line-height:1.5}.audit-log-table-wrap{overflow-x:auto}.audit-log-table{border-collapse:collapse;width:100%;min-width:960px}.audit-log-table th,.audit-log-table td{text-align:left;vertical-align:top;border-bottom:1px solid #dee6f0e6;padding:14px 12px}.audit-log-table th{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;padding-top:0;font-size:.78rem;font-weight:700}.audit-log-table tbody tr:last-child td{border-bottom:none}.audit-log-table__time{white-space:nowrap}.audit-log-table__event{gap:4px;display:grid}.audit-log-table__event span{font-size:.76rem;font-weight:500}.audit-log-table__url,.audit-log-table__agent{overflow-wrap:anywhere;max-width:320px}.audit-log-result-code{min-width:58px;min-height:28px;font-family:var(--font-mono,ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.audit-log-result-code--success{color:#176f49;background:#1e86561c}.audit-log-result-code--warning{color:#8a5c00;background:#b5750024}.audit-log-result-code--error{color:#a21f2f;background:#be28341f}.audit-log-result-code--neutral{color:#4a5568;background:#5a677a1f}.audit-device-summary{gap:14px;margin-bottom:18px;display:grid}.audit-device-summary__head strong{color:var(--clr-ink);margin-bottom:4px;display:block}.audit-device-summary__head p{color:var(--clr-muted);margin:0}.audit-device-table-wrap{background:#fffffff0;border:1px solid #d9e2eef5;border-radius:22px;padding:18px 20px;overflow-x:auto;box-shadow:0 12px 24px #081f3c0d}.audit-device-table{border-collapse:collapse;width:100%;min-width:860px}.audit-device-table th,.audit-device-table td{text-align:left;vertical-align:top;border-bottom:1px solid #dee6f0e6;padding:14px 12px}.audit-device-table th{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;padding-top:0;font-size:.78rem;font-weight:700}.audit-device-table tbody tr:last-child td{border-bottom:none}.audit-device-table__device{gap:4px;display:grid}.audit-device-table__device strong{color:var(--clr-ink)}.audit-device-table__device span{color:var(--clr-muted);overflow-wrap:anywhere;font-size:.8rem}.audit-device-table__url{overflow-wrap:anywhere;max-width:320px}.audit-log-actions{justify-content:center;margin-top:18px;display:flex}@media (width<=900px){.audit-log-summary{grid-template-columns:1fr}}@media (width<=720px){.audit-log-table-wrap,.audit-device-table-wrap{padding:16px}}.admin-measure-stack{flex-direction:column;gap:12px;display:flex}.admin-measure-card{background:#fff9;border:1px solid #081f3c14;border-radius:18px;overflow:hidden}.admin-measure-card[open]{border-color:#4ca99d4d}.admin-measure-card__summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;list-style:none;display:flex}.admin-measure-card__summary::-webkit-details-marker{display:none}.admin-measure-card__summary strong{color:var(--clr-ink);margin-bottom:4px;display:block}.admin-measure-card__summary p{color:var(--clr-text-secondary);font-size:.88rem}.admin-measure-card .project-scope-list{padding:0 20px 20px}.sp-empty{text-align:center;color:var(--clr-text-secondary);padding:40px 20px;font-size:14px}.sp-list{flex-direction:column;gap:12px;padding:8px 0;display:flex}.sp-card{background:#ffffff75;border:1px solid #fff9;border-radius:14px;align-items:center;gap:16px;padding:16px 20px;transition:box-shadow .18s;display:flex;box-shadow:0 2px 8px #081f3c0a}.sp-card:hover{box-shadow:0 4px 16px #081f3c14}.sp-card--needs_revision{background:#fff7e680;border-color:#dc962866}.sp-card--submitted{background:#e6f0ff80;border-color:#4c78c84d}.sp-card--assigned{background:#f2f8fe8f;border-color:#0224561f}.sp-card--published{background:#e6fff080;border-color:#2ea0644d}.sp-card__main{flex:1;min-width:0}.sp-card__title-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.sp-card__name{color:var(--clr-ink);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.sp-card__meta{color:var(--clr-text-secondary);flex-wrap:wrap;gap:6px 16px;font-size:13px;display:flex}.sp-card__actions{flex-shrink:0;gap:8px;display:flex}.filter-chip__count{background:var(--clr-primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 5px;font-size:11px;font-weight:600;display:inline-flex}.sp-edit-layout{grid-template-columns:1fr 340px;align-items:start;gap:16px;display:grid}@media (width<=900px){.sp-edit-layout{grid-template-columns:1fr}}.sp-edit-main{min-width:0}.sp-edit-side{flex-direction:column;gap:16px;display:flex}.sp-fields{flex-direction:column;gap:14px;padding:4px 0;display:flex}.sp-fields--3col{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=900px){.sp-fields--3col{grid-template-columns:1fr}}.sp-field{flex-direction:column;gap:5px;display:flex}.sp-field__label{color:var(--clr-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.sp-field__input{color:var(--clr-ink);background:#fff9;border:1px solid #081f3c26;border-radius:10px;outline:none;padding:9px 12px;font-size:14px;transition:border-color .18s,box-shadow .18s}.sp-field__input:focus{border-color:var(--clr-primary);box-shadow:0 0 0 3px #4ca99d26}.sp-field__input[readonly]{color:var(--clr-text-secondary);cursor:default;background:#f0f4fa99}.sp-field__input--textarea{resize:vertical;min-height:90px;font-family:inherit}.sp-action-bar{justify-content:flex-end;gap:12px;padding:20px 0 8px;display:flex}.sp-return-banner{color:var(--clr-ink);background:#ffc8502e;border:1px solid #dc962859;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:14px}.sp-error-banner{color:#b91c1c;background:#dc3c3c1a;border:1px solid #dc3c3c4d;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:14px}.spx-shell{flex-direction:column;gap:18px;display:flex}.spx-state-panel{flex-direction:column;gap:16px;display:flex}.spx-hero{flex-direction:column;gap:18px;display:flex}.spx-hero__top{align-items:stretch}.spx-hero__copy{gap:14px}.spx-backlink{width:fit-content;color:var(--clr-primary);font-size:.85rem;font-weight:700;text-decoration:none}.spx-backlink:hover{text-decoration:underline}.spx-chip-row,.spx-meta-strip,.spx-action-stack,.spx-summary-bar__actions{flex-wrap:wrap;gap:10px;display:flex}.spx-chip,.spx-meta-pill{min-height:34px;color:var(--clr-ink);background:#ffffff57;border:1px solid #ffffffb8;border-radius:999px;align-items:center;padding:0 14px;font-size:.82rem;line-height:1.3;display:inline-flex}.spx-meta-pill{color:var(--clr-text)}.spx-action-card{z-index:1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:radial-gradient(circle at 100% 0,#ffffff80,#0000 42%),linear-gradient(#ffffff4d,#ffffff2e);border:1px solid #ffffff94;border-radius:24px;flex-direction:column;gap:12px;min-width:min(100%,320px);padding:18px;display:flex;position:relative;box-shadow:inset 0 1px #ffffffb8,0 16px 36px #081f3c14}.spx-action-card__label{color:var(--clr-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}.spx-action-card strong{color:var(--clr-ink);font-size:1rem;line-height:1.35}.spx-action-card p,.spx-section__header p,.spx-summary-bar p,.spx-alert p{color:var(--clr-text);margin:0;line-height:1.55}.spx-alert{border:1px solid #081f3c14;border-radius:18px;flex-direction:column;gap:6px;padding:14px 18px;display:flex;box-shadow:0 12px 26px #081f3c0d}.spx-alert strong{color:var(--clr-ink)}.spx-alert--warning{background:#ffd67a2e;border-color:#d69e2e47}.spx-alert--danger{background:#dc3c3c1a;border-color:#dc3c3c33}.spx-section{flex-direction:column;gap:14px;display:flex}.spx-section__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.spx-section__header h2,.spx-summary-bar strong{color:var(--clr-ink);margin:0}.spx-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.spx-diff-summary{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.spx-diff-summary--list{grid-template-columns:1fr}.spx-diff-card{background:#ffffffb8;border:1px solid #081f3c14;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}.spx-diff-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.spx-diff-card__head span,.spx-diff-value span{color:var(--clr-text-secondary);text-transform:uppercase;font-size:.76rem;font-weight:700}.spx-diff-card__head strong{color:var(--clr-ink);text-align:right;font-size:.96rem;line-height:1.35}.spx-diff-card__values{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.spx-diff-value{background:#f8fbffd1;border:1px solid #dae2ede6;border-radius:14px;gap:8px;min-width:0;padding:12px;display:grid}.spx-diff-value strong{color:var(--clr-ink);overflow-wrap:anywhere;line-height:1.45}.spx-diff-value--after{background:#edfaf7d1;border-color:#4ca99d4d}.spx-diff-value__empty{font-style:italic;font-weight:600;color:var(--clr-muted)!important}.spx-diff-arrow{width:28px;color:var(--clr-muted);justify-content:center;align-items:center;font-weight:800;display:inline-flex}@media (width<=700px){.spx-diff-card__head{flex-direction:column}.spx-diff-card__head strong{text-align:left}.spx-diff-card__values{grid-template-columns:1fr}.spx-diff-arrow{width:100%;min-height:20px;transform:rotate(90deg)}}.spx-summary-bar{justify-content:space-between;align-items:center;gap:16px;display:flex}.diff-before{color:#b91c1c;text-decoration:line-through}.diff-after{color:#15803d}.sp-snapshot-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;padding:4px 0;display:grid}.sp-snapshot-row{background:#f2f8feb3;border-radius:10px;flex-direction:column;gap:2px;padding:10px 14px;display:flex}.sp-snapshot-label{text-transform:uppercase;letter-spacing:.04em;color:var(--clr-text-secondary);font-size:11px;font-weight:600}.sp-snapshot-value{color:var(--clr-ink);font-size:14px;font-weight:500}.button--danger{color:#fff;background:#dc3c3ce6;border:1px solid #b428284d}.button--danger:hover:not(:disabled){background:#b91c1cf2}.button--danger:disabled{opacity:.5;cursor:not-allowed}.button--success{color:#fff;background:#16a34ae6;border:1px solid #0f76374d}.button--success:hover:not(:disabled){background:#0f7637f2}.button--success:disabled{opacity:.5;cursor:not-allowed}.pm-highlight{color:var(--clr-ink);background:#4ca99d33;border-radius:3px;padding:0 1px}.sp-create-panel{max-width:860px}.sp-company-search{background:#ffffff94;border:1px solid #081f3c14;border-radius:14px;margin-top:10px;overflow:hidden;box-shadow:0 8px 18px #081f3c0d}.sp-company-search__hint{color:var(--clr-text-secondary);padding:12px 14px;font-size:14px}.sp-company-search__list{flex-direction:column;display:flex}.sp-company-option{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #081f3c0f;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px;transition:background .16s;display:flex}.sp-company-option:first-child{border-top:0}.sp-company-option:hover{background:#0224560a}.sp-company-option strong{color:var(--clr-ink);font-size:14px}.sp-company-option span{color:var(--clr-text-secondary);font-size:13px}.sp-company-selected{background:#ffffff7a;border:1px solid #ffffffb8;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex;box-shadow:inset 0 1px #ffffffb3}.sp-company-selected strong{color:var(--clr-ink);margin-bottom:4px;display:block}.sp-company-selected span{color:var(--clr-text-secondary);font-size:13px}@media (width<=700px){.sp-card{flex-direction:column;align-items:flex-start}.sp-card__actions,.sp-company-selected{width:100%}.sp-company-selected{flex-direction:column;align-items:flex-start}}.diff-table{border-collapse:collapse;width:100%;font-size:14px}.diff-table th,.diff-table td{text-align:left;border-bottom:1px solid #081f3c12;padding:8px 12px}.diff-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--clr-text-secondary);background:#f2f8fe80;font-size:11px;font-weight:600}.diff-table__row--changed{background:#fffbdc8c}.diff-table__row--same{background:0 0}.diff-table__label{width:200px;color:var(--clr-text-secondary);font-weight:500}.diff-table__before{color:#b91c1c;text-decoration:line-through}.diff-table__after{color:#15803d}.diff-table__row--same .diff-table__before,.diff-table__row--same .diff-table__after{color:var(--clr-text);text-decoration:none}.diff-table__empty{color:var(--clr-text-secondary);font-style:italic}.au-input{width:100%;color:var(--clr-ink);box-sizing:border-box;background:#fff9;border:1px solid #081f3c26;border-radius:10px;outline:none;padding:8px 12px;font-size:14px;transition:border-color .18s,box-shadow .18s}.au-input:focus{border-color:var(--clr-primary);box-shadow:0 0 0 3px #4ca99d26}.au-input:disabled{color:var(--clr-text-secondary);cursor:default;background:#f0f4fa99}.lookup-combo{position:relative}.lookup-combo__input-wrap{align-items:center;display:flex;position:relative}.lookup-combo__input-wrap .au-input{padding-right:28px}.lookup-combo__clear{color:var(--clr-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;padding:2px 3px;font-size:15px;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.lookup-combo__clear:hover{color:var(--clr-ink)}.lookup-combo__dropdown{z-index:40;background:#fff;border:1px solid #081f3c1a;border-radius:10px;max-height:220px;position:absolute;top:calc(100% + 3px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #081f3c1f}.lookup-combo__item{cursor:pointer;color:var(--clr-ink);border-top:1px solid #081f3c0d;flex-direction:column;padding:9px 14px;font-size:13px;transition:background .13s;display:flex}.lookup-combo__item:first-child{border-top:0}.myp-measure-stack{flex-direction:column;gap:16px;display:flex}.myp-measure{background:radial-gradient(circle at 100% 0,#4ca99d1a,#0000 34%),#ffffffd1;border:1px solid #ffffffa6;border-radius:26px;position:relative;overflow:hidden;box-shadow:0 18px 40px #081f3c14}.myp-measure__summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;list-style:none;display:flex}.myp-measure__summary::-webkit-details-marker{display:none}.myp-measure__lead{flex-direction:column;gap:6px;display:flex}.myp-measure__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--clr-text-secondary);font-size:.72rem}.myp-measure__lead h2{color:var(--clr-ink);margin:0;font-size:1.28rem}.myp-measure__lead p{color:var(--clr-text-secondary);margin:0}.myp-measure__stats{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.myp-measure__stat{min-height:34px;color:var(--clr-primary);background:#0224560f;border-radius:999px;align-items:center;padding:0 12px;font-size:.84rem;display:inline-flex}.myp-measure .myp-card-grid{padding:0 24px 24px}@media (width<=900px){.myp-measure__summary{flex-direction:column;align-items:flex-start}.myp-measure__stats{justify-content:flex-start}}.lookup-combo__item:hover{background:#0224560d}.lookup-combo__extra{color:var(--clr-text-secondary);margin-top:1px;font-size:11px}.lookup-combo__empty{color:var(--clr-text-secondary);padding:10px 14px;font-size:13px}.sp-form-table{border-collapse:collapse;width:100%}.sp-form-table td{vertical-align:middle;border-bottom:1px solid #081f3c0d;padding:9px 10px}.sp-form-table__label{width:220px;color:var(--clr-text-secondary);white-space:normal;font-size:13px;font-weight:500;line-height:1.45}.sp-form-table__label--req:after{content:" *";color:#b91c1c}.sp-form-section-head td{text-transform:uppercase;letter-spacing:.06em;color:var(--clr-primary);background:0 0;border-bottom:2px solid #081f3c14;padding:14px 10px 6px;font-size:11px;font-weight:700}.sp-form-table .au-input,.sp-form-table .au-textarea,.sp-form-table .lookup-combo{width:100%}.sp-form-table .au-textarea{min-height:96px}.spx-section .sp-form-table tr:last-child td{border-bottom:0}.pm-modal--wide{flex-direction:column;max-width:720px;max-height:88vh;display:flex}.pm-modal--wide .pm-body{flex:1;padding:16px 24px;overflow-y:auto}.myp-shell{gap:20px;position:relative}.myp-hero,.myp-panel,.myp-card,.myp-spotlight,.myp-metric,.myp-timeline__card{-webkit-backdrop-filter:blur(28px)saturate(170%);backdrop-filter:blur(28px)saturate(170%);background:linear-gradient(#ffffff57,#ffffff29);border:1px solid #ffffff94;position:relative;overflow:hidden;box-shadow:0 18px 44px #081f3c14,inset 0 1px #ffffffb8,inset 0 -1px #ffffff1f}.myp-hero{background:radial-gradient(circle at 0 0,#ffffff80,#0000 34%),linear-gradient(135deg,#0224562e,#4ca99d29,#fff3);border-radius:32px;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:20px;padding:28px;display:grid}.myp-hero__layer{pointer-events:none;position:absolute}.myp-hero__layer--aurora{filter:blur(12px);background:linear-gradient(110deg,#fff0,#ffffff6b,#fff0);border-radius:999px;width:56%;height:220px;animation:10s ease-in-out infinite myp-sheen;inset:-14% auto auto -10%;transform:rotate(-11deg)}.myp-hero__layer--beam{filter:blur(10px);background:radial-gradient(circle,#4ca99d38,#0000 68%);border-radius:50%;width:280px;height:280px;bottom:-22%;right:-10%}.myp-hero__content,.myp-hero__side{z-index:1;position:relative}.myp-hero__content{flex-direction:column;gap:18px;display:flex}.myp-kicker{width:fit-content;min-height:30px;color:var(--clr-muted);letter-spacing:.16em;text-transform:uppercase;background:#ffffff57;border-radius:999px;align-items:center;padding:0 12px;font-size:.76rem;display:inline-flex}.myp-hero h1{color:var(--clr-ink);letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,4vw,3.4rem);line-height:.95}.myp-hero p{max-width:760px;color:var(--clr-text);margin:0;font-size:.98rem;line-height:1.65}.myp-hero--compact{grid-template-columns:1fr;gap:18px;padding:22px 24px}.myp-hero__compact-top{z-index:1;grid-template-columns:minmax(0,1.25fr) minmax(280px,.9fr);align-items:start;gap:18px;display:grid;position:relative}.myp-hero__compact-copy{flex-direction:column;gap:10px;min-width:0;display:flex}.myp-hero__compact-copy h1{font-size:clamp(2rem,3vw,2.8rem)}.myp-search--compact{align-self:start}.myp-metric-grid--compact .myp-metric{padding:16px 18px}.myp-search{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.myp-search__field{align-items:center;display:flex;position:relative}.myp-search__icon{color:#16203375;font-size:.95rem;position:absolute;left:16px}.myp-search__field input{width:100%;min-height:54px;color:var(--clr-ink);background:#ffffff57;border:1px solid #ffffffb8;border-radius:18px;padding:0 18px 0 44px;font-size:.96rem;box-shadow:inset 0 1px #ffffffb8,0 12px 30px #081f3c0d}.myp-search__field input:focus{border-color:#4ca99d6b;outline:none;box-shadow:inset 0 1px #ffffffc2,0 0 0 4px #4ca99d14,0 14px 28px #081f3c0f}.myp-search__hint{flex-direction:column;align-items:flex-end;padding:0 2px;display:flex}.myp-search__hint span:first-child{color:var(--clr-ink);font-size:1.45rem;font-weight:700}.myp-search__hint span:last-child{color:var(--clr-muted);font-size:.82rem}.myp-hero__side{flex-direction:column;gap:14px;display:flex}.myp-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.myp-metric{border-radius:22px;padding:18px}.myp-metric__label,.myp-metric__caption{display:block}.myp-metric__label{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.myp-metric strong{color:var(--clr-ink);margin:8px 0 4px;font-size:2rem;line-height:1;display:block}.myp-metric__caption{color:var(--clr-text);font-size:.86rem}.myp-spotlight{background:radial-gradient(circle at 100% 0,#ffffff6b,#0000 36%),linear-gradient(135deg,#ffffff42,#dbe8f82e);border-radius:28px;min-height:240px;padding:24px}.myp-spotlight__glass{pointer-events:none;background:radial-gradient(circle,#0224561f,#0000 66%);border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -10% -36% auto}.myp-spotlight__eyebrow{z-index:1;color:var(--clr-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:700;display:inline-flex;position:relative}.myp-spotlight h2,.myp-panel__header h2,.myp-timeline__card h3,.myp-card__heading h3{color:var(--clr-ink);margin:0}.myp-spotlight p,.myp-panel__header p,.myp-card__heading p,.myp-timeline__card p,.myp-empty p{color:var(--clr-text);margin:0;line-height:1.55}.myp-spotlight__action,.myp-card__action,.myp-link-button{min-height:42px;color:var(--clr-primary);cursor:pointer;background:#ffffff94;border:1px solid #ffffffb3;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffffbd,0 8px 20px #081f3c0f}.myp-spotlight__action{z-index:1;margin-top:18px;position:relative}.myp-story-grid,.myp-dual-grid{gap:20px;display:grid}.myp-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.myp-dual-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.88fr)}.myp-panel{border-radius:28px;padding:24px}.myp-panel--stack{flex-direction:column;gap:18px;display:flex}.myp-panel--grid-workspace{border-radius:24px;gap:12px;min-height:calc(100vh - 210px);padding:16px}.myp-panel--timeline{flex-direction:column;gap:18px;display:flex}.myp-panel--loading{padding:30px}.myp-panel__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.myp-panel__badge{min-width:40px;height:40px;color:var(--clr-primary);background:#fff6;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-weight:700;display:inline-flex}.myp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.myp-table-intro{max-width:900px;color:var(--clr-text);margin:0;line-height:1.55}.myp-table-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.myp-table-toolbar--workspace{background:linear-gradient(#ffffffc2,#f6f9fdb8);border:1px solid #d6dfecad;border-radius:18px;padding:8px 10px 10px}.myp-table-toolbar__copy{flex-direction:column;gap:10px;min-width:0;display:flex}.myp-table-toolbar__copy strong{color:var(--clr-ink);font-size:1.08rem;line-height:1.25}.myp-table-toolbar__copy span{color:var(--clr-muted);font-size:.88rem}.myp-table-toolbar__chips,.myp-table-toolbar__controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.myp-grid-toolbar-chip{min-height:28px;color:var(--clr-text);white-space:nowrap;background:#ffffffbd;border:1px solid #c6d2e4e6;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:700;display:inline-flex}.myp-grid-toolbar-chip--accent{color:var(--clr-primary);background:#4ca99d24;border-color:#4ca99d3d}.myp-table-toolbar__filter{flex-direction:column;gap:6px;min-width:210px;display:flex}.myp-table-toolbar__filter span{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:700}.myp-table-toolbar__filter select{min-height:44px;color:var(--clr-ink);background:#ffffffd1;border:1px solid #c6d2e4cc;border-radius:14px;padding:0 14px;font-weight:700}.myp-grid-contextbar{background:linear-gradient(#ffffffeb,#f4f8fdf0);border:1px solid #c6d2e4b3;border-radius:18px;gap:10px;padding:14px 16px;display:grid}.myp-grid-contextbar__head{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.myp-grid-contextbar__head strong{min-width:0;color:var(--clr-ink);font-size:.95rem;line-height:1.35}.myp-grid-contextbar__alert{border-radius:14px;padding:12px 14px}.myp-grid-contextbar__alert strong{margin-bottom:4px;display:block}.myp-grid-contextbar__alert p{margin:0;line-height:1.5}.myp-grid-contextbar__alert--warning{background:#fff6e2e6;border:1px solid #dc962847}.myp-grid-contextbar__alert--danger{color:var(--clr-danger);background:#ffebebdb;border:1px solid #c94b4b38}.myp-table-wrap{background:linear-gradient(#ffffffeb,#f4f8fdf0),linear-gradient(135deg,#ffffff47,#dae6f429);border:1px solid #c6d2e4b8;border-radius:24px;overflow:auto;box-shadow:inset 0 1px #ffffffc2,0 18px 42px #081f3c0d}.myp-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.myp-table__head,.myp-table__cell{vertical-align:top;border-bottom:1px solid #d6dfece6;border-right:1px solid #d6dfece6;padding:12px 14px}.myp-table__head{z-index:5;color:var(--clr-primary);letter-spacing:.08em;text-transform:uppercase;text-align:left;background:linear-gradient(#f4f8fdfa,#ebf2fafa);font-size:.76rem;font-weight:800;position:sticky;top:0}.myp-table__head--sticky{z-index:7}.myp-table__head--center,.myp-table__cell--center{text-align:center}.myp-table__head--right,.myp-table__cell--right{text-align:right}.myp-table__cell{color:var(--clr-ink);background:#ffffffd1;font-size:.9rem;line-height:1.45}.myp-table__cell--sticky{z-index:3;background:linear-gradient(#fcfdfffa,#f6f9fdfa);position:sticky}.myp-table__row:hover .myp-table__cell{background:#f7fafff5}.myp-table__row:hover .myp-table__cell--sticky{background:linear-gradient(#fafcfffc,#f4f8fdfc)}.myp-table__row--needs_revision .myp-table__cell{background:#fff6e2d1}.myp-table__row--draft .myp-table__cell{background:#fffcf0d1}.myp-table__row--submitted .myp-table__cell{background:#eff6ffdb}.myp-table__row--needs_revision .myp-table__cell--sticky{background:linear-gradient(#fff9ecfa,#fff4ddfa)}.myp-table__row--draft .myp-table__cell--sticky{background:linear-gradient(#fffdf4fa,#fff9e8fa)}.myp-table__row--submitted .myp-table__cell--sticky{background:linear-gradient(#f4f8fffc,#ebf3fefc)}.myp-table__cell--changed{box-shadow:inset 4px 0 #e79b24cc;background:linear-gradient(#fff1d3f0,#fff8e6f0)!important}.myp-table__status-cell,.myp-table__name-cell,.myp-table__actions{flex-direction:column;gap:8px;display:flex}.myp-table__status-cell span{color:var(--clr-muted);font-size:.78rem}.myp-table__name-cell strong{color:var(--clr-ink);font-size:.96rem;line-height:1.3}.myp-table__name-cell span{color:var(--clr-muted);font-size:.8rem}.myp-table__revision-note{color:#885300;background:#e79b241f;border-radius:999px;width:fit-content;min-height:24px;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.myp-table__actions{min-width:0}.myp-table__action-button{min-height:34px;color:var(--clr-primary);cursor:pointer;background:#ffffffd1;border:1px solid #bfcbdee6;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.myp-table__action-button:disabled{opacity:.6;cursor:progress}.myp-table__action-button--primary{color:#145b51;background:linear-gradient(#4ca99d24,#4ca99d14);border-color:#4ca99d57}.myp-table__row--active .myp-table__cell{background:#f4f8fffa}.myp-table__row--active .myp-table__cell--sticky{background:linear-gradient(#f7fafffc,#eff5fdfc)}.myp-table__editor-cell{border-bottom:1px solid #d6dfece6;padding:0}.myp-inline-editor{background:linear-gradient(#fafcfffa,#f3f8fdfa),linear-gradient(135deg,#ffffff3d,#dae6f41f);padding:22px}.myp-inline-editor__header,.myp-inline-editor__toolbar,.myp-inline-editor__chips,.myp-inline-editor__section-head{display:flex}.myp-inline-editor__header{justify-content:space-between;align-items:flex-start;gap:20px}.myp-inline-editor__title{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.myp-inline-editor__title h2,.myp-inline-editor__section-head h3{color:var(--clr-ink);margin:0}.myp-inline-editor__title p,.myp-inline-editor__section-head span,.myp-editor-field__hint{color:var(--clr-muted);margin:0}.myp-inline-editor__toolbar,.myp-inline-editor__chips{flex-wrap:wrap;gap:10px}.myp-inline-editor__chip{min-height:30px;color:var(--clr-primary);background:#0224560f;border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.myp-inline-editor__alert{border-radius:18px;margin-top:16px;padding:14px 16px}.myp-inline-editor__alert strong,.myp-inline-editor__alert p{margin:0}.myp-inline-editor__alert p{margin-top:6px}.myp-inline-editor__alert--warning{color:#7b5200;background:#fff3d5d1}.myp-inline-editor__alert--danger{color:#7b1d1d;background:#ffe8e8db}.myp-inline-editor__sections{flex-direction:column;gap:18px;margin-top:18px;display:flex}.myp-inline-editor__section{background:#ffffffb8;border:1px solid #dae4f0e6;border-radius:22px;padding:18px}.myp-inline-editor__section-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px}.myp-inline-editor__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.myp-inline-editor__grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.myp-editor-field{flex-direction:column;gap:8px;min-width:0;display:flex}.myp-editor-field__label{color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.myp-editor-field__label--required:after{content:" *";color:#a54646}.myp-editor-field__textarea{min-height:108px}@media (width<=1100px){.myp-card-grid{grid-template-columns:1fr}}.myp-card{border-radius:24px;flex-direction:column;gap:16px;min-height:240px;padding:20px;display:flex}.myp-card--ready{background:radial-gradient(circle at 0 0,#ffffff75,#0000 34%),linear-gradient(#ffffff52,#dbe8f829)}.myp-card--work{background:radial-gradient(circle at 0 0,#fff8e475,#0000 36%),linear-gradient(#ffffff47,#fff1d62e)}.myp-card--review{background:radial-gradient(circle at 0 0,#e6f0ff80,#0000 36%),linear-gradient(#ffffff4d,#dbe8f833)}.myp-card__glass{pointer-events:none;background:radial-gradient(circle,#ffffff61,#0000 66%);border-radius:50%;width:150px;height:150px;position:absolute;top:-44px;right:-12px}.myp-card__topline,.myp-card__footer,.myp-card__rail,.myp-card__meta,.myp-timeline__head,.myp-timeline__meta,.myp-loader{display:flex}.myp-card__topline,.myp-card__footer,.myp-timeline__head{justify-content:space-between;align-items:center;gap:12px}.myp-card__core-status{color:var(--clr-muted);font-size:.82rem}.myp-card__body{flex-direction:column;flex:1;gap:14px;display:flex}.myp-card__heading{flex-direction:column;gap:6px;display:flex}.myp-card__heading h3{font-size:1.05rem;line-height:1.2}.myp-card__meta{color:var(--clr-muted);flex-wrap:wrap;gap:8px 14px;font-size:.86rem}.myp-card__rail{color:var(--clr-muted);align-items:center;gap:8px;font-size:.82rem}.myp-card__rail-dot{background:linear-gradient(180deg, var(--clr-accent), #4ca99d47);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #4ca99d14}.myp-empty{background:#ffffff29;border:1px dashed #ffffff85;border-radius:22px;flex-direction:column;justify-content:center;gap:8px;min-height:180px;padding:22px;display:flex;position:relative}.myp-empty--compact{min-height:140px}.myp-empty strong{z-index:1;color:var(--clr-ink);position:relative}.myp-empty__halo{pointer-events:none;background:radial-gradient(circle,#ffffff80,#0000 65%);border-radius:50%;width:120px;height:120px;position:absolute;inset:auto auto -36px -14px}.myp-timeline{flex-direction:column;gap:14px;display:flex}.myp-timeline__item{padding-left:22px;position:relative}.myp-timeline__line{background:linear-gradient(#0224564d,#4ca99d24);width:2px;position:absolute;top:10px;bottom:-18px;left:7px}.myp-timeline__item:last-child .myp-timeline__line{bottom:26px}.myp-timeline__card{border-radius:22px;padding:18px 18px 16px}.myp-timeline__head span,.myp-timeline__meta,.myp-loader p{color:var(--clr-muted);font-size:.84rem}.myp-timeline__card h3{margin-top:10px;font-size:1rem}.myp-timeline__card p{margin-top:6px}.myp-timeline__meta{flex-wrap:wrap;gap:6px 12px;margin-top:12px}.myp-link-button{margin-top:14px}.myp-loader{align-items:center;gap:18px}.myp-loader__ring{border:3px solid #0224561f;border-top-color:#4ca99dcc;border-radius:50%;width:44px;height:44px;animation:1s linear infinite myp-spin}@keyframes myp-spin{to{transform:rotate(360deg)}}@keyframes myp-sheen{0%,to{opacity:0;transform:translate(-16%)rotate(-11deg)}18%{opacity:.62}56%{opacity:.12;transform:translate(92%,10px)rotate(-11deg)}}@media (width<=1180px){.myp-hero,.myp-hero__compact-top,.myp-story-grid,.myp-dual-grid{grid-template-columns:1fr}.myp-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spx-two-column{grid-template-columns:1fr}}@media (width<=760px){.myp-hero,.myp-panel{border-radius:24px;padding:18px}.myp-search{grid-template-columns:1fr}.myp-search--compact{width:100%}.myp-search__hint{align-items:flex-start}.myp-metric-grid{grid-template-columns:1fr}.myp-table-toolbar{flex-direction:column;align-items:stretch}.myp-table-toolbar__filter{min-width:0}.myp-inline-editor__header,.myp-inline-editor__section-head{flex-direction:column;align-items:flex-start}.myp-inline-editor__grid,.myp-inline-editor__grid--wide,.myp-card-grid{grid-template-columns:1fr}.myp-card__footer,.myp-panel__header,.myp-card__topline,.myp-timeline__head{flex-direction:column;align-items:flex-start}.myp-card__action,.myp-spotlight__action,.myp-link-button,.spx-action-card,.spx-summary-bar,.spx-section__header{width:100%}.spx-summary-bar,.spx-section__header{flex-direction:column;align-items:flex-start}}.accounts-shell,.accounts-stack{flex-direction:column;gap:16px;display:flex}.accounts-shell{gap:18px}.accounts-shell .page-header{align-items:center;min-height:140px;padding:22px 28px}.accounts-shell .page-header__content{gap:8px}.accounts-shell .page-header__content h1{font-size:1.76rem}.accounts-shell .page-header__content p{max-width:720px}.accounts-tabs{background:#fafcffdb;border:1px solid #dae2edf0;border-radius:16px;gap:4px;width:fit-content;max-width:100%;padding:4px;display:inline-flex;box-shadow:0 10px 24px #081f3c0a}.accounts-tab{min-height:38px;color:var(--clr-muted);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.accounts-tab--active{background:var(--clr-primary);color:#fff}.accounts-tab span{min-width:22px;height:22px;color:inherit;background:#02245614;border-radius:999px;justify-content:center;align-items:center;font-size:.76rem;display:inline-flex}.accounts-tab--active span{background:#fff3}.accounts-section{flex-direction:column;gap:16px;display:flex}.accounts-section__header{justify-content:space-between;align-items:center;gap:18px;display:flex}.accounts-section__copy{flex-direction:column;gap:6px;max-width:780px;display:flex}.accounts-section__eyebrow,.au-drawer__eyebrow,.au-form-card__eyebrow{width:fit-content;min-height:24px;color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;background:#0224560f;border-radius:999px;align-items:center;padding:0 9px;font-size:.7rem;font-weight:700;display:inline-flex}.accounts-section__copy h2,.au-form-card__header h3{color:var(--clr-ink);margin:0}.accounts-section__copy h2{font-size:1.34rem;line-height:1.16}.accounts-section__copy p,.au-drawer__header-copy p,.account-card__summary p,.account-card__note p{color:var(--clr-text);margin:0;line-height:1.6}.accounts-section--admins .accounts-section__copy p{max-width:680px;font-size:.94rem;line-height:1.45}.accounts-toolbar{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:end;gap:16px;display:grid}.accounts-search{flex-direction:column;gap:8px;display:flex}.accounts-search span{color:var(--clr-muted);font-size:.84rem}.accounts-search input{min-height:50px;color:var(--clr-ink);background:linear-gradient(#ffffff6b,#fff3);border:1px solid #ffffffbd;border-radius:16px;padding:0 16px;box-shadow:inset 0 1px #ffffff9e,0 14px 28px #03173d0a}.accounts-search input:focus{border-color:#4ca99d7a;outline:none;box-shadow:inset 0 1px #ffffffb3,0 0 0 4px #4ca99d14}.accounts-filters{flex-wrap:wrap;gap:8px;display:flex}.filter-chip span{background:#ffffff94;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:4px;font-size:.76rem;display:inline-flex}.filter-chip--active span{background:#ffffff2e}.accounts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.accounts-admin-table{background:#ffffffc7;border:1px solid #e2e9f2eb;border-radius:18px;box-shadow:0 14px 30px #081f3c0a}.accounts-admin-table .au-table{min-width:940px}.accounts-admin-table .scope-chip,.accounts-admin-table .role-badge,.accounts-admin-table .status-pill{min-height:26px;padding-inline:9px;font-size:.78rem}.accounts-admin-table .scope-list,.accounts-admin-table .scope-list--compact{max-width:260px}.accounts-grid--admin-cards{display:none}.accounts-section--site .accounts-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}@media (width<=900px){.accounts-admin-table{display:none}.accounts-grid--admin-cards{display:grid}}.accounts-empty{background:#ffffff2e;border:1px dashed #ffffff8f;border-radius:22px;flex-direction:column;justify-content:center;gap:8px;min-height:180px;padding:24px;display:flex}.accounts-empty strong{color:var(--clr-ink)}.account-card{background:radial-gradient(circle at 100% 0,#4ca99d1a,#0000 34%),linear-gradient(#ffffffd6,#f2f7fceb);border:1px solid #ffffffbd;border-radius:24px;flex-direction:column;gap:16px;padding:22px;display:flex;box-shadow:0 18px 44px #081f3c14,inset 0 1px #ffffffb8}.account-card--inactive{opacity:.8}.account-card--site{border-radius:22px;grid-template-rows:auto 1fr auto;gap:14px;height:100%;min-height:416px;padding:18px}.account-card--site .account-card__head{align-items:flex-start;gap:14px}.account-card--site .account-card__avatar{border-radius:14px;width:42px;height:42px;font-size:.9rem}.account-card--site .account-card__identity-copy h3{overflow-wrap:anywhere;margin-bottom:2px;font-size:.98rem;line-height:1.3}.account-card--site .account-card__badges .scope-chip--neutral,.account-card--site>.account-card__summary,.account-card--site>.account-card__metrics,.account-card--site>.account-card__note{display:none}.site-account-card__body{align-content:start;gap:10px;min-width:0;display:grid}.site-account-card__timeline,.site-account-card__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;display:grid}.site-account-card__panel,.site-account-card__detail{background:#ffffff8a;border:1px solid #ffffffbd;border-radius:18px;align-content:start;gap:6px;min-width:0;padding:12px 14px;display:grid;box-shadow:inset 0 1px #ffffff8f}.site-account-card__panel-head{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.site-account-card__panel-head span,.site-account-card__detail span{color:var(--clr-muted);letter-spacing:.04em;font-size:.76rem;font-weight:700}.site-account-card__panel strong,.site-account-card__detail strong{color:var(--clr-ink);overflow-wrap:anywhere;min-width:0;font-size:.94rem;line-height:1.35}.site-account-card__panel p,.site-account-card__detail p{color:var(--clr-text);margin:0;font-size:.84rem;line-height:1.45}.site-account-card__age{min-height:24px;color:var(--clr-primary);white-space:nowrap;background:#02245614;border-radius:999px;align-items:center;padding:0 8px;font-size:.72rem;font-weight:700;display:inline-flex}.site-account-card__actions{justify-content:flex-end;gap:8px;margin-top:auto;padding-top:2px}.site-account-card__actions .button{min-height:38px;padding:0 14px}.account-card--site .account-card__identity-copy,.account-card--site .account-card__badges,.site-account-card__detail p,.site-account-card__panel p{min-width:0}.account-card--site .account-card__badges{justify-content:flex-end;max-width:44%}.account-card--site .status-pill{white-space:nowrap}.account-card__head,.account-card__identity,.account-card__badges,.account-card__scope-head,.account-card__actions,.myp-project-card__head,.myp-project-card__status-stack{display:flex}.account-card__head,.account-card__actions,.account-card__scope-head,.myp-project-card__head{justify-content:space-between;align-items:flex-start;gap:12px}.account-card__identity{align-items:center;gap:12px;min-width:0}.account-card__avatar{color:#fff;background:linear-gradient(#022456eb,#134c73db);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:700;display:inline-flex}.account-card__identity-copy{min-width:0}.account-card__identity-copy h3{color:var(--clr-ink);margin:0 0 4px;font-size:1.02rem}.account-card__identity-copy p,.myp-project-card__title p{color:var(--clr-muted);margin:0}.account-card__badges{flex-wrap:wrap;justify-content:flex-end;gap:8px}.account-card__summary,.account-card__scope,.account-card__note{flex-direction:column;gap:8px;display:flex}.account-card__eyebrow{color:var(--clr-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.account-card__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.account-card__metric{background:#ffffff8f;border:1px solid #ffffffb8;border-radius:18px;flex-direction:column;gap:6px;padding:14px;display:flex}.account-card__metric span,.account-card__note span,.account-card__scope-head span{color:var(--clr-muted);font-size:.8rem}.account-card__metric strong,.account-card__scope-head strong{color:var(--clr-ink);font-size:.96rem}.account-card__actions{align-items:center;margin-top:auto}.scope-chip--neutral{color:var(--clr-muted);background:#7180991f}.au-stats--site{grid-template-columns:repeat(3,1fr)}.project-picker__empty{color:var(--clr-muted);background:#fff6;border:1px dashed #02245629;border-radius:14px;padding:14px 16px;font-size:.9rem}.au-drawer--wide{width:min(760px,100vw)}.au-drawer--admin-edit{background:radial-gradient(circle at 100% 0,#4ca99d12,#0000 38%),linear-gradient(#f8fbff 0%,#eef4fa 100%);width:min(980px,100vw - 96px)}.au-drawer__header--stack{align-items:flex-start}.au-drawer__header-copy{flex-direction:column;gap:8px;max-width:560px;display:flex}.au-drawer__header-copy h2{margin:0}.au-drawer__body--stack{gap:20px}.au-form-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.au-drawer--admin-edit .au-form-layout{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:18px}.au-drawer--admin-edit .au-drawer__header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb8;padding:22px 30px 20px}.au-drawer--admin-edit .au-drawer__header-copy{max-width:740px}.au-drawer--admin-edit .au-drawer__header-copy h2{font-size:1.35rem;font-weight:750;line-height:1.2}.au-drawer--admin-edit .au-drawer__body{gap:18px;padding:22px 30px 0}.au-form-card{background:#ffffff70;border:1px solid #ffffffbd;border-radius:22px;flex-direction:column;gap:16px;padding:18px;display:flex;box-shadow:inset 0 1px #ffffffad}.au-drawer--admin-edit .au-form-card{background:#ffffffd1;border:1px solid #cfdae8e6;border-radius:18px;box-shadow:0 12px 30px #081f3c0d}.au-admin-form__profile{position:sticky;top:0}.au-admin-form__access{min-width:0}.au-drawer--admin-edit .field input,.au-drawer--admin-edit .au-textarea{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-color:#cfdae8f2}.au-drawer--admin-edit .field__control:before{content:none}.au-drawer--admin-edit .au-toggle-row,.au-drawer--admin-edit .au-perms-grid,.au-drawer--admin-edit .project-picker__empty{background:#f8fbffdb;border-color:#e0e7f2f2}.au-form-card--full{grid-column:1/-1}.au-form-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.au-drawer--admin-edit .au-form-card__header{flex-wrap:wrap;align-items:flex-start}.au-form-card__header>div{flex-direction:column;gap:8px;display:flex}.au-perms-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.au-drawer--admin-edit .au-perms-grid--cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:12px}.au-perm-card{cursor:pointer;background:#ffffff85;border:1px solid #ffffffb8;border-radius:16px;gap:10px;padding:14px;display:flex}.au-drawer--admin-edit .au-perm-card{background:#fff;border-color:#e0e7f2f2;min-width:0}.au-perm-card input{width:16px;height:16px;accent-color:var(--clr-primary);flex-shrink:0;margin-top:2px}.au-perm-card--selected{border-color:#4ca99d6b;box-shadow:0 0 0 3px #4ca99d14}.au-perm-card__body{flex-direction:column;gap:4px;min-width:0;display:flex}.au-perm-card__body strong{color:var(--clr-ink);overflow-wrap:anywhere;font-size:.92rem;line-height:1.25}.au-perm-card__body span{color:var(--clr-muted);font-size:.8rem;line-height:1.45}.au-drawer--admin-edit .au-perm-card__body span{font-size:.78rem}.au-drawer--admin-edit .au-drawer__footer{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fbfff0;margin:0 -30px;padding:16px 30px 18px;position:sticky;bottom:0}.au-docs-access-options{flex-wrap:wrap;gap:.5rem;padding-top:.5rem;display:flex}.au-docs-access-options .scope-chip{cursor:pointer}.au-docs-access-options input[type=radio]{width:.9rem;height:.9rem;margin:0}.apc-card{border:1px solid var(--clr-line);cursor:pointer;background:#fff;border-top:3px solid #0000;border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px 12px;transition:box-shadow .15s,transform .12s;display:flex;box-shadow:0 1px 3px #0a25400d}.apc-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0a254017}.apc-card--ready{border-top-color:var(--clr-accent)}.apc-card--work{border-top-color:var(--clr-warning)}.apc-card--review{border-top-color:var(--clr-primary)}.apc-head{justify-content:space-between;align-items:center;gap:8px;min-height:22px;display:flex}.apc-obj-badge{background:var(--clr-muted);color:#fff;white-space:nowrap;letter-spacing:.02em;border-radius:4px;align-items:center;padding:2px 7px;font-size:.66rem;font-weight:500;display:inline-flex}.apc-head .status-pill{border-radius:999px;flex-shrink:0;padding:2px 9px;font-size:.7rem}.apc-name{color:var(--clr-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.88rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.apc-financials{border-top:1px solid var(--clr-line);flex-wrap:wrap;gap:8px 0;padding-top:10px;display:flex}.apc-fin{flex-direction:column;gap:1px;min-width:0;padding-right:14px;display:flex}.apc-fin+.apc-fin{border-left:1px solid var(--clr-line);padding-left:14px}.apc-fin__label{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.59rem;line-height:1.3}.apc-fin__value{color:var(--clr-ink);white-space:nowrap;font-size:.86rem;font-weight:700;line-height:1.2}.apc-fin--muted .apc-fin__value{color:var(--clr-muted);font-size:.8rem;font-weight:500}.apc-footer{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;padding-top:2px;display:flex}.apc-info{flex-direction:column;gap:1px;min-width:0;display:flex;overflow:hidden}.apc-info__primary{color:var(--clr-ink);white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;font-weight:600;overflow:hidden}.apc-info__secondary{color:var(--clr-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.69rem;overflow:hidden}.apc-action{border:1px solid var(--clr-line);color:var(--clr-primary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;padding:5px 13px;font-size:.77rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.apc-action:hover{background:var(--clr-primary);color:#fff;border-color:var(--clr-primary)}@media (width<=980px){.au-drawer--admin-edit{width:100vw}.au-drawer--admin-edit .au-form-layout{grid-template-columns:1fr}.au-admin-form__profile{position:static}.accounts-toolbar,.au-form-layout{grid-template-columns:1fr}.accounts-section--site .accounts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.au-form-card--full{grid-column:auto}}@media (width<=760px){.accounts-section__header,.account-card__head,.account-card__actions,.myp-card__footer{flex-direction:column;align-items:flex-start}.account-card__metrics,.site-account-card__timeline,.site-account-card__details,.accounts-section--site .accounts-grid,.au-perms-grid--cards,.au-stats--site{grid-template-columns:1fr}.account-card__actions .button,.accounts-section__actions .button{width:100%}.account-card--site .account-card__badges{max-width:none}.apc-footer{flex-direction:column;align-items:stretch}.apc-action{text-align:center;width:100%}}.myp-table-scrollnote{color:var(--clr-muted);background:#f5f9ffc7;border:1px dashed #8097b680;border-radius:18px;padding:12px 16px;font-size:.85rem}.myp-table-activebar{z-index:9;background:linear-gradient(#fffffff5,#f4f8fdf5);border:1px solid #becee3c7;border-radius:22px;gap:14px;padding:18px 20px;display:grid;position:sticky;top:16px;box-shadow:0 14px 34px #0c234014}.myp-table-activebar__main,.myp-table-activebar__chips,.myp-table-activebar__actions{display:flex}.myp-table-activebar__main{flex-direction:column;gap:8px}.myp-table-activebar__main strong{color:var(--clr-ink);font-size:1.05rem}.myp-table-activebar__main span,.myp-table-activebar__note,.myp-cell-editor__hint{color:var(--clr-muted)}.myp-table-activebar__chips,.myp-table-activebar__actions{flex-wrap:wrap;gap:10px}.myp-table-activebar__chip{min-height:30px;color:var(--clr-primary);background:#0224560f;border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.myp-table-activebar__alert{border-radius:18px;padding:14px 16px}.myp-table-activebar__alert strong,.myp-table-activebar__alert p{margin:0}.myp-table-activebar__alert p{margin-top:6px}.myp-table-activebar__alert--warning{color:#7b5200;background:#fff3d5d1}.myp-table-activebar__alert--danger{color:#7b1d1d;background:#ffe8e8db}.myp-table-wrap{overscroll-behavior:contain;scrollbar-gutter:stable both-edges;scroll-behavior:smooth;min-height:420px;max-height:calc(100vh - 240px);position:relative;overflow:auto}.myp-table-wrap::-webkit-scrollbar{width:14px;height:14px}.myp-table-wrap::-webkit-scrollbar-thumb{background:#7087a875 padding-box padding-box;border:3px solid #fff0;border-radius:999px}.myp-table-wrap::-webkit-scrollbar-track{background:#e9f0f8cc}.myp-table__cell{position:relative}.myp-table__cell--editable{cursor:pointer}.myp-table__cell--editable:hover{box-shadow:inset 0 0 0 1px #4ca99d59}.myp-table__cell--draft{box-shadow:inset 4px 0 #4ca99deb}.myp-table__cell--cell-active{z-index:4;box-shadow:inset 0 0 0 2px #4ca99db8,0 10px 22px #0c234014}.myp-table__cell--cell-active.myp-table__cell--sticky{z-index:6}.myp-table__plain{min-height:24px}.myp-table__plain--long{white-space:normal}.myp-cell-editor{gap:8px;display:grid}.myp-cell-editor--multiline{min-width:min(420px,100vw - 120px)}.myp-cell-editor__input,.myp-cell-editor__textarea{width:100%}.myp-cell-editor__textarea{min-height:136px}.myp-table__actions-note{color:var(--clr-muted);font-size:.78rem}.myp-grid-summary{background:radial-gradient(circle at 100% 0,#4ca99d14,#0000 35%),linear-gradient(#fffffff0,#f4f8fdf5);border:1px solid #c6d2e4b8;border-radius:24px;gap:14px;padding:18px 20px;display:grid;box-shadow:inset 0 1px #ffffffc7,0 18px 42px #081f3c0d}.myp-grid-summary__main,.myp-grid-summary__actions,.myp-grid-summary__chips{flex-wrap:wrap;gap:10px;display:flex}.myp-grid-summary__main{flex-direction:column;gap:8px}.myp-grid-summary__main strong{color:var(--clr-ink);font-size:1.06rem}.myp-grid-summary__main span{color:var(--clr-muted);line-height:1.5}.myp-grid-summary__chip{min-height:32px;color:var(--clr-ink);background:#ffffffb8;border:1px solid #c6d2e4e6;border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;display:inline-flex}.myp-grid-summary__actions{align-items:center}.myp-grid-summary__alert{border-radius:18px;padding:14px 16px}.myp-grid-summary__alert strong{margin-bottom:6px;display:block}.myp-grid-summary__alert p{margin:0;line-height:1.55}.myp-grid-summary__alert--warning{color:var(--clr-ink);background:#fff6e2e0;border:1px solid #dc962852}.myp-grid-summary__alert--danger{color:var(--clr-danger);background:#ffebebd6;border:1px solid #c94b4b3d}.myp-grid-note{color:var(--clr-muted);font-size:.86rem;line-height:1.5}.myp-grid-theme{--ag-background-color:transparent;--ag-foreground-color:var(--clr-ink);--ag-border-color:#d6dfecf2;--ag-header-background-color:#eef4faeb;--ag-header-foreground-color:var(--clr-primary);--ag-row-hover-color:#4ca99d14;--ag-selected-row-background-color:#0224560a;--ag-odd-row-background-color:#ffffffad;--ag-input-focus-border-color:#4ca99d8c;--ag-input-focus-box-shadow:0 0 0 3px #4ca99d1f;--ag-font-size:13px;--ag-font-family:inherit;--ag-grid-size:6px;--ag-cell-horizontal-padding:8px;background:linear-gradient(#ffffffeb,#f4f8fdf0),linear-gradient(135deg,#ffffff47,#dae6f429);border:1px solid #c6d2e4b8;border-radius:22px;width:100%;height:clamp(560px,100vh - 250px,840px);overflow:hidden;box-shadow:inset 0 1px #ffffffc2,0 20px 42px #081f3c0f}.myp-grid-theme--workspace{--ag-font-size:14px;--ag-grid-size:7px;--ag-cell-horizontal-padding:10px;--ag-header-background-color:#e8f0f9f5;--ag-row-hover-color:#4ca99d1a;border-radius:18px;height:clamp(700px,100vh - 168px,1120px);min-height:700px;box-shadow:inset 0 1px #ffffffd1,0 18px 38px #081f3c12}.myp-grid-theme .ag-root-wrapper,.myp-grid-theme .ag-header,.myp-grid-theme .ag-floating-top,.myp-grid-theme .ag-floating-bottom{background:0 0;border:0}.myp-grid-theme .ag-header-cell{letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.myp-grid-theme--workspace .ag-header{border-bottom:1px solid #bccadeeb}.myp-grid-theme--workspace .ag-header-cell{font-size:.74rem}.myp-grid-theme .ag-cell{border-color:#d6dfecdb;align-items:center;line-height:1.32;display:flex}.myp-grid-theme .ag-row{transition:none}.myp-grid-theme .ag-cell-focus,.myp-grid-theme .ag-cell-range-selected{box-shadow:inset 0 0 0 2px #4ca99d61}.myp-grid-theme .ag-cell-inline-editing{background:#fffffff7;border-radius:14px;box-shadow:inset 0 0 0 2px #4ca99d47,0 14px 28px #081f3c14}.myp-grid-theme .ag-cell-inline-editing .ag-cell-edit-wrapper,.myp-grid-theme .ag-cell-inline-editing .ag-cell-editor,.myp-grid-theme .ag-popup-editor .ag-large-text,.myp-grid-theme .ag-popup-editor .ag-large-text-input{width:100%;height:100%}.myp-grid-theme .ag-cell-inline-editing input,.myp-grid-theme .ag-cell-inline-editing textarea,.myp-grid-theme .ag-cell-inline-editing select,.myp-grid-theme .ag-popup-editor textarea,.myp-grid-theme .ag-popup-editor input,.myp-grid-theme .ag-popup-editor select{width:100%;color:var(--clr-ink);font:inherit;background:0 0;border:0}.myp-grid-theme .ag-popup-editor{background:#fffffffa;border:1px solid #c6d2e4e6;border-radius:18px;box-shadow:0 24px 44px #081f3c1f}.myp-grid-theme .ag-pinned-left-cols-container .ag-cell,.myp-grid-theme .ag-pinned-left-header{background:linear-gradient(#fcfdfffa,#f6f9fdfa)}.myp-grid-theme__row--revision .ag-cell{background-color:#fff7e6b8}.myp-grid-theme__row--draft .ag-cell{background-color:#fffcf0c2}.myp-grid-theme__row--submitted .ag-cell{background-color:#eff6ffc7}.myp-grid-theme__row--selected .ag-cell{box-shadow:inset 0 1px #4ca99d1f,inset 0 -1px #4ca99d1f}.myp-grid-theme__row--error .ag-cell{box-shadow:inset 0 1px #c94b4b1a,inset 0 -1px #c94b4b1a}.myp-grid__cell{position:relative}.myp-grid__cell--center{text-align:center;justify-content:center}.myp-grid__cell--right{text-align:right;justify-content:flex-end}.myp-grid__cell--editable{cursor:cell}.myp-grid__cell--editable:hover{background:#4ca99d0f}.myp-grid__cell--changed{background-image:linear-gradient(#ffda8c29,#ffda8c00)}.myp-grid__cell--draft:before{content:"";background:#4ca99deb;border-radius:999px;width:4px;position:absolute;inset:8px auto 8px 0}.myp-grid__value{border-radius:12px;align-items:center;gap:6px;width:100%;min-width:0;padding:5px 7px;display:flex}.myp-grid__value--previewable{position:relative}.myp-grid__cell--center .myp-grid__value{justify-content:center}.myp-grid__cell--right .myp-grid__value{justify-content:flex-end}.myp-grid__value--dirty,.myp-grid__name--dirty{background:linear-gradient(#4ca99d29,#4ca99d14);box-shadow:inset 0 0 0 1px #4ca99d47}.myp-grid__value-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.88rem;overflow:hidden}.myp-grid__status,.myp-grid__name{flex-direction:column;gap:4px;width:100%;display:flex}.myp-grid__name{border-radius:12px;padding:5px 7px}.myp-grid__name-meta{flex-wrap:wrap;align-items:center;gap:6px;min-height:22px;display:flex}.myp-grid__name-meta .status-pill{min-height:22px;padding:0 8px;font-size:.7rem}.myp-grid__badge{min-height:22px;color:var(--clr-primary);background:#02245614;border-radius:999px;align-items:center;padding:0 8px;font-size:.68rem;font-weight:700;display:inline-flex}.myp-grid__badge--muted{color:#546277eb;background:#e6ecf4eb}.myp-grid__badge--warning{color:var(--clr-warning);background:#fff6e2eb}.myp-grid__badge--workflow-assigned{color:#546277eb;background:#e6ecf4eb}.myp-grid__badge--workflow-draft{color:var(--clr-primary);background:#02245614}.myp-grid__badge--workflow-needs_revision{color:var(--clr-warning);background:#fff6e2eb}.myp-grid__badge--workflow-submitted{color:#0f4e8a;background:#d9ecffeb}.myp-grid__badge--workflow-approved,.myp-grid__badge--workflow-published{color:#1d7a46;background:#e2f5ecf5}.myp-grid__badge--workflow-rejected,.myp-grid__badge--danger{color:var(--clr-danger);background:#ffebebeb}.myp-grid__badge--interactive{cursor:pointer;border:0;gap:6px;transition:background .12s,color .12s}.myp-grid__badge--interactive:hover,.myp-grid__badge--interactive:focus-visible{background:#fffffffa}.myp-grid__badge--interactive svg{flex:none;width:12px;height:12px}.myp-grid__name--error{background:linear-gradient(#ffebebb8,#ffffff4d);box-shadow:inset 0 0 0 1px #c94b4b2e}.myp-grid__status span,.myp-grid__name span,.myp-grid__name em{color:var(--clr-muted);font-size:.8rem}.myp-grid__name strong{color:var(--clr-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.28;display:-webkit-box;overflow:hidden}.myp-grid__name-subline{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.myp-grid__name em{color:var(--clr-warning);font-style:normal}.myp-grid__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.myp-grid__action{width:32px;min-width:32px;height:32px;color:var(--clr-ink);cursor:pointer;background:#ffffffd6;border:1px solid #c6d2e4eb;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.myp-grid__action-button{min-height:32px;color:var(--clr-ink);cursor:pointer;background:#ffffffe0;border:1px solid #c6d2e4eb;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:.76rem;font-weight:700;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.myp-grid__action-button:hover:not(:disabled){background:#fff;border-color:#4ca99d66}.myp-grid__action-button:disabled{opacity:.55;cursor:default}.myp-grid__action-button--primary{color:#fff;background:linear-gradient(#022456f5,#134c73e6);border-color:#022456b8}.myp-grid__action-button--primary:hover:not(:disabled){background:linear-gradient(#072e66fa,#185a85eb);border-color:#022456db}.myp-grid-actions-modal{width:min(560px,100vw - 40px)}.myp-grid-actions-modal__body{gap:16px;padding:20px 24px;display:grid}.myp-grid-actions-modal__copy{gap:6px;display:grid}.myp-grid-actions-modal__copy strong{color:var(--clr-ink);font-size:1rem;line-height:1.35}.myp-grid-actions-modal__copy span{color:var(--clr-muted);font-size:.85rem}.myp-grid-actions-modal__list{gap:10px;display:grid}.myp-grid-actions-modal__item{width:100%;color:var(--clr-ink);cursor:pointer;text-align:left;background:#ffffffdb;border:1px solid #c6d2e4e0;border-radius:16px;gap:4px;padding:14px 16px;transition:border-color .12s,background .12s,transform .12s;display:grid}.myp-grid-actions-modal__item strong{font-size:.92rem;font-weight:700}.myp-grid-actions-modal__item span{color:var(--clr-muted);font-size:.8rem;line-height:1.4}.myp-grid-actions-modal__item:hover:not(:disabled),.myp-grid-actions-modal__item:focus-visible{background:#f8fbfffa;border-color:#4ca99d66;transform:translateY(-1px)}.myp-grid-actions-modal__item:disabled{opacity:.55;cursor:default}.myp-grid-actions-modal__item--danger{border-color:#b71d182e}.myp-grid-actions-modal__item--danger strong{color:#a8291f}.myp-grid-actions-modal__item--danger:hover:not(:disabled),.myp-grid-actions-modal__item--danger:focus-visible{background:#b71d180f;border-color:#b71d1847}.myp-grid__menu{position:relative}.myp-grid__menu summary{list-style:none}.myp-grid__menu summary::-webkit-details-marker{display:none}.myp-grid__menu-popover{z-index:8;background:#fffffffa;border:1px solid #c6d2e4eb;border-radius:14px;min-width:188px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 32px #142a4a29}.myp-grid__menu-item{width:100%;min-height:36px;color:var(--clr-ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:0 10px;font-size:.76rem;font-weight:700;transition:background .12s,color .12s;display:flex}.myp-grid__menu-item:hover:not(:disabled),.myp-grid__menu-item:focus-visible{background:#f4f8fdf5}.myp-grid__menu-item:disabled{opacity:.55;cursor:default}.myp-grid__menu-item--danger{color:#a8291f}.myp-grid__menu-item--danger:hover:not(:disabled),.myp-grid__menu-item--danger:focus-visible{background:#b71d1814}.myp-grid__action svg,.myp-grid__reset svg{width:14px;height:14px}.myp-grid__action:hover:not(:disabled){background:#fff;border-color:#4ca99d66}.myp-grid__action:disabled{opacity:.55;cursor:default}.myp-grid__action--primary{color:#fff;background:linear-gradient(#022456f5,#134c73e6);border-color:#022456b8}.myp-grid__action--ghost{color:var(--clr-primary);background:#eef4faeb}.myp-grid__action--danger{color:#a8291f;background:#b71d1814;border-color:#b71d182e}.myp-grid__action--danger:hover:not(:disabled){color:#8a1f18;background:#b71d1824;border-color:#b71d184d}.myp-grid__preview{color:#134c73d6;cursor:pointer;opacity:0;background:#ffffffeb;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .12s,background .12s,color .12s;display:inline-flex}.myp-grid__preview:hover,.myp-grid__preview:focus-visible{color:var(--clr-primary);opacity:1;background:#134c731f}.myp-grid__reset{color:#134c73d6;cursor:pointer;opacity:0;background:#ffffffeb;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .12s,background .12s,color .12s;display:inline-flex}.myp-grid__reset:hover,.myp-grid__reset:focus-visible{color:var(--clr-primary);opacity:1;background:#4ca99d29}.myp-grid__reset--inline{opacity:1;margin-left:auto}.myp-grid__cell--right .myp-grid__value-text{font-variant-numeric:tabular-nums}.myp-grid__cell--draft:hover .myp-grid__reset,.myp-grid__cell--draft:focus-within .myp-grid__reset,.myp-grid__value--previewable:hover .myp-grid__preview,.myp-grid__value--previewable:focus-within .myp-grid__preview,.myp-grid__name--dirty:hover .myp-grid__reset,.myp-grid__name--dirty:focus-within .myp-grid__reset{opacity:1}.myp-grid-preview-modal{max-width:min(760px,100vw - 40px)}.myp-grid-preview-modal__body{padding:0 24px 24px}.myp-grid-preview-modal__content{max-height:min(62vh,560px);color:var(--clr-ink);white-space:pre-wrap;word-break:break-word;background:#f8fbffcc;border:1px solid #c6d2e4db;border-radius:18px;padding:16px 18px;font-size:.95rem;line-height:1.65;overflow:auto}.myp-grid__value--schedule{align-items:flex-start;padding:0}.myp-grid__schedule{flex-direction:column;flex:auto;gap:4px;min-width:0;padding-right:4px;display:flex}.myp-grid__schedule-head{flex-wrap:wrap;align-items:flex-start;gap:6px;min-width:0;display:flex}.myp-grid__schedule-head strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--clr-ink);flex:140px;font-size:.84rem;line-height:1.3;overflow:hidden}.myp-grid__schedule-badges{flex-wrap:wrap;gap:4px;display:inline-flex}.myp-grid__schedule-badge{min-height:20px;color:var(--clr-primary);white-space:nowrap;background:#02245614;border-radius:999px;align-items:center;padding:0 8px;font-size:.68rem;font-weight:700;display:inline-flex}.myp-grid__schedule-subtitle{color:var(--clr-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;line-height:1.3;display:-webkit-box;overflow:hidden}.myp-grid-schedule-preview{gap:14px;display:grid}.myp-grid-schedule-preview__summary{flex-wrap:wrap;gap:8px;display:flex}.myp-grid-schedule-preview__pill{min-height:28px;color:var(--clr-primary);background:#02245614;border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.myp-grid-schedule-preview__table-wrap{background:#ffffffe6;border:1px solid #c6d2e4db;border-radius:18px;overflow:auto}.myp-grid-schedule-preview__table{border-collapse:collapse;width:100%;min-width:320px}.myp-grid-schedule-preview__table th,.myp-grid-schedule-preview__table td{text-align:left;border-bottom:1px solid #e0e8f2e6;padding:12px 14px}.myp-grid-schedule-preview__table th{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;background:#f6f9fceb;font-size:.75rem;font-weight:800}.myp-grid-schedule-preview__table td{color:var(--clr-ink);font-size:.92rem}.myp-grid-schedule-preview__table tbody tr:last-child td{border-bottom:0}.myp-grid-schedule-preview__table tbody tr:nth-child(2n) td{background:#f8fbffb3}.myp-grid-schedule-preview__list{gap:10px;display:grid}.myp-grid-schedule-preview__card{background:#ffffffe0;border:1px solid #c6d2e4db;border-radius:16px;padding:14px 16px}.myp-grid-schedule-preview__card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.myp-grid-schedule-preview__card-head strong{color:var(--clr-ink);font-size:.95rem}.myp-grid-schedule-preview__amount{color:var(--clr-primary);white-space:nowrap;font-size:.86rem;font-weight:700}.myp-grid-schedule-preview__card p{color:var(--clr-muted);margin:8px 0 0;line-height:1.5}.myp-grid-schedule-preview__note{margin-top:2px}.myp-grid__schedule-editor{background:#fffffffc;border-radius:20px;gap:14px;min-width:min(820px,100vw - 56px);max-width:min(820px,100vw - 56px);padding:16px;display:grid;box-shadow:0 24px 44px #081f3c29}.myp-grid__schedule-editor-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.myp-grid__schedule-editor-copy{gap:6px;max-width:520px;display:grid}.myp-grid__schedule-editor-copy strong{color:var(--clr-ink);font-size:1rem}.myp-grid__schedule-editor-copy p{color:var(--clr-muted);margin:0;font-size:.84rem;line-height:1.5}.myp-grid__schedule-editor-stats{color:var(--clr-muted);flex-wrap:wrap;gap:8px;font-size:.8rem;font-weight:700;display:inline-flex}.myp-grid__schedule-editor-legacy{background:#fff7e094;border:1px solid #e4bd5247;border-radius:16px;gap:6px;padding:12px 14px;display:grid}.myp-grid__schedule-editor-legacy strong{color:#7f5900;font-size:.82rem}.myp-grid__schedule-editor-legacy p{color:#6d520d;white-space:pre-wrap;margin:0;font-size:.84rem;line-height:1.5}.myp-grid__schedule-editor-table{gap:8px;display:grid}.myp-grid__schedule-editor-labels{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:minmax(220px,1fr) minmax(180px,.85fr) 40px;gap:8px;padding:0 2px;font-size:.72rem;font-weight:800;display:grid}.myp-grid__schedule-editor-labels-spacer{display:block}.myp-grid__schedule-editor-list{gap:10px;display:grid}.myp-grid__schedule-editor-row{grid-template-columns:minmax(220px,1fr) minmax(180px,.85fr) 40px;align-items:center;gap:8px;display:grid}.myp-grid__schedule-editor-row .au-input{min-width:0}.myp-grid__schedule-editor-row .myp-grid__action{justify-self:end}.myp-grid__schedule-editor-actions{justify-content:flex-start;display:flex}.myp-grid__schedule-editor-footer{justify-content:flex-end;gap:10px;display:flex}.myp-grid__icon-spinner{animation:.8s linear infinite myp-grid-spin}@keyframes myp-grid-spin{to{transform:rotate(360deg)}}.myp-grid__lookup-editor{background:#fffffffa;border-radius:18px;min-width:min(360px,100vw - 72px);padding:12px}.myp-grid__lookup-editor .lookup-combo,.myp-grid__lookup-editor .lookup-combo__input-wrap,.myp-grid__lookup-editor .au-input{width:100%}.myp-grid-theme .ag-body-horizontal-scroll-viewport::-webkit-scrollbar{width:10px;height:10px}.myp-grid-theme .ag-body-vertical-scroll-viewport::-webkit-scrollbar{width:10px;height:10px}.myp-grid-theme .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb{background:#71809952;border-radius:999px}.myp-grid-theme .ag-body-vertical-scroll-viewport::-webkit-scrollbar-thumb{background:#71809952;border-radius:999px}.myp-grid-theme .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-track{background:#ecf2f8d6}.myp-grid-theme .ag-body-vertical-scroll-viewport::-webkit-scrollbar-track{background:#ecf2f8d6}.myp-grid__overlay{min-height:120px;color:var(--clr-muted);justify-content:center;align-items:center;font-size:.92rem;display:inline-flex}@media (width<=960px){.myp-table-toolbar,.myp-table-activebar__actions{flex-direction:column;align-items:stretch}.myp-table-toolbar__controls,.myp-grid-contextbar__head{width:100%}.myp-table-toolbar__filter{min-width:0}.myp-grid-summary__actions,.myp-grid-schedule-preview__card-head,.myp-grid__schedule-editor-head,.myp-grid__schedule-editor-footer{flex-direction:column;align-items:stretch}.myp-grid__schedule-editor{min-width:min(100vw - 24px,820px);max-width:min(100vw - 24px,820px)}.myp-grid__schedule-editor-row{grid-template-columns:1fr}.myp-grid__schedule-editor-labels{display:none}.myp-grid__schedule-editor-row .myp-grid__action{justify-self:flex-end}.myp-table-wrap{min-height:320px;max-height:calc(100vh - 180px)}.myp-cell-editor--multiline{min-width:0}.myp-grid-theme{height:calc(100vh - 180px);min-height:420px}}.machine-assembly-page{gap:20px}.machine-assembly-creation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.machine-assembly-creation-card{background:#fffffffa;border:1px solid #dce4eff0;border-radius:24px;gap:18px;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 34px #081f3c0d,inset 0 1px #ffffffeb}.machine-assembly-creation-card:before{content:"";pointer-events:none;background:#f8fbffe0;height:84px;position:absolute;inset:0 0 auto}.machine-assembly-creation-card__header{z-index:1;justify-content:flex-start;align-items:flex-start;gap:12px;display:flex;position:relative}.machine-assembly-creation-card__title-block{gap:8px;display:grid}.machine-assembly-creation-card__eyebrow{width:fit-content;min-height:28px;color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;background:#183a6812;border-radius:999px;align-items:center;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.machine-assembly-creation-card__header h2{color:var(--clr-ink);letter-spacing:-.01em;margin:0;font-size:1.12rem}.machine-assembly-creation-card__header p{color:var(--clr-muted);max-width:560px;margin:0;font-size:.92rem;line-height:1.55}.machine-assembly-form-grid{z-index:1;background:#f9fbfdeb;border:1px solid #e2e9f2f0;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;display:grid;position:relative;box-shadow:inset 0 1px #ffffffeb,0 10px 20px #081f3c08}.machine-assembly-form-field{gap:8px;display:grid}.machine-assembly-form-field span{color:var(--clr-muted);font-size:.86rem;font-weight:600}.machine-assembly-form-field--full{grid-column:1/-1}.machine-assembly-form-field .au-textarea{min-height:108px}.machine-assembly-form-success{color:#2f645b;z-index:1;background:#c4dfd873;border-radius:999px;align-items:center;width:fit-content;min-height:32px;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex;position:relative}.machine-assembly-creation-card__actions{z-index:1;justify-content:flex-end;gap:12px;padding-top:2px;display:flex;position:relative}.machine-assembly-creation-card__actions .button{min-width:220px;box-shadow:0 14px 24px #0224561f,inset 0 1px #ffffff24}.machine-assembly-browser{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:26px;gap:16px;padding:18px;display:grid;box-shadow:0 14px 30px #081f3c0a}.machine-assembly-search-panel,.machine-assembly-machines-panel,.machine-assembly-editor{gap:18px;display:grid}.machine-assembly-search-panel,.machine-assembly-machines-panel{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.machine-assembly-search-panel{border-bottom:1px solid #dde5f0eb;padding-bottom:18px}.machine-assembly-search-panel__inner{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.machine-assembly-search-panel__head{flex:auto;gap:10px;display:grid}.machine-assembly-search-panel__controls{grid-template-columns:minmax(0,1fr) 280px;align-items:end;gap:12px;display:grid}.machine-assembly-search-field{flex:auto;gap:8px;display:grid}.machine-assembly-search-field--select{flex:none}.machine-assembly-search-field span,.machine-assembly-search-panel__meta,.machine-assembly-machine-card__head span,.machine-assembly-modal__header p,.machine-assembly-editor__hint,.machine-assembly-component-card__meta,.machine-assembly-placeholder p,.machine-assembly-editor__empty{color:var(--clr-muted)}.machine-assembly-search-field input{width:100%;min-height:52px;color:var(--clr-ink);background:#ffffffdb;border:1px solid #cfd9ebeb;border-radius:16px;padding:0 16px}.machine-assembly-search-panel__meta{flex-wrap:wrap;justify-content:flex-end;gap:10px;font-size:.92rem;display:flex}.machine-assembly-machines-grid{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0;display:grid}.machine-assembly-machine-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #d8e1edf5;border-radius:24px;gap:0;width:100%;padding:18px;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:grid;overflow:hidden;box-shadow:0 10px 24px #081f3c0d}.machine-assembly-machine-card:hover{border-color:#adbdd5eb;transform:translateY(-2px);box-shadow:0 16px 30px #081f3c14}.machine-assembly-machine-card--empty{background:#fffdfd;border-color:#e9ccccf5}.machine-assembly-machine-card__topline{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.machine-assembly-machine-card__id,.machine-assembly-machine-card__status,.machine-assembly-machine-card__company,.machine-assembly-machine-card__action{border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:.78rem;font-weight:700;display:inline-flex}.machine-assembly-machine-card__id{color:var(--clr-primary);background:#183a6814}.machine-assembly-machine-card__status{text-align:center;justify-content:center}.machine-assembly-machine-card__status--ready{color:#345d58;background:#c4dfd88c}.machine-assembly-machine-card__status--danger{color:#b44949;background:#f4dcdcbf}.machine-assembly-machine-card__body{gap:16px;display:grid}.machine-assembly-machine-card__head strong,.machine-assembly-component-card__main strong,.machine-assembly-placeholder strong{color:var(--clr-ink)}.machine-assembly-machine-card__head strong,.machine-assembly-component-card__main strong{margin-bottom:6px;display:block}.machine-assembly-machine-card__head strong{letter-spacing:-.01em;font-size:1.06rem;line-height:1.28}.machine-assembly-machine-card__head span{font-size:.9rem;line-height:1.45;display:block}.machine-assembly-component-card__meta{flex-wrap:wrap;gap:8px;font-size:.86rem;display:flex}.machine-assembly-machine-card__category{background:#f8fafdb8;border:1px solid #e4eaf2cc;border-radius:16px;gap:4px;padding:10px 12px;display:grid}.machine-assembly-machine-card__label{color:var(--clr-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:700}.machine-assembly-machine-card__category-name{color:#546277;font-size:.88rem;line-height:1.4}.machine-assembly-machine-card__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.machine-assembly-machine-card__fact{background:#f4f8fcd6;border:1px solid #e3eaf3e6;border-radius:16px;gap:6px;padding:12px 10px;display:grid}.machine-assembly-machine-card__fact strong{color:var(--clr-ink);font-size:.92rem;line-height:1.3}.machine-assembly-machine-card__companies{flex-wrap:wrap;gap:8px;display:flex}.machine-assembly-machine-card__company{color:var(--clr-ink);background:#ffffffeb;border:1px solid #d8e2eeeb}.machine-assembly-machine-card__company--muted{color:var(--clr-muted)}.machine-assembly-machine-card__footer{border-top:1px solid #e2e9f2db;justify-content:space-between;align-items:center;gap:12px;margin-top:2px;padding-top:14px;display:flex}.machine-assembly-machine-card__action-copy{color:#627086;font-size:.86rem;line-height:1.45}.machine-assembly-machine-card__action{min-width:34px;color:var(--clr-primary);background:#183a6814;border:1px solid #c0cee0eb;flex:none;justify-content:center;padding:0;font-size:1rem}.machine-assembly-editor__add,.machine-assembly-component-card{justify-content:space-between;gap:12px;display:flex}.machine-assembly-editor__actions{background:#f4f8fdfa;border-top:1px solid #dbe4efe6;justify-content:space-between;gap:12px;margin-top:4px;padding:16px 0 0;display:flex}.machine-assembly-editor__workspace{grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);align-items:stretch;gap:18px;min-height:0;display:grid}.machine-assembly-editor__search-panel,.machine-assembly-editor__components-panel{gap:14px;min-height:0;display:grid}.machine-assembly-editor__search-panel{background:linear-gradient(#f9fcfff5,#f2f8ffe6);border:1px solid #e0e8f2eb;border-radius:20px;grid-template-rows:auto auto auto minmax(0,1fr);align-content:start;height:100%;min-height:0;max-height:none;padding:16px;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 12px 24px #081f3c0d}.machine-assembly-editor__panel-badge{width:fit-content;color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;background:#183a6814;border-radius:999px;align-items:center;padding:6px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.machine-assembly-editor__panel-badge--accent{color:#14543c;background:#0f54371a}.machine-assembly-editor__search-head{gap:6px;display:grid}.machine-assembly-editor__search-head h3{color:var(--clr-ink);font-size:1rem}.machine-assembly-editor__search-head p,.machine-assembly-editor__search-field span,.machine-assembly-editor__search-meta,.machine-assembly-search-result__meta{color:var(--clr-muted)}.machine-assembly-editor__search-field{gap:8px;display:grid}.machine-assembly-editor__search-controls{grid-template-columns:minmax(0,1fr) 240px;gap:10px;display:grid}.machine-assembly-editor__search-field--compact{flex:none}.machine-assembly-editor__search-meta{font-size:.86rem}.machine-assembly-editor__search-empty{color:var(--clr-muted);background:#ffffffc7;border:1px dashed #c4d0e0f0;border-radius:16px;padding:14px 16px}.machine-assembly-editor__search-empty--idle{background:#ffffff8f}.machine-assembly-editor__search-results{gap:10px;min-height:0;padding-bottom:24px;padding-right:4px;display:grid;overflow:auto}.machine-assembly-editor__components-panel{background:linear-gradient(#fffffffa,#f7fbf8f5);border:1px solid #d2dfe9e6;border-radius:20px;grid-template-rows:auto auto minmax(0,1fr);align-content:start;height:100%;min-height:0;max-height:none;padding:16px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffeb,0 12px 24px #081f3c0d}.machine-assembly-editor__components-body{min-height:0;padding-bottom:24px;padding-right:4px;display:grid;overflow:auto}.machine-assembly-components-list{min-height:min-content}.machine-assembly-search-result{background:#ffffffeb;border:1px solid #e0e8f2f0;border-radius:18px;grid-template-columns:minmax(0,1fr) 88px auto;align-items:center;gap:10px;padding:12px 14px;transition:border-color .16s,box-shadow .16s,background .16s;display:grid;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #081f3c0a}.machine-assembly-search-result__main{min-width:0}.machine-assembly-search-result__title{align-items:center;gap:8px;margin-bottom:4px;display:flex}.machine-assembly-search-result__main strong{color:var(--clr-ink);display:block}.machine-assembly-search-result__meta{flex-wrap:wrap;gap:8px;font-size:.82rem;display:flex}.machine-assembly-search-result__qty{gap:6px;display:grid}.machine-assembly-search-result__qty span{color:var(--clr-muted);font-size:.74rem}.machine-assembly-editor__hint,.machine-assembly-editor__empty,.machine-assembly-placeholder{background:#f7fafdd6;border:1px solid #cfd9ebc2;border-radius:16px;padding:14px 16px}.machine-assembly-editor__empty{gap:6px;display:grid}.machine-assembly-modal-backdrop{z-index:240;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#09121f6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.machine-assembly-modal{background:linear-gradient(#fffffff5,#f4f8fdfa);border:1px solid #ffffffb3;border-radius:24px;grid-template-rows:auto minmax(0,1fr);gap:18px;width:min(1180px,100vw - 28px);height:min(860px,100vh - 28px);max-height:min(860px,100vh - 28px);padding:26px;display:grid;overflow:hidden;box-shadow:0 36px 90px #081f3c33,inset 0 1px #ffffffd6}.machine-assembly-modal__header{border-bottom:1px solid #dee6f0eb;flex:none;justify-content:space-between;align-items:flex-start;gap:16px;padding:0 0 16px;display:flex}.machine-assembly-modal__header-main{gap:10px;display:grid}.machine-assembly-modal__header-topline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.machine-assembly-modal__id-badge,.machine-assembly-modal__status-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.machine-assembly-modal__id-badge{color:var(--clr-primary);background:#183a6814}.machine-assembly-modal__status-badge{color:#126f4a;background:#126f4a1a}.machine-assembly-modal__header h2{color:var(--clr-ink);margin:0}.machine-assembly-modal__meta{color:var(--clr-muted);flex-wrap:wrap;gap:8px;font-size:.92rem;display:flex}.machine-assembly-modal__meta span{background:#f5f8fceb;border:1px solid #dde5efe6;border-radius:12px;align-items:center;padding:7px 10px;display:inline-flex}.machine-assembly-editor{grid-template-rows:minmax(0,1fr) auto auto;gap:16px;min-height:0;display:grid;overflow:hidden}.machine-assembly-components-list{gap:10px;display:grid}.machine-assembly-component-card{background:#ffffffad;border:1px solid #cfd9ebc2;border-radius:18px;align-items:center;padding:14px 16px;box-shadow:inset 0 1px #ffffffe0,0 8px 18px #081f3c0a}.machine-assembly-component-card__main{flex:auto;min-width:0}.machine-assembly-component-card__qty{flex:none;gap:6px;width:108px;display:grid}.machine-assembly-component-card__qty span{color:var(--clr-muted);font-size:.78rem}@media (width<=1280px){.machine-assembly-machines-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=960px){.machine-assembly-creation-grid{grid-template-columns:1fr}.machine-assembly-machines-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.machine-assembly-creation-card__header{flex-direction:column;align-items:stretch}.machine-assembly-form-grid{grid-template-columns:1fr}.machine-assembly-creation-card__actions{justify-content:stretch}.machine-assembly-creation-card__actions .button{width:100%}.machine-assembly-search-panel__inner,.machine-assembly-search-panel__meta,.machine-assembly-modal__header,.machine-assembly-component-card,.machine-assembly-editor__actions,.machine-assembly-machine-card__topline,.machine-assembly-machine-card__footer{flex-direction:column;align-items:stretch}.machine-assembly-machines-grid,.machine-assembly-search-panel__controls,.machine-assembly-machine-card__facts,.machine-assembly-editor__workspace,.machine-assembly-search-result{grid-template-columns:1fr}.machine-assembly-editor__workspace,.machine-assembly-editor__search-panel,.machine-assembly-editor__components-panel{min-height:auto;max-height:none}.machine-assembly-modal{width:calc(100vw - 20px);height:calc(100vh - 20px);max-height:calc(100vh - 20px);padding:18px;overflow:auto}.machine-assembly-component-card__qty{width:100%}}.admin-crud-toolbar{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);align-items:flex-end;gap:18px;padding:18px;display:grid;box-shadow:0 12px 28px #081f3c0a}.admin-crud-toolbar__main,.admin-crud-toolbar__aside,.admin-crud-toolbar__actions,.admin-crud-filters{align-items:center;gap:12px;display:flex}.admin-crud-toolbar__main{grid-template-columns:minmax(280px,450px) minmax(0,1fr);align-items:end;gap:14px;min-width:0;display:grid}.admin-crud-toolbar__aside{justify-content:space-between;align-items:end;min-width:0}.admin-crud-toolbar__actions{flex:auto;justify-content:flex-end;align-items:flex-end;min-width:0}.admin-crud-toolbar__actions>*{min-width:0}.admin-crud-toolbar__result{color:var(--clr-muted);white-space:nowrap;font-size:.9rem}.admin-machine-sort-field{min-width:190px}.machine-data-stack{gap:16px;display:grid}.machine-data-tabs{margin-bottom:2px}.machine-data-tabs .accounts-tab{text-decoration:none}.admin-machine-catalog-workspace{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 16px 34px #081f3c0f}.admin-machine-catalog-workspace .admin-crud-toolbar,.admin-machine-catalog-workspace .admin-crud-table-shell{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.admin-machine-catalog-workspace .admin-crud-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.admin-machine-catalog-workspace .admin-crud-toolbar__main{grid-template-columns:minmax(320px,560px)}.admin-machine-catalog-workspace .admin-crud-toolbar__aside,.admin-machine-catalog-workspace .admin-crud-toolbar__actions{justify-content:flex-end;align-items:end}.admin-machine-catalog-workspace .admin-crud-table-shell{gap:12px}.admin-machine-catalog-workspace .admin-crud-table-wrap{border-radius:18px}.admin-table-workspace{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 16px 34px #081f3c0f}.admin-table-workspace .admin-crud-toolbar,.admin-table-workspace .admin-crud-table-shell{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.admin-table-workspace .admin-crud-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.admin-table-workspace .admin-crud-toolbar__main{grid-template-columns:minmax(320px,560px)}.admin-table-workspace .admin-crud-toolbar__aside,.admin-table-workspace .admin-crud-toolbar__actions{justify-content:flex-end;align-items:end}.admin-table-workspace .admin-crud-table-shell{gap:12px}.admin-table-workspace .admin-crud-table-wrap{border-radius:18px}.admin-crud-search{gap:8px;min-width:0;display:grid}.admin-crud-search span,.admin-crud-pagination__size span,.admin-crud-form__hint,.admin-crud-muted{color:var(--clr-muted)}.admin-crud-search span,.admin-crud-pagination__size span{font-size:.84rem;font-weight:600}.admin-crud-search input,.admin-crud-pagination__size select{width:100%;min-height:44px;color:var(--clr-ink);background:#ffffffe6;border:1px solid #cfd9ebeb;border-radius:14px;padding:0 14px}.admin-crud-search input:focus,.admin-crud-pagination__size select:focus{border-color:#4ca99d85;outline:none;box-shadow:0 0 0 4px #4ca99d1f}.admin-crud-filters{flex-wrap:wrap;align-content:end;min-width:0}.admin-crud-filters .filter-chip{white-space:nowrap}.admin-crud-table-shell{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:24px;gap:14px;padding:18px;display:grid;box-shadow:0 14px 30px #081f3c0a}.admin-crud-table-wrap{background:#fff;border:1px solid #e0e8f2f0;border-radius:18px;overflow:auto}.admin-crud-table{border-collapse:collapse;width:100%;min-width:1120px}.admin-crud-table th,.admin-crud-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e2e9f2e6;padding:16px 20px}.admin-crud-table th{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;background:#f7fafdf2;font-size:.78rem;font-weight:700}.admin-crud-table td{color:var(--clr-ink);font-size:.92rem;line-height:1.45}.admin-crud-table tbody tr:last-child td{border-bottom:0}.admin-crud-table__row--interactive{cursor:pointer}.admin-crud-table__row--interactive:hover td{background:#f4f8fcb8}.admin-crud-table__cell--right{text-align:right}.admin-crud-table__cell--center{text-align:center}.admin-crud-table__actions-heading,.admin-crud-table__actions-cell{white-space:nowrap;width:280px}.admin-crud-table__actions-heading{text-align:center}.admin-crud-table__actions-cell{text-align:center;vertical-align:middle}.admin-crud-table__actions{flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;display:flex}.admin-crud-action{min-width:96px;min-height:32px;color:var(--clr-ink);cursor:pointer;background:#fff;border:1px solid #cfd9ebe0;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-size:.8rem;font-weight:600;display:inline-flex}.admin-crud-action-blocked{max-width:128px;min-height:32px;color:var(--clr-muted);text-align:center;white-space:normal;background:#f5f7faeb;border:1px solid #d2dbe8b8;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-size:.78rem;font-weight:600;line-height:1.2;display:inline-flex}.admin-crud-action--primary,.admin-crud-action--secondary{background:var(--clr-primary);color:#fff}.admin-crud-action--danger{background:var(--clr-danger-soft);color:var(--clr-danger);border-color:#d352523d}.admin-crud-action:disabled{cursor:not-allowed;opacity:.42;color:var(--clr-muted);background:#f7f8fbe6}.admin-crud-state{min-height:180px;color:var(--clr-muted);text-align:center;background:#ffffffb8;border:1px dashed #c4d0e2eb;border-radius:18px;place-items:center;gap:8px;padding:20px;display:grid}.admin-crud-state strong{color:var(--clr-ink)}.admin-crud-state--error{background:snow;border-color:#dfb9b9f5}.admin-crud-pagination{color:var(--clr-muted);justify-content:space-between;align-items:center;gap:14px;font-size:.88rem;display:flex}.admin-crud-pagination__size{align-items:center;gap:8px;display:flex}.admin-crud-pagination__size select{width:92px;min-height:38px;padding:0 10px}.admin-crud-pagination__controls{align-items:center;gap:10px;display:flex}.admin-crud-pagination__controls .button{min-height:36px;padding:0 12px}.admin-crud-drawer-backdrop{z-index:260;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#09121f6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-crud-drawer{background:linear-gradient(#fffffffa,#f4f8fdfa);border-left:1px solid #ffffffb8;grid-template-rows:auto minmax(0,1fr) auto;width:min(100vw,720px);height:100%;display:grid;box-shadow:-28px 0 70px #081f3c2e}.admin-crud-drawer--md{width:min(100vw,560px)}.admin-crud-drawer--xl{width:min(100vw,920px)}.admin-crud-drawer__header,.admin-crud-drawer__footer{border-color:#dee6f0eb;padding:22px 24px}.admin-crud-drawer__header{border-bottom:1px solid #dee6f0eb;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-crud-drawer__title-block{gap:8px;display:grid}.admin-crud-drawer__eyebrow{color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;font-size:.74rem;font-weight:700}.admin-crud-drawer__header h2{color:var(--clr-ink);margin:0;font-size:1.28rem}.admin-crud-drawer__header p{color:var(--clr-muted);margin:0;line-height:1.5}.admin-crud-drawer__close{width:36px;height:36px;color:var(--clr-muted);cursor:pointer;background:#fff;border:1px solid #cfd9ebe6;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.admin-crud-drawer__body{min-height:0;padding:24px;overflow:auto}.admin-crud-drawer__footer{background:#f8fbfef5;border-top:1px solid #dee6f0eb;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-crud-footer-note{max-width:380px;color:var(--clr-muted);margin-right:auto;font-size:.84rem;line-height:1.4}.admin-crud-detail{gap:16px;display:grid}.admin-crud-detail__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-crud-detail__header h3{color:var(--clr-ink);margin:0;font-size:1rem}.admin-crud-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.admin-crud-detail__item{background:#ffffffbd;border:1px solid #e2e9f2eb;border-radius:16px;gap:6px;padding:14px;display:grid}.admin-crud-detail__item--full{grid-column:1/-1}.admin-crud-detail dt{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.admin-crud-detail dd{color:var(--clr-ink);margin:0;line-height:1.5}.admin-crud-form{gap:16px;display:grid}.admin-crud-form__hint{margin:0;line-height:1.5}.admin-crud-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-crud-form__actions{justify-content:flex-end;gap:10px;display:flex}.admin-crud-field{gap:8px;display:grid}.admin-crud-field--full{grid-column:1/-1}.admin-crud-field span{color:var(--clr-muted);font-size:.86rem;font-weight:600}.admin-crud-field input,.admin-crud-field select,.admin-crud-field textarea{width:100%;min-height:44px;color:var(--clr-ink);background:#ffffffeb;border:1px solid #cfd9ebeb;border-radius:14px;padding:0 12px}.admin-crud-field textarea{resize:vertical;min-height:112px;padding:12px}.admin-crud-field input:focus,.admin-crud-field select:focus,.admin-crud-field textarea:focus{border-color:#4ca99d85;outline:none;box-shadow:0 0 0 4px #4ca99d1f}.admin-company-main-cell,.admin-company-links,.admin-company-type-row__main{gap:4px;display:grid}.admin-companies-stack{gap:16px;display:grid}.admin-companies-tabs{margin-bottom:2px}.admin-companies-workspace{background:#fafcfff5;border:1px solid #dae2edf0;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 16px 34px #081f3c0f}.admin-companies-workspace .admin-crud-toolbar,.admin-companies-workspace .admin-crud-table-shell{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.admin-companies-workspace .admin-crud-toolbar{grid-template-columns:minmax(0,1fr) minmax(220px,260px);align-items:end;gap:16px}.admin-companies-workspace .admin-crud-toolbar__main{grid-template-columns:minmax(300px,1fr) auto;align-items:end;gap:16px}.admin-companies-workspace .admin-crud-toolbar__aside{justify-content:flex-end;align-items:end}.admin-companies-workspace .admin-crud-toolbar__actions{flex:0 260px;justify-content:flex-end;width:100%}.admin-companies-workspace .admin-crud-filters{flex-wrap:nowrap;align-items:flex-end}.admin-companies-workspace .admin-crud-table-shell{gap:12px}.admin-companies-workspace .admin-crud-table-wrap{border-radius:18px}.admin-companies-workspace .admin-crud-table{table-layout:fixed;min-width:1080px}.admin-companies-workspace .admin-crud-table th,.admin-companies-workspace .admin-crud-table td{padding-inline:18px}.admin-companies-workspace .admin-crud-table__actions-heading,.admin-companies-workspace .admin-crud-table__actions-cell{width:220px}.admin-companies-workspace .admin-crud-table__actions{gap:8px}.admin-companies-workspace .admin-crud-action{min-width:86px;padding-inline:10px}.admin-companies-workspace .admin-crud-action-blocked{max-width:108px;padding-inline:10px}.admin-company-main-cell strong{color:var(--clr-ink)}.admin-company-main-cell span,.admin-company-links,.admin-company-type-row__main span{color:var(--clr-muted);font-size:.86rem}.admin-company-mono{color:var(--clr-primary);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.admin-company-type-chips,.admin-company-type-options,.admin-machine-company-chips,.admin-machine-company-options{flex-wrap:wrap;gap:8px;display:flex}.admin-company-type-chips{align-items:flex-start}.admin-company-type-chips .scope-chip,.admin-machine-company-chips .scope-chip{white-space:normal;border-radius:12px;width:fit-content;max-width:270px;min-height:28px;padding:5px 10px;line-height:1.25}.admin-company-type-filter{gap:8px;width:100%;display:grid}.admin-company-result{gap:8px;min-width:126px;display:grid}.admin-company-type-filter span,.admin-company-result span{color:var(--clr-muted);font-size:.84rem;font-weight:600}.admin-company-result strong{width:fit-content;min-height:42px;color:var(--clr-ink);white-space:nowrap;background:#ffffffd1;border:1px solid #cfd9ebc2;border-radius:14px;align-items:center;padding:0 14px;font-size:.9rem;font-weight:650;display:inline-flex}.admin-company-type-filter select,.admin-company-type-create input,.admin-company-type-row input{width:100%;min-height:42px;color:var(--clr-ink);background:#ffffffeb;border:1px solid #cfd9ebeb;border-radius:14px;padding:0 12px}.admin-company-fns-field{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.admin-company-fns-field .button{min-height:44px}.admin-company-checkbox{background:#ffffffb8;border:1px solid #e2e9f2eb;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:flex}.admin-company-checkbox span{color:var(--clr-ink);font-weight:600}.admin-company-type-select{background:#ffffffb8;border:1px solid #e2e9f2eb;border-radius:16px;grid-column:1/-1;gap:10px;margin:0;padding:14px;display:grid}.admin-company-type-select legend{color:var(--clr-muted);padding:0 6px;font-size:.86rem;font-weight:700}.admin-company-type-select p{color:var(--clr-muted);margin:0}.admin-company-type-option{min-height:34px;color:var(--clr-ink);background:#fff;border:1px solid #cfd9ebe0;border-radius:999px;align-items:center;gap:8px;padding:0 10px;font-size:.86rem;display:inline-flex}.admin-machine-company-select{background:#ffffffb8;border:1px solid #e2e9f2eb;border-radius:16px;grid-column:1/-1;gap:10px;margin:0;padding:14px;display:grid}.admin-machine-company-select legend{color:var(--clr-muted);padding:0 6px;font-size:.86rem;font-weight:700}.admin-machine-company-select p{color:var(--clr-muted);margin:0}.admin-machine-period-field{grid-template-columns:minmax(0,1fr) 48px;align-items:center;gap:10px;display:grid}.admin-machine-period-field__create{min-width:48px;height:48px;padding:0;font-size:1.25rem;line-height:1}.admin-period-modal-backdrop{z-index:320;background:#0914247a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-period-modal{background:#fff;border:1px solid #cfd9ebeb;border-radius:18px;gap:18px;width:min(460px,100%);padding:22px;display:grid;box-shadow:0 24px 70px #0c1e363d}.admin-production-modal{width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto}.admin-production-modal .admin-crud-form{background:0 0;border:0;gap:18px;padding:0}.admin-production-modal .admin-crud-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-production-modal .admin-crud-form__actions{margin-top:0}.admin-period-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-period-modal__header span{color:var(--clr-primary);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.admin-period-modal__header h3{color:var(--clr-ink);margin:4px 0 0;font-size:1.25rem}.admin-period-modal__grid{grid-template-columns:minmax(0,1fr) 120px;gap:14px;display:grid}.admin-period-modal__footer{justify-content:flex-end;gap:10px;display:flex}.admin-machine-specs{max-height:260px;color:var(--clr-ink);white-space:pre-wrap;background:#081f3c0d;border-radius:12px;margin:0;padding:12px;font-size:.82rem;line-height:1.45;overflow:auto}.admin-machine-production{gap:14px;padding-top:6px;display:grid}.admin-machine-production-list{gap:10px;display:grid}.admin-machine-production-row{background:#ffffffc2;border:1px solid #e2e9f2eb;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main actions""metrics metrics";align-items:start;gap:14px 18px;padding:16px 18px;display:grid}.admin-machine-production-row .admin-company-contact__main{grid-area:main}.admin-machine-production-row__metrics{grid-area:metrics;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;display:grid}.admin-machine-production-row__metrics>span{min-width:0;color:var(--clr-ink);overflow-wrap:anywhere;background:#f8fbffeb;border:1px solid #e2e9f2d6;border-radius:12px;gap:4px;padding:8px 10px;font-size:.95rem;font-weight:700;line-height:1.2;display:grid}.admin-machine-production-row__metrics>span:before{color:var(--clr-muted);letter-spacing:0;text-transform:uppercase;font-size:.68rem;font-weight:700;line-height:1.1}.admin-machine-production-row__metrics>span:first-child:before{content:"Количество"}.admin-machine-production-row__metrics>span:nth-child(2):before{content:"Стоимость"}.admin-machine-production-row__metrics>span:nth-child(3):before{content:"Масса"}.admin-machine-production-row__metrics>span:nth-child(4):before{content:"Средняя цена"}.admin-machine-production-row .admin-company-contact__actions{flex-wrap:wrap;grid-area:actions;justify-content:flex-end;align-items:center;gap:8px}.admin-machine-production-row .admin-company-contact__actions .button{min-height:38px;padding-inline:14px}.admin-machine-taxonomy-page{gap:16px}.admin-machine-taxonomy-page .page-header{align-items:center;min-height:132px;padding:22px 28px}.admin-machine-taxonomy-page .page-header__content{gap:8px}.admin-machine-taxonomy-page .page-header__content h1{font-size:1.72rem}.admin-machine-taxonomy-page .page-header__content p{max-width:680px}.admin-taxonomy-back-button{color:#fff;background:#ffffff1f;border-color:#ffffff9e;box-shadow:inset 0 1px #ffffff2e}.admin-taxonomy-back-button:hover{color:#fff;background:#fff3;border-color:#ffffffd6}.admin-machine-taxonomy-page .admin-crud-toolbar{border-radius:18px;grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:14px;padding:14px 16px}.admin-machine-taxonomy-page .admin-crud-search{max-width:720px}.admin-machine-taxonomy-page .admin-crud-search input{min-height:40px}.admin-machine-taxonomy-page .admin-crud-toolbar__actions{align-items:center;gap:8px}.admin-taxonomy-counts{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.admin-taxonomy-counts span{min-height:30px;color:var(--clr-muted);white-space:nowrap;background:#ffffffb8;border:1px solid #cfd9ebb8;border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:.78rem;font-weight:700;display:inline-flex}.admin-taxonomy-counts strong{color:var(--clr-ink)}.admin-taxonomy-shell{min-height:420px;position:relative}.admin-taxonomy-shell--loading .admin-taxonomy-grid{opacity:.62;pointer-events:none;transition:opacity .16s}.admin-taxonomy-loading-placeholder,.admin-taxonomy-loading-overlay{min-height:420px;color:var(--clr-muted);background:#fafcffe6;border:1px solid #dae2edf0;border-radius:18px;justify-content:center;align-items:center;font-weight:700;display:flex}.admin-taxonomy-loading-overlay{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f8fbffa3;min-height:0;position:absolute;inset:0}.admin-taxonomy-loading-overlay:before,.admin-taxonomy-loading-placeholder:before{content:"";border:2px solid #2f6fba2e;border-top-color:var(--clr-primary);border-radius:50%;width:18px;height:18px;margin-right:10px;animation:.8s linear infinite admin-taxonomy-spin}@keyframes admin-taxonomy-spin{to{transform:rotate(360deg)}}.admin-taxonomy-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;display:grid}.admin-taxonomy-context{background:#ffffffb8;border:1px solid #e2e9f2eb;border-radius:12px;gap:8px;padding:10px 12px;display:grid}.admin-taxonomy-context__label{color:var(--clr-muted);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-taxonomy-context__path{flex-wrap:wrap;gap:8px;display:flex}.admin-taxonomy-context__path span{max-width:100%;color:var(--clr-ink);overflow-wrap:anywhere;background:#eff6ffdb;border-radius:999px;padding:5px 9px;font-size:.8rem;font-weight:700}.admin-taxonomy-panel{grid-template-rows:auto minmax(0,1fr);gap:10px;min-width:0;display:grid}.admin-taxonomy-panel__header{justify-content:space-between;align-items:center;gap:12px;min-height:46px;display:flex}.admin-taxonomy-panel__header span{color:var(--clr-muted);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-taxonomy-panel__header h2{color:var(--clr-ink);margin:2px 0 0;font-size:1.42rem;line-height:1.08}.admin-taxonomy-panel__header small{color:var(--clr-muted);overflow-wrap:anywhere;margin-top:4px;font-size:.78rem;font-weight:600;line-height:1.35;display:block}.admin-taxonomy-panel__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-taxonomy-reset-button{min-width:54px}.admin-taxonomy-list{scrollbar-gutter:stable;align-content:start;gap:8px;min-height:0;max-height:clamp(420px,100vh - 250px,780px);padding-right:4px;display:grid;overflow-y:auto}.admin-taxonomy-list::-webkit-scrollbar{width:8px}.admin-taxonomy-list::-webkit-scrollbar-track{background:#eaf0f8b8;border-radius:999px}.admin-taxonomy-list::-webkit-scrollbar-thumb{background:#8497b0b8;border-radius:999px}.admin-taxonomy-card{background:#ffffffc2;border:1px solid #e2e9f2eb;border-radius:12px;gap:8px;min-width:0;padding:11px 12px;display:grid}.admin-taxonomy-card--active{box-shadow:inset 3px 0 0 var(--clr-primary);background:#f1f7ffe6;border-color:#2f6fba75}.admin-taxonomy-card__main{min-width:0;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;gap:3px;padding:0;display:grid}div.admin-taxonomy-card__main{cursor:default}.admin-taxonomy-card__main strong{color:var(--clr-ink);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.admin-taxonomy-card__main span,.admin-taxonomy-card__main small{color:var(--clr-muted);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.admin-taxonomy-card__meta{color:var(--clr-primary);flex-wrap:wrap;gap:6px;font-size:.78rem;font-weight:800;display:flex}.admin-taxonomy-dependency-badge{min-height:24px;color:var(--clr-primary);background:#eff6ffe6;border:1px solid #2f6fba29;border-radius:999px;align-items:center;padding:3px 8px;display:inline-flex}.admin-taxonomy-dependency-badge--empty{color:var(--clr-muted);background:#f8fafceb;border-color:#bbc8daa3}.admin-taxonomy-card__actions{flex-wrap:wrap;gap:6px;display:flex}.admin-taxonomy-card__actions .button{min-height:30px;padding-inline:10px;font-size:.86rem}.admin-taxonomy-empty{color:var(--clr-muted);text-align:center;border:1px dashed #bbc8dae6;border-radius:14px;padding:18px;font-size:.9rem}.admin-taxonomy-modal{width:min(620px,100%)}.admin-taxonomy-confirm__body{color:var(--clr-muted);gap:8px;display:grid}.admin-taxonomy-confirm__body strong{color:var(--clr-ink);overflow-wrap:anywhere;font-size:1rem}.admin-taxonomy-confirm__body p{margin:0;line-height:1.5}.admin-taxonomy-danger-button{background:var(--clr-danger);color:#fff}.admin-taxonomy-danger-button:hover:not(:disabled){background:#b42318}.admin-project-link-select{background:#ffffffb8;border:1px solid #e2e9f2eb;border-radius:16px;grid-column:1/-1;min-width:0;margin:0;padding:14px}.admin-project-link-select legend{color:var(--clr-muted);padding:0 6px;font-size:.86rem;font-weight:700}.admin-project-link-select p{color:var(--clr-muted);margin:0}.admin-project-link-select__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;max-height:240px;padding-right:4px;display:grid;overflow-y:auto}.admin-projects-workspace .admin-crud-toolbar{grid-template-columns:minmax(360px,1fr) auto;align-items:end}.admin-projects-page{gap:6px}.admin-projects-workspace .admin-crud-toolbar__main{grid-template-columns:minmax(340px,620px)}.admin-projects-workspace .admin-crud-toolbar__aside,.admin-projects-workspace .admin-crud-toolbar__actions{justify-content:flex-end;align-items:end}.admin-projects-workspace .admin-crud-toolbar__actions{gap:10px}.admin-projects-workspace .admin-crud-search>span{display:none}.admin-projects-expand-button{white-space:nowrap;min-width:164px}.admin-projects-filter-summary{flex-wrap:wrap;align-items:center;gap:8px;margin-top:-4px;display:flex}.admin-projects-filter-summary__item{min-height:32px;color:var(--clr-muted);background:#ffffffb8;border:1px solid #dae2eddb;border-radius:999px;align-items:center;gap:8px;padding:0 11px;font-size:.8rem;font-weight:700;display:inline-flex}.admin-projects-filter-summary__item strong{color:var(--clr-primary);font-size:.88rem;font-weight:850}.admin-projects-filter-summary button{min-height:32px;color:var(--clr-primary);cursor:pointer;background:#fff;border:1px solid #cfd9ebdb;border-radius:999px;padding:0 11px;font-size:.8rem;font-weight:800}.admin-projects-filter-summary button:hover{background:#f4faf9e0;border-color:#4ca99d61}.admin-project-title-field textarea{resize:vertical;min-height:126px;line-height:1.45}.admin-project-form-section{background:#fafcffd1;border:1px solid #dae2ede6;border-radius:18px;gap:14px;min-width:0;padding:16px;display:grid}.admin-project-form-section__head{border-bottom:1px solid #e2e9f2db;gap:4px;padding-bottom:10px;display:grid}.admin-project-form-section__head h3{color:var(--clr-ink);margin:0;font-size:.98rem;font-weight:850}.admin-project-form-section__head p{max-width:62ch;color:var(--clr-muted);margin:0;font-size:.84rem;line-height:1.45}.admin-project-form-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0;display:grid}.admin-project-form-section__grid>.admin-crud-field--full,.admin-project-form-section__grid>.admin-project-link-select{grid-column:1/-1}.admin-project-form-section .admin-project-link-select{background:#fff}.admin-project-form-section--technical{background:#f8fafd9e}.admin-project-form-section--technical .admin-project-form-section__head{cursor:pointer}.admin-project-form-section__summary{padding-right:36px;list-style:none;position:relative}.admin-project-form-section__summary::-webkit-details-marker{display:none}.admin-project-form-section__summary:after{content:"+";color:var(--clr-primary);font-size:1.1rem;font-weight:850;position:absolute;top:14px;right:16px}.admin-project-form-section--technical[open] .admin-project-form-section__summary:after{content:"-"}.admin-project-form-section__summary-title{color:#667085;font-size:.94rem;font-weight:850}.admin-project-form-section__summary-text{max-width:58ch;color:var(--clr-muted);font-size:.82rem;line-height:1.42}.admin-project-form-section--technical .admin-project-form-section__head h3{color:#667085}.admin-project-form-section--technical textarea{min-height:88px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem}.admin-project-applicant-field{align-self:start}.admin-project-company-picker{gap:8px;min-width:0;display:grid;position:relative}.admin-project-company-picker__selected{min-height:24px;color:var(--clr-primary);pointer-events:none;background:#4ca99d1f;border-radius:999px;align-items:center;padding:0 8px;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:10px;right:10px}.admin-project-company-picker__list{background:#f8fbfeb8;border:1px solid #e2e9f2e6;border-radius:14px;gap:6px;max-height:220px;padding:6px;display:grid;overflow-y:auto}.admin-project-company-picker__option{width:100%;color:var(--clr-ink);cursor:pointer;text-align:left;background:#fff;border:1px solid #0000;border-radius:11px;gap:3px;padding:9px 10px;display:grid}.admin-project-company-picker__option:hover,.admin-project-company-picker__option--active{background:#f4faf9f0;border-color:#4ca99d57}.admin-project-company-picker__option strong{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:800;overflow:hidden}.admin-project-company-picker__option span,.admin-project-company-picker__option small,.admin-project-company-picker__state{color:var(--clr-muted);font-size:.76rem;line-height:1.3}.admin-project-company-picker__option small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.admin-project-company-picker__state{text-align:center;padding:8px}.admin-project-company-picker__create{min-height:36px;color:var(--clr-primary);cursor:pointer;background:#4ca99d1a;border:1px solid #4ca99d47;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.8rem;font-weight:800;display:inline-flex}.admin-project-company-picker__create:disabled{cursor:not-allowed;opacity:.58}.admin-project-company-picker__error{color:var(--clr-danger);margin:0;font-size:.8rem;line-height:1.35}.admin-project-stage-1649-summary{background:linear-gradient(#ffffffe0,#f8fbfec7);border:1px solid #dae2ede6;border-radius:16px;gap:16px;padding:16px;display:grid}.admin-project-stage-1649-summary__head{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-project-stage-1649-summary__head>div{gap:4px;min-width:0;display:grid}.admin-project-stage-1649-summary strong{color:var(--clr-ink);font-size:.95rem}.admin-project-stage-1649-summary span{color:var(--clr-muted);font-size:.82rem}.admin-project-stage-1649-summary small{color:var(--clr-text-secondary);font-size:.8rem;line-height:1.35}.admin-stage-1649-inline-editor{gap:12px;display:grid}.admin-stage-1649-inline-editor__toolbar{justify-content:space-between;align-items:center;gap:10px;padding-top:2px;display:flex}.admin-stage-1649-inline-editor__toolbar span{color:var(--clr-muted);font-size:.82rem;font-weight:800}.admin-stage-1649-inline-editor__list{gap:10px;display:grid}.admin-stage-1649-inline-row{background:#fff;border:1px solid #e2e9f2f5;border-radius:16px;gap:12px;min-width:0;padding:12px;display:grid;box-shadow:0 8px 18px #081f3c0a}.admin-stage-1649-inline-row__head{grid-template-columns:30px minmax(0,1fr) 28px;align-items:center;gap:10px;display:grid}.admin-stage-1649-inline-row__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-stage-1649-inline-row label{gap:6px;min-width:0;display:grid}.admin-stage-1649-inline-row label>span:first-child{color:var(--clr-muted);font-size:.72rem;font-weight:800}.admin-stage-1649-inline-row input,.admin-stage-1649-inline-row select{width:100%;min-height:38px;color:var(--clr-ink);background:#f8fbfee0;border:1px solid #cfd9ebd6;border-radius:10px;padding:0 10px;font-size:.86rem}.admin-stage-1649-inline-row select{font-weight:700}.admin-stage-1649-inline-row input:disabled{opacity:.52}.admin-stage-1649-inline-row__posted{align-content:start}.admin-stage-1649-row__number{color:#2f7dd3;background:#2f7dd31a;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-weight:850;display:inline-flex}.admin-stage-1649-switch{justify-content:center;padding-top:7px;display:flex}.admin-stage-1649-switch input{opacity:0;pointer-events:none;position:absolute}.admin-stage-1649-switch span{background:#d2dceae6;border-radius:999px;width:44px;height:24px;position:relative}.admin-stage-1649-switch span:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #081f3c2e}.admin-stage-1649-switch input:checked+span{background:#21a679}.admin-stage-1649-switch input:checked+span:after{transform:translate(20px)}.admin-stage-1649-switch input:disabled+span{opacity:.48}.admin-stage-1649-row__delete{width:28px;height:28px;color:var(--clr-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;margin-top:0;font-size:1.1rem}.admin-stage-1649-row__delete:hover{color:var(--clr-danger);background:#d352521a}.admin-stage-1649-empty{color:var(--clr-muted);text-align:center;background:#ffffffb8;border:1px dashed #c4d0e2eb;border-radius:16px;padding:26px}.admin-stage-1649-add{border-style:dashed}.admin-project-measure-filter{width:330px;position:relative}.admin-project-measure-filter__summary{min-height:44px;color:var(--clr-ink);cursor:pointer;background:linear-gradient(#fffffff5,#f7fafef5);border:1px solid #cfd9ebeb;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;list-style:none;display:flex;box-shadow:inset 0 1px #ffffffc7}.admin-project-measure-filter__summary::-webkit-details-marker{display:none}.admin-project-measure-filter__summary span{color:var(--clr-muted);font-size:.78rem;font-weight:700}.admin-project-measure-filter__summary strong{color:var(--clr-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:800;overflow:hidden}.admin-project-measure-filter__summary:after{content:"";width:8px;height:8px;color:var(--clr-muted);border-bottom:2px solid;border-right:2px solid;flex:none;transform:rotate(45deg)translateY(-2px)}.admin-project-measure-filter[open] .admin-project-measure-filter__summary{border-color:#4ca99d85;box-shadow:0 0 0 4px #4ca99d1a}.admin-project-measure-filter[open] .admin-project-measure-filter__summary:after{transform:rotate(225deg)translate(-2px,-2px)}.admin-project-measure-filter__menu{z-index:80;background:#fff;border:1px solid #d2dceaf5;border-radius:18px;gap:10px;width:min(520px,100vw - 48px);padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 56px #081f3c29}.admin-project-measure-filter__menu input[type=search]{width:100%;min-height:40px;color:var(--clr-ink);background:#f8fbfedb;border:1px solid #cfd9ebeb;border-radius:12px;padding:0 12px}.admin-project-measure-filter__menu input[type=search]:focus{border-color:#4ca99d85;outline:none;box-shadow:0 0 0 3px #4ca99d1a}.admin-project-measure-filter__actions{color:var(--clr-muted);justify-content:space-between;align-items:center;gap:10px;font-size:.78rem;font-weight:700;display:flex}.admin-project-measure-filter__actions button{min-height:28px;color:var(--clr-primary);cursor:pointer;background:#fff;border:1px solid #cfd9ebd6;border-radius:999px;padding:0 10px;font-size:.76rem;font-weight:800}.admin-project-measure-filter__actions button:disabled{cursor:not-allowed;opacity:.45}.admin-project-measure-filter__list{gap:6px;max-height:340px;padding-right:4px;display:grid;overflow-y:auto}.admin-project-measure-filter__option{cursor:pointer;background:#f8fbfe9e;border:1px solid #e2e9f2d6;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;padding:10px;display:grid}.admin-project-measure-filter__option:hover{background:#f4faf9e6;border-color:#4ca99d52}.admin-project-measure-filter__option input{accent-color:var(--clr-primary);margin-top:3px}.admin-project-measure-filter__option span{gap:4px;min-width:0;display:grid}.admin-project-measure-filter__option strong{color:var(--clr-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.3;display:-webkit-box;overflow:hidden}.admin-project-measure-filter__option small{color:var(--clr-muted);font-size:.76rem;font-weight:700}.admin-project-measure-stack{gap:12px;display:grid}.admin-project-measure{background:linear-gradient(#ffffffdb,#f8fbfec7);border:1px solid #d0dae8e6;border-radius:18px;transition:border-color .16s,box-shadow .16s,background .16s;position:relative;overflow:hidden}.admin-project-measure:before{content:"";background:0 0;width:4px;transition:background .16s;position:absolute;inset:0 auto 0 0}.admin-project-measure:hover{background:linear-gradient(#fffffff5,#f6fafde6);border-color:#4ca99d47}.admin-project-measure[open]{background:linear-gradient(#fffffffa,#f4faf9e6);border-color:#4ca99d57;box-shadow:0 14px 30px #081f3c12}.admin-project-measure[open]:before{background:linear-gradient(180deg, var(--clr-primary), #4ca99d)}.admin-project-measure__summary{cursor:pointer;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;padding:18px 22px 18px 24px;list-style:none;display:grid}.admin-project-measure__summary::-webkit-details-marker{display:none}.admin-project-measure__title{gap:8px;min-width:0;display:grid}.admin-project-measure__eyebrow{color:var(--clr-muted);text-transform:uppercase;font-size:.78rem;font-weight:700}.admin-project-measure__meta{flex-wrap:wrap;order:-1;align-items:center;gap:6px;display:flex}.admin-project-measure__meta span{min-height:22px;color:var(--clr-primary);background:#ffffffb8;border:1px solid #cfd9ebb8;border-radius:999px;align-items:center;padding:0 8px;font-size:.72rem;font-weight:800;display:inline-flex}.admin-project-measure__title strong{color:var(--clr-ink);font-size:1.05rem;line-height:1.32}.admin-project-measure__description{color:var(--clr-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:980px;margin:0;font-size:.86rem;line-height:1.45;display:-webkit-box;overflow:hidden}.admin-project-measure__description span{color:var(--clr-muted);margin-right:6px;font-weight:700}.admin-project-measure__aside{background:#ffffffb3;border:1px solid #e2e9f2db;border-radius:999px;justify-self:end;align-items:center;gap:8px;width:100%;min-height:44px;padding:4px;display:inline-flex}.admin-project-measure__add{background:var(--clr-primary);color:#fff;cursor:pointer;white-space:nowrap;border:1px solid #02245614;border-radius:999px;flex:auto;justify-content:center;align-items:center;gap:7px;min-width:112px;min-height:36px;padding:0 14px 0 10px;font-size:.82rem;font-weight:800;transition:background .16s,border-color .16s,transform .16s;display:inline-flex;box-shadow:0 8px 18px #02245621}.admin-project-measure__add span{color:#fff;background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:1rem;font-weight:850;line-height:1;display:inline-flex}.admin-project-measure__add:hover{background:#06356f;border-color:#0224561f;transform:translateY(-1px)}.admin-project-measure__count{min-height:36px;color:var(--clr-text-secondary);background:0 0;border-radius:999px;flex:0 0 100px;justify-content:center;align-items:center;padding:0 10px;font-size:.84rem;font-weight:800;display:inline-flex}.admin-project-measure__chevron{width:34px;height:34px;color:var(--clr-muted);background:#f7fafdeb;border:1px solid #0000;border-radius:999px;flex:0 0 34px;justify-content:center;align-items:center;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.admin-project-measure__chevron:before{content:"";border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transform:rotate(45deg)translate(-1px,-1px)}.admin-project-measure[open] .admin-project-measure__chevron{color:var(--clr-primary);background:#4ca99d1a;border-color:#4ca99d6b;transform:rotate(180deg)}.admin-project-measure__body{padding:0 14px 14px}@media (width<=900px){.admin-project-measure__summary{grid-template-columns:1fr}.admin-project-measure__aside{justify-self:stretch;max-width:360px}}.admin-projects-heading-row{border-top:1px solid #dae2edd9;padding-top:12px}.admin-project-measure__body .sm-projects-grid.admin-projects-grid{justify-content:start;align-items:stretch;gap:14px;padding-bottom:0;grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-project-card{cursor:pointer;background:linear-gradient(#fffffff5,#f7fafef5);border:1px solid #d2dceaeb;border-radius:16px;gap:14px;min-width:0;padding:16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;position:relative;box-shadow:0 12px 26px #081f3c0f}.admin-project-card:hover{border-color:#4ca99d73;transform:translateY(-1px);box-shadow:0 16px 34px #081f3c17}.admin-project-card .sm-proj-desc-row{align-items:flex-start;gap:8px;min-height:30px;padding-right:0;display:flex}.admin-project-card .proj-card-obj-badge,.admin-project-card__link-badge,.admin-project-card .sm-proj-desc-tag{white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.admin-project-card .proj-card-obj-badge{color:var(--clr-primary);background:#0224560f;border:1px solid #445d7d29}.admin-project-card__link-badge{color:var(--clr-text-secondary);background:#f8fafceb;border:1px solid #94a3b83d}.admin-project-card .sm-proj-desc-tag{max-width:42%;color:var(--clr-text-secondary);text-overflow:ellipsis;background:#ffffffbd;border:1px solid #d2dceae0;overflow:hidden}.admin-project-card .sm-proj-status-badge{min-height:24px;box-shadow:none;white-space:nowrap;border-radius:8px;margin-left:auto;padding:0 9px;font-size:.72rem;font-weight:750}.admin-project-card .sm-proj-status-badge.status-badge--active{color:#255f9f;background:#2f7dd314;border:1px solid #2f7dd333}.admin-project-card .sm-proj-status-badge.status-badge--done{color:#28756b;background:#4ca99d1f;border:1px solid #4ca99d33}.admin-project-card .sm-proj-header{display:block}.admin-project-card .fp-card-v2-title{color:var(--clr-ink);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.admin-project-card .sm-proj-body{grid-template-columns:minmax(240px,.9fr) minmax(280px,1.1fr);align-items:stretch;gap:16px;display:grid}.admin-project-card .fp-card-v2-budget-col,.admin-project-card .fp-card-v2-bar-col{flex-direction:column;justify-content:center;padding:10px 12px;display:flex}.admin-project-card .fp-card-v2-budget-col{padding:10px 12px}.admin-project-card .fp-card-v2-bar-col{background:#f8fbffd1;border:0;border-radius:12px;min-width:0}.admin-project-card .fp-card-v2-budget-col{background:0 0;border:0;gap:8px;padding:0;display:grid}.admin-project-card__money-item{background:0 0;border:0;border-bottom:1px solid #e0e7f2c7;border-radius:0;justify-content:space-between;align-items:baseline;gap:12px;min-width:0;padding:8px 0;display:flex}.admin-project-card__money-item--primary{background:0 0;padding-top:0}.admin-project-card__money-item:last-child{border-bottom:0;padding-bottom:0}.admin-project-card__money-item .sm-proj-stat-label{min-width:0}.admin-project-card__money-item .sm-proj-budget-row,.admin-project-card__money-item .fp-card-v2-sequestr-row{white-space:nowrap;flex:none;justify-content:flex-end;align-items:baseline;gap:4px;display:inline-flex}.admin-project-card .sm-proj-stat-label,.admin-project-card .sm-bar-label,.admin-project-card .fp-card-v2-footer-label{color:var(--clr-muted);font-size:.72rem;font-weight:700}.admin-project-card .fp-card-v2-amount{color:var(--clr-primary);font-size:1.6rem;font-weight:850;line-height:1.1}.admin-project-card .fp-card-v2-amount-unit,.admin-project-card .sm-proj-own-funds-unit,.admin-project-card .fp-card-v2-bar-unit{color:var(--clr-text-secondary);font-size:.74rem;font-weight:700}.admin-project-card .sm-proj-own-funds-val{color:var(--clr-text-secondary);font-size:.94rem;font-weight:800}.admin-project-card .fp-card-v2-bar-track{background:#dfe6f1f2;border-radius:999px;width:100%;height:18px;display:block;position:relative;overflow:hidden}.admin-project-card .fp-card-v2-bar-track:after{content:none}.admin-project-card .fp-card-v2-stripe{border-radius:inherit;min-width:0;height:100%;background-image:none!important;background-repeat:no-repeat!important;background-size:100% 100%!important}.admin-project-card .fp-card-v2-stripe--done{background:linear-gradient(90deg,#2f7dd3 0%,#4ca99d 52%,#65c58f 100%)!important}.admin-project-card .fp-card-v2-stripe--undone{background:#d2dceae6}.admin-project-card .sm-bar-values{justify-content:space-between;gap:12px;margin-top:10px;display:flex}.admin-project-card__progress-title{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.admin-project-card__progress-title span{color:var(--clr-muted);font-size:.78rem;font-weight:800}.admin-project-card__progress-title strong{color:#28756b;font-size:1rem;font-weight:850}.admin-project-card .sm-bar-group{gap:4px;min-width:0;display:grid}.admin-project-card .sm-bar-group--right{text-align:right}.admin-project-card .sm-bar-value-row{align-items:baseline;gap:4px;display:flex}.admin-project-card .sm-bar-value-row--right{justify-content:flex-end}.admin-project-card .fp-card-v2-bar-val{font-size:.95rem;font-weight:850}.admin-project-card .fp-card-v2-bar-val--done{color:#28756b}.admin-project-card .sm-bar-val--subsidy{color:var(--clr-primary)}.admin-project-card .sm-bar-pct-badge{color:#28756b;background:#4ca99d1f;border-radius:999px;align-items:center;min-height:22px;padding:0 7px;font-size:.72rem;font-weight:800;display:inline-flex}.admin-project-card__footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:2px;display:grid}.admin-project-card .sm-proj-footer-stat{background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.admin-project-card .sm-proj-footer-content{gap:3px;min-width:0;display:grid}.admin-project-card .fp-card-v2-footer-value{color:var(--clr-ink);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:800;overflow:hidden}.admin-project-card .sm-proj-footer-icon{opacity:.42;width:16px;height:16px}.admin-project-card__actions{justify-content:flex-end;align-items:center;gap:8px;padding-top:2px;display:flex}.admin-project-card__actions .admin-crud-action{min-height:30px}.admin-project-card__actions--editor{flex-wrap:wrap}.admin-project-card__workflow{align-items:center;gap:6px;margin-right:auto;display:inline-flex}.admin-project-card__workflow .status-pill{min-height:26px;padding:0 9px;font-size:.72rem}.admin-project-card__workflow em{color:#255f9f;background:#2f7dd31a;border-radius:999px;justify-content:center;align-items:center;min-width:24px;min-height:24px;padding:0 7px;font-size:.72rem;font-style:normal;font-weight:800;display:inline-flex}.admin-project-1649-card__actions{padding-top:2px}.admin-project-1649-card{box-sizing:border-box;color:#20232b;cursor:pointer;background:#fff;border:1px solid #e7e8ec;border-radius:18px;gap:7px;width:100%;max-width:none;min-height:0;padding:14px 20px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;box-shadow:0 1px #10182805}.admin-project-1649-card:hover{border-color:#71be4173;transform:translateY(-1px);box-shadow:0 12px 28px #081f3c14}.admin-project-1649-card__top{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.admin-project-1649-card__code{color:#5f6673;letter-spacing:.1em;border:1px solid #e7e8ec;border-radius:999px;justify-content:center;align-items:center;min-width:70px;min-height:28px;padding:0 12px;font-size:.9rem;font-weight:700;display:inline-flex}.admin-project-1649-card__stage{color:#6e7480;white-space:nowrap;align-items:center;gap:7px;min-width:0;font-size:.78rem;font-weight:600;display:flex}.admin-project-1649-card__stage-bars{grid-template-columns:repeat(6,minmax(15px,23px));align-items:center;gap:4px;display:inline-grid}.admin-project-1649-card__stage-bar{background:#e1e5eb;border-radius:999px;height:4px}.admin-project-1649-card__stage-bar--done,.admin-project-1649-card__stage-bar--active{background:#72be42}.admin-project-1649-card__stage-bar--active{box-shadow:0 0 0 4px #72be4224}.admin-project-1649-card__status{color:#1675bd;background:#e8f5fb;border-radius:999px;align-items:center;min-height:28px;padding:0 12px 0 9px;font-size:.82rem;font-weight:700;display:inline-flex}.admin-project-1649-card__status:before{content:"";background:#2289cf;border-radius:999px;width:7px;height:7px;margin-right:7px;box-shadow:0 0 0 4px #2289cf29}.admin-project-1649-card__intro{gap:3px;display:grid}.admin-project-1649-card__intro span{color:#2f6f25;letter-spacing:.06em;font-size:.78rem;font-weight:800}.admin-project-1649-card__intro h4{color:#20232b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.02rem;font-weight:800;line-height:1.22;display:-webkit-box;overflow:hidden}.admin-project-1649-card__intro p{color:#687386;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0 0;font-size:.82rem;line-height:1.35;display:-webkit-box;overflow:hidden}.admin-project-1649-card__finance{grid-template-columns:120px minmax(0,1fr);align-items:center;gap:15px;display:grid}.admin-project-1649-card__budget{border-right:1px solid #e7e8ec;gap:3px;min-height:50px;padding-right:15px;display:grid}.admin-project-1649-card__budget span,.admin-project-1649-card__money-label,.admin-project-1649-card__years>span,.admin-project-1649-card__company span,.admin-project-1649-card__timeline-head span{color:#747b87;font-size:.76rem;font-weight:500}.admin-project-1649-card__budget strong{color:#111827;white-space:nowrap;font-size:1.45rem;font-weight:850;line-height:1}.admin-project-1649-card small{color:#4f5663;font-size:.48em;font-weight:700}.admin-project-1649-card__money{justify-content:end;gap:5px;display:grid}.admin-project-1649-card__subsidy-row,.admin-project-1649-card__own-row{grid-template-columns:max-content auto;justify-content:end;align-items:baseline;gap:14px;display:grid}.admin-project-1649-card__money strong{color:#20232b;white-space:nowrap;font-size:.96rem;font-weight:850}.admin-project-1649-card__subsidy-values{color:#20232b;white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.admin-project-1649-card__subsidy-values small{color:#4f5663;font-size:.7rem;font-weight:700}.admin-project-1649-card__subsidy-info{color:#d16b2f;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex;position:relative;top:-1px}.admin-project-1649-card__subsidy-info svg{fill:none;stroke:currentColor;stroke-width:1.55px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px;display:block}.admin-project-1649-card__subsidy-info svg path:last-child{stroke-width:2.2px}.admin-project-1649-card__subsidy-old{color:#6f7681;font-size:.92rem;font-weight:650;text-decoration:line-through;text-decoration-thickness:1.5px}.admin-project-1649-card__subsidy-arrow{color:#7a828e;font-size:.92rem;font-weight:700}.admin-project-1649-card__subsidy-values em{color:#c2621d;background:#fde2c8;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:.76rem;font-style:normal;font-weight:850;display:inline-flex}.admin-project-1649-card__years{gap:5px;display:grid}.admin-project-1649-card__year-grid{border-radius:9px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid;overflow:hidden}.admin-project-1649-card__year{color:#fff;background:#235a28;border-right:2px solid #fff;place-items:center;min-height:48px;display:grid}.admin-project-1649-card__year:nth-child(3):not(.admin-project-1649-card__year--muted){background:#72c33e}.admin-project-1649-card__year:last-child{border-right:0}.admin-project-1649-card__year.admin-project-1649-card__year--muted{color:#5f6673;background:#d4d8de}.admin-project-1649-card__year--empty{grid-column:1/-1}.admin-project-1649-card__year strong{font-size:.98rem;line-height:1}.admin-project-1649-card__year span{font-size:.74rem}.admin-project-1649-card__done{grid-template-columns:minmax(0,1fr) auto auto;align-items:baseline;gap:7px;display:grid}.admin-project-1649-card__done>span{color:#2f6f25;font-size:.92rem;font-weight:850}.admin-project-1649-card__done strong{color:#111827;white-space:nowrap;font-size:1.05rem;font-weight:850}.admin-project-1649-card__done em{color:#fff;background:#2f7739;border-radius:999px;align-items:center;min-height:23px;padding:0 9px;font-size:.76rem;font-style:normal;font-weight:800;display:inline-flex}.admin-project-1649-card__company{border-top:1px solid #e7e8ec;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;padding-top:8px;display:grid}.admin-project-1649-card__company div{gap:2px;min-width:0;display:grid}.admin-project-1649-card__company strong,.admin-project-1649-card__timeline strong{color:#20232b;font-size:.86rem;font-weight:800}.admin-project-1649-card__timeline{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px;display:grid}.admin-project-1649-card__icon{justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:inline-flex}.admin-project-1649-card__icon img{opacity:.78;width:20px;height:20px}.admin-project-1649-card__timeline-main{gap:4px;min-width:0;display:grid}.admin-project-1649-card__timeline-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:baseline;gap:8px;display:grid}.admin-project-1649-card__timeline-track{background:#e1e5eb;border-radius:999px;height:5px;overflow:hidden}.admin-project-1649-card__timeline-track span{border-radius:inherit;background:linear-gradient(90deg,#72be42,#2f7739);height:100%;display:block}.admin-project-1649-card__timeline p{color:#747b87;margin:0;font-size:.74rem}@media (width<=900px){.admin-project-measure__body .sm-projects-grid.admin-projects-grid{grid-template-columns:minmax(0,1fr)!important}.admin-project-1649-card{width:100%;max-width:none;min-height:0;padding:16px}.admin-project-1649-card__top,.admin-project-1649-card__finance,.admin-project-1649-card__done{grid-template-columns:1fr}.admin-project-1649-card__stage{flex-wrap:wrap}.admin-project-1649-card__budget{border-right:0;padding-right:0}.admin-project-1649-card__year-grid{grid-template-columns:none}.admin-project-1649-card__timeline-head{grid-template-columns:1fr;gap:2px}.admin-project-card .sm-proj-body,.admin-project-card__footer,.admin-project-card .fp-card-v2-budget-col{grid-template-columns:1fr}.admin-project-card__money-item{flex-direction:column;align-items:flex-start;gap:7px}.admin-project-card .sm-proj-desc-row{flex-wrap:wrap}.admin-project-card .sm-proj-status-badge{margin-left:0}.admin-project-card .sm-proj-desc-tag{max-width:100%}.admin-project-card__actions{justify-content:flex-start}}.admin-project-measure__body .admin-crud-table-shell{border-top:1px solid #dae2edd9;padding-top:12px}.admin-project-measure__body .admin-crud-table-wrap{border-radius:14px}.stage-project-edit-workspace,.stage-project-edit-page--drawer{gap:16px;display:grid}.stage-project-edit-page--drawer .admin-table-workspace{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.stage-project-edit-page--drawer .stage-project-edit-summary{background:#fff;border:1px solid #dae2ede6;border-radius:16px;padding:12px}.stage-project-edit-summary{border-bottom:1px solid #dae2edd9;flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:14px;display:flex}.stage-project-edit-summary>span:not(.status-pill){min-height:28px;color:var(--clr-text-secondary);background:#0224560f;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:700;display:inline-flex}.stage-project-edit-section{border-top:1px solid #dae2edd9;padding:12px 0 0}.stage-project-edit-section span{color:var(--clr-primary);text-transform:uppercase;font-size:.78rem;font-weight:800}.admin-company-types-panel{gap:16px;display:grid}.admin-company-type-create{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.admin-company-type-list{gap:10px;display:grid}.admin-company-type-row{background:#ffffffb8;border:1px solid #e2e9f2eb;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.admin-company-type-row__actions{justify-content:flex-end;gap:8px;display:flex}.admin-company-type-row__actions .button{min-height:34px;padding:0 12px}.admin-company-detail-stack{gap:22px;display:grid}.admin-company-contacts{gap:14px;padding-top:6px;display:grid}.admin-company-contacts__header{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-company-contacts__header h3{color:var(--clr-ink);margin:0;font-size:1rem}.admin-company-contacts__header p{color:var(--clr-muted);margin:4px 0 0;line-height:1.4}.admin-company-contacts__empty{color:var(--clr-muted);background:#ffffffad;border:1px dashed #cfd9ebe6;border-radius:16px;padding:16px}.admin-company-contact-list{gap:10px;display:grid}.admin-company-contact{background:#ffffffc2;border:1px solid #e2e9f2eb;border-radius:16px;grid-template-columns:minmax(0,1.1fr) minmax(180px,.9fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.admin-company-contact__main,.admin-company-contact__meta{gap:4px;min-width:0;display:grid}.admin-company-contact__main strong{color:var(--clr-ink)}.admin-company-contact__main span,.admin-company-contact__meta{color:var(--clr-muted);font-size:.86rem}.admin-company-contact__actions{justify-content:flex-end;gap:8px;display:flex}.admin-company-contact__actions .button{min-height:34px;padding:0 12px}.admin-company-contact-form{background:#f7fafdb8;border:1px solid #e2e9f2eb;border-radius:16px;padding:14px}@media (width<=960px){.admin-crud-toolbar,.admin-crud-toolbar__main,.admin-crud-pagination{flex-direction:column;align-items:stretch;display:flex}.admin-crud-toolbar__aside{align-items:stretch}.admin-crud-search{min-width:0}.admin-crud-toolbar__actions,.admin-crud-pagination__controls{flex-wrap:wrap;justify-content:flex-start}.admin-machine-taxonomy-page .admin-crud-toolbar__actions,.admin-taxonomy-counts{justify-content:flex-start}.admin-company-result{min-width:0}.admin-companies-workspace .admin-crud-toolbar,.admin-companies-workspace .admin-crud-toolbar__main{flex-direction:column;align-items:stretch;display:flex}.admin-companies-workspace .admin-crud-toolbar__aside,.admin-companies-workspace .admin-crud-toolbar__actions{justify-content:flex-start;width:100%}.admin-companies-workspace .admin-crud-filters{flex-wrap:wrap}.admin-machine-catalog-workspace .admin-crud-toolbar,.admin-machine-catalog-workspace .admin-crud-toolbar__main{flex-direction:column;align-items:stretch;display:flex}.admin-machine-catalog-workspace .admin-crud-toolbar__aside,.admin-machine-catalog-workspace .admin-crud-toolbar__actions{justify-content:flex-start;width:100%}.admin-table-workspace .admin-crud-toolbar,.admin-table-workspace .admin-crud-toolbar__main{flex-direction:column;align-items:stretch;display:flex}.admin-table-workspace .admin-crud-toolbar__aside,.admin-table-workspace .admin-crud-toolbar__actions{justify-content:flex-start;width:100%}.admin-company-type-row,.admin-company-type-create,.admin-company-contact,.admin-machine-production-row,.admin-taxonomy-grid,.admin-period-modal__grid{grid-template-columns:1fr}.admin-machine-production-row{grid-template-areas:"main""metrics""actions"}.admin-machine-production-row__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-company-type-row__actions,.admin-company-contact__actions{flex-wrap:wrap;justify-content:flex-start}}@media (width<=720px){.admin-crud-table{min-width:860px}.admin-crud-table__cell--mobile-hidden{display:none}.admin-crud-table th,.admin-crud-table td{padding:12px}.admin-crud-table__actions{flex-direction:column;align-items:stretch}.admin-crud-action,.admin-crud-action-blocked{min-width:0}.admin-crud-drawer{width:100vw}.admin-crud-drawer__header,.admin-crud-drawer__footer,.admin-crud-drawer__body{padding:18px}.admin-crud-detail__grid,.admin-crud-form__grid,.admin-project-form-section__grid,.admin-production-modal .admin-crud-form__grid,.admin-project-link-select__list{grid-template-columns:1fr}.admin-project-stage-1649-summary__head,.admin-stage-1649-inline-editor__toolbar{flex-direction:column;align-items:stretch}.admin-stage-1649-inline-row__grid,.admin-machine-production-row__metrics{grid-template-columns:1fr}}:root{--clr-primary:#022456;--clr-primary-dark:#022456;--clr-primary-tint:#e5eef7;--clr-primary-border:#6190c2;--clr-link:#022456;--clr-link-dark:#022456;--clr-sidebar-hover:#4ca99d26;--clr-sidebar-active:#f0f0f0;--clr-sidebar-icon:#666;--clr-sidebar-text:#a0aec0;--clr-sidebar-text-on:#333;--clr-text:#1a1a2e;--clr-text-primary:#1a1a1a;--clr-text-dark:#101828;--clr-text-secondary:#4b5563;--clr-text-heading:#374151;--clr-text-body:#4b5563;--clr-text-muted:#666;--clr-muted:#6b7280;--clr-muted-light:#9ca3af;--clr-text-on-dark:#fff;--clr-bg:#f0f2f5;--clr-bg-subtle:#f3f4f6;--clr-bg-light:#f9fafb;--clr-bg-card:#fff;--clr-surface:#fff;--clr-border:#d1d5db;--clr-divider:#e5e7eb;--clr-danger:#dc2626;--clr-danger-strong:#b91c1c;--clr-success:#43a047;--clr-done:#10b981;--clr-error:#e53935;--clr-danger-bg:#fee2e2;--clr-danger-border:#fca5a5;--clr-danger-hover:#fecaca;--clr-danger-text:#ef4444;--clr-neutral-700:#2d3748;--clr-neutral-bg:#f1f2f6;--clr-neutral-border:#e2e8f0;--clr-text-strong:#111827;--clr-primary-alt:#0b2559;--clr-slate-50:#f8fafc;--clr-slate-100:#f1f5f9;--clr-gray-subtle:#8c9baa;--clr-gray-500:#5a6675;--clr-gray-400:#9aa6b2;--clr-gray-steel:#8a97a6;--clr-gray-cool:#c7cdd6;--clr-done-light:#34d399;--clr-done-dark:#059669;--clr-success-alt:#16a34a;--clr-success-deep:#008236;--clr-warning-amber:#f59e0b;--clr-warning-yellow-bg:#fef9c3;--clr-accent:#4ca99d;--clr-warning:orange;--clr-tag-description-bg:#dbeafe;--clr-tag-description-text:#1d4ed8;--clr-tag-description-border:#93c5fd;--clr-map-blue:#80a1d0;--clr-map-purple:#6a83c8;--clr-map-teal:#5fa0b3;--clr-map-pink:#b56984;--clr-chart-purple:#7c6df2;--clr-chart-blue:#5b9bd5;--chart-1:#022456;--chart-2:#4ca99d;--chart-3:#f39c12;--chart-4:#e74c3c;--chart-5:#8e44ad;--chart-6:#16a085;--chart-7:#d35400;--chart-8:#022456;--chart-9:#27ae60;--chart-10:#c0392b;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:6px;--radius-md:8px;--radius-ml:10px;--radius-lg:12px;--shadow-sm:0 1px 4px #00000014;--shadow-md:0 2px 4px #0000000d;--shadow-lg:0 4px 16px #0000001f;--duration-modal-backdrop:.2s;--duration-modal-panel:.24s;--easing-modal:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--clr-bg);color:var(--clr-text);height:100vh}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}:focus-visible{outline:2px solid var(--clr-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.error{color:var(--clr-danger);padding:.5rem}.hint,.empty{color:var(--clr-muted);padding:.5rem}.flex-center{justify-content:center;align-items:center;display:flex}.flex-end{justify-content:flex-end;display:flex}.year-selector-nav{animation:.25s step-end suppress-year-flash}@keyframes suppress-year-flash{0%{visibility:hidden}to{visibility:visible}}.page-header-year-group{flex-direction:column;gap:12px;display:flex}.page-loader-overlay{pointer-events:none;z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-loader-spinner{border:3px solid var(--clr-primary-tint);border-top-color:var(--clr-primary);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite page-loader-spin}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.page-content--refreshing{opacity:.55;pointer-events:none;transition:opacity .15s ease-out}.app-shell{height:100vh;display:flex;overflow:hidden}.main-content{flex-direction:column;flex:1;gap:12px;margin-left:60px;padding:12px 3rem 2.5rem;transition:margin-left .2s;display:flex;overflow-y:auto;container:main/inline-size}.main-content-top{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.main-content--shifted{margin-left:280px}.shell-year-row{justify-content:space-between;align-items:center;display:flex}.shell-year-row__right{align-items:center;display:flex}@media (width<=1160px){.main-content{margin-left:0;padding:4.45rem 1rem 1.25rem}.main-content-top{z-index:199;justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:0;display:flex;position:fixed;top:.75rem;left:5.25rem;right:1rem}.main-content--shifted{margin-left:0}}.sidebar-toggle{z-index:200;width:60px;height:56px;color:var(--clr-sidebar-icon);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:fixed;top:0;left:0}.sidebar-toggle:hover{color:var(--clr-sidebar-text-on)}.sidebar-wrapper{background:var(--clr-bg);z-index:150;border-right:1px solid var(--clr-divider);flex-direction:column;width:60px;height:100%;padding-top:56px;transition:width .2s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar-wrapper--open{width:280px}.sidebar-footer{border-top:1px solid #a7b6d229;flex-direction:column;flex-shrink:0;gap:.8rem;margin-top:auto;padding:1rem .75rem .85rem;display:flex;overflow:hidden}.sidebar-wrapper:not(.sidebar-wrapper--open) .sidebar-footer{display:none}.sidebar-footer__top{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.sidebar-logos{background:#ffffff9e;border:1px solid #cfd9ebb3;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;padding:.7rem .75rem;display:flex;box-shadow:inset 0 1px #ffffffb8,0 6px 18px #0a25400a}.sidebar-logo{object-fit:contain;opacity:.94;flex-shrink:1;max-width:96px;max-height:50px}.sidebar-user{background:#ffffff94;border:1px solid #cfd9ebb3;border-radius:999px;align-items:center;gap:.55rem;min-width:0;max-width:100%;padding:.45rem .65rem .45rem .45rem;display:inline-flex;box-shadow:inset 0 1px #ffffffc2}.sidebar-user__mark{background:var(--clr-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:700;display:inline-flex}.sidebar-user__name{color:var(--clr-text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.84rem;line-height:1.1;overflow:hidden}.sidebar-logout{min-height:34px;color:var(--clr-sidebar-icon);cursor:pointer;white-space:nowrap;background:#ffffff94;border:1px solid #cfd9ebb8;border-radius:999px;justify-content:center;align-items:center;padding:0 .8rem;font-size:.82rem;font-weight:600;line-height:1;transition:color .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:inset 0 1px #ffffffc2}.sidebar-logout:hover{color:var(--clr-text-primary);background:#ffffffc7;border-color:#bbc9e2e6}.sidebar-nav{flex-direction:column;gap:.25rem;padding:.5rem;display:flex}.nav-icon-wrap{border-radius:var(--radius-md);background:var(--clr-surface);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.nav-icon-wrap--active{background:var(--clr-primary)}.nav-icon{object-fit:contain;filter:brightness(0)saturate()invert(68%)sepia(19%)saturate(679%)hue-rotate(183deg)brightness(95%)contrast(91%);width:20px;height:20px;display:block}.nav-icon-wrap--active .nav-icon{filter:none}.nav-row{border-radius:var(--radius-md);cursor:pointer;color:var(--clr-sidebar-text);white-space:nowrap;align-items:center;gap:10px;padding:4px 8px;font-size:.9rem;text-decoration:none;display:flex;overflow:hidden}.nav-row:hover:not(.nav-row--active):not(.nav-row--incomplete){background:var(--clr-primary-tint)}.nav-row--active{background:var(--clr-surface);color:var(--clr-text-primary);font-weight:600}.nav-row--child{padding-left:16px}.nav-row--collapsed{justify-content:center;padding:4px 0}.nav-row--incomplete{cursor:default;opacity:.5;color:var(--clr-muted-light)!important}.nav-row--incomplete:hover{background:0 0!important}.nav-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-section{flex-direction:column;display:flex}.nav-section-header{border-radius:var(--radius-md);align-items:stretch;display:flex;overflow:hidden}.nav-section-header .nav-row{border-radius:0;flex:1}.nav-section-header:hover:not(:has(.nav-row--active)){background:var(--clr-primary-tint)}.nav-section-header .nav-row:hover{background:0 0}.nav-section-header:has(.nav-row--active){background:var(--clr-surface)}.nav-section-header .nav-row--active{background:0 0}.nav-section-toggle-btn{cursor:pointer;color:var(--clr-sidebar-text);background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:4px 10px;display:flex}.nav-section-toggle-btn:hover{background:var(--clr-primary-tint)}.nav-section-header:has(.nav-row--active) .nav-section-toggle-btn:hover{background:var(--clr-primary-tint)}.nav-section-arrow{font-size:1.2rem;transition:transform .25s;display:inline-block;transform:rotate(0)}.nav-section-arrow--open{transform:rotate(90deg)}.nav-section-items{flex-direction:column;display:flex;overflow:hidden}.nav-section-items--open{max-height:40em;transition:max-height .3s}.nav-section-items--closed{max-height:0;transition:max-height .25s}.sidebar-overlay{display:none}@media (width<=1160px){.sidebar-overlay{z-index:140;opacity:0;pointer-events:none;background:#00000073;transition:opacity .25s;position:fixed;inset:0}.sidebar-overlay--visible{opacity:1;pointer-events:auto;display:block}.sidebar-wrapper{width:280px;margin-left:-280px;transition:margin-left .2s}.sidebar-wrapper--open{width:280px;margin-left:0}.sidebar-toggle{border-radius:var(--radius-lg);width:2.75rem;height:2.75rem;box-shadow:none;background:0 0;margin:.75rem}.sidebar-toggle--collapsed{background:var(--clr-surface);color:var(--clr-neutral-700);box-shadow:var(--shadow-sm)}.sidebar-toggle--collapsed:hover{color:var(--clr-neutral-700);box-shadow:var(--shadow-md)}}.home-v3-header{background:var(--clr-surface);border-radius:var(--radius-lg);box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;margin-bottom:0;padding:20px 32px;display:flex}.page-header-title-group{align-items:center;gap:12px;display:flex}.page-header-title-group .mfr-company-icon{background:0 0;width:clamp(36px,19.5px + 2.53vw,56px);height:clamp(36px,19.5px + 2.53vw,56px)}.page-header-title-group .mfr-company-icon-img{width:clamp(20px,11.8px + 1.27vw,30px);height:clamp(20px,11.8px + 1.27vw,30px)}.page-header-icon-img{filter:brightness(0)saturate()invert(13%)sepia(47%)saturate(1200%)hue-rotate(196deg)brightness(90%)contrast(95%);opacity:1!important}.page h2{color:var(--clr-text);white-space:nowrap;text-overflow:ellipsis;min-width:0;margin-bottom:1.5rem;font-size:clamp(1rem,.506rem + 1.22vw,1.6rem);overflow:hidden}.page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-header h2{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin-bottom:0;overflow:hidden}.page-toolbar{align-items:center;gap:.6rem;display:flex}.co-list-block{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px 24px}.co-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.co-search-wrap{flex:1;min-width:200px;max-width:360px}.co-search-input{width:100%!important}.co-toolbar-divider{background:var(--clr-divider);flex-shrink:0;width:1px;height:28px}.co-sort-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.co-sort-label{color:var(--clr-muted);white-space:nowrap;margin-right:2px;font-size:.8rem}.co-sort-pill{border:1px solid var(--clr-border);background:var(--clr-bg-subtle);color:var(--clr-text-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:.82rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.co-sort-pill:hover,.co-sort-pill:focus-visible{background:var(--clr-slate-100);color:var(--clr-text);border-color:#cbd5e1}.co-sort-pill--active{background:var(--clr-primary);border-color:var(--clr-primary);color:var(--clr-text-on-dark)}.co-sort-pill--active:hover,.co-sort-pill--active:focus-visible{background:var(--clr-tag-description-text);border-color:var(--clr-tag-description-text);color:var(--clr-text-on-dark)}.co-sort-pill-arrow{opacity:0;border-bottom:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .15s;display:inline-block}.co-sort-pill--active .co-sort-pill-arrow{opacity:1}.co-sort-pill--active.co-sort-pill--asc .co-sort-pill-arrow{transform:rotate(0)}.co-sort-pill--active.co-sort-pill--desc .co-sort-pill-arrow{transform:rotate(180deg)}.search-input,.id-input,.table-search{border:1px solid var(--clr-border);border-radius:var(--radius-md);outline:none;padding:.55rem .9rem;font-size:.95rem}.search-input{width:220px;font-size:.9rem}.id-input,.table-search{width:220px}.table-search{width:320px}.search-input:focus,.id-input:focus,.table-search:focus{border-color:var(--clr-primary)}.search-wrap{align-items:center;display:flex;position:relative}.search-wrap-icon{pointer-events:none;opacity:.4;width:16px;height:16px;position:absolute;left:10px}.search-wrap-input{border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--clr-surface);width:280px;height:36px;color:var(--clr-text);outline:none;padding:0 .9rem 0 2.2rem;font-size:.9rem;transition:border-color .15s}.search-wrap-input:focus{border-color:var(--clr-primary)}.search-wrap-input::placeholder{color:var(--clr-muted)}.btn,.sort-btn{border-radius:var(--radius-md);cursor:pointer;border:none}.btn{background:var(--clr-primary);color:var(--clr-text-on-dark);padding:.55rem 1.25rem;font-size:.95rem}.btn:hover,.btn:focus-visible{background:var(--clr-primary-dark)}.sort-btn{border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--clr-surface);height:36px;color:var(--clr-text);white-space:nowrap;cursor:pointer;padding:0 14px;font-size:.85rem;transition:border-color .15s,background .15s}.sort-btn:hover,.sort-btn:focus-visible{border-color:var(--clr-primary);background:var(--clr-primary-tint);color:var(--clr-primary)}.filter-cancel-btn{background:var(--clr-danger-bg);color:var(--clr-danger-strong);border:1px solid var(--clr-danger-border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.3rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.82rem;display:inline-flex}.filter-cancel-btn:hover,.filter-cancel-btn:focus-visible{background:var(--clr-danger-hover)}.ui-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px 20px}.company-controls{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.25rem;display:grid}.entity-card-link{color:inherit;text-decoration:none}.entity-card{background:var(--clr-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;gap:.5rem;height:100%;min-height:200px;padding:1.25rem 1.5rem;display:flex}.entity-card:hover,.entity-card:focus-visible{box-shadow:var(--shadow-lg)}.card-title{color:var(--clr-text);margin-bottom:.25rem;font-size:1.05rem;font-weight:600;line-height:1.3}.card-row{color:var(--clr-text-secondary);font-size:.88rem}.card-label{color:var(--clr-muted);font-weight:500}.back-link{color:var(--clr-primary);margin-bottom:1.5rem;font-size:.92rem;font-weight:500;text-decoration:none;display:inline-block}.back-link:hover,.back-link:focus-visible{color:var(--clr-primary-dark)}.detail-title{color:var(--clr-text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.detail-card{background:var(--clr-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;max-width:640px;padding:1.5rem 2rem;display:flex}.detail-row{border-bottom:1px solid var(--clr-bg-subtle);gap:1rem;padding:.5rem 0;font-size:.92rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--clr-muted);flex:0 0 220px;font-weight:500}.detail-value{color:var(--clr-text);word-break:break-word}.proj-card{flex-shrink:0;padding:14px 16px}.proj-card--clickable{cursor:pointer;transition:box-shadow .15s,background .15s}.proj-card--clickable:hover{box-shadow:var(--shadow-lg);background:var(--clr-bg-subtle)}.proj-card-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.proj-card-title{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.proj-card-obj-badge{background:var(--clr-tag-description-bg);color:var(--clr-tag-description-text);border:1px solid var(--clr-tag-description-border);white-space:nowrap;border-radius:999px;align-self:flex-start;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.proj-card-name{color:var(--clr-text);flex:1;font-size:.88rem;font-weight:600;line-height:1.35}.proj-card-desc{color:#0f2a59;background:#eef3fb;border:1px solid #dbe4f3;border-radius:999px;align-items:center;width:fit-content;padding:3px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.proj-card-body{flex-direction:column;gap:8px;display:flex}.proj-card-rows{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;display:grid}.proj-card-row{color:var(--clr-text-secondary);flex-direction:column;align-items:flex-start;gap:4px;font-size:.87rem;display:flex}.proj-card-row-label-wrap{align-items:center;gap:6px;display:inline-flex}.proj-card-row-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.proj-card-row-icon{width:16px;height:16px}.proj-card-row-label{color:var(--clr-muted)}.proj-card-row-value{color:var(--clr-text);font-weight:600}.proj-card-subsidy{margin-bottom:4px}.proj-card-sub-row{color:var(--clr-text-secondary);justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.8rem;display:flex}.proj-card-sub-label{color:var(--clr-muted)}.proj-card-sub-value{color:var(--clr-text);font-weight:600}.proj-card-sub-bar-track{background:var(--clr-divider);border-radius:999px;width:100%;height:8px;overflow:hidden}.proj-card-sub-bar-fill{background:#16b287;border-radius:999px;height:100%}.proj-card-sub-note{color:var(--clr-muted);margin-top:6px;font-size:.75rem}.proj-card-value{color:var(--clr-text-secondary);font-size:.87rem}.proj-card--compact{padding:16px 18px}.proj-card-compact-header{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:10px;display:flex}.proj-card-compact-title{color:var(--clr-text);font-size:.98rem;font-weight:700;line-height:1.35}.proj-card-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;display:grid}.proj-card-compact-item{flex-direction:column;gap:6px;display:flex}.proj-card-compact-label{letter-spacing:.02em;color:var(--clr-muted);font-size:.7rem}.proj-card-compact-value{color:var(--clr-text);font-size:.9rem;font-weight:600}.proj-card-compact-status{color:var(--clr-tag-description-text);font-size:.9rem;font-weight:600}.table-wrapper{flex-direction:column;gap:1rem;display:flex}.data-table{border-collapse:collapse;background:var(--clr-surface);border-radius:var(--radius-ml);width:100%;box-shadow:var(--shadow-sm);font-size:.9rem;overflow:hidden}.data-table thead tr{background:var(--clr-primary);color:var(--clr-text-on-dark)}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--clr-divider);padding:.7rem 1rem}.detail-table tbody tr:last-child td{border-bottom:none}.tab-bar{gap:8px;margin-bottom:1rem;display:flex}.tab-btn{border:1px solid var(--clr-divider);border-radius:var(--radius-md);background:var(--clr-surface);color:var(--clr-text-dark);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);padding:6px 16px;font-size:.875rem;font-weight:500;transition:border-color .15s,color .15s}.tab-btn:hover,.tab-btn:focus-visible{border-color:var(--clr-primary);color:var(--clr-primary)}.tab-btn--active{background:var(--clr-primary);border-color:var(--clr-primary);color:var(--clr-text-on-dark);box-shadow:none}.tab-btn--active:hover,.tab-btn--active:focus-visible{background:var(--clr-primary-dark);border-color:var(--clr-primary-dark);color:var(--clr-text-on-dark)}.tab-placeholder{color:var(--clr-muted-light);text-align:center;padding:2rem;font-size:.95rem}.pagination-bar{justify-content:space-between;align-items:center;margin-top:1.5rem;padding:.5rem 0;display:flex}.pagination-info{color:var(--clr-muted);font-size:.88rem}.pagination-buttons{align-items:center;gap:.25rem;display:flex}.pagination-btn{border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--clr-surface);min-width:36px;height:36px;color:var(--clr-text-heading);cursor:pointer;justify-content:center;align-items:center;padding:0 .5rem;font-size:.88rem;transition:background .15s,border-color .15s,color .15s;display:flex}.pagination-btn:hover:not(:disabled),.pagination-btn:focus-visible:not(:disabled){border-color:var(--clr-primary);color:var(--clr-primary)}.pagination-btn:disabled{opacity:.4;cursor:default}.pagination-btn--active{background:var(--clr-primary);color:var(--clr-text-on-dark);border-color:var(--clr-primary)}.pagination-btn--active:hover:not(:disabled),.pagination-btn--active:focus-visible:not(:disabled){background:var(--clr-primary-dark);border-color:var(--clr-primary-dark);color:var(--clr-text-on-dark)}.pagination-ellipsis{min-width:36px;color:var(--clr-muted-light);justify-content:center;align-items:center;font-size:.88rem;display:flex}.metric-label{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:.78rem;font-weight:500}.metric-value{color:var(--clr-text);margin-bottom:6px;font-size:1.6rem;font-weight:700;line-height:1.1}.metric-type{color:var(--clr-muted);margin-bottom:6px;font-size:.78rem}.metric-card{flex-direction:column;gap:0;height:100%;display:flex}.metric-card--single{flex:0 304px;min-width:272px}.metric-card--two-cols{flex:0 364px;min-width:308px}.metric-card-anchor{color:inherit;align-self:stretch;text-decoration:none;display:block}.metric-card--link{cursor:pointer;transition:box-shadow .15s,border-color .15s}.metric-card--link:hover,.metric-card--link:focus-visible{border-color:var(--clr-primary);box-shadow:0 4px 12px #0000001a}.metric-card-header{flex-direction:column;gap:1px;margin-bottom:10px;display:flex}.metric-card-title{color:var(--clr-text-heading);font-size:1rem;font-weight:600;line-height:1.2}.metric-card-title-container{align-items:baseline;gap:6px;display:flex}.metric-card-title-sup{color:var(--clr-muted);font-size:.75rem;font-weight:400;line-height:1.2}.metric-card-title-row{align-items:baseline;gap:4px;width:100%;display:flex}.metric-card-title-right{color:var(--clr-muted);white-space:nowrap;margin-left:auto;font-size:.7rem;font-weight:400}.metric-card-subtitle{color:var(--clr-muted);min-height:1em;font-size:.72rem;line-height:1.2}.metric-card-subtitle--empty{visibility:hidden}.metric-card-body{flex-direction:column;flex:1;justify-content:center;gap:6px;display:flex}.metric-row{flex-direction:column;gap:6px;display:flex}.metric-row--two-cols{flex-direction:row;gap:20px}.metric-row--two-cols .metric-row-column{flex:1;min-width:0}.metric-row-column{flex-direction:row;justify-content:flex-start;align-items:baseline;gap:8px;display:flex}.metric-row-column--no-label{justify-content:flex-start}.metric-row-label{color:var(--clr-text-secondary);flex-shrink:0;font-size:.82rem;font-weight:500}.metric-row-value{color:var(--clr-text);text-align:left;word-break:break-word;font-size:2.025rem;font-weight:700;line-height:1.2}.metric-row-column--no-label .metric-row-value{text-align:left}.metric-footnote-row{flex-direction:row;align-items:baseline;gap:4px;margin-top:auto;padding-top:8px;font-size:.8rem;display:flex}.metric-footnote-label{color:var(--clr-muted);flex-shrink:0;font-weight:500}.metric-footnote-value{font-weight:600}.metric-card--with-icon{flex-direction:column;align-items:stretch;min-height:140px;position:relative}.metric-card--with-icon .metric-card-content{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.metric-card-icon{opacity:.7;width:24px;height:24px;position:absolute;top:14px;right:14px}.im-kpi-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:flex-start;gap:14px;min-width:0;padding:16px 20px;display:flex}.im-kpi-icon-wrap{border-radius:var(--radius-ml);background:var(--clr-bg-subtle);border:1px solid var(--clr-border);flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.im-kpi-icon{width:20px;height:20px}.im-kpi-info{flex:auto;grid-template-rows:34px auto;align-content:start;gap:4px;min-width:0;display:grid}.im-kpi-value{color:var(--clr-text-heading);align-items:flex-start;min-height:34px;font-size:1.6rem;font-weight:700;line-height:1.1;display:flex}.im-kpi-label{color:var(--clr-text-secondary);font-size:.78rem;line-height:1.2}.im-kpi-card--clickable{cursor:pointer;transition:box-shadow .15s}.im-kpi-card--clickable:hover,.im-kpi-card--clickable:focus-visible{box-shadow:var(--shadow-lg)}.im-kpi-finger{pointer-events:none;flex-shrink:0;width:20px;height:20px;margin-left:auto;transition:opacity .15s}.im-kpi-card--clickable:hover .im-kpi-finger{opacity:1}.block-title{color:var(--clr-text);margin:0 0 12px;font-size:1rem;font-weight:600}.section-title{color:var(--clr-text);border-bottom:2px solid var(--clr-primary);text-align:left;margin:0 0 20px;padding-bottom:10px;font-size:1.3em;font-weight:600}.empty-state,.error-state{text-align:center;padding:20px}.empty-state{color:var(--clr-muted)}.error-state{color:var(--clr-danger)}.mc-year-bars{align-items:flex-end;gap:12px;height:110px;margin-top:12px;padding-top:10px;display:flex}.mc-bar-col{flex-direction:column;flex:1;align-items:center;gap:2px;height:100%;display:flex}.mc-bar-val{color:var(--clr-text);white-space:nowrap;text-align:center;font-size:.6rem;font-weight:600;line-height:1}.mc-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;width:100%;min-height:0;display:flex}.mc-bar-inner{background:var(--clr-primary);border-radius:2px 2px 0 0;width:50%;min-height:2px;margin:0 auto;transition:opacity .15s}.mc-bar-col:hover .mc-bar-inner{opacity:.75}.mc-bar-year{color:var(--clr-muted);white-space:nowrap;font-size:.6rem;line-height:1}.hbar-container{margin-top:.6em;padding:.15em 0}.hbar-row{align-items:center;margin-bottom:.35em;display:flex}.hbar-name{color:var(--clr-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:0 0 28%;padding-right:.6em;font-size:.68em;line-height:1.25;overflow:hidden}.hbar-name--narrow{flex:0 0 25%;padding-right:.3em;font-size:.7em}.hbar-bars{flex:0 0 50%;height:1.1em;position:relative}.hbar-bars--flex{flex:1;height:1.05em}.hbar-bar{z-index:1;border-radius:.25em;height:100%;position:absolute;top:0;left:0}.hbar-bar--inset{z-index:2;height:60%;top:20%}.hbar-bar--plan{background:#c8c8c8cc}.hbar-bar--fact{background:var(--clr-accent)}.hbar-bar--primary{background:var(--clr-primary)}.hbar-value{color:var(--clr-text-secondary);white-space:nowrap;z-index:3;font-size:.66em;position:absolute;top:50%;transform:translateY(-50%)}.hbar-legend{flex-wrap:wrap;gap:1.5em;margin-top:.5em;margin-left:.5em;display:flex}.hbar-legend-item{align-items:center;gap:.5em;display:flex}.hbar-legend-swatch{border-radius:.25em;width:2em;height:.7em;margin:auto 0}.hbar-legend-swatch--plan{background:#c8c8c8cc}.hbar-legend-swatch--fact{background:var(--clr-accent)}.hbar-legend-text{font-size:.72em}.hbar-group{margin-bottom:.6em}.hbar-row--sub{margin-top:-.1em}.hbar-bar--light-blue{background:var(--clr-chart-blue)}.hbar-bar--violet{background:var(--clr-chart-purple)}.hbar-legend-swatch--primary{background:var(--clr-primary)}.hbar-legend-swatch--light-blue{background:var(--clr-chart-blue)}.hbar-legend-swatch--violet{background:var(--clr-chart-purple)}.sbar-track{background:#e6e6e680;border-radius:.3em;display:flex;overflow:hidden}.sbar-track--relative{width:100%;position:relative}.sbar-segment{height:100%}.sbar-segment--fact{background:var(--clr-accent)}.sbar-segment--pending{background:var(--chart-3)}.sbar-segment--marker{background:#a0a0a0}.sbar-marker{z-index:1;background:#a0a0a0;width:3px;position:absolute;top:0;bottom:0}.sbar-legend{flex-wrap:wrap;gap:4px 12px;margin-top:6px;display:flex}.sbar-legend-item{align-items:center;gap:4px;display:flex}.sbar-legend-dot{border-radius:50%;flex-shrink:0;width:.65em;height:.65em;margin-top:1px}.sbar-legend-dot--fact{background:var(--clr-accent)}.sbar-legend-dot--pending{background:var(--chart-3)}.sbar-legend-dot--marker{background:#a0a0a0}.sbar-legend-label{color:var(--clr-text-muted);font-size:.78em}.graph-full{width:100%;height:100%}.status-badge{white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:.78rem;font-weight:600;display:inline-block}.status-badge--active,.status-badge--execution{background:var(--clr-tag-description-bg);color:var(--clr-tag-description-text)}.status-badge--done{color:#15803d;background:#dcfce7}.status-badge--upcoming{background:var(--clr-warning-yellow-bg);color:#92400e}.status-badge--closed{background:var(--clr-bg-subtle);color:var(--clr-muted);border:1px solid var(--clr-border)}.measure-description-tag{background:var(--clr-tag-description-bg);color:var(--clr-tag-description-text);border-radius:var(--radius-md);white-space:nowrap;align-self:flex-start;align-items:center;margin-bottom:8px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.cg-cards-list{flex-direction:column;gap:16px;margin-top:24px;display:flex}.cg-card{flex-direction:column;gap:0;display:flex}.cg-acc{padding:0}.cg-acc-summary{cursor:pointer;border-radius:var(--radius-lg);grid-template-columns:auto auto 1fr auto;align-items:start;gap:12px;padding:12px 18px;list-style:none;transition:background .18s,box-shadow .18s;display:grid;position:relative}.cg-acc-icon{flex-shrink:0;align-self:center}.cg-acc-summary::-webkit-details-marker{display:none}.cg-acc-summary:after{content:"›";color:var(--clr-muted);order:-1;align-self:center;margin-right:2px;font-size:1.2rem;transition:transform .18s,color .18s;transform:rotate(0)}.cg-acc[open] .cg-acc-summary:after{color:var(--clr-text-secondary);transform:rotate(90deg)}.cg-acc-summary:hover,.cg-acc-summary:focus-visible{background:#fafbfc;box-shadow:0 8px 16px #0f172a0f}.cg-acc-title-wrap{flex-direction:column;gap:2px;min-width:0;display:flex}.cg-acc-title{color:var(--clr-text);font-size:1.05rem;font-weight:700}.cg-acc-title-sub-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cg-acc-items-count{color:var(--clr-muted);font-size:.78rem}.cg-acc-meta{color:var(--clr-muted);text-align:right;white-space:nowrap;font-size:.82rem}.cg-acc-totals{white-space:nowrap;flex-shrink:0;grid-template-columns:max-content auto max-content auto;place-items:center start;gap:0 14px;display:grid}.cg-acc-total-label{color:var(--clr-text-secondary);white-space:nowrap;align-items:center;gap:8px;font-size:.85rem;font-weight:600;line-height:1.2;display:inline-flex}.cg-acc-total-value{color:var(--clr-text);white-space:nowrap;background:#eef4fc;border:1px solid #bfd2ea;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;font-size:1rem;font-weight:700;line-height:1;display:inline-flex}.cg-acc-totals>.cg-acc-total-label:before{content:"";opacity:.9;background-position:50%;background-repeat:no-repeat;background-size:contain;width:18px;height:18px;display:inline-block}.cg-acc-totals>.cg-acc-total-label:first-child:before{background-image:url(/assets/images/components/company.svg)}.cg-acc-totals>.cg-acc-total-label:nth-child(3):before{background-image:url(/assets/images/components/im_projects.svg)}.cg-traffic-light{flex-shrink:0;gap:6px;display:flex}.cg-tl-block{border-radius:var(--radius-sm);flex-direction:row;justify-content:center;align-items:center;gap:5px;width:148px;padding:3px 8px;line-height:1.2;display:flex}.cg-tl-block--blue{background:var(--clr-tag-description-bg);color:#1e40af}.cg-tl-block--warn{background:var(--clr-warning-yellow-bg);color:#854d0e}.cg-tl-block--bad{background:var(--clr-danger-bg);color:#991b1b}.cg-tl-value{font-size:.95rem;font-weight:700}.cg-tl-label{white-space:nowrap;opacity:.85;font-size:.62rem}.cg-acc[open] .cg-acc-summary{border-bottom:1px solid var(--clr-divider);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.cg-acc-body{padding:16px 18px 18px}.cg-card-body{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.cg-comp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cg-comp-card{border-radius:var(--radius-lg);border:1px solid var(--clr-primary-border);background:var(--clr-surface);flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 2px 6px #0f172a0a}.cg-comp-card-header{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.cg-comp-icon{border-radius:var(--radius-ml);background:#e9f2fb;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.cg-comp-icon-img{filter:saturate(1.1);width:18px;height:18px}.cg-comp-title-wrap{flex-direction:column;gap:2px;display:flex}.cg-comp-title{color:var(--clr-text);font-size:.95rem;font-weight:700}.cg-comp-subtitle{color:var(--clr-muted);font-size:.78rem}.cg-comp-status-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.cg-comp-status-item{border:1px solid var(--clr-neutral-border);background:var(--clr-slate-50);border-radius:999px;align-items:center;gap:6px;padding:4px 8px;display:inline-flex}.cg-comp-status-icon{flex-shrink:0;width:14px;height:14px}.cg-comp-status-label{color:var(--clr-text-secondary);white-space:nowrap;font-size:.7rem;font-weight:600}.cg-comp-status-text{font-size:.7rem;font-weight:600}.cg-comp-status-text--good{color:var(--clr-success-alt)}.cg-comp-status-text--warn{color:var(--clr-warning-amber)}.cg-comp-status-text--bad{color:var(--clr-danger-text)}.cg-comp-status-value{color:var(--clr-text);font-size:.85rem;font-weight:700}.cg-comp-suppliers{flex-wrap:wrap;gap:6px;display:flex}.cg-supplier-chip{color:var(--clr-text);border:1px solid var(--clr-border);background:var(--clr-bg-subtle);border-radius:999px;padding:4px 10px;font-size:.78rem}.cg-supplier-chip-link{text-decoration:none}.cg-supplier-chip-link:hover .cg-supplier-chip{border-color:var(--clr-primary);color:var(--clr-primary);background:var(--clr-bg)}.cg-comp-projects-section{flex-direction:column;gap:8px;margin-top:auto;display:flex}.cg-comp-projects-label{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.cg-comp-projects{flex-direction:column;gap:8px;display:flex}.cg-proj-card{border-radius:var(--radius-md);border:1px solid var(--clr-divider);background:#f8f9fb;padding:10px 12px;position:relative;overflow:hidden}.cg-proj-card:before{content:"";background:var(--clr-primary);border-radius:3px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.cg-proj-card-btn{text-align:left;cursor:pointer;border:1px solid var(--clr-divider);background:#f8f9fb;width:100%;transition:border-color .15s,box-shadow .15s}.cg-proj-card-btn:hover{border-color:#cdd5df;box-shadow:0 4px 10px #0f172a14}.cg-proj-card-btn:focus-visible{outline-offset:2px;outline:2px solid #9ac3f5}.cg-proj-company{color:var(--clr-text);font-size:.82rem;font-weight:700}.cg-proj-name{color:var(--clr-text-secondary);margin-top:2px;font-size:.82rem}.cg-empty-text{color:var(--clr-muted);font-size:.82rem}.cg-no-data{color:var(--clr-muted);font-size:.88rem}.cg-footer{border-top:1px solid var(--clr-divider);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.cg-footer-counts{color:var(--clr-muted);font-size:.82rem}.cg-footer-link{color:var(--clr-primary);font-size:.85rem;font-weight:500;text-decoration:none}.cg-footer-link:hover{text-decoration:underline}.cg-comp-table{flex-direction:column;gap:8px;display:flex}.cg-comp-table-head{text-transform:uppercase;letter-spacing:.04em;color:var(--clr-text-secondary);grid-template-columns:1fr 220px 220px;gap:12px;padding:8px 12px;font-size:.72rem;font-weight:700;display:grid}.cg-table-head-name{padding-left:8px}.cg-table-head{text-align:left}.cg-comp-table-body{flex-direction:column;gap:6px;display:flex}.cg-table-row{border-radius:var(--radius-ml);border:1px solid var(--clr-neutral-border);background:var(--clr-surface);grid-template-columns:1fr 220px 220px;align-items:center;gap:12px;padding:8px 12px;display:grid}.cg-table-name{color:var(--clr-text);font-size:.9rem;font-weight:600}.cg-table-status-cell{align-items:center;gap:6px;display:inline-flex}.cg-table-status-icon{flex-shrink:0;width:16px;height:16px}.cg-table-status-label{color:var(--clr-text-secondary);white-space:nowrap;font-size:.72rem;font-weight:600}.cg-table-status-text{color:var(--clr-text-secondary);font-size:.72rem;font-weight:600}.cg-table-status-value{color:var(--clr-text);font-size:.85rem;font-weight:700}.cg-comp-status-text--good,.cg-comp-status-text--warn,.cg-comp-status-text--bad,.cg-table-status-text--good,.cg-table-status-text--warn,.cg-table-status-text--bad{color:var(--clr-text-secondary)}@media (width<=960px){.cg-comp-grid{grid-template-columns:1fr}.cg-comp-card-header{grid-template-columns:auto 1fr}.cg-comp-badges{justify-content:flex-start}.cg-acc-summary{grid-template-columns:auto auto 1fr;align-items:start}.cg-acc-totals{grid-column:2/-1;justify-self:end}.cg-acc-meta{text-align:left}}.dbl-bar{width:100%;margin-top:24px}.dbl-bar__wrap{gap:2px;height:420px;transition:grid-template-rows .5s;display:grid}.dbl-bar__row{flex-direction:row;align-items:stretch;gap:6px;display:flex}.dbl-bar__row--top{flex-shrink:0}.dbl-bar__row--bottom{flex:auto;min-height:0}.dbl-bar__seg-exec{align-items:flex-end;gap:3px;display:flex;position:absolute;top:0;bottom:0;right:calc(100% + 4px)}.dbl-bar__seg-exec-pct{color:var(--clr-done);white-space:nowrap;font-size:.6rem;font-weight:600;line-height:1}.dbl-bar__seg-exec-bar{background:#dde1e6;border-radius:2px;flex-shrink:0;width:4px;height:100%;position:relative;overflow:hidden}.dbl-bar__seg-exec-bar:after{content:"";height:var(--exec-fill,0%);background:var(--clr-done);border-radius:2px;position:absolute;bottom:0;left:0;right:0}.dbl-bar__left{flex-direction:column-reverse;flex:0 0 67px;gap:2px;height:100%;display:flex;position:relative;overflow:visible}.dbl-bar__above-labels{pointer-events:none;z-index:2;flex-direction:column;align-items:center;gap:3px;width:100%;display:flex;position:absolute;bottom:calc(100% + 3px);left:0}.dbl-bar__above-label{white-space:nowrap;justify-content:flex-start;align-items:center;gap:4px;width:67px;padding:0 6px;display:flex}.dbl-bar__seg{box-sizing:border-box;background:#8a97a6;border-radius:0;justify-content:space-between;align-items:center;padding:3px 6px;transition:flex-grow .5s;display:flex;position:relative;overflow:visible}.dbl-bar__left .dbl-bar__seg:not(.dbl-bar__seg~.dbl-bar__seg){border-bottom-right-radius:6px;border-bottom-left-radius:6px}.dbl-bar__left .dbl-bar__seg:not(:has(~.dbl-bar__seg)){border-top-left-radius:6px;border-top-right-radius:6px}.dbl-bar__seg+.dbl-bar__seg{border-bottom:none}.dbl-bar__code-badge{color:var(--clr-gray-500);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);letter-spacing:.02em;white-space:nowrap;background:#ffffffe6;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:.6rem;font-weight:700;line-height:1.3}.dbl-bar__seg-pct{color:var(--clr-text-on-dark);white-space:nowrap;font-size:.55rem;font-weight:600}.dbl-bar__code-badge--above{background:var(--clr-gray-subtle);color:var(--clr-text-on-dark)}.dbl-bar__seg-pct--above{color:var(--clr-gray-subtle);white-space:nowrap;font-size:.55rem;font-weight:600}.dbl-bar__left-ext{flex-direction:column-reverse;flex:0 0 52px;height:100%;display:flex;overflow:visible}.dbl-bar__left-ext--hidden{visibility:hidden;width:0;overflow:hidden;flex:0 0 0!important}.dbl-bar__seg-ext{justify-content:flex-end;align-items:center;gap:4px;display:flex;overflow:visible}.dbl-bar__code-badge--ext{background:var(--clr-gray-subtle);color:var(--clr-text-on-dark)}.dbl-bar__seg-pct--ext{color:var(--clr-gray-subtle);font-size:.5rem}.dbl-bar__right{flex-direction:column-reverse;flex:0 0 112px;gap:2px;height:100%;display:flex;overflow:visible}.dbl-bar__zone{border-radius:0;justify-content:center;align-items:center;transition:flex-grow .5s;display:flex;overflow:hidden}.dbl-bar__right .dbl-bar__zone:first-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.dbl-bar__right--no-not-distributed .dbl-bar__zone--not-executed{border-top-left-radius:6px;border-top-right-radius:6px}.dbl-bar__zone--executed{background:#10b981}.dbl-bar__zone--not-executed,.dbl-bar__zone--not-distributed{background:#5a6675}.dbl-bar__zone--not-distributed{background:#5a6675;border-radius:6px 6px 0 0;justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.dbl-bar__zone-val{color:var(--clr-text-on-dark);white-space:nowrap;text-align:center;font-size:.9rem;font-weight:700;line-height:1}.dbl-bar__labels{flex-direction:column-reverse;flex:1;min-width:0;height:100%;padding-left:4px;display:flex;overflow:visible}.dbl-bar__label-zone{flex-direction:column;justify-content:center;gap:2px;transition:flex-grow .5s;display:flex;overflow:visible}.dbl-bar__label-zone--not-distributed{flex:1;justify-content:center;padding-left:4px}.dbl-bar__label-zone--above{flex-direction:row;justify-content:flex-start;align-items:baseline;gap:6px;padding-bottom:2px;padding-left:0}.dbl-bar__label-name{letter-spacing:.05em;text-transform:uppercase;color:var(--clr-text-muted);white-space:nowrap;font-size:.58rem;font-weight:600;line-height:1.2}.dbl-bar__label-pct{color:var(--clr-primary);font-size:.9rem;font-weight:700;line-height:1}.dbl-bar__label-val-block{flex-direction:row;align-items:baseline;gap:3px;margin-bottom:3px;display:flex}.dbl-bar__label-val-num{color:var(--clr-primary);white-space:nowrap;font-size:.9rem;font-weight:700;line-height:1}.dbl-bar__label-val-unit{color:var(--clr-primary);text-transform:lowercase;font-size:.6rem;font-weight:600;line-height:1}.dbl-bar__label-zone--executed .dbl-bar__label-name,.dbl-bar__label-zone--executed .dbl-bar__label-pct,.dbl-bar__label-zone--executed .dbl-bar__label-val-num,.dbl-bar__label-zone--executed .dbl-bar__label-val-unit{color:var(--clr-done)}.dbl-bar__label-zone--not-executed .dbl-bar__label-name,.dbl-bar__label-zone--not-executed .dbl-bar__label-pct,.dbl-bar__label-zone--not-distributed .dbl-bar__label-name,.dbl-bar__label-zone--not-distributed .dbl-bar__label-pct{color:var(--clr-gray-500)}.dbl-bar__zone-num{color:var(--clr-text-on-dark);white-space:nowrap;font-size:.9rem;font-weight:700;line-height:1}.dbl-bar__zone-num--sm{font-size:.75rem}.dbl-bar__zone-unit{color:var(--clr-text-on-dark);white-space:nowrap;font-size:.65rem;font-weight:700}.dbl-bar__zone-val-wrap{flex-direction:row;align-items:baseline;gap:3px;display:flex}.nat-card-expand-btn{background:var(--clr-surface);border:1px solid var(--clr-divider);border-radius:var(--radius-md);cursor:pointer;width:32px;height:32px;box-shadow:var(--shadow-sm);z-index:5;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex;position:absolute;top:50%;right:-11px;transform:translateY(-50%)}.nat-card-expand-btn:hover,.nat-card-expand-btn:focus-visible{opacity:.75}.nat-card-expand-icon{width:32px;height:32px}.nat-fp-split-wrapper{position:relative}.nat-year-card-wrapper{z-index:10;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;position:absolute;top:0;left:0;right:0;transform:translate(-20px)}.nat-year-card-wrapper--open{opacity:1;pointer-events:auto;transform:translate(0)}.nat-year-card-wrapper--closed{opacity:0;pointer-events:none;transform:translate(-20px)}.year-bar-card{box-sizing:border-box;flex-direction:column;gap:16px;height:100%;padding:20px 24px;display:flex;position:relative;overflow:visible}.year-bar-card-header{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:2px;display:flex}.year-bar-card-section-label{text-transform:uppercase;letter-spacing:.7px;color:var(--clr-muted);font-size:.65rem;font-weight:600}.year-bar-card-name{color:var(--clr-text-dark);text-transform:uppercase;font-size:1rem;font-weight:700}.year-bar-card-close-btn{background:var(--clr-surface);border:1px solid var(--clr-divider);border-radius:var(--radius-md);cursor:pointer;width:32px;height:32px;box-shadow:var(--shadow-sm);z-index:15;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex;position:absolute;top:50%;right:-11px;transform:translateY(-50%)}.year-bar-card-close-btn:hover,.year-bar-card-close-btn:focus-visible{opacity:.75}.year-bar-card-close-icon{width:32px;height:32px}.year-bar-grid{flex:1;grid-template-columns:repeat(6,1fr);min-height:0;display:grid}.year-bar-col{flex-direction:column;gap:8px;min-width:0;min-height:0;padding:0 6px;display:flex;overflow:hidden}.year-bar-year-label{height:1.8rem;color:var(--clr-text-dark);text-overflow:ellipsis;white-space:nowrap;transform-origin:0 100%;flex-shrink:0;align-items:flex-end;font-size:1.2rem;font-weight:700;line-height:1;transition:transform .15s;display:flex;overflow:hidden;transform:scale(1)}.year-bar-year-label--current{transform:scale(1.5)}.year-bar-container{border-radius:4px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.year-bar-container>:first-child,.year-bar-container>.year-bar-empty+.year-bar-section{border-top-left-radius:4px;border-top-right-radius:4px}.year-bar-empty{background:repeating-linear-gradient(#6a72821a 0 2px,#0000 2px 4px)}.year-bar-section{flex-direction:column;justify-content:flex-start;min-height:0;transition:background .2s;display:flex;overflow:hidden}.year-bar-section--done{background:var(--clr-done)}.year-bar-section--done-past{background:#6a728280}.year-bar-section--undone{background:var(--clr-muted)}.year-bar-section--undone-past,.year-bar-section--undistributed-active,.year-bar-section--distributed,.year-bar-section--undistributed{background:#6a728280}.year-bar-section--budget{background:var(--clr-primary)}.year-bar-section-inner{justify-content:space-between;align-items:flex-start;gap:4px;padding:4px 8px;display:flex}.year-bar-section-label{text-transform:uppercase;letter-spacing:.3px;color:var(--clr-text-on-dark);white-space:nowrap;flex-shrink:0;font-size:.6rem;font-weight:400}.year-bar-section-amount{color:var(--clr-text-on-dark);white-space:nowrap;align-items:baseline;gap:1px;font-size:.62rem;font-weight:400;display:inline-flex}.year-bar-section-amount-num{font-weight:700}.year-bar-section-amount-unit{font-weight:400}.year-bar-section--distributed .year-bar-section-label,.year-bar-section--distributed .year-bar-section-amount,.year-bar-section--undistributed .year-bar-section-label,.year-bar-section--undistributed .year-bar-section-amount{color:var(--clr-text-on-dark)}.year-bar-col:hover .year-bar-year-label{transform:scale(1.5)}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-year-label--current{transform:scale(1)}.year-bar-col:hover .year-bar-section--done-past{background:var(--clr-done)}.year-bar-col:hover .year-bar-section--undone-past,.year-bar-col:hover .year-bar-section--distributed{background:var(--clr-muted)}.year-bar-col:hover .year-bar-section--distributed .year-bar-section-label,.year-bar-col:hover .year-bar-section--distributed .year-bar-section-amount{color:var(--clr-text-on-dark)}.year-bar-col:hover .year-bar-section--undistributed{background:#6a728280}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-section--done{background:#6a728280}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-section--undone{background:#6a728280}.year-bar-total{flex-shrink:0;align-items:baseline;gap:2px;display:flex}.year-bar-total-num{color:var(--clr-text-dark);font-size:.9rem;font-weight:700}.year-bar-total-unit{color:var(--clr-muted);font-size:.7rem;font-weight:400}.year-bar-grand-total{border-top:1px solid var(--clr-divider);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.year-bar-grand-total-sum{align-items:baseline;gap:4px;display:flex}.year-bar-grand-total-num{color:var(--clr-text-dark);letter-spacing:-.5px;font-size:2rem;font-weight:700}.year-bar-grand-total-unit{color:var(--clr-muted);font-size:.9rem;font-weight:500}.year-bar-legend{flex-wrap:wrap;align-items:center;gap:12px;display:none}.year-bar-legend-item{align-items:center;gap:4px;display:flex}.year-bar-legend-swatch{border-radius:2px;flex-shrink:0;width:10px;height:10px}.year-bar-legend--done{background:var(--clr-done)}.year-bar-legend--undone{background:var(--clr-muted)}.year-bar-legend--undistributed,.year-bar-legend--distributed{background:#6a728280}.year-bar-legend--budget{background:var(--clr-primary)}.year-bar-legend-text{color:var(--clr-muted);white-space:nowrap;font-size:.6rem;font-weight:600}@container main (width<=1200px){.year-bar-section--done-past{background:var(--clr-done)}.year-bar-section--undone-past{background:var(--clr-muted)}.year-bar-section--distributed{background:var(--clr-map-blue)}.year-bar-section-label{display:none}.year-bar-legend{display:flex}.year-bar-legend--distributed,.year-bar-col:hover .year-bar-section--distributed{background:var(--clr-map-blue)}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-section--done{background:var(--clr-done)}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-section--undone{background:var(--clr-muted)}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-section--done-past{background:var(--clr-done)}.year-bar-grid:has(.year-bar-col:hover) .year-bar-col:not(:hover) .year-bar-section--undone-past{background:var(--clr-muted)}}@container main (width>=1201px){.year-bar-grand-total{justify-content:flex-end}}@container main (width<=700px){.year-bar-grid{grid-template-columns:repeat(3,1fr)}}.global-search{flex-shrink:0;width:33.3333%;position:relative}.global-search-bar{border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--clr-surface);align-items:center;gap:.5rem;height:40px;padding:0 .85rem;transition:border-color .15s,box-shadow .15s;display:flex}.global-search-bar:focus-within{border-color:var(--clr-primary-border);box-shadow:0 0 0 2px var(--clr-primary-tint)}.global-search-bar-icon{opacity:.45;flex-shrink:0;width:18px;height:18px}.global-search-bar-input{color:var(--clr-text);font-size:.95rem;line-height:1.4;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1;min-width:0}.global-search-bar-input::placeholder{color:var(--clr-muted-light)}.global-search-bar-clear{background:var(--clr-bg-subtle);width:22px;height:22px;color:var(--clr-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .15s;display:flex}.global-search-bar-clear:hover{background:var(--clr-border);color:var(--clr-text)}.global-search-dropdown{z-index:500;background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-md);max-height:420px;box-shadow:var(--shadow-lg);margin-top:4px;padding:.35rem 0;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.global-search-status{text-align:center;color:var(--clr-muted);padding:1.25rem 1rem;font-size:.9rem}.global-search-group{padding:.2rem 0}.global-search-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--clr-muted-light);padding:.35rem .85rem .2rem;font-size:.7rem;font-weight:600}.global-search-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:.6rem;padding:.45rem .85rem;transition:background .1s;display:flex}.global-search-item:hover,.global-search-item--active{background:var(--clr-primary-tint)}.global-search-item-icon{opacity:.6;flex-shrink:0;width:20px;height:20px}.global-search-item-text{flex-direction:column;gap:.05rem;min-width:0;display:flex}.global-search-item-label{color:var(--clr-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.global-search-item--active .global-search-item-label{color:var(--clr-primary);font-weight:500}.global-search-item-sublabel{color:var(--clr-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}@media (width<=1160px){.global-search{margin-top:.2rem}}@media (width<=600px){.global-search-dropdown{max-height:55vh}}.bc-nav{flex:1;min-width:0;overflow:hidden}.bc-list{flex-wrap:nowrap;align-items:center;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.bc-item{white-space:nowrap;align-items:center;min-width:0;display:flex}.bc-separator{color:var(--clr-text-muted);-webkit-user-select:none;user-select:none;flex-shrink:0;margin:0 .375rem;font-size:.8125rem}.bc-link{font:inherit;color:var(--clr-primary);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;max-width:15rem;padding:0;font-size:.8125rem;line-height:1.4;text-decoration:none;overflow:hidden}.bc-link:hover{text-decoration:underline}.bc-link:focus-visible{outline:2px solid var(--clr-primary);outline-offset:2px;border-radius:2px}.bc-current{color:var(--clr-text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:15rem;font-size:.8125rem;line-height:1.4;overflow:hidden}.bc-ellipsis{color:var(--clr-text-muted);font-size:.8125rem}.bc-modal-strip{background:var(--clr-surface);border-radius:var(--radius-lg);margin-bottom:.5rem;padding:.5rem 1.25rem}.bc-modal-strip .bc-link,.bc-modal-strip .bc-current,.bc-modal-strip .bc-separator{font-size:.75rem}@media (width<=1160px){.bc-modal-strip .bc-nav{display:flex}}.fp-cards-grid{grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;gap:16px;display:grid}.fp-card-wrapper{flex-direction:column;align-self:stretch;display:flex}.fp-card-wrapper>.fp-card-v2{flex:1}.fp-card-header-btns{flex-shrink:0;align-items:center;gap:4px;display:flex}.fp-card-detail-btn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex}.fp-card-detail-btn:hover,.fp-card-detail-btn:focus-visible{opacity:.75}.fp-card-detail-icon{width:32px;height:32px;display:block}.fp-card-kpi-icon{width:auto;height:32px;display:block}.fp-card-details-container{grid-column:1/-1}.fp-details-panel{padding:0;overflow:hidden}.fp-details-table{border-collapse:collapse;width:100%;font-size:.83rem}.fp-details-th{background:var(--clr-bg-subtle);text-align:left;color:var(--clr-text-heading);white-space:nowrap;border-bottom:2px solid var(--clr-border);padding:10px 14px;font-weight:600}.fp-details-td{color:var(--clr-text);border-bottom:1px solid var(--clr-divider);vertical-align:middle;padding:9px 14px}.fp-details-tr:last-child .fp-details-td{border-bottom:none}.fp-details-tr:hover .fp-details-td{background:var(--clr-bg-subtle)}.fp-details-empty{color:var(--clr-muted);padding:16px;font-style:italic}.nat-fp-card{flex-direction:column;gap:6px;min-width:550px;padding:12px 16px;display:flex}.nat-fp-section-label{text-transform:uppercase;letter-spacing:.7px;color:var(--clr-muted);margin-bottom:-4px;font-size:.65rem;font-weight:500;line-height:1}.nat-fp-name{color:var(--clr-text-dark);font-size:.82rem;font-weight:700;line-height:1.3}.nat-fp-code-badge{background:var(--clr-muted);width:fit-content;color:var(--clr-text-on-dark);letter-spacing:.3px;white-space:nowrap;border-radius:4px;align-self:flex-start;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.nat-fp-body{flex:1;grid-template-columns:auto 1fr;align-items:start;gap:10px;margin-top:2px;display:grid}.nat-fp-left{flex-direction:column;gap:8px;display:flex}.nat-fp-budget-large{align-items:baseline;gap:5px;display:flex}.nat-fp-budget-num{color:var(--clr-text-dark);letter-spacing:-.5px;font-size:1.4rem;font-weight:700;line-height:1}.nat-fp-budget-unit{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.nat-fp-stats{flex-direction:column;gap:1px;display:flex}.nat-fp-stat-label{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-muted);margin-top:5px;font-size:.65rem;font-weight:700}.nat-fp-stat-value{color:var(--clr-text-dark);font-size:.9375rem;font-weight:400;line-height:1.2}.nat-fp-sequestr{margin-top:2px}.nat-fp-sequestr-label{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-muted);font-size:.65rem;font-weight:500}.nat-fp-sequestr-value{align-items:baseline;gap:0;line-height:1.3;display:flex}.nat-fp-sequestr-num{color:var(--clr-muted);font-size:.9rem;font-weight:700}.nat-fp-sequestr-unit{color:var(--clr-muted);font-size:.8rem;font-weight:400}.nat-fp-right{flex-direction:column;justify-content:center;gap:10px;display:flex}.nat-fp-bar-wrap{flex-direction:column;gap:5px;display:flex}.nat-fp-bar-track{border-radius:0;width:100%;height:22px;display:flex;overflow:hidden}.nat-fp-bar-done{background:var(--clr-done);min-width:0;height:100%;transition:width .4s}.nat-fp-bar-undone{background:var(--clr-border);min-width:0;height:100%;transition:width .4s}.nat-fp-bar-labels{justify-content:space-between;padding:0 1px;display:flex}.nat-fp-bar-pct-left{color:var(--clr-done);font-size:.72rem;font-weight:600}.nat-fp-bar-pct-right{color:var(--clr-muted);font-size:.72rem;font-weight:600}.nat-fp-legend{flex-direction:column;gap:0;display:flex}.nat-fp-exec-separator--done{background:var(--clr-done);border-radius:1px;height:1.5px;margin-bottom:6px}.nat-fp-exec-separator--undone{background:var(--clr-border);border-radius:1px;height:1.5px;margin-top:8px;margin-bottom:6px}.nat-fp-legend-item{flex-direction:column;gap:1px;display:flex}.nat-fp-legend-label--done{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-done);font-size:.65rem;font-weight:600;line-height:1}.nat-fp-legend-label--undone{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-muted);font-size:.65rem;font-weight:600;line-height:1}.nat-fp-legend-value--done{color:var(--clr-done);font-size:.9375rem;font-weight:700;line-height:1.2}.nat-fp-legend-value--undone{color:var(--clr-muted);font-size:.9375rem;font-weight:700;line-height:1.2}.nat-fp-legend-unit--done{color:var(--clr-done);font-size:.8rem;font-weight:400}.nat-fp-legend-unit--undone{color:var(--clr-muted);font-size:.8rem;font-weight:400}.home-v3-page{flex-direction:column;gap:12px;padding-bottom:80px;display:flex}.home-v3-title{color:var(--clr-text-heading);white-space:nowrap;text-overflow:ellipsis;min-width:0;margin-bottom:0;font-size:clamp(1.1rem,.195rem + 2.23vw,2.2rem);font-weight:700;overflow:hidden}.home-v3-subtitle{color:var(--clr-muted);margin-top:4px;font-size:.95rem}.mg-header-block{flex-direction:column;gap:2px;display:flex}.home-header-icons{align-items:center;gap:16px;display:flex}.home-header-icon{object-fit:contain;width:auto;height:48px}.home-section{flex-direction:column;gap:0;display:flex}.metrics-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.metrics-row--auto{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:16px;display:flex}.mg-kpi-strip.metrics-row--auto.page--fullwidth{grid-template-columns:repeat(5,minmax(0,1fr));justify-content:stretch;gap:16px;width:100%;display:grid}.metrics-row--auto.page--fullwidth{justify-content:stretch}.metrics-row--auto.page--fullwidth .metric-card--single,.metrics-row--auto.page--fullwidth .metric-card--two-cols{flex:1 1 0;min-width:180px}.national-summary-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@container main (width<=1100px){.national-summary-grid{grid-template-columns:1fr}.national-summary-grid>:nth-child(2){min-height:280px}}@container main (width<=520px){.national-summary-grid>:nth-child(2){min-height:240px}}.nat-budget-card{flex-direction:column;gap:12px;display:flex}.nat-budget-metrics-row{flex:1;align-items:stretch;gap:0;display:flex}.nat-budget-col{flex-direction:column;flex:1;gap:4px;padding:0 12px;display:flex}.nat-budget-col:first-child{padding-left:0}.nat-budget-col-label{color:var(--clr-text-muted);font-size:.78rem;line-height:1.3}.nat-budget-col-value{letter-spacing:-.5px;color:var(--clr-text-primary);font-size:1.5rem;font-weight:700;line-height:1.1}.nat-budget-col-value--success,.nat-budget-col-subvalue--success,.nat-budget-col-label--success,.nat-budget-badge--success{color:var(--clr-accent)}.nat-budget-col-unit{color:var(--clr-text-muted);font-size:.75rem}.nat-budget-col-subvalue{color:var(--clr-text-primary);font-size:1.1rem;font-weight:600;line-height:1.2}.nat-budget-col-subvalue--danger,.nat-budget-col-label--danger{color:#dc5f5a}.nat-budget-col-subvalue--muted,.nat-budget-col-label--muted,.nat-budget-badge--muted{color:var(--clr-muted-light)}.nat-budget-badge{align-items:center;gap:2px;font-size:.78rem;font-weight:500;display:inline-flex}.nat-budget-bar-wrap{flex:1;align-items:center;padding-bottom:8px;display:flex}.nat-budget-bar-wrap>div{width:100%}.national-chart-card{min-height:0;overflow:hidden}.national-chart-card .metric-card-body{flex:1;min-height:0}.national-chart-card .js-plotly-plot,.national-chart-card .plot-container{width:100%!important;height:100%!important}.home-v3-content{margin-top:4px}.home-v3-tab-nav-mini{gap:8px;display:flex}.home-v3-tab-btn-mini{border:1px solid var(--clr-divider);border-radius:var(--radius-md);background:var(--clr-surface);height:clamp(28px,21.4px + 1.01vw,36px);color:var(--clr-text-dark);cursor:pointer;letter-spacing:.03em;text-transform:uppercase;box-shadow:var(--shadow-sm);white-space:nowrap;padding:0 clamp(10px,3.4px + 1.01vw,18px);font-size:clamp(.68rem,.598rem + .2vw,.78rem);font-weight:600;transition:background .15s,border-color .15s,color .15s}.home-v3-tab-btn-mini:hover,.home-v3-tab-btn-mini:focus-visible{border-color:var(--clr-primary);color:var(--clr-primary)}.home-v3-tab-btn-mini--active{background:var(--clr-primary);border-color:var(--clr-primary);color:var(--clr-text-on-dark);box-shadow:0 1px 3px #00000026}.home-v3-tab-btn-mini--active:hover,.home-v3-tab-btn-mini--active:focus-visible{background:var(--clr-primary-dark);color:var(--clr-text-on-dark)}.home-details-filters{gap:12px;margin-bottom:16px;display:flex}.home-details-filter-item{background:var(--clr-bg-light);border:1px solid var(--clr-border);border-radius:var(--radius-lg);color:var(--clr-muted);text-align:center;flex:1;padding:12px 16px;font-size:.9rem}.home-details-grid-2{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.home-details-grid-3{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}@container main (width<=950px){.fp-cards-grid{grid-template-columns:1fr}}.home-details-card{flex-direction:column;gap:10px;min-height:200px;padding:24px;display:flex}.home-details-card-name{color:var(--clr-text);text-align:left;font-size:1.05rem;font-weight:700}.home-details-card-subtitle{color:var(--clr-muted);text-align:left;margin-top:2px;font-size:.8rem;font-weight:400}.home-details-card-desc{color:var(--clr-muted);text-align:left;font-size:.85rem;line-height:1.5}.home-details-card-divider{background:var(--clr-divider);height:1px;margin:2px 0}.home-details-stats-row{flex-wrap:wrap;gap:12px 20px;display:flex}.home-details-stat{flex-direction:column;gap:2px;display:flex}.home-details-stat-label{text-transform:uppercase;letter-spacing:.4px;color:var(--clr-muted);font-size:.72rem;font-weight:500}.home-details-stat-value{color:var(--clr-text);font-size:.95rem;font-weight:600}.home-details-stat-text{color:var(--clr-text-body);font-size:.9rem;line-height:1.4}.home-details-stat-text-num{color:var(--clr-text);font-size:.95rem;font-weight:700}.home-details-stat-text-plain{color:var(--clr-text-body);font-size:.9rem}.op-projects-grid{grid-template-columns:1fr 1fr;gap:2px 12px;margin-top:10px;display:grid}.home-details-stat--full{width:100%;margin-top:10px}.op-col-right{text-align:right}.home-details-progress-row{flex-direction:column;gap:6px;margin-top:4px;display:flex}.home-details-progress-track{background:var(--clr-bg-subtle);border-radius:4px;width:100%;height:8px;overflow:hidden}.home-details-progress-fill{background:var(--clr-accent);border-radius:4px;height:100%;font-size:0}.progress-bar-plan{background:var(--clr-primary)!important}.progress-bar-cbr{background:var(--clr-warning)!important}.progress-bar-fact{background:var(--clr-success)!important}.stat-value-plan{color:var(--clr-primary)}.stat-value-cbr{color:var(--clr-warning)}.stat-value-fact{color:var(--clr-success)}.home-details-progress-bars-stack{flex-direction:column;gap:6px;display:flex}.home-v3-divider{border:none;border-top:1px solid var(--clr-divider);height:0;margin:24px 0}.fp-card-wrapper{flex-direction:column;display:flex}.fp-card-v2{flex-direction:column;flex:1;gap:0;padding:12px 16px;display:flex}.fp-card-v2-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fp-card-v2-header-left{flex-direction:column;gap:6px;min-width:0;display:flex}.fp-card-v2-type-row{align-items:center;gap:8px;display:flex}.fp-card-v2-type-label{text-transform:uppercase;letter-spacing:.6px;color:var(--clr-muted);font-size:.7rem;font-weight:600}.fp-card-v2-code-badge{text-transform:uppercase;color:var(--clr-text-on-dark);background:var(--clr-muted);border-radius:4px;padding:1px 6px;font-size:.68rem;font-weight:700;line-height:1.6}.fp-card-v2-year-badge{color:var(--clr-text-dark);border:1.5px solid var(--clr-border);white-space:nowrap;background:#fff;border-radius:4px;padding:1px 8px;font-size:.68rem;font-weight:700;line-height:1.6}.fp-card-v2-title{color:var(--clr-text-dark);font-size:.82rem;font-weight:700;line-height:1.35}.fp-card-chart-btn{border:1.5px solid var(--clr-primary);border-radius:var(--radius-md);cursor:pointer;flex-shrink:0;justify-content:center;align-items:flex-end;gap:3px;width:32px;height:32px;padding:6px 5px;transition:background .15s;display:flex}.fp-card-chart-btn:hover{background:var(--clr-primary-tint)}.fp-card-chart-bar{background:var(--clr-primary);border-radius:1px;width:4px}.fp-card-chart-bar--1{height:9px}.fp-card-chart-bar--2{height:13px}.fp-card-chart-bar--3{height:7px}.fp-card-v2-body{grid-template-columns:auto 1fr;align-items:start;gap:12px;margin-top:20px;display:grid}.fp-card-v2-budget-col{flex-direction:column;gap:2px;min-width:100px;display:flex}.fp-card-v2-amount{color:var(--clr-text-dark);letter-spacing:-.5px;font-size:1.5rem;font-weight:700;line-height:1.15}.fp-card-v2-amount-unit{color:var(--clr-muted);margin-bottom:6px;font-size:.78rem;font-weight:400}.fp-card-v2-sequestr-label{color:var(--clr-muted);margin-top:4px;font-size:.78rem;font-weight:400}.fp-card-v2-sequestr-row{align-items:baseline;gap:3px;display:flex}.fp-card-v2-sequestr-val{color:var(--clr-muted);font-size:.85rem;font-weight:700}.fp-card-v2-sequestr-unit{color:var(--clr-muted);font-size:.78rem;font-weight:400}.fp-card-v2-outbudget-label{color:var(--clr-muted);margin-top:4px;font-size:.78rem;font-weight:400}.fp-card-v2-outbudget-row{align-items:baseline;gap:3px;display:flex}.fp-card-v2-outbudget-val{color:var(--clr-muted);font-size:.85rem;font-weight:700}.fp-card-v2-outbudget-unit{color:var(--clr-muted);font-size:.78rem;font-weight:400}.fp-card-v2-bar-col{flex-direction:column;gap:6px;display:flex}.fp-card-v2-bar-labels{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.fp-card-v2-bar-label-group{flex-direction:column;gap:4px;display:flex}.fp-card-v2-bar-label-group--done{align-items:flex-start}.fp-card-v2-bar-label-group--undone{text-align:right;align-items:flex-end}.fp-card-v2-bar-text{font-size:.8rem;font-weight:500;line-height:1.3}.fp-card-v2-bar-text--done{color:var(--clr-done)}.fp-card-v2-bar-text--undone{color:var(--clr-muted)}.fp-card-v2-pct-badge{color:var(--clr-text-on-dark);border-radius:4px;padding:1px 6px;font-size:.95rem;font-weight:700;line-height:1.4;display:inline-block}.fp-card-v2-pct-badge--done{background:var(--clr-done)}.fp-card-v2-pct-badge--undone{background:var(--clr-muted)}.fp-card-v2-bar-track{border-radius:var(--radius-ml);background:var(--clr-bg-subtle);height:40px;display:flex;position:relative;overflow:hidden}.fp-card-v2-bar-track:after{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0000 4px 4px,#ffffff73 8px 8px);position:absolute;inset:0}.fp-card-v2-stripe{background-repeat:repeat;background-size:10px 100%;min-width:0;height:100%;transition:width .3s}.fp-card-v2-stripe:first-child{border-radius:10px 0 0 10px}.fp-card-v2-stripe:last-child{border-radius:0 10px 10px 0}.fp-card-v2-stripe--done{background:var(--clr-done)}.fp-card-v2-stripe--undone{background:#dadce0}.fp-card-v2-bar-values{justify-content:space-between;display:flex}.fp-card-v2-bar-value-group{flex-direction:row;align-items:baseline;gap:2px;display:flex}.fp-card-v2-bar-value-group:last-child{align-items:flex-end}.fp-card-v2-bar-val{font-size:1rem;font-weight:700}.fp-card-v2-bar-val--done{color:var(--clr-done)}.fp-card-v2-bar-val--undone{color:var(--clr-muted)}.fp-card-v2-bar-unit{font-size:.7rem;font-weight:400;line-height:1}.fp-card-v2-bar-unit--done{color:var(--clr-done)}.fp-card-v2-bar-unit--undone{color:var(--clr-muted)}.fp-card-v2-footer{gap:8px;margin-top:auto;padding-top:10px;display:flex}.fp-card-v2-footer-stat{background:var(--clr-neutral-bg);border-radius:var(--radius-md);flex-direction:column;flex:1;gap:2px;padding:6px 8px;display:flex}.fp-card-v2-footer-label{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-muted);font-size:.65rem;font-weight:600}.fp-card-v2-footer-value-row{justify-content:space-between;align-items:center;display:flex}.fp-card-v2-footer-value{color:var(--clr-text-dark);font-size:.85rem;font-weight:700}.fp-card-v2-footer-finger-icon{flex-shrink:0;width:12px;height:16px;display:block}.fp-card-v2-footer-finger-icon--inactive{opacity:.35;cursor:default}.fp-card-v2-footer-stat--clickable{background:var(--clr-neutral-bg);border-radius:var(--radius-md);cursor:pointer;text-align:left;border:1px solid #00000014;flex-direction:column;flex:1;gap:2px;padding:6px 8px;transition:box-shadow .15s,transform .1s;display:flex}.fp-card-v2-footer-stat--clickable:hover{box-shadow:0 0 0 1.5px #0224561f,0 1px 6px #00000014}.fp-card-v2-footer-stat--clickable:active{background:linear-gradient(#e4e6ea 0%,#eceef1 100%);transform:translateY(1px);box-shadow:inset 0 1px 3px #0000001f}.nat-fp-split{grid-template-columns:1fr 2fr;align-items:start;gap:16px;display:grid;overflow:visible}.nat-fp-split>.nat-card{align-self:stretch}.nat-fp-split>.fp-cards-grid--nat .fp-card-details-container{grid-column:1/-1}.fp-cards-grid--nat{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row}.nat-card{flex-direction:column;gap:6px;padding:20px 24px;display:flex;position:relative;overflow:visible}.nat-card-section-label{text-transform:uppercase;letter-spacing:.7px;color:var(--clr-muted);font-size:.65rem;font-weight:600;line-height:1}.nat-card-name{color:var(--clr-text-dark);font-size:1rem;font-weight:700;line-height:1.35}.nat-card-header{align-items:flex-start;gap:8px;display:flex}.nat-card-header-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.nat-card-kpi-btn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex}.nat-card-kpi-btn:hover,.nat-card-kpi-btn:focus-visible{opacity:.75}.nat-card-kpi-icon{width:auto;height:32px;display:block}.nat-card-top{flex-direction:column;gap:8px;display:flex}.nat-card-body{flex:1;grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:16px;min-height:0;display:grid}.nat-card-left{flex-direction:column;gap:12px;min-width:0;display:flex}.nat-card-budget-label{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-muted);font-size:.65rem;font-weight:600}.nat-card-budget-large{flex-wrap:nowrap;align-items:center;gap:4px;display:flex}.nat-card-budget-num{color:var(--clr-text-dark);letter-spacing:-.5px;font-size:2.2rem;font-weight:700;line-height:1.1}.nat-card-budget-unit{color:var(--clr-muted);font-size:.75rem;font-weight:500}.nat-card-sequestr{margin-top:25px}.nat-card-sequestr,.nat-card-outbudget{flex-direction:column;gap:2px;display:flex}.nat-card-sequestr-label,.nat-card-outbudget-label{text-transform:uppercase;letter-spacing:.5px;color:var(--clr-muted);font-size:.65rem;font-weight:600}.nat-card-sequestr-value,.nat-card-outbudget-value{align-items:baseline;gap:0;display:flex}.nat-card-sequestr-num,.nat-card-outbudget-num{color:var(--clr-gray-500);font-size:1.3rem;font-weight:700;line-height:1.2}.nat-card-sequestr-unit,.nat-card-outbudget-unit{color:var(--clr-muted);font-size:.75rem;font-weight:400}.nat-card-right{flex-direction:column;align-items:center;min-width:0;min-height:0;padding-left:16px;display:flex}.nat-card-right .dbl-bar{flex:1;width:100%;margin-top:0}.nat-card-right .dbl-bar__wrap{width:fit-content;margin:0 auto;grid-template-columns:0 67px 112px minmax(100px,auto)!important;height:100%!important}.nat-card-footer-stats{flex-direction:column;gap:8px;margin-top:auto;display:flex}.nat-card-stat{background:var(--clr-neutral-bg);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;gap:4px;min-height:56px;padding:12px 14px;display:flex}.nat-card-stat-label{text-transform:uppercase;letter-spacing:.4px;color:var(--clr-muted);white-space:nowrap;font-size:.65rem;font-weight:600;line-height:1.2}.nat-card-stat-value{color:var(--clr-text-dark);font-size:1.1rem;font-weight:700;line-height:1.2}.nat-cards-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@container main (width<=1700px){.nat-cards-grid{grid-template-columns:repeat(2,1fr)}}@container main (width>=1200px) and (width<=1700px){.nat-fp-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.fp-cards-grid--nat{display:contents}.nat-fp-split>.nat-card{grid-row:1/3;align-self:stretch}}@container main (width<=1200px){.nat-fp-split{grid-template-columns:1fr}.fp-cards-grid--nat{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=1160px){.nat-cards-grid{grid-template-columns:1fr}.fp-cards-grid--nat{grid-template-columns:minmax(0,1fr)}}.machines-layout{align-items:flex-start;gap:1.5rem;display:flex}.machine-tree-panel{background:var(--clr-surface);border-radius:var(--radius-ml);box-shadow:var(--shadow-sm);flex:0 0 300px;max-height:calc(100vh - 8rem);padding:1rem;position:sticky;top:1rem;overflow-y:auto}.machine-cards-panel{flex:1;min-width:0}@media (width<=960px){.machines-layout{flex-direction:column}.machine-tree-panel{flex:none;width:100%;max-height:260px;position:static}}.machine-tree ul{margin:0;padding-left:.75rem;list-style:none}.tree-category{margin-bottom:.25rem}.tree-category-summary{text-transform:uppercase;letter-spacing:.04em;color:var(--clr-muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.25rem 0;font-size:.8rem;font-weight:700;list-style:none}.tree-category-summary::-webkit-details-marker{display:none}.tree-category-summary:before{content:"▶ ";font-size:.65rem}details[open]>.tree-category-summary:before{content:"▼ "}.tree-group{margin-bottom:.1rem}.tree-group-details{padding-left:.5rem}.tree-group-summary{color:var(--clr-text-heading);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.15rem 0;font-size:.88rem;font-weight:600;list-style:none}.tree-group-summary::-webkit-details-marker{display:none}.tree-group-summary:before{content:"▶ ";color:var(--clr-muted-light);font-size:.6rem}details[open]>.tree-group-summary:before{content:"▼ "}.tree-items-list{margin-top:.15rem;padding-left:.75rem!important}.tree-item{color:var(--clr-text-secondary);padding:.15rem 0;font-size:.84rem}.tree-item-count{color:var(--clr-muted-light);font-size:.8rem}.tree-item-btn{cursor:pointer;color:var(--clr-link);text-align:left;font-size:.84rem;line-height:inherit;background:0 0;border:none;padding:0}.tree-item-btn:hover{color:var(--clr-link-dark);text-decoration:underline}.mfr-detail-page{flex-direction:column;gap:16px;padding-bottom:60px;display:flex}.mfr-detail-page .page-header-year-group{margin-bottom:-8px}.mfr-header-block{flex-direction:row;align-items:center;gap:16px;display:flex}.mfr-company-icon{border:1px solid var(--clr-border);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.mfr-company-icon-img{object-fit:contain;opacity:.7;width:30px;height:30px}.mfr-header-text{flex-direction:column;gap:5px;min-width:0;display:flex}.mfr-meta-row{color:var(--clr-text-secondary);flex-wrap:wrap;align-items:center;gap:5px;font-size:.8rem;line-height:1.3;display:flex}.mfr-meta-inn{white-space:nowrap;font-weight:600}.mfr-meta-sep{color:var(--clr-border);-webkit-user-select:none;user-select:none}.mfr-meta-label{color:var(--clr-muted);margin-right:4px}.mfr-name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.mfr-company-name{color:var(--clr-text);margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.mfr-registry-badge{color:var(--clr-success-deep);border:1.5px solid var(--clr-success-deep);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.mfr-registry-badge-icon{width:16px;height:16px;display:inline-block}.mfr-type-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.mfr-type-label{background:var(--clr-bg-subtle);border:1px solid var(--clr-border);color:var(--clr-text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:.76rem;font-weight:500;display:inline-flex}@media (width<=768px){.mfr-company-icon{width:44px;height:44px}.mfr-company-icon-img{width:24px;height:24px}.mfr-company-name{font-size:1.35rem}}.producer-card-link{color:inherit;min-width:0;height:100%;text-decoration:none;display:block;overflow:hidden}.producer-card-link .proj-modal-applicant-name{padding-bottom:3px;display:inline-block;position:relative}.producer-card-link .proj-modal-applicant-name:after{content:"";background-color:var(--clr-primary);width:0;height:2px;transition:width .5s;display:block;position:absolute;bottom:0;right:0}.producer-card-link:hover .proj-modal-applicant-name:after{background-color:var(--clr-primary);width:100%;transition:width .5s;left:0;right:auto}.producer-card{cursor:pointer;flex-direction:column;gap:12px;height:100%;min-height:160px;transition:box-shadow .15s;display:flex;overflow:hidden}.producer-card:hover,.producer-card:focus-visible{box-shadow:var(--shadow-lg)}.producer-card-link .proj-modal-applicant-name{transition:color .15s}.producer-card-link:hover .proj-modal-applicant-name{color:var(--clr-primary)}.producer-card-header{flex-direction:column;gap:8px;display:flex}.producer-card-left{flex-direction:column;gap:4px;min-width:0;display:flex}.producer-card-right{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.producer-card-name{color:var(--clr-text);overflow-wrap:break-word;word-break:break-word;font-size:.95rem;font-weight:600;line-height:1.3}.producer-card-city{color:var(--clr-text-secondary);align-items:center;gap:2px;font-size:.82rem;display:flex}.producer-card-city-icon{color:var(--clr-muted);font-size:.82rem}.producer-card-items-label{color:var(--clr-muted);text-align:left;font-size:.75rem;font-weight:500}.producer-card-chips{flex-wrap:wrap;justify-content:flex-start;gap:4px;display:flex}.producer-card-chip{background:var(--clr-primary-tint);border:1px solid var(--clr-border);color:var(--clr-primary);overflow-wrap:break-word;word-break:break-word;border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:500}.producer-stats-row{border-top:1px solid var(--clr-divider);grid-template-columns:repeat(3,1fr);gap:12px;padding-top:10px;display:grid}.producer-stat-col{flex-direction:column;gap:2px;display:flex}.producer-stat-label{color:var(--clr-muted);font-size:.72rem;line-height:1.3}.producer-stat-value{color:var(--clr-text);font-size:1rem;font-weight:700;line-height:1.3}.producer-card-projects{border-top:1px solid var(--clr-divider);flex-direction:column;gap:6px;padding-top:10px;display:flex}.producer-card-projects-label{color:var(--clr-muted);margin-bottom:2px;font-size:.75rem;font-weight:500}.producer-proj-box{background:var(--clr-bg-subtle);border-radius:var(--radius-sm);padding:6px 8px}.producer-proj-row{flex-direction:column;gap:2px;display:flex}.producer-proj-name{color:var(--clr-text);overflow-wrap:break-word;font-size:.78rem;line-height:1.25}.producer-proj-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.producer-proj-budget{color:var(--clr-primary);white-space:nowrap;font-size:.72rem;font-weight:600}.producer-proj-period{color:var(--clr-text-secondary);white-space:nowrap;font-size:.72rem}.producer-proj-status{white-space:nowrap;border-radius:999px;padding:1px 6px;font-size:.68rem;font-weight:500}.producer-proj-status--active{color:#1565c0;background:#e3f2fd}.producer-proj-status--done{color:#2e7d32;background:#e8f5e9}.producer-proj-status--upcoming{color:#e65100;background:#fff3e0}.producer-proj-status--default{background:var(--clr-bg-subtle);color:var(--clr-text-secondary)}.mfr-section{flex-direction:column;gap:0;display:flex}.mg-content{flex-direction:column;gap:32px;width:100%;display:flex}.mg-content .mg-support-projects-card{margin-top:-24px}.mg-support-projects-card{padding:0;overflow:hidden}.mg-proj-toggle-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #0000;width:100%;transition:border-color .15s}.mg-proj-toggle-btn:hover,.mg-proj-toggle-btn:focus-visible{background:var(--clr-bg-subtle)}.mg-proj-toggle-btn--open{border-bottom-color:var(--clr-border)}.mg-proj-count-badge{background:var(--clr-bg-subtle);border:1px solid var(--clr-border);color:var(--clr-text-secondary);border-radius:20px;flex-shrink:0;margin-left:auto;padding:2px 10px;font-size:.78rem;font-weight:600}.mg-proj-chevron{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:16px;height:16px;margin-left:8px;transition:transform .2s;display:inline-block}.mg-proj-toggle-btn--open .mg-proj-chevron{transform:rotate(90deg)}.mg-proj-scroll{padding:14px 16px;container-type:inline-size}.mg-proj-scroll--collapsed{display:none}.mg-proj-grid{flex-direction:column;gap:12px;display:flex}.mg-proj-grid .sm-proj-v2{width:100%;min-width:0}.mg-proj-grid.sm-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@container (width<=1000px){.mg-proj-grid.sm-projects-grid{grid-template-columns:1fr}}.mfr-detail-page>div[class*=_dash-loading],.mfr-detail-page>._dash-loading-callback{width:100%}.mg-kpi-strip{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.mg-kpi-strip .im-kpi-card{min-width:0}.cd-kpi-strip.metrics-row--auto{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;gap:16px;width:100%;display:grid}.cd-kpi-strip .im-kpi-card{min-width:0}.cd-kpi-strip .metric-card--single,.cd-kpi-strip .metric-card--two-cols{flex:1 1 0;width:100%;min-width:0}.cd-metrics-block{flex-direction:column;gap:16px;padding:16px 18px;display:flex}.cd-metrics-header{border-bottom:1px solid var(--clr-border);flex-direction:column;gap:4px;padding-bottom:12px;display:flex}.cd-metrics-title{color:var(--clr-text-heading);margin:0;font-size:1rem;font-weight:700}.cd-metrics-subtitle{color:var(--clr-text-secondary);margin:0;font-size:.82rem}.mg-section{margin-top:0}.mg-support-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#eef2f7;border:1px solid #0f2a59;justify-content:space-between;align-items:center;gap:24px;padding:16px 20px;display:flex}.mg-support-left{flex-direction:column;gap:8px;display:flex}.mg-support-header{color:var(--clr-primary-alt);align-items:center;gap:10px;font-size:1rem;font-weight:700;display:flex}.mg-support-icon-img{width:28px;height:28px}.mg-support-title{font-size:1rem}.mg-support-subtitle{color:var(--clr-muted);max-width:520px;font-size:.78rem}.mg-support-metric{align-items:baseline;gap:8px;display:flex}.mg-support-label{color:var(--clr-muted);font-size:.78rem}.mg-support-value{color:var(--clr-primary-alt);font-size:1.15rem;font-weight:700}.mg-support-btn{border-radius:var(--radius-ml);background:var(--clr-primary-alt);color:var(--clr-text-on-dark);cursor:pointer;border:none;padding:10px 16px;font-size:.85rem;font-weight:600}.mg-support-btn:hover,.mg-support-btn:focus-visible{background:#0a1f4b}@media (width<=1160px){.mg-support-card{flex-direction:column;align-items:flex-start}}.mg-kpi-strip.metrics-row--auto{grid-template-columns:repeat(5,minmax(0,1fr));justify-content:stretch;gap:16px;width:100%;display:grid!important}@container main (width<=1000px){.mg-kpi-strip.metrics-row--auto.page--fullwidth{grid-template-columns:repeat(6,1fr)}.mg-kpi-strip.metrics-row--auto.page--fullwidth>:first-child{grid-column:1/3}.mg-kpi-strip.metrics-row--auto.page--fullwidth>:nth-child(2){grid-column:3/5}.mg-kpi-strip.metrics-row--auto.page--fullwidth>:nth-child(3){grid-column:5/7}.mg-kpi-strip.metrics-row--auto.page--fullwidth>:nth-child(4){grid-column:2/4}.mg-kpi-strip.metrics-row--auto.page--fullwidth>:nth-child(5){grid-column:4/6}}.mg-support-measure{margin-bottom:12px}.mg-support-measure>summary{cursor:pointer;list-style:none}.mg-support-measure>summary::-webkit-details-marker{display:none}.mg-projects-details{border-radius:var(--radius-lg);border:1px solid var(--clr-border);background:var(--clr-surface);box-shadow:var(--shadow-sm);margin-top:12px;overflow:hidden}.mg-projects-summary{cursor:pointer;color:var(--clr-text);align-items:center;gap:8px;padding:14px 16px;font-size:.95rem;font-weight:600;list-style:none;display:flex}.mg-projects-summary::-webkit-details-marker{display:none}.mg-projects-summary:before{content:"›";color:var(--clr-muted);transition:transform .18s,color .18s;transform:rotate(0)}.mg-projects-details[open] .mg-projects-summary:before{color:var(--clr-text-secondary);transform:rotate(90deg)}.mg-projects-body{border-top:1px solid var(--clr-divider);padding:16px}.mg-projects-empty{border-radius:var(--radius-md);border:1px dashed var(--clr-border);background:var(--clr-bg-subtle);color:var(--clr-muted);text-align:center;padding:12px}.mg-projects-dropdown{border-radius:var(--radius-lg);border:1px solid var(--clr-border);background:var(--clr-surface);box-shadow:var(--shadow-sm);margin-top:12px;padding:16px 18px}.mg-projects-dropdown-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.mg-projects-dropdown-title{color:var(--clr-text);margin:0;font-size:1.05rem;font-weight:700}.mg-projects-dropdown-subtitle{color:var(--clr-muted);margin-top:4px;font-size:.82rem}.mg-projects-dropdown-count{color:var(--clr-primary);background:var(--clr-primary-tint);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:600}.mg-projects-dropdown-empty{border-radius:var(--radius-md);border:1px dashed var(--clr-border);background:var(--clr-bg-subtle);color:var(--clr-muted);text-align:center;padding:14px}@media (width<=760px){.mg-projects-dropdown-header{flex-direction:column;align-items:flex-start}}.mg-producers-more{border-radius:var(--radius-lg);border:1px solid var(--clr-border);background:var(--clr-surface);margin-top:12px}.mg-producers-more-summary{cursor:pointer;color:var(--clr-text);border-radius:var(--radius-ml);align-items:center;gap:8px;padding:12px 16px;font-size:.88rem;font-weight:600;list-style:none;transition:background .15s,color .15s;display:flex}.mg-producers-more-summary:hover{background:var(--clr-bg-subtle);color:var(--clr-text)}.mg-producers-more-summary::-webkit-details-marker{display:none}.mg-producers-more-summary:before{content:"›";color:var(--clr-muted);transition:transform .18s,color .18s;transform:rotate(0)}.mg-producers-more[open] .mg-producers-more-summary:before{color:var(--clr-text-secondary);transform:rotate(90deg)}.mg-producers-more-body{border-top:1px solid var(--clr-divider);padding:12px 16px 16px}.mg-prod-chart{background:var(--clr-surface);margin-bottom:18px;padding:16px 18px 6px}.mg-prod-chart-title{color:var(--clr-text);margin:0;font-size:1.1rem;font-weight:700}.mg-prod-chart-subtitle{color:var(--clr-text-secondary);margin-top:4px;font-size:.82rem}.mg-prod-chart-graph{margin-top:6px}.mg-prod-vbar-chart{gap:6px;width:100%;height:292px;display:flex}.mg-prod-vbar-y-axis{text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:32px;padding-top:18px;padding-bottom:72px;display:flex}.mg-prod-vbar-y-tick{color:var(--clr-text-secondary);font-size:.72rem;line-height:1}.mg-prod-vbar-bars{flex:1;align-items:flex-end;gap:4px;min-width:0;display:flex}.mg-prod-vbar-col{flex-direction:column;flex:1;min-width:24px;height:100%;display:flex}.mg-prod-vbar-bar-area{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;padding-bottom:8px;display:flex}.mg-prod-vbar-bar{border-radius:2px 2px 0 0;width:80%;min-height:2px;transition:opacity .15s}.mg-prod-vbar-col:hover .mg-prod-vbar-bar{opacity:.8}.mg-prod-vbar-bar-label{color:#0b2559;white-space:nowrap;margin-bottom:2px;font-size:.62rem;font-weight:600;line-height:1.2}.mg-prod-vbar-xlabel-area{flex-shrink:0;justify-content:flex-start;align-items:flex-start;height:72px;padding-top:4px;padding-left:25%;display:flex;overflow:visible}.mg-prod-vbar-xlabel-text{color:var(--clr-text-secondary);white-space:nowrap;transform-origin:0 0;font-size:9px;font-weight:400;line-height:1.2;display:block;transform:rotate(30deg)}.mg-producers-block{background:var(--clr-surface);border-radius:var(--radius-lg);border:1px solid var(--clr-border);flex-direction:column;gap:16px;padding:16px 18px 18px;display:flex}.mg-producers-block .mg-prod-chart{border:none;margin:0;padding:0}.mg-producers-block .mg-producers-more{margin-top:8px}.mg-producers-block .producer-items-details{background:inherit}.mfr-projects-table{border-collapse:collapse;background:var(--clr-surface);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);font-size:.9rem;overflow:hidden}.mfr-projects-thead-row th{text-align:left;background:var(--clr-primary);color:var(--clr-text-on-dark);padding:.65rem 1rem;font-size:.85rem;font-weight:600}.mfr-projects-table tbody tr{border-bottom:1px solid var(--clr-divider)}.mfr-projects-table tbody tr:last-child{border-bottom:none}.mfr-projects-table td{vertical-align:middle;padding:.7rem 1rem}.mfr-proj-name{max-width:340px;color:var(--clr-text);line-height:1.35}.mfr-proj-budget{white-space:nowrap;color:var(--clr-text-secondary);font-weight:500}.mfr-proj-participants{text-align:center;color:var(--clr-text-secondary)}.mfr-proj-period{white-space:nowrap;color:var(--clr-text-secondary);font-size:.83rem}.mfr-groups-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width<=600px){.mfr-groups-grid{grid-template-columns:1fr}}.mfr-group-chip{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-md);color:var(--clr-text);box-shadow:var(--shadow-sm);padding:10px 16px;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.mfr-group-chip:hover{border-color:var(--clr-primary);background:var(--clr-primary-tint)}.mfr-group-chip-link{text-decoration:none;display:block}.prod-activity-card{flex-direction:column;gap:20px;width:50%;display:flex}@media (width<=960px){.prod-activity-card{width:100%}}.prod-activity-subsection{flex-direction:column;gap:10px;display:flex}.prod-activity-subtitle{color:var(--clr-text-heading);text-align:left;margin:0;font-size:.95rem;font-weight:600}.prod-nomenclature-list{flex-direction:column;gap:4px;margin:0;padding-left:20px;list-style:outside;display:flex}.cd-group-list{flex-direction:column;gap:10px;display:flex}.cd-group-details{border-radius:var(--radius-md);border:1px solid var(--clr-border);background:var(--clr-bg);padding:8px 10px}.cd-group-summary{cursor:pointer;list-style:none}.cd-group-summary::-webkit-details-marker{display:none}.cd-group-summary-inner{justify-content:space-between;align-items:center;gap:8px;display:flex}.cd-group-title:before{content:"▶";color:var(--clr-text-muted,#888);margin-right:6px;font-size:.6rem;transition:transform .2s;display:inline-block}details[open] .cd-group-title:before{transform:rotate(90deg)}.cd-group-title{font-weight:600}.cd-group-more-link{color:var(--clr-primary);white-space:nowrap;flex-shrink:0;font-size:.8rem;text-decoration:none}.cd-group-more-link:hover{text-decoration:underline}.cd-group-nomenclature{margin-top:8px}.prod-nom-item{color:var(--clr-text);font-size:.9rem}.mfr-suppliers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.mfr-suppliers-grid>*{min-width:0;height:100%}.mfr-suppliers-grid .producer-card-link{align-items:center;gap:8px;height:100%;display:flex}.mfr-suppliers-grid .producer-card--modal{height:100%}.producer-card-wrap{color:inherit;height:100%;text-decoration:none;display:block}.producer-card--modal{border:1px solid var(--clr-primary-border);border-radius:var(--radius-lg);background:var(--clr-surface);flex-direction:column;gap:10px;min-width:0;height:100%;padding:12px 14px;display:flex;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.producer-card--modal .proj-modal-applicant-header{flex:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.producer-card--modal .proj-modal-applicant-left,.producer-card--modal .proj-modal-applicant-right{flex-direction:column;gap:8px;min-width:0;display:flex}.producer-card--modal .proj-modal-applicant-name-row{align-items:center;gap:14px;min-width:0;display:flex}.producer-card--modal .proj-modal-applicant-icon-wrap,.producer-card--modal .proj-modal-applicant-name{align-items:center;display:inline-flex}.producer-card--modal .proj-modal-applicant-icon-wrap{flex:none}.producer-card--modal .proj-modal-applicant-icon{width:22px;height:22px}.producer-card--modal .proj-modal-applicant-name{min-width:0;color:var(--clr-text-strong);text-transform:uppercase;font-size:.9rem;font-weight:800;line-height:1.2}.producer-card--modal .proj-modal-applicant-city{color:var(--clr-muted);align-items:center;gap:6px;font-size:.78rem;line-height:1.3;display:inline-flex}.producer-card--modal .proj-modal-applicant-city-icon-wrap{justify-content:center;align-items:center;display:inline-flex}.producer-card--modal .proj-modal-applicant-city-icon{width:12px;height:12px}.producer-card--modal .proj-modal-applicant-items-label{color:var(--clr-muted-light);font-size:.72rem;line-height:1.3}.producer-card--modal .proj-modal-applicant-items-label--title{font-weight:700}.producer-card--modal .proj-modal-applicant-items-label--sub{font-weight:600}.producer-card--modal .proj-modal-applicant-chips{flex-wrap:wrap;gap:6px;display:flex}.producer-card--modal .proj-modal-chip{background:var(--clr-surface);min-height:26px;color:var(--clr-done);border:1px solid #d1fae5;border-radius:999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.producer-card--modal .proj-modal-chip--link:hover{background:#f0fdf4;border-color:#86efac}.producer-card--modal .proj-modal-chip-empty,.producer-card--modal .proj-modal-stat-empty{color:var(--clr-muted-light);font-size:.72rem;line-height:1.3}.producer-card--modal .proj-modal-applicant-stats{border-top:1px solid var(--clr-divider);grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:auto;padding-top:10px;display:grid}.producer-card--modal .proj-modal-applicant-stat{flex-direction:column;gap:4px;min-width:0;padding:0 8px;display:flex}.producer-card--modal .proj-modal-applicant-stat-label-row{align-items:center;gap:6px;min-width:0;display:flex}.producer-card--modal .proj-modal-applicant-stat-icon-wrap{flex:none;justify-content:center;align-items:center;margin-top:0;display:inline-flex}.producer-card--modal .proj-modal-applicant-stat-icon{width:14px;height:14px}.producer-card--modal .proj-modal-applicant-stat-label{color:var(--clr-muted-light);font-size:.68rem;line-height:1.25}.producer-card--modal .proj-modal-applicant-stat-value{color:var(--clr-text-strong);font-size:.88rem;font-weight:800;line-height:1.2}.mfr-suppliers-grid .producer-card--modal{flex-direction:column;gap:10px;display:flex}.mfr-suppliers-grid .proj-modal-applicant-header{flex:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:start}.mfr-suppliers-grid .proj-modal-applicant-left,.mfr-suppliers-grid .proj-modal-applicant-right{min-width:0}.mfr-suppliers-grid .proj-modal-applicant-stats{margin-top:auto}.mfr-suppliers-grid .proj-modal-applicant-wrap{padding:12px 14px}.mfr-suppliers-grid .proj-modal-applicant-name{font-size:.9rem}.mfr-suppliers-grid .proj-modal-applicant-name-row{align-items:center;gap:14px;display:flex}.mfr-suppliers-grid .proj-modal-applicant-name-row .proj-modal-applicant-icon-wrap,.mfr-suppliers-grid .proj-modal-applicant-name-row .proj-modal-applicant-name{align-items:center;display:inline-flex}.mfr-suppliers-grid .proj-modal-applicant-name-row .proj-modal-applicant-name{line-height:1.2}.mfr-suppliers-grid .proj-modal-applicant-icon-wrap{flex-shrink:0}.mfr-suppliers-grid .proj-modal-applicant-city{font-size:.78rem}.mfr-suppliers-grid .producer-items-details{padding:6px 8px}.mfr-suppliers-grid .producer-items-summary{gap:4px}@container main (width<=1200px){.mfr-suppliers-grid{grid-template-columns:repeat(2,1fr)}}@container main (width<=720px){.mfr-suppliers-grid{grid-template-columns:1fr}}.mfr-suppliers-grid .proj-modal-applicant-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px;padding-top:10px}.mfr-suppliers-grid .proj-modal-applicant-stat{padding:0 8px}.mfr-suppliers-grid .proj-modal-applicant-stat-label-row{align-items:center}.mfr-suppliers-grid .proj-modal-applicant-stat-icon-wrap{margin-top:0}.mfr-suppliers-grid .proj-modal-applicant-stat-label{font-size:.68rem}.mfr-suppliers-grid .proj-modal-applicant-stat-value{font-size:.88rem}.mfr-suppliers-grid .producer-card--components{padding:10px 12px}.mfr-suppliers-grid .producer-card--components .proj-modal-applicant-header{gap:6px}.mfr-suppliers-grid .producer-card--components .producer-items-details{padding:6px 8px}.mfr-suppliers-grid .producer-card--components .proj-modal-applicant-stats{gap:4px;margin-top:8px;padding-top:8px}.mfr-suppliers-grid .producer-card--components .proj-modal-applicant-stat{padding:0 6px}.mfr-suppliers-grid .producer-card--components .proj-modal-applicant-stat-label{font-size:.64rem}.mfr-suppliers-grid .producer-card--components .proj-modal-applicant-stat-value{font-size:.82rem}.producer-card--compact{padding:12px 14px}.producer-card--compact .proj-modal-applicant-header{gap:12px}.producer-card--compact .proj-modal-applicant-name{font-size:.9rem}.producer-card--compact .proj-modal-applicant-city{font-size:.75rem}.producer-card--compact .producer-items-details{padding:6px 8px}.producer-card--compact .producer-items-hint,.producer-card--compact .proj-modal-applicant-items-label{font-size:.72rem}.producer-card--compact .proj-modal-applicant-stats{grid-template-rows:auto auto;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px;padding-top:8px}.producer-card--compact .proj-modal-applicant-stat{grid-row:span 2;grid-template-rows:subgrid;gap:4px;padding:0 8px;display:grid}.producer-card--compact .proj-modal-applicant-stat-label{font-size:.66rem}.producer-card--compact .proj-modal-applicant-stat-value{margin-left:20px;font-size:.85rem}.producer-items-compact{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.producer-items-details{border-radius:var(--radius-md);border:1px solid var(--clr-border);background:var(--clr-bg-subtle);padding:8px 10px;transition:box-shadow .2s,border-color .2s}.producer-items-details:hover{border-color:var(--clr-muted-light);box-shadow:-4px 0 8px #00000014,4px 0 8px #00000014}.producer-items-summary{cursor:pointer;flex-direction:row;align-items:center;gap:6px;list-style:none;display:flex}.producer-items-summary::-webkit-details-marker{display:none}.producer-items-summary:after{content:"›";color:var(--clr-muted);flex-shrink:0;margin-left:auto;font-size:1rem;line-height:1;transition:transform .18s,color .18s}.producer-items-details[open] .producer-items-summary:after{color:var(--clr-text-secondary);transform:rotate(90deg)}.producer-items-summary:hover{color:var(--clr-text)}.producer-items-summary:hover:after{color:var(--clr-text-secondary)}.producer-items-hint{color:var(--clr-muted);font-size:.7rem}.producer-items-content{flex-direction:column;gap:6px;display:flex}.producer-items-body{margin-top:6px;display:none}.producer-items-details[open] .producer-items-body{display:block}.producer-items-details[open] .producer-items-compact{display:none}.producer-items-compact-text{color:var(--clr-text);background:var(--clr-bg-subtle);border:1px solid var(--clr-border);white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.78rem}.producer-items-compact-more{color:var(--clr-primary);font-size:.78rem;font-weight:600}.producer-items-compact-empty{color:var(--clr-muted);font-size:.78rem}.component-cards-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@container main (width<=1200px){.component-cards-grid{grid-template-columns:repeat(2,1fr)}}@container main (width<=720px){.component-cards-grid{grid-template-columns:1fr}}.mfr-sup-card{flex-direction:column;gap:8px;display:flex}.mfr-sup-name{color:var(--clr-text);font-size:.95rem;font-weight:600;line-height:1.3}.mfr-sup-city{color:var(--clr-text-secondary);flex:1;align-items:center;gap:4px;font-size:.85rem;display:flex}.mfr-sup-btn{text-align:center;margin-top:auto;font-size:.85rem;text-decoration:none}.cd-prod-row{flex-direction:column;gap:16px;display:flex}.cd-prod-row-card{padding:16px}.cd-prod-groups-card{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.cd-groups-scroll{flex-direction:column;flex:1 1 0;gap:12px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.prod-activity-sections{flex-direction:column;gap:20px;display:flex}.cd-projects-card{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.cd-projects-scroll{flex-direction:column;flex:1 1 0;gap:10px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}@media (width<=960px){.cd-projects-scroll{max-height:400px}}.cd-switcher-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.cd-switcher-bar--in-activity{border-bottom:1px solid var(--clr-border);margin-bottom:0;padding-bottom:12px}.cd-prod-row-body{align-items:stretch;gap:20px;height:385px;display:flex}@media (width<=960px){.cd-prod-row-body{flex-direction:column;height:auto}}.cd-combined-groups-scroll{flex-direction:column;flex:1 1 0;gap:20px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.cd-combined-section{flex-direction:column;gap:8px;display:flex}.prod-activity-subtitle--section{color:var(--clr-primary);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--clr-border);margin-bottom:4px;padding-bottom:4px;font-size:.875rem;font-weight:600}.cd-partners-sub-title{color:var(--clr-text-primary);margin:0 0 8px;font-size:.8125rem;font-weight:600}.cd-no-data-metrics{width:100%;height:80px;color:var(--clr-text-secondary);background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-md);grid-column:1/-1;justify-content:center;align-items:center;font-size:.875rem;display:flex}.cd-content,.cd-main-content{flex-direction:column;gap:32px;display:flex}.cd-no-data-card{color:var(--clr-muted);flex:1;justify-content:center;align-items:center;min-height:80px;font-size:.875rem;display:flex}.mg-chart-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.mg-chart-title{margin:0}.mg-cg-block{padding:16px 18px 0;overflow:hidden}.mg-cg-block-title{flex-direction:column;gap:2px;display:flex}.mg-cg-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.mg-cg-block .cg-cards-list{gap:0;margin:8px -18px 0}.mg-cg-block .cg-card.cg-acc{box-shadow:none;border:none;border-top:1px solid var(--clr-divider);border-radius:0}.mg-cg-block .cg-card.cg-acc:first-child{border-top:none}.mg-cg-block .cg-card.cg-acc:last-child,.mg-cg-block .cg-acc[open]:last-child .cg-acc-body{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.mg-cg-sort-row{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 10px;display:flex}.mg-cg-sort-label{color:var(--clr-text-secondary);white-space:nowrap;font-size:.85rem;font-weight:600}.mg-cg-sort{--Dash-Fill-Interactive-Strong:var(--clr-primary);--Dash-Stroke-Strong:var(--clr-primary);--Dash-Fill-Interactive-Weak:var(--clr-primary-tint);--Dash-Radius-Trigger:var(--radius-md);width:220px;min-width:180px}#mg-cg-sort .Select-control{border-radius:var(--radius-md)!important;border:1px solid var(--clr-border)!important;background:var(--clr-surface)!important;box-shadow:none!important}#mg-cg-sort .Select-control:hover{border-color:var(--clr-primary)!important}#mg-cg-sort .dash-dropdown-option:hover,#mg-cg-sort .dash-dropdown-option[data-highlighted]{color:var(--clr-primary)!important;background:var(--clr-primary-tint)!important}#mg-cg-sort .dash-dropdown-value{color:var(--clr-text)}@media (width<=1160px){.mg-chart-header-row{flex-direction:column;align-items:flex-start}}.component-card-link{color:inherit;min-width:0;height:100%;text-decoration:none;display:block;overflow:hidden}.component-card{cursor:pointer;flex-direction:column;gap:16px;height:100%;min-height:200px;transition:box-shadow .15s;display:flex;overflow:hidden}.component-card:hover,.component-card:focus-visible{box-shadow:var(--shadow-lg)}.component-card-header{flex-direction:column;gap:4px;display:flex}.component-card-title{color:var(--clr-text);overflow-wrap:break-word;word-break:break-word;font-size:.95rem;font-weight:600;line-height:1.3}.component-card-category{width:fit-content;color:var(--clr-primary);background:var(--clr-primary-tint);border-radius:var(--radius-md);padding:3px 10px;font-size:.82rem;font-weight:400;line-height:1.4;display:inline-block}.component-card-metrics{border-top:1px solid var(--clr-divider);flex-direction:row;justify-content:space-around;gap:16px;margin-top:auto;padding:12px 0;display:flex}.component-card-metric-item{text-align:center;flex-direction:column;gap:4px;display:flex}.component-card-metric-label{color:var(--clr-text-secondary);font-size:.72rem;font-weight:500}.component-card-metric-value{color:var(--clr-text);font-size:1rem;font-weight:600}.component-card-supplier-item{color:var(--clr-text-secondary);overflow-wrap:break-word;word-break:break-word;font-size:.82rem;line-height:1.3;display:inline}.component-card-suppliers-grid{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.supplier-name-box{background:var(--clr-bg-subtle);border:1px solid var(--clr-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:row;align-items:center;gap:4px;width:fit-content;padding:4px 8px;display:flex}.supplier-name{color:var(--clr-text);white-space:nowrap;font-size:.82rem;font-weight:500}.supplier-name-box-link{color:inherit;text-decoration:none}.supplier-name-box-link:hover .supplier-name-box{border-color:var(--clr-primary);background:var(--clr-primary-tint,#eff6ff)}.supplier-city{color:var(--clr-text-secondary);white-space:nowrap;font-size:.625rem}.component-card--compact{gap:10px;min-height:170px}.component-card--compact .component-card-header{gap:3px}.component-card--compact .component-card-title{font-size:.9rem}.component-card--compact .component-card-category{padding:2px 8px;font-size:.76rem}.component-card--compact .component-card-suppliers-grid{gap:5px;margin-bottom:6px}.component-card--compact .supplier-name-box{gap:3px;padding:3px 6px}.component-card--compact .supplier-name{font-size:.78rem}.component-card--compact .component-card-metrics{gap:12px;padding:8px 0}.component-card--compact .component-card-metric-label{font-size:.68rem}.component-card--compact .component-card-metric-value{font-size:.9rem}.cd-two-col{grid-template-columns:1fr 1fr;gap:20px;display:grid}.cd-two-col--single{grid-template-columns:1fr}@media (width<=960px){.cd-two-col{grid-template-columns:1fr}}.cd-card-header{border-bottom:1px solid var(--clr-border);flex-shrink:0;align-items:center;gap:10px;padding:14px 16px 13px;display:flex}.cd-card-header-icon{border-radius:var(--radius-sm);background:var(--clr-bg-subtle);border:1px solid var(--clr-border);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.cd-card-header-icon-img{opacity:.55;width:15px;height:15px}.cd-card-title{color:var(--clr-text);margin:0;font-size:.875rem;font-weight:600}.cd-prod-activity-card{flex-direction:column;height:440px;padding:0;display:flex;overflow:hidden}.cd-prod-tab-bar{border-bottom:1px solid var(--clr-border);flex-shrink:0;padding:10px 14px;margin-bottom:0!important}.cd-prod-activity-card .cd-groups-scroll{flex:1 1 0;min-height:0;padding:14px 16px;overflow-y:auto}.cd-projects-activity-card{flex-direction:column;height:440px;padding:0;display:flex;overflow:hidden}.cd-projects-activity-card .cd-projects-scroll{flex-direction:column;flex:1 1 0;gap:12px;min-height:0;padding:14px 16px;display:flex;overflow-y:auto}.cd-projects-activity-card .sm-projects-grid{grid-template-columns:minmax(0,1fr);gap:12px;width:100%;padding-bottom:0}.cd-projects-activity-card .sm-projects-grid .proj-card{width:100%;min-width:0}.cd-cooperation-chain-card{padding:0;overflow:visible}.cd-supply-main-header{border-bottom:1px solid var(--clr-border);padding:18px 22px 16px}.cd-supply-main-title{letter-spacing:-.3px;color:var(--clr-text);margin:0;font-size:1.125rem;font-weight:700}.cd-sub-section-header{border-bottom:1px solid var(--clr-border);padding:18px 22px 16px}.cd-sub-section-header--no-border{border-bottom:none}.cd-sub-section-title-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.cd-sub-section-title{text-transform:uppercase;letter-spacing:.6px;color:var(--clr-muted);margin:0;font-size:.6875rem;font-weight:700}.cd-sub-accent-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.cd-sub-accent-dot--blue{background:var(--clr-primary)}.cd-sub-accent-dot--green{background:#166534}.cd-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cd-supply-filter{--Dash-Fill-Interactive-Strong:var(--clr-primary);--Dash-Stroke-Strong:var(--clr-primary);--Dash-Fill-Interactive-Weak:var(--clr-primary-tint);--Dash-Radius-Trigger:var(--radius-md);flex:180px;min-width:160px;max-width:320px}.cd-cooperation-chain-card [data-radix-popper-content-wrapper]{position:absolute!important;top:100%!important;left:0!important;transform:none!important}.cd-filter-select{border:1px solid var(--clr-border);border-radius:var(--radius-md);background-color:var(--clr-surface);min-width:160px;max-width:320px;height:36px;color:var(--clr-text);cursor:pointer;appearance:none;white-space:nowrap;text-overflow:ellipsis;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-size:13px;flex:180px;padding:0 30px 0 10px;font-size:.875rem;line-height:1.4;transition:border-color .15s;overflow:hidden}.cd-filter-select:hover{border-color:var(--clr-primary)}.cd-filter-select:focus{border-color:var(--clr-primary);box-shadow:0 0 0 2px var(--clr-primary-tint);outline:none}@media (width<=800px){.cd-filter-select{flex:100%;max-width:100%}}.cd-filter-reset-btn{border-radius:var(--radius-sm);border:1px solid var(--clr-border);color:var(--clr-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;padding:6px 14px;font-size:.8125rem;transition:background .15s,color .15s,border-color .15s}.cd-filter-reset-btn:hover{background:var(--clr-bg);color:var(--clr-text);border-color:var(--clr-primary)}.cd-supply-body{padding:18px 22px 20px}.cd-inner-divider{background:var(--clr-border);border:none;height:1px;margin:0}.cd-supply-card,.cd-inner-card{transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.cd-supply-card:before,.cd-inner-card:before{content:"";background:var(--clr-border);width:3px;transition:background .2s;position:absolute;top:0;bottom:0;left:0}.cd-supply-card:hover:before{background:var(--clr-primary)}.cd-inner-card:hover:before{background:#315385}.cd-supply-card:hover,.cd-inner-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.proj-card-detail{cursor:pointer;border-radius:var(--radius-md);border:1px solid var(--clr-border);background:var(--clr-surface);flex-direction:column;gap:12px;padding:14px 16px;transition:border-color .15s,box-shadow .15s;display:flex}.proj-card-detail:hover{border-color:var(--clr-primary);box-shadow:var(--shadow-sm)}.proj-card-detail-title{color:var(--clr-text);font-size:.8125rem;font-weight:500;line-height:1.55}.proj-card-meta-grid{grid-template-columns:1fr 1fr;gap:10px 16px;display:grid}.proj-card-meta-item{flex-direction:column;gap:3px;display:flex}.proj-card-meta-label{color:var(--clr-muted);font-size:.6875rem}.proj-card-meta-value{color:var(--clr-text);font-size:.8125rem;font-weight:600;line-height:1.3}.proj-card-meta-value--mono{font-family:JetBrains Mono,Consolas,monospace}.proj-card-meta-value--sm{font-size:.75rem}.proj-card-meta-value--muted{color:var(--clr-muted);font-weight:400}.proj-card-meta-status{border-radius:999px;align-self:flex-start;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=800px){.cd-two-col{grid-template-columns:1fr}.cd-supply-filter{flex:100%;max-width:100%}.cd-filter-reset-btn{text-align:center;width:100%}}.section-title{color:var(--clr-text);margin:0;font-size:1.3em;font-weight:600}.section-title-row{align-items:center;gap:8px;display:inline-flex}.section-title-icon{opacity:.75;flex-shrink:0;width:20px;height:20px}.cd-suppliers-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.cd-chain-block{flex-direction:column;gap:16px;display:flex}.cd-chain-inner{border-top:1px solid var(--clr-border);flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;display:flex}.cd-supply-chain-card,.cd-production-chain-card{flex-direction:column;gap:12px;display:flex}.cd-suppliers-filter{--Dash-Fill-Interactive-Strong:var(--clr-primary);--Dash-Stroke-Strong:var(--clr-primary);--Dash-Fill-Interactive-Weak:var(--clr-primary-tint);--Dash-Radius-Trigger:var(--radius-md);width:220px;min-width:180px}#cd-suppliers-category-filter .Select-control{border-radius:var(--radius-md)!important;border:1px solid var(--clr-border)!important;background:var(--clr-surface)!important;box-shadow:none!important}#cd-suppliers-category-filter .Select-control:hover{border-color:var(--clr-primary)!important;box-shadow:none!important}#cd-suppliers-category-filter .dash-dropdown-option:hover,#cd-suppliers-category-filter .dash-dropdown-option[data-highlighted]{color:var(--clr-primary)!important;background:var(--clr-primary-tint)!important}#cd-suppliers-category-filter .dash-dropdown-value{color:var(--clr-muted)}.cd-suppliers-label{color:var(--clr-text);font-size:.95em;font-weight:600}.im-page{flex-direction:column;gap:16px;padding-bottom:32px;display:flex}.im-dashboard-card{flex-direction:column;gap:0;display:flex}.im-summary-grid{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);grid-template-columns:repeat(5,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.im-summary-card{appearance:none;border:none;border-right:1px solid var(--clr-border);background:var(--clr-surface);text-align:left;min-height:82px;padding:14px 16px 12px}.im-summary-card:last-child{border-right:none}.im-summary-card--interactive{cursor:pointer;transition:background .16s}.im-summary-card--interactive:hover,.im-summary-card--interactive:focus-visible{background:#f8fafc}.im-summary-card__label-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.im-summary-card__label{color:#667085;font-size:.74rem;line-height:1.1}.im-summary-card__icon{color:#98a2b3;background:#f8fafc;border:1px solid #e4e7ec;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.im-summary-card__value{color:#101828;font-size:2rem;font-weight:700;line-height:1}.im-table-shell{background:var(--clr-surface);box-shadow:none;border:1px solid #e5e7eb;border-radius:12px;width:100%;overflow:hidden}.im-table-head,.im-table-row{grid-template-columns:367fr 259fr 325fr 325fr 325fr;width:100%;display:grid}.im-table-head{border-bottom:1px solid #e5e7eb;min-height:95px}.im-table-head__cell,.im-table-cell{border-right:1px solid #eef2f6;min-width:0}.im-table-head__cell:last-child,.im-table-cell:last-child{border-right:none}.im-table-head__cell{appearance:none;box-sizing:border-box;color:#344054;text-align:left;background:#fff;border:0;border-right:1px solid #e5e7eb;grid-template-rows:17px 40px;align-content:start;gap:8px;height:95px;padding:26px 24px 12px;display:grid}.im-table-head__cell--interactive{cursor:pointer;transition:background .16s}.im-table-head__cell--interactive:hover,.im-table-head__cell--interactive:focus-visible{background:#f8fafc}.im-table-head__label-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.im-table-head__label{color:#101828;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;font-weight:400;line-height:1.4;overflow:hidden}.im-table-head__value{color:#101828;letter-spacing:0;font-size:28px;font-weight:700;line-height:1.4}.im-table-head__icon{color:#6a7282;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:20px;height:20px;display:inline-flex}.im-table-head__icon svg{width:20px;height:20px;display:block}.im-table-body{flex-direction:column;display:flex}.im-table-row{border-bottom:1px solid #eef2f6;transition:background .16s}.im-table-row:last-child{border-bottom:none}.im-table-row:hover{background:#fbfcfe}.im-table-cell{align-items:center;min-height:42px;padding:11px 24px;display:flex}.im-table-cell--group{border-right:none;padding-right:24px}.im-table-cell--subgroups{border-right:1px solid #eef2f6;padding:0}.im-table-cell--count{color:#101828;font-size:.875rem;font-weight:600}.im-group-link{min-width:0;color:inherit;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.im-group-link:hover .im-group-link__text{color:#163d7a}.im-group-link__text{text-overflow:ellipsis;white-space:nowrap;color:#6a7282;font-size:14px;line-height:20px;transition:color .16s;overflow:hidden}.im-group-dot{background:#d0d5dd;border-radius:999px;flex:0 0 10px;width:10px;height:10px}.im-table-row:hover .im-group-dot{background:#163d7a}.im-metric-cell{align-items:center;gap:12px;width:100%;display:flex}.im-metric-track{background:#9ea3ae33;border-radius:999px;flex:1;min-width:0;height:8px;position:relative}.im-metric-fill{border-radius:999px;height:8px;position:absolute;inset:0 auto 0 0}.im-metric-fill--navy{background:#163d7a}.im-metric-fill--green{background:#63be8a}.im-metric-fill--muted{background:#98a2b3}.im-metric-dot{background:#ff4d7d;border-radius:999px;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.im-metric-value{text-align:right;color:#344054;flex-shrink:0;min-width:18px;font-size:12px;font-weight:700;line-height:1.4}.im-empty-state{margin:18px}.im-tree-modal-panel{background:var(--clr-surface);border:1px solid var(--clr-border);z-index:1;border-radius:18px;flex-direction:column;width:min(96vw,980px);max-width:980px;max-height:calc(100vh - 64px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a2e}.im-modal-header{border-bottom:1px solid var(--clr-border);background:linear-gradient(180deg, var(--clr-slate-50) 0%, var(--clr-surface) 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 24px 18px;display:flex}.im-modal-title{color:var(--clr-text-heading);margin:0 0 4px;font-size:1.1rem;font-weight:700}.im-modal-subtitle{color:var(--clr-text-secondary);margin:0;font-size:.82rem}.im-modal-tree-body{background:var(--clr-slate-50);flex:1;min-height:0;padding:12px 20px 16px;overflow-y:auto}.im-modal-footer{border-top:1px solid var(--clr-border);background:var(--clr-surface);flex-shrink:0;align-items:center;gap:6px;padding:12px 24px;display:flex}.im-modal-footer-num{color:var(--clr-text-heading);font-size:.85rem;font-weight:700}.im-modal-footer-lbl{color:var(--clr-text-secondary);margin-right:4px;font-size:.78rem}.im-modal-footer-sep{color:var(--clr-border);margin:0 2px;font-size:.85rem}.im-tree-toolbar{border-bottom:1px solid var(--clr-border);background:var(--clr-surface);flex-wrap:nowrap;align-items:center;gap:12px;padding:10px 20px;display:flex}.im-tree-search-wrap{flex:1}.im-tree-search-input{border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--clr-surface);width:100%;height:32px;color:var(--clr-text);outline:none;padding:0 .75rem;font-size:.82rem;transition:border-color .15s}.im-tree-search-input:focus{border-color:var(--clr-primary)}.im-tree-search-input::placeholder{color:var(--clr-muted)}.im-tree-legend.im-tree-legend--inline{color:var(--clr-muted);background:0 0;border-bottom:none;flex:1;justify-content:center;align-items:center;gap:12px;padding:0;font-size:.72rem;display:inline-flex}.im-tree-legend-label{letter-spacing:.04em;font-weight:600}.im-tree-legend-item{color:var(--clr-text);align-items:center;gap:6px;display:inline-flex}.im-tree-legend-text{font-size:.72rem}.im-tree-sort-row{flex-shrink:0;margin-left:auto}.im-tree-control{color:var(--clr-primary-alt);border-radius:var(--radius-md);cursor:pointer;background:#eef2ff;border:1px solid #dbe4ff;padding:5px 12px;font-size:.72rem;font-weight:600}.im-tree-table-head{text-transform:uppercase;letter-spacing:.04em;width:100%;color:var(--clr-text-secondary);grid-template-columns:1fr 120px 120px 120px;gap:12px;padding:8px 12px;font-size:.72rem;font-weight:700;display:grid}.im-tree-col-name-group{align-items:center;gap:6px;padding-left:28px;display:flex}.im-tree-col-name{padding-left:0}.im-tree-col-btn{color:var(--clr-text-secondary);cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:700}.im-tree-col-btn:hover,.im-tree-col-btn:focus-visible{color:var(--clr-text)}.im-tree-col-btn.im-tree-metric-btn--active{color:var(--clr-primary)}.im-tree-body{flex:1;min-height:0;padding:12px 12px 16px;overflow-y:auto}.im-group-item{background:var(--clr-surface);border:1px solid var(--clr-neutral-border);border-radius:var(--radius-lg);flex-direction:column;gap:6px;margin-bottom:8px;padding:8px 10px;display:flex;box-shadow:0 1px 2px #0f172a0a}.im-group-header{border-radius:var(--radius-ml);text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:1fr 120px 120px 120px;align-items:center;gap:12px;width:100%;padding:8px 10px;display:grid}.im-group-header:hover{background:var(--clr-bg-subtle)}.im-group-header--active{background:var(--clr-primary-tint)}.im-tree-name-cell,.im-tree-node-title{align-items:center;gap:8px;min-width:0;display:flex}.im-group-toggle{width:18px;height:18px;color:var(--clr-muted);justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.im-group-toggle--open{transform:rotate(90deg)}.im-group-title{flex-wrap:wrap;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.im-tree-node-title--subgroup{gap:8px}.im-tree-node-icon,.im-tree-status-icon{flex-shrink:0;width:20px;height:20px}.im-group-name{color:var(--clr-text);font-size:.86rem;font-weight:600}.im-group-count{color:var(--clr-muted);font-size:.7rem;font-weight:600}.im-tree-group-total{text-align:center;color:var(--clr-text);font-size:.78rem;font-weight:600}.im-subgroups{border-left:2px solid var(--clr-neutral-border);margin-left:10px;padding-left:22px;display:none}.im-subgroups--open{display:block}.im-subgroup-item{border-radius:var(--radius-md);grid-template-columns:1fr 120px 120px 120px;align-items:center;gap:12px;padding:6px 10px 6px 12px;transition:background .15s;display:grid}.im-subgroup-item:hover{background:var(--clr-bg-subtle)}.im-subgroup-name{color:var(--clr-text-secondary);min-width:0;font-size:.9rem}.im-subgroup-stat{text-align:left;min-width:80px;color:var(--clr-text-secondary);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:4px 6px;font-size:.85rem;font-weight:600;display:inline-flex}@media (width<=1180px){.im-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.im-summary-card:nth-child(2n){border-right:none}.im-summary-card:nth-child(n+3){border-top:1px solid var(--clr-border)}}@media (width<=760px){.im-summary-grid{grid-template-columns:1fr}.im-summary-card{border-right:none;border-top:1px solid var(--clr-border)}.im-summary-card:first-child{border-top:none}.im-tree-toolbar{flex-wrap:wrap}.im-tree-legend.im-tree-legend--inline{flex-wrap:wrap;justify-content:flex-start}}.cc-detail-page{flex-direction:column;gap:32px;padding-bottom:60px;display:flex}.cc-detail-page .page-header-year-group{margin-bottom:-24px}.cc-detail-page #cc-support-projects{margin-top:-24px}.cc-kpi-strip.metrics-row--auto{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:16px;width:100%;display:grid}.cc-kpi-strip .im-kpi-card{min-width:0}.cc-comp-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cc-comp-grid-card{box-shadow:var(--shadow-sm);padding:16px}.cc-comp-block{padding:20px}.cc-comp-block .cg-comp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (width<=600px){.cc-comp-block .cg-comp-grid{grid-template-columns:1fr}}.cc-comp-header-row{flex-flow:row;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.cc-comp-block .im-groups-sort-row{margin-bottom:0}.cc-comp-block .cg-comp-card{border-radius:var(--radius-md);gap:6px;padding:8px 10px;position:relative}.cc-comp-block .cg-comp-card-header{grid-template-columns:auto 1fr;gap:6px}.cc-comp-block .cg-comp-status-list{flex-flow:row;align-items:center;gap:4px;position:absolute;top:8px;right:10px}.cc-comp-block .cg-comp-icon{border-radius:7px;width:24px;height:24px}.cc-comp-block .cg-comp-icon-img{width:13px;height:13px}.cc-comp-block .cg-comp-title{font-size:.8rem;font-weight:700}.cc-comp-block .cg-comp-subtitle{font-size:.67rem}.cc-comp-block .cg-comp-status-list{gap:4px}.cc-comp-block .cg-comp-status-item{gap:4px;padding:2px 5px}.cc-comp-block .cg-comp-status-icon{width:11px;height:11px}.cc-comp-block .cg-comp-status-label{font-size:.6rem}.cc-comp-block .cg-comp-status-value{font-size:.72rem}.cc-comp-block .cg-comp-suppliers{gap:4px}.cc-comp-block .cg-supplier-chip{padding:2px 6px;font-size:.67rem}.cc-comp-block .cg-comp-projects-label{font-size:.6rem}.cc-comp-block .cg-comp-projects{gap:4px}.cc-comp-block .cg-proj-card{padding:5px 8px}.cc-comp-block .cg-proj-company,.cc-comp-block .cg-proj-name{font-size:.7rem}.cc-comp-block .cg-empty-text{font-size:.72rem}.cc-comp-section-title{color:var(--clr-text);font-size:1.05rem;font-weight:700}.cc-comp-section-subtitle{color:var(--clr-text-secondary);margin-top:2px;margin-bottom:14px;font-size:.82rem}.cc-comp-card{flex-direction:column;gap:12px;padding:14px;display:flex}.cc-comp-card-header{align-items:center;gap:10px;display:flex}.cc-comp-icon{border-radius:var(--radius-ml);background:#eef2ff;border:1px solid #d9e0ff;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.cc-comp-icon-img{width:18px;height:18px}.cc-comp-card-name{color:var(--clr-text-primary);font-size:.98rem;font-weight:600;line-height:1.35}.cc-comp-producers-block{flex-direction:column;gap:6px;display:flex}.cc-comp-producers-label{color:var(--clr-text-secondary);font-size:.75rem}.cc-comp-producers{flex-wrap:wrap;gap:6px;display:flex}.cc-comp-producer-chip{border-radius:var(--radius-ml);color:var(--clr-text);background:#f6f8fb;border:1px solid #e7edf6;padding:4px 8px;font-size:.72rem}.cc-comp-producer-empty{color:var(--clr-muted);font-size:.72rem}.cc-comp-stats{grid-template-columns:1fr;gap:8px;margin-top:auto;display:grid}.cc-comp-stat{border-radius:var(--radius-ml);text-align:center;background:#f6f8fb;border:1px solid #e7edf6;flex-direction:column;gap:2px;padding:10px;display:flex}.cc-comp-stat--projects{background:#f0f7ff;border-color:#d7e6ff}.cc-comp-stat-label{color:var(--clr-muted);font-size:.72rem}.cc-comp-stat-value{color:var(--clr-text);font-size:1.05rem;font-weight:700}@media (width<=1160px){.cc-comp-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.cc-comp-grid{grid-template-columns:1fr}}.sm-back-link{margin-bottom:8px;display:inline-block}.sm-page-header{background:var(--clr-surface);border:1px solid var(--clr-divider);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:16px;height:89px;margin-bottom:12px;padding:0 28px;display:flex;box-shadow:0 1px 2px #0000001a,0 1px 3px #0000001a}.sm-header-left{align-items:center;gap:12px;display:flex}.sm-header-icon{opacity:.75;flex-shrink:0;width:32px;height:32px}.sm-header-filters{flex-shrink:0;align-items:center;gap:8px;display:flex}.sm-toolbar-row{justify-content:flex-end;align-items:center;gap:16px;margin-bottom:8px;display:flex}.sm-toolbar-right{align-items:center;gap:8px;display:flex}.sm-search-input{flex-shrink:0;width:280px}.sm-measure{border:1px solid var(--clr-divider);margin-bottom:12px;padding:0;transition:box-shadow .15s;overflow:hidden}.sm-measure:has(.sm-measure-toggle:hover){box-shadow:var(--shadow-lg)}.sm-measure-toggle{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0}.sm-measure-header{background:var(--clr-surface);border-radius:var(--radius-lg);justify-content:space-between;align-items:flex-start;gap:24px;padding:18px 20px;display:flex}.sm-measure-left{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.sm-measure-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:inline-flex}.sm-measure-icon{width:28px;height:28px}.sm-measure-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.sm-measure-name{color:var(--clr-text);max-width:85%;font-size:1rem;font-weight:700;line-height:1.4}.sm-measure-chips-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sm-measure-meta{flex-flow:wrap;align-items:center;gap:8px;display:flex}.sm-measure-type{color:var(--clr-text);font-size:.875rem;font-weight:700}.sm-measure-projects-count{color:var(--clr-muted);font-size:.875rem}.sm-measure-chip{border-radius:var(--radius-sm);color:var(--clr-text-secondary);background:var(--clr-slate-100);border:1px solid var(--clr-neutral-border);align-items:center;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.sm-measure-chip--bold{color:var(--clr-text);font-weight:700}.sm-measure-chip-plain{color:var(--clr-muted);font-size:.75rem}.sm-measure-budget{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:0;min-width:110px;display:flex}.sm-measure-budget-label{color:var(--clr-muted);white-space:nowrap;margin-bottom:2px;font-size:.72rem}.sm-measure-budget-value{color:var(--clr-text);white-space:nowrap;font-size:2rem;font-weight:700;line-height:1.1}.sm-measure-budget-unit{color:var(--clr-text-secondary);white-space:nowrap;letter-spacing:.04em;margin-top:2px;font-size:.72rem;font-weight:600}.sm-measure-body-outer{overflow:hidden}.sm-measure-body{padding:0 20px}.sm-projects-heading{color:var(--clr-text);margin:0;padding-top:4px;font-size:.95rem;font-weight:600}.sm-projects-heading-row{border-top:1px solid var(--clr-divider);align-items:center;gap:12px;margin-bottom:12px;padding-top:4px;display:flex}.sm-view-toggle{align-items:center;gap:4px;margin-left:auto;display:inline-flex}.sm-view-btn{border:1px solid var(--clr-divider);border-radius:var(--radius-md);background:var(--clr-surface);cursor:pointer;width:32px;height:32px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:0;transition:background .14s,border-color .14s;display:inline-flex}.sm-view-btn .sm-view-icon{opacity:.45;transition:opacity .14s}.sm-view-btn:hover,.sm-view-btn:focus-visible{border-color:var(--clr-primary)}.sm-view-btn:hover .sm-view-icon{opacity:.8}.sm-view-btn--active{background:var(--clr-primary);border-color:var(--clr-primary)}.sm-view-btn--active .sm-view-icon{opacity:1;filter:brightness(0)invert()}.sm-projects-table-view{padding-bottom:0}.sm-projects-table-view .sm-table-wrap{margin-bottom:20px}.sm-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:20px;display:grid}.sm-projects-grid .proj-card{flex-direction:column;min-width:0;height:100%;display:flex}.sm-projects-grid .proj-card-body{margin-top:auto}@container main (width<=1000px){.sm-projects-grid{grid-template-columns:1fr}}.sm-no-projects{color:var(--clr-muted);text-align:center;padding:16px 0 20px;font-size:.88rem}.sm-empty{text-align:center;color:var(--clr-muted);padding:2rem;font-size:.95rem}.sm-show-all-container{margin-left:auto}.sm-proj-v2{flex-direction:column;gap:10px;padding:27px 24px 24px;display:flex}.sm-proj-v2 .fp-card-v2-title{color:var(--clr-text-dark);font-size:.75rem;font-weight:700;line-height:120%}.sm-proj-v2 .proj-card-obj-badge,.sm-table .proj-card-obj-badge{background:var(--clr-muted);color:var(--clr-text-on-dark);border:none;border-radius:4px;align-self:center;margin-bottom:0;padding:5px 8px;font-size:.625rem;font-weight:400}.sm-proj-desc-row{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:8px;min-height:auto;display:flex}.sm-proj-v2 .sm-proj-desc-tag{color:var(--clr-muted);border:1px solid var(--clr-muted);background:0 0;border-radius:4px;flex-shrink:0;padding:5px 8px;font-size:.625rem;font-weight:400}.sm-proj-desc-tag{flex-shrink:0}.sm-proj-status-badge{flex-shrink:0;margin-left:auto;padding:5px 8px;font-size:.625rem;font-weight:400;border-radius:4px!important}.sm-proj-v2 .status-badge--active{color:#2079b9!important;background:#2079b91f!important;border:none!important}.sm-proj-v2 .status-badge--done,.sm-proj-v2 .sm-proj-status-badge.status-badge--done{color:var(--clr-done)!important;background:#10b98133!important}.sm-proj-status--done{color:var(--clr-done)!important;background:#10b98140!important}.sm-proj-header{min-width:0;display:flex}.sm-proj-stat-label{color:var(--clr-muted);letter-spacing:0;text-transform:none;font-size:.625rem;font-weight:400;line-height:140%}.sm-proj-stat-label--mt{margin-top:8px}.sm-proj-stat-label--secondary{color:var(--clr-muted)}.sm-proj-v2 .fp-card-v2-amount{color:var(--clr-text-dark);letter-spacing:0;font-size:1.5rem;font-weight:700;line-height:140%}.sm-proj-v2 .fp-card-v2-amount-unit{color:var(--clr-text-dark);margin-bottom:0;font-size:.75rem;font-weight:400;line-height:150%}.sm-proj-budget-row{flex-wrap:nowrap;align-items:baseline;gap:4px;display:flex}.sm-proj-amount-unit-inline{color:var(--clr-text-dark)}.sm-proj-own-funds-val{color:var(--clr-muted);font-size:1rem;font-weight:700;line-height:140%}.sm-proj-own-funds-unit{color:var(--clr-muted);font-size:.75rem;font-weight:400;line-height:150%}.sm-proj-body{grid-template-columns:auto 1fr;align-items:start;min-width:0}.sm-proj-body .fp-card-v2-budget-col{gap:0;min-width:0}.sm-proj-body .fp-card-v2-bar-col{min-width:0;padding-left:14%;overflow:hidden}.sm-bar-values{margin-top:6px}.sm-bar-group{flex-direction:column;gap:0;display:flex}.sm-bar-group--right{align-items:flex-end}.sm-bar-group:not(.sm-bar-group--right) .sm-bar-label{color:var(--clr-done)}.sm-bar-label{color:var(--clr-muted);font-size:.625rem;font-weight:400;line-height:140%}.sm-bar-label--right{text-align:right}.sm-bar-value-row{align-items:baseline;gap:4px;display:flex}.sm-bar-value-row--right{justify-content:flex-end}.sm-proj-v2 .fp-card-v2-bar-val{font-size:1.0625rem;font-weight:700;line-height:140%}.sm-proj-v2 .fp-card-v2-bar-unit{font-size:.75rem;font-weight:400;line-height:150%}.sm-bar-val--subsidy,.sm-bar-value-row--right .fp-card-v2-bar-unit--undone{color:var(--clr-muted)!important}.sm-bar-pct-badge{background:var(--clr-done);color:var(--clr-text-on-dark);border-radius:4px;align-self:center;align-items:center;padding:2px 4px;font-size:.6875rem;font-weight:700;line-height:140%;display:inline-flex}.sm-proj-footer{gap:24px}.sm-proj-footer-stat{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:0;min-height:40px;background:var(--clr-neutral-bg)!important;border-radius:5px!important;flex-direction:row!important;padding:9px 12px!important;display:flex!important}.sm-proj-footer-content{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.sm-proj-footer-label{text-transform:none;color:var(--clr-muted);flex-shrink:0;font-size:.625rem;font-weight:400;line-height:140%}.sm-proj-footer-icon{opacity:.6;flex-shrink:0;width:16px;height:16px;margin-left:8px;display:block}.sm-proj-footer-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--clr-text-dark);text-transform:uppercase;font-size:.625rem;font-weight:700;line-height:140%;overflow:hidden;margin-left:0!important}.sm-proj-footer-value--period{text-overflow:clip;white-space:normal;text-transform:none;line-height:1.3;overflow:visible}.sm-show-all-btn{border:1px solid var(--clr-divider);border-radius:var(--radius-md);background:var(--clr-surface);height:32px;color:var(--clr-text-dark);cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;align-items:center;padding:0 14px;font-size:.82rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.sm-show-all-btn:hover{border-color:var(--clr-primary);color:var(--clr-primary);text-decoration:none}.sm-table-section{margin-top:24px}.sm-table-wrap{background:var(--clr-surface);border:none;border-radius:0;width:100%;position:relative}.sm-table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.sm-projects-table-view .sm-table-scroll{max-height:calc(100vh - 300px);overflow-y:auto}.sm-table{border-collapse:separate;border-spacing:6px 0;width:100%;min-width:1100px;color:var(--clr-neutral-700);table-layout:auto;font-size:.82rem}.sm-table thead tr th{z-index:1;border-bottom-width:2px;position:sticky;top:0}.sm-table tbody tr:first-child td{border-top:6px solid #0000}.sm-th{text-transform:uppercase;letter-spacing:.04em;white-space:pre-line;vertical-align:middle;text-align:left;border-top:2px solid #0000;border-bottom:2px solid #0000;padding:8px 12px;font-size:.68rem;font-weight:300;line-height:1.35}.sm-th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.sm-th--sortable:hover{opacity:.85}.sm-sort-arrow{vertical-align:middle;opacity:.3;border-bottom:5px solid;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;margin-left:4px;transition:transform .15s,opacity .15s;display:inline-block}.sm-th--sortable[data-sort-dir=asc] .sm-sort-arrow{opacity:1;border-top:none;border-bottom:5px solid}.sm-th--sortable[data-sort-dir=desc] .sm-sort-arrow{opacity:1;border-top:5px solid;border-bottom:none}.sm-th--gray{color:var(--clr-neutral-700);border-top-color:var(--clr-text-dark);border-bottom-color:var(--clr-text-dark);background:#f0f1f3}.sm-th--blue{color:var(--clr-map-purple);border-top-color:var(--clr-map-purple);border-bottom-color:var(--clr-map-purple);background:#e2e7f3}.sm-th--teal{color:var(--clr-map-teal);border-top-color:var(--clr-map-teal);border-bottom-color:var(--clr-map-teal);background:#e1edf1;font-weight:300}.sm-th--pink{color:var(--clr-map-pink);border-top-color:var(--clr-map-pink);border-bottom-color:var(--clr-map-pink);background:#efe5ea}.sm-th--narrow{text-align:center;width:36px;min-width:36px}.sm-th--org{min-width:200px}.sm-th--inn{white-space:nowrap;min-width:110px}.sm-th--project{min-width:240px}.sm-th--equip{min-width:180px}.sm-th--period{min-width:115px}.sm-th--status{min-width:180px}.sm-th,.sm-td{background-clip:padding-box}.sm-td{border-bottom:1px solid var(--clr-divider);vertical-align:top;color:var(--clr-neutral-700);border-left:1px solid #a0aec0;padding:9px 12px;line-height:1.45}.sm-td:first-child{text-align:center;color:var(--clr-neutral-700);font-size:.82rem;font-weight:400}.sm-td--narrow{width:36px;min-width:36px}.sm-td--inn{white-space:nowrap;color:var(--clr-muted);font-size:.78rem}.sm-td--date{white-space:nowrap}.sm-td--num{text-align:right;white-space:nowrap;font-weight:600}.sm-td--org{font-weight:500}.sm-period-lines{flex-direction:column;gap:2px;display:flex}.sm-period-line{white-space:nowrap}.sm-tr:nth-child(2n) .sm-td{background:#d6dae133}.sm-tr:hover .sm-td{background:#6a83c80f}.sm-tr--clickable{cursor:pointer}.sm-tr--clickable:hover .sm-td{background:#6a83c821}.sm-td-project-link{font:inherit;color:inherit;text-align:left;cursor:pointer;text-underline-offset:3px;line-height:inherit;background:0 0;border:none;margin:0;padding:0;-webkit-text-decoration:underline #6a83c880;text-decoration:underline #6a83c880}.sm-td-project-link:hover{-webkit-text-decoration-color:var(--clr-primary);text-decoration-color:var(--clr-primary);color:var(--clr-primary)}.sm-status-badge{white-space:normal;border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:500;line-height:1.4;display:inline-block}.sm-status--green{color:var(--clr-done-dark);background:#10b98126}.sm-status--blue{color:#3b5fad;background:#6a83c82e}.sm-status--gray{color:var(--clr-muted);background:#a0aec033}.sm-table-empty{text-align:center;color:var(--clr-muted);padding:2rem;font-size:.9rem}@media (width<=1100px){.sm-table{min-width:900px}}@media (width<=768px){.sm-table{min-width:800px}}.sm-scroll-phantom{z-index:9999;background:#ffffffeb;height:14px;display:none;position:fixed;bottom:0;overflow:auto hidden;box-shadow:0 -1px 4px #00000014}.sm-scroll-phantom-inner{pointer-events:none;height:1px}@keyframes sm-proj-highlight-pulse{0%{box-shadow:inset 0 0 0 0 transparent, var(--shadow-sm)}15%{box-shadow:inset 0 0 0 3px var(--clr-done), var(--shadow-sm)}85%{box-shadow:inset 0 0 0 3px var(--clr-done), var(--shadow-sm)}to{box-shadow:inset 0 0 0 0 transparent, var(--shadow-sm)}}.proj-card--clickable.sm-proj--highlight{transition:none;animation:2.5s ease-in-out sm-proj-highlight-pulse}.imi-page{flex-direction:column;gap:18px;display:flex}.imi-table-legend{border:1px solid var(--clr-border);border-radius:var(--radius-ml);background:var(--clr-bg);color:var(--clr-muted);align-items:center;gap:14px;padding:10px 14px;font-size:.75rem;display:inline-flex}.imi-legend-label{letter-spacing:.04em;font-weight:600}.imi-legend-item{color:var(--clr-text);align-items:center;gap:6px;display:inline-flex}.imi-legend-text{font-size:.75rem}.imi-status-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.imi-status-icon{width:16px;height:16px;display:inline-block}.imi-status-dot--good{background:#22c55e}.imi-status-dot--warn{background:var(--clr-warning-amber)}.imi-status-dot--bad{background:var(--clr-danger-text)}.imi-grid-wrapper{border:1px solid var(--clr-border);border-radius:var(--radius-lg);width:100%;overflow-x:auto}.imi-grid{border-radius:var(--radius-lg);background:var(--clr-surface);grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(248px,1fr) minmax(220px,1fr) minmax(220px,1fr) minmax(248px,1fr);min-width:1376px;min-height:560px;display:grid;overflow:hidden}.imi-col{border-right:1px solid var(--clr-border);flex-direction:column;display:flex}.imi-col:last-child{border-right:none}.imi-col-head{background:var(--clr-primary-alt);min-height:64px;color:var(--clr-text-on-dark);text-transform:uppercase;letter-spacing:.04em;align-items:center;padding:12px 14px;font-size:.75rem;font-weight:600;display:flex}.imi-col-body{flex-direction:column;gap:10px;max-height:680px;padding:12px;display:flex;overflow:hidden auto}.imi-group-row,.imi-item-row{border:1px solid var(--clr-border);border-radius:var(--radius-ml);background:var(--clr-surface);text-align:left;cursor:pointer;box-sizing:border-box;align-items:center;gap:10px;width:100%;min-width:0;padding:10px;display:flex}.imi-group-row:hover,.imi-item-row:hover{border-color:var(--clr-primary-tint);background:var(--clr-bg-subtle)}.imi-group-row--active,.imi-item-row--active{border-color:var(--clr-primary);background:var(--clr-slate-50)}.imi-group-row--dimmed,.imi-item-row--dimmed{opacity:.4;border-color:var(--clr-divider);background:var(--clr-bg-light)}.imi-row-chevron{color:var(--clr-muted);font-size:1rem;line-height:1}.imi-row-icon{width:18px;height:18px}.imi-row-text{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.imi-row-title{color:var(--clr-text);word-break:break-word;font-size:.875rem;font-weight:600}.imi-row-description{color:var(--clr-muted);opacity:.75;word-break:break-word;font-size:.6875rem}.imi-row-subtitle{color:var(--clr-muted);font-size:.75rem}.imi-row-subtitle--good{color:var(--clr-success-alt)}.imi-row-subtitle--warn{color:var(--clr-warning-amber)}.imi-row-subtitle--bad{color:var(--clr-danger-text)}.imi-producer-grid{grid-template-columns:1fr;gap:10px;display:grid}.imi-producer-card-link{color:inherit;text-decoration:none;display:block}.imi-producer-card-link:hover .imi-producer-card{border-color:var(--clr-primary);background:var(--clr-slate-50)}.imi-producer-card{border:1px solid var(--clr-primary-border);border-radius:var(--radius-ml);background:var(--clr-surface);flex-direction:column;gap:8px;padding:10px 12px;display:flex}.imi-producer-card--good{border-color:var(--clr-done-light)}.imi-producer-card--warn{border-color:#fbbf24}.imi-producer-card--bad{border-color:var(--clr-danger-border)}.imi-producer-card--empty{justify-content:center;align-items:center;min-height:72px}.imi-producer-card--dimmed{opacity:.4;border-color:var(--clr-divider);background:var(--clr-bg-light)}.imi-producer-empty{color:var(--clr-danger-text);font-size:.75rem;font-weight:600}.imi-producer-header{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.imi-producer-title{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.imi-producer-name{color:var(--clr-text);word-break:break-word;font-size:.8125rem;font-weight:700}.imi-producer-city{color:var(--clr-muted);word-break:break-word;font-size:.6875rem}.imi-producer-badge{color:var(--clr-success-deep);border:1px solid var(--clr-success-deep);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:4px;padding:2px 6px;font-size:.625rem;font-weight:700;display:inline-flex}.imi-producer-badge-icon{flex-shrink:0;width:12px;height:12px;display:inline-block}.imi-producer-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.imi-producer-metric{flex-direction:column;gap:2px;display:flex}.imi-producer-metric-label{color:var(--clr-muted);font-size:.625rem}.imi-producer-metric-value{color:var(--clr-text);font-size:.75rem;font-weight:600}@media (width<=1200px){.imi-grid-wrapper{border-radius:var(--radius-lg);overflow-x:visible}.imi-grid{grid-template-columns:1fr 1fr;min-width:0}.imi-col{border-right:none;border-bottom:1px solid var(--clr-border)}.imi-col:last-child{border-bottom:none}.imi-producer-metrics{grid-template-columns:1fr}}.site-auth-loader,.site-login-screen{background:radial-gradient(circle at 16% 18%,#4ca99d38,#0000 23%),radial-gradient(circle at 82% 14%,#385d9a24,#0000 22%),radial-gradient(circle,#ffffff4d,#0000 24%),radial-gradient(circle at 50% 100%,#ffffff80,#0000 30%),radial-gradient(circle,#ffffff24,#0000 44%),linear-gradient(#e8f0f8 0%,#f5f8fc 46%,#edf2f7 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.site-auth-loader__panel,.site-login-panel{-webkit-backdrop-filter:blur(32px)saturate(170%);backdrop-filter:blur(32px)saturate(170%);background:linear-gradient(#ffffff61,#ffffff29);border:1px solid #ffffffbd;border-radius:32px;width:min(100%,462px);position:relative;overflow:hidden;box-shadow:0 38px 96px #081f3c1f,inset 0 1px #ffffffb3,inset 0 -1px #ffffff29}.site-auth-loader__panel{flex-direction:column;gap:10px;padding:26px;display:flex}.site-auth-loader__eyebrow{min-height:30px;color:var(--clr-text-secondary);letter-spacing:.16em;text-transform:uppercase;background:#ffffff57;border:1px solid #ffffffb8;border-radius:999px;align-self:flex-start;align-items:center;padding:0 11px;font-size:.76rem;display:inline-flex}.site-login-panel{flex-direction:column;gap:22px;padding:32px;display:flex}.site-login-panel__backdrop{pointer-events:none;background:linear-gradient(#ffffff2e,#ffffff0a);border-radius:30px;position:absolute;inset:8px;box-shadow:inset 0 1px #ffffff85,inset 0 -1px #ffffff14}.site-login-panel:before,.site-login-panel__sheen{pointer-events:none}.site-login-panel:before{content:"";filter:blur(8px);opacity:.78;background:linear-gradient(110deg,#fff0 0%,#ffffff57 45%,#fff0 100%);width:70%;height:180px;animation:10s ease-in-out infinite site-login-panel-sheen;position:absolute;inset:-20% auto auto -25%;transform:rotate(-12deg)}.site-login-panel__sheen{filter:blur(10px);background:linear-gradient(110deg,#fff0 0%,#ffffff4d 42%,#ffffff14 52%,#fff0 74%);border-radius:999px;width:72%;height:160px;animation:9s ease-in-out infinite site-login-panel-sheen;position:absolute;inset:-14% auto auto -24%;transform:rotate(-14deg)}.site-login-panel__glow{pointer-events:none;filter:blur(18px);opacity:.52;border-radius:999px;position:absolute}.site-login-panel__glow--one{background:#ffffff47;width:120px;height:120px;top:10px;right:-18px}.site-login-panel__glow--two{background:#4ca99d29;width:132px;height:132px;bottom:-26px;left:-16px}.site-login-panel__glow--three{background:#ffffff2e;width:90px;height:90px;top:42%;left:58%}.site-login-panel__brand,.site-login-panel__intro,.site-login-form,.site-login-panel__logos{z-index:1;position:relative}.site-login-panel__brand{justify-content:space-between;align-items:center;gap:12px;display:flex}.site-login-panel__brand strong{color:#1b2430b8;font-size:.92rem;font-weight:600;line-height:1.1}.site-login-panel__brand-kicker{color:#3f5470e0;letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(#ffffff94,#ffffff38);border:1px solid #ffffffc2;border-radius:999px;align-items:center;min-height:36px;padding:0 14px;font-size:.82rem;display:inline-flex;box-shadow:inset 0 1px #ffffffe6,0 12px 20px #081f3c0f}.site-login-panel__intro{flex-direction:column;gap:8px;margin-top:2px;display:flex}.site-login-panel__intro h1{letter-spacing:0;color:var(--clr-text-primary);font-size:clamp(2.2rem,2.8vw,2.68rem);font-weight:680;line-height:.98}.site-login-panel__intro p{color:#3f5470db;font-size:.98rem;line-height:1.28}.site-login-form{flex-direction:column;gap:16px;display:flex}.site-login-field{flex-direction:column;gap:8px;display:flex}.site-login-field span{color:#3f5470e6;font-size:.9rem;font-weight:500}.site-login-field__control{position:relative}.site-login-field__control:before{content:"";pointer-events:none;background:linear-gradient(#fff3,#ffffff05);border-radius:15px;position:absolute;inset:1px}.site-login-field input{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#111d2efa;background:linear-gradient(#f5f9ffeb,#e9f1fcd1);border:1px solid #d6e3f2db;border-radius:18px;width:100%;min-height:58px;padding:0 18px;font-size:1rem;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 1px #ffffffd1,0 8px 18px #03173d0a}.site-login-field__control--password input{padding-right:62px}.site-login-field__control--password:after{content:"";pointer-events:none;background:linear-gradient(#081f3c00,#749baa0a 18%,#749baa12 50%,#749baa0a 82%,#081f3c00);width:1px;height:calc(100% - 30px);position:absolute;top:15px;right:56px}.site-login-field__toggle{z-index:1;color:#4864709e;cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .2s,filter .2s,transform .2s;display:inline-flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.site-login-field__toggle-lens{width:28px;height:28px;box-shadow:none;isolation:isolate;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex;position:relative}.site-login-field__toggle-lens:before{content:"";opacity:0;pointer-events:none;background:0 0;border-radius:11px;position:absolute;inset:1px}.site-login-field__toggle-lens:after{content:"";opacity:0;pointer-events:none;background:0 0;border-radius:999px;height:10px;position:absolute;top:4px;left:6px;right:6px}.site-login-field__toggle svg{z-index:1;filter:drop-shadow(0 1px #ffffff1f)drop-shadow(0 3px 6px #4ca99d08);width:16px;height:16px;position:relative}.site-login-field__toggle:hover{color:#31525fc2;filter:saturate(1.02);transform:translateY(-50%)scale(1.02)}.site-login-field__toggle:hover .site-login-field__toggle-lens{box-shadow:none;background:#ffffff14;border-color:#0000}.site-login-field__toggle[aria-pressed=true]{color:#206268d1}.site-login-field__toggle[aria-pressed=true] .site-login-field__toggle-lens{box-shadow:none;background:#9cdfd414;border-color:#0000}.site-login-field__toggle:active{transform:translateY(-50%)scale(.985)}.site-login-field__toggle:active .site-login-field__toggle-lens{transform:scale(.97)}.site-login-field__control--password:focus-within .site-login-field__toggle{color:#345763c2}.site-login-field__control--password:focus-within .site-login-field__toggle .site-login-field__toggle-lens{border-color:#0000;box-shadow:0 0 0 3px #4ca99d0a}.site-login-field__toggle:focus-visible{outline-offset:2px;outline:2px solid #4ca99d5c}.site-login-field input:focus{background:linear-gradient(#fafdfffa,#eef6ffe6);border-color:#78d6c77a;outline:none;box-shadow:inset 0 1px #ffffffe6,0 0 0 4px #78d6c714,0 12px 24px #03173d0d}.site-login-form__error{color:var(--clr-danger,#b03b3b);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffe1e19e;border:1px solid #c94b4b2e;border-radius:14px;padding:11px 14px}.site-login-form__submit{color:#fff;cursor:pointer;background:linear-gradient(#173f72 0%,#114a6b 52%,#2a6d8f 100%);border:0;border-radius:999px;min-height:58px;font-size:.98rem;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;position:relative;overflow:hidden;box-shadow:0 16px 28px #0c2f5b29,inset 0 1px #ffffff3d}.site-login-form__submit:before{content:"";pointer-events:none;background:linear-gradient(#ffffff29,#fff0);border-radius:999px;height:40%;position:absolute;inset:1px 1px auto}.site-login-form__submit:hover:not(:disabled){filter:saturate(1.03)brightness(1.015);transform:translateY(-1px);box-shadow:0 18px 32px #0c2f5b2e,inset 0 1px #ffffff3d}.site-login-form__submit:disabled{cursor:default;opacity:.7}.site-login-panel__logos{border-top:1px solid #ffffff2e;justify-content:center;align-items:center;gap:16px;padding-top:18px;display:flex}.site-login-panel__logos img{object-fit:contain;opacity:.54;max-width:100px;max-height:28px}@keyframes site-login-panel-sheen{0%,to{opacity:0;transform:translate(-12%)rotate(-12deg)}18%{opacity:.58}52%{opacity:.12;transform:translate(82%,10px)rotate(-12deg)}}@media (width<=640px){.site-auth-loader,.site-login-screen{padding:20px}.site-login-panel,.site-auth-loader__panel{width:min(100%,420px);padding:24px}.site-login-panel__brand{flex-direction:column;align-items:flex-start}.site-login-panel__intro h1{font-size:2.15rem}.site-login-form__submit{min-height:58px}}.error-page{background-color:var(--clr-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-page__card{background-color:var(--clr-bg-card);border:1px solid var(--clr-border);text-align:center;border-radius:12px;width:100%;max-width:480px;padding:3rem 3.5rem;box-shadow:0 4px 24px #0224560f}.error-page__status{color:var(--clr-primary-tint);letter-spacing:-2px;background:linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-primary-border) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:5rem;font-weight:700;line-height:1}.error-page__title{color:var(--clr-text-dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.error-page__message{color:var(--clr-text-secondary);margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.error-page__actions{justify-content:center;gap:.75rem;display:flex}.error-page__btn{cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background-color .15s,opacity .15s}.error-page__btn--primary{background-color:var(--clr-primary);color:var(--clr-text-on-dark)}.error-page__btn--primary:hover{opacity:.88}.error-page__btn--secondary{background-color:var(--clr-bg-subtle);color:var(--clr-text-secondary);border:1px solid var(--clr-border)}.error-page__btn--secondary:hover{background-color:var(--clr-primary-tint);color:var(--clr-primary);border-color:var(--clr-primary-border)}@keyframes modal-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes modal-panel-enter{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-overlay{z-index:1000;justify-content:center;align-items:flex-start;padding:80px 20px 32px;display:flex;position:fixed;inset:0}.modal-backdrop{z-index:-1;animation:modal-backdrop-enter var(--duration-modal-backdrop) ease both;background:#00000073;position:fixed;inset:0}.modal-panel{background:var(--clr-surface);border-radius:var(--radius-lg);width:92%;max-width:1200px;max-height:calc(100vh - 64px);box-shadow:var(--shadow-lg);z-index:1;animation:modal-panel-enter var(--duration-modal-panel) var(--easing-modal) both;padding:32px;position:relative;overflow-y:auto}.modal-close{background:var(--clr-bg-subtle);width:36px;height:36px;color:var(--clr-text-secondary);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover,.modal-close:focus-visible{background:var(--clr-border);color:var(--clr-text)}.modal-section{margin-bottom:24px}.modal-section-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.modal-section-title{color:var(--clr-text-heading);margin-bottom:12px;font-size:1.05rem;font-weight:600}.modal-section-header .modal-section-title{margin-bottom:0}.modal-empty{text-align:center;color:var(--clr-muted);padding:20px;font-style:italic}.modal-wip-frame{background:var(--clr-surface);border-radius:var(--radius-lg,12px);min-width:320px;min-height:160px;box-shadow:var(--shadow-lg);justify-content:center;align-items:center;padding:40px 48px;display:flex}.modal-wip-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--clr-muted);background:var(--clr-neutral-bg);border-radius:var(--radius-md);border:1px solid #d6dae1;padding:10px 20px;font-size:.8125rem;font-weight:600;line-height:1}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal-panel{animation:none}}#fp-modal-overlay{align-items:center}#fp-modal-overlay .modal-backdrop{background:#000000b8}#fp-modal-overlay .modal-panel{box-shadow:none;background:0 0;flex-direction:column;height:calc(100vh - 32px);max-height:none;padding:20px 52px 0 20px;display:flex;overflow:visible}#fp-modal-overlay #fp-modal-body{flex-direction:column;flex:1;min-height:0;display:flex}#fp-modal-overlay .modal-close{color:var(--clr-text-on-dark);background:#ffffff2e;top:-16px;right:8px}#fp-modal-overlay .modal-close:hover{color:var(--clr-text-on-dark);background:#ffffff4d}.fp-modal-columns{flex:1;gap:12px;min-height:0;display:flex}.fp-modal-col-left{flex-direction:column;flex:0 0 420px;gap:12px;min-height:0;margin-right:-4px;padding:4px 4px 0 0;display:flex;overflow-y:auto}.fp-modal-col-right{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.fp-modal-block{background:var(--clr-surface);border-radius:var(--radius-lg);padding:20px}.fp-modal-block-selector{background:0 0;border-radius:0;flex-direction:column;gap:8px;padding:0;display:flex}.fp-modal-item{background:var(--clr-surface);border-radius:var(--radius-ml);cursor:pointer;align-items:center;gap:12px;padding:14px 20px;display:flex}.fp-modal-item:hover{background:var(--clr-slate-100)}.fp-modal-item-expanded .fp-card-v2{box-shadow:none;cursor:default;border-radius:var(--radius-ml);border:none}.fp-modal-item-expanded .fp-card-detail-btn,.fp-modal-item-expanded .fp-card-detail-icon{display:none}.fp-modal-item-content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.fp-modal-item-top-row{align-items:center;gap:8px;display:flex}.fp-modal-item-type-label{text-transform:uppercase;letter-spacing:.6px;color:var(--clr-muted);font-size:.7rem;font-weight:600}.fp-modal-item-name{color:var(--clr-text-dark);font-size:.82rem;font-weight:700;line-height:1.35}.fp-modal-item-code{background:var(--clr-muted);color:var(--clr-text-on-dark);letter-spacing:.3px;white-space:nowrap;border-radius:4px;align-self:flex-start;padding:1px 6px;font-size:.68rem;font-weight:700;line-height:1.6;display:inline-block}.fp-modal-item-finger{flex-shrink:0;width:24px;height:24px;display:block}.fp-modal-block-measures{border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.fp-modal-sm-section-title{color:var(--clr-text-heading);flex-shrink:0;margin-bottom:14px;font-size:1.05rem;font-weight:600}.fp-modal-sm-list{flex-direction:column;flex:1;gap:12px;min-height:0;padding-bottom:4px;display:flex;overflow-y:auto}.fp-modal-sm-card{background:var(--clr-surface);border-radius:var(--radius-ml);flex-direction:column;gap:8px;padding:14px 16px;display:flex;box-shadow:0 1px 4px #0000001a,0 0 0 1px #0000000a}.fp-modal-sm-top-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fp-modal-sm-desc{color:var(--clr-text-secondary);background:var(--clr-neutral-border);border-radius:5px;padding:2px 8px;font-size:.75rem;font-weight:600;line-height:1.35}.fp-modal-sm-code-badge{color:var(--clr-text-secondary);white-space:nowrap;font-size:.72rem;font-weight:700}.fp-modal-sm-name{color:var(--clr-text);font-size:.87rem;font-weight:400;line-height:1.4}.fp-modal-sm-lower{grid-template-columns:3fr 2fr 10fr;align-items:stretch;gap:0;display:grid}.fp-modal-sm-left-col{flex-direction:column;grid-column:1;justify-content:space-between;gap:8px;height:100%;display:flex}.fp-modal-sm-budget-box{flex-direction:column;align-items:flex-start;padding:0 2px;display:flex}.fp-modal-sm-budget-row{align-items:baseline;gap:3px;display:flex}.fp-modal-sm-budget-num{color:var(--clr-text);font-size:1.6rem;font-weight:700;line-height:1.1}.fp-modal-sm-budget-unit{color:var(--clr-text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:.62rem}.fp-modal-sm-sequestr-row{align-items:baseline;gap:2px;margin-top:2px;display:flex}.fp-modal-sm-sequestr-label{color:var(--clr-muted);font-size:.78rem;font-weight:400}.fp-modal-sm-sequestr-num{color:var(--clr-muted);font-size:.85rem;font-weight:700}.fp-modal-sm-sequestr-unit{color:var(--clr-muted);font-size:.78rem;font-weight:400}.fp-modal-sm-proj-box{background:var(--clr-neutral-bg);border-radius:var(--radius-md);flex-direction:column;gap:2px;height:48px;padding:6px 8px;display:flex}.fp-modal-sm-proj-box--link{border-radius:var(--radius-md);background:var(--clr-neutral-bg);cursor:pointer;border:1px solid #00000014;flex-direction:column;gap:2px;height:48px;padding:6px 8px;text-decoration:none;transition:box-shadow .15s,transform .1s;display:flex}.fp-modal-sm-proj-box--link:hover{box-shadow:0 0 0 1.5px #0224561f,0 1px 6px #00000014}.fp-modal-sm-proj-box--link:active{background:linear-gradient(#e4e6ea 0%,#eceef1 100%);transform:translateY(1px);box-shadow:inset 0 1px 3px #0000001f}.fp-modal-sm-proj-finger{opacity:1;flex-shrink:0;width:12px;height:16px;display:block}.fp-modal-sm-proj-count-row{justify-content:space-between;align-items:center;width:100%;display:flex}.fp-modal-sm-proj-count{color:var(--clr-text-dark);font-size:.85rem;font-weight:700;line-height:1}.fp-modal-sm-proj-label{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:600}.fp-modal-sm-bar-section{flex-direction:column;grid-column:3;gap:6px;min-width:0;display:flex;overflow:hidden}.fp-modal-sm-bar-track{height:28px}@media (width<=1200px){.fp-modal-columns{flex-direction:column;overflow-y:auto}.fp-modal-col-left{flex:none}.fp-modal-col-right{flex:none;min-height:400px}.fp-modal-block-measures{flex:none;overflow-y:visible}}#fp-details-modal-overlay .modal-backdrop{background:#00000073}#fp-details-modal-overlay{align-items:center}.fp-details-modal-panel{width:1200px;max-width:calc(100vw - 40px);max-height:calc(100vh - 48px);padding:32px;overflow-y:auto}@media (width>=1160px){.fp-details-modal-panel{max-width:calc(100vw - 300px);max-height:calc(100vh - 80px)}}.fp-dm-bars{flex-direction:column;gap:12px;height:480px;max-height:calc(100vh - 200px);display:flex;overflow:hidden}.fp-dm-grand-total{border-top:1px solid var(--clr-divider);flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:4px;padding-top:8px;display:flex}.fp-dm-header{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.fp-dm-header-row{align-items:center;gap:8px;display:flex}.proj-modal-wrapper{flex-direction:column;width:min(1123px,100vw - 112px);max-width:min(1123px,100vw - 112px);margin-top:-24px;display:flex;position:relative}.proj-modal-close-outer{z-index:10;position:absolute;top:-44px;right:-44px;color:var(--clr-text-on-dark)!important;background:#ffffff2e!important}.proj-modal-close-outer:hover{background:#ffffff4d!important}.proj-modal-panel{box-sizing:border-box;border:1px solid var(--clr-divider);border-radius:var(--radius-lg);background:var(--clr-surface);flex-direction:column;width:100%;max-width:100%;height:min(904px,100vh - 120px);max-height:min(904px,100vh - 120px);padding:20px 26px 28px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a}.proj-modal-body{flex:1;min-height:0;overflow-y:auto}.proj-modal-shell{color:var(--clr-text-dark);flex-direction:column;gap:32px 14px;display:flex}.proj-modal-title-block{flex-direction:column;gap:12px;display:flex}.proj-modal-title-wrap{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.proj-modal-title{color:var(--clr-text-dark);max-width:none;margin:0;font-size:1.125rem;font-weight:700;line-height:140%}.proj-modal-title--clamped{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.proj-modal-title-expand-btn{cursor:pointer;color:var(--clr-muted-light);background:0 0;border:none;padding:0;font-size:.72rem;font-weight:500;line-height:1}.proj-modal-title-expand-btn:hover{color:var(--clr-muted)}.proj-modal-year-badge{color:var(--clr-text-secondary);border:1px solid var(--clr-divider);border-radius:var(--radius-sm);letter-spacing:.02em;padding:2px 8px;font-size:.78rem;font-weight:700;line-height:1.5;display:inline-block}.proj-modal-pill-row,.proj-modal-inline-row,.proj-modal-chip-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.proj-modal-inline-row{gap:18px}.proj-modal-inline-row--compact{gap:10px}.proj-modal-pill{min-height:17px;color:var(--clr-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:5px 8px;font-size:.625rem;font-weight:400;line-height:140%;display:inline-flex}.proj-modal-pill--success{color:var(--clr-done);background:#10b9811f}.proj-modal-pill--neutral{background:var(--clr-bg-subtle);color:var(--clr-muted);border:1px solid var(--clr-divider)}.proj-modal-pill--object{background:var(--clr-muted);color:var(--clr-text-on-dark)}.proj-modal-pill--ghost{color:var(--clr-muted);background:0 0}.proj-modal-inline-item{color:var(--clr-muted);align-items:center;gap:8px;font-size:.625rem;font-weight:400;display:inline-flex}.proj-modal-inline-icon{opacity:.9;flex-shrink:0;width:12px;height:12px}.proj-modal-inline-text{white-space:nowrap;font-size:.625rem;line-height:140%}.proj-modal-overview-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr) minmax(0,2.2fr);gap:12px;display:grid}.proj-modal-surface-card,.proj-modal-applicant-card,.proj-modal-copy-block{border:1px solid var(--clr-divider);border-radius:var(--radius-md);background:var(--clr-surface);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a}.proj-modal-surface-card{flex-direction:column;gap:10px;min-height:112px;padding:16px 16px 14px;display:flex}.proj-modal-surface-card--accent{background:var(--clr-neutral-bg);box-shadow:none;border:none}.proj-modal-surface-card--wide{gap:16px}.proj-modal-progress-card{gap:16px;padding:16px 20px 14px}.proj-modal-surface-label,.proj-modal-card-label{color:var(--clr-muted);font-size:.625rem;font-weight:400;line-height:140%}.proj-modal-surface-label-row{align-items:center;gap:6px;display:inline-flex}.proj-modal-progress-heading{flex-wrap:wrap;align-items:baseline;gap:4px;display:inline-flex}.proj-modal-progress-heading-label,.proj-modal-progress-heading-value{color:var(--clr-muted);font-size:.625rem;font-weight:400}.proj-modal-surface-label-icon{opacity:.85;width:12px;height:12px}.proj-modal-surface-title{color:var(--clr-text-dark);text-transform:uppercase;font-size:.75rem;font-weight:700;line-height:140%}.proj-modal-surface-title--compact{text-transform:none;font-size:.75rem}.proj-modal-surface-meta{color:var(--clr-muted);font-size:.625rem;line-height:140%}.proj-modal-progress-track{background:#6a728240;border-radius:40px;height:16px;overflow:hidden}.proj-modal-progress-fill{border-radius:inherit;background:var(--clr-done);height:100%}.proj-modal-progress-footer{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.proj-modal-progress-side{flex-direction:column;gap:8px;display:flex}.proj-modal-progress-done-head{align-items:center;gap:8px;display:inline-flex}.proj-modal-progress-side--done{text-align:right;align-items:flex-end}.proj-modal-progress-side--done-left{text-align:left;align-items:flex-start}.proj-modal-progress-side--subsidy{text-align:right;align-items:flex-end}.proj-modal-progress-label{color:var(--clr-muted);font-size:.625rem;font-weight:400;line-height:140%}.proj-modal-progress-label--done{color:var(--clr-done)}.proj-modal-progress-value{align-items:baseline;gap:4px;display:flex}.proj-modal-progress-value--done{gap:4px}.proj-modal-progress-number{color:var(--clr-muted);font-size:1.0625rem;font-weight:700;line-height:140%}.proj-modal-progress-number--done{color:var(--clr-done)}.proj-modal-progress-unit{color:var(--clr-muted);font-size:.75rem;font-weight:400;line-height:150%}.proj-modal-progress-unit--done{color:var(--clr-done)}.proj-modal-progress-pct,.proj-modal-progress-badge{background:var(--clr-done);color:var(--clr-text-on-dark);border-radius:4px;justify-content:center;align-items:center;padding:2px 4px;font-size:.6875rem;font-weight:700;line-height:140%;display:inline-flex}.proj-modal-surface-title--program{color:var(--clr-muted);text-transform:uppercase;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;font-size:.75rem;font-weight:700;line-height:140%}.proj-modal-shell>.proj-modal-applicant-link-wrap,.proj-modal-shell>.proj-modal-applicant-card{margin-top:-24px}#proj-modal-body .proj-modal-applicant-card{grid-template-columns:minmax(0,1.45fr) minmax(360px,1fr);gap:22px;padding:14px 16px;display:grid;position:relative}#proj-modal-body .proj-modal-applicant-link-wrap{color:inherit;text-decoration:none;display:block}#proj-modal-body .proj-modal-applicant-link-wrap:hover .proj-modal-applicant-card{border-color:var(--clr-border);box-shadow:0 2px 6px #00000014,0 1px 2px #0000000a}#proj-modal-body .proj-modal-applicant-main{flex-direction:column;gap:8px;min-width:0;padding-right:22px;display:flex}#proj-modal-body .proj-modal-applicant-name{color:var(--clr-text-dark);text-transform:uppercase;font-size:.875rem;font-weight:700;line-height:140%}#proj-modal-body .proj-modal-card-label-row{align-items:center;gap:6px;display:inline-flex}#proj-modal-body .proj-modal-card-label-icon{opacity:.7;width:12px;height:12px}#proj-modal-body .proj-modal-applicant-action{color:#253b73;opacity:.8;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:12px;right:12px}#proj-modal-body .proj-modal-applicant-action-icon{width:14px;height:14px}#proj-modal-body .proj-modal-chip{background:var(--clr-neutral-bg);min-height:24px;color:var(--clr-muted);border:none;border-radius:4px;align-items:center;padding:6px 8px;font-size:.625rem;font-weight:400;line-height:140%;display:inline-flex}#proj-modal-body .proj-modal-chip--label{background:var(--clr-neutral-bg);color:var(--clr-muted)}#proj-modal-body .proj-modal-chip--accent{border:1px solid var(--clr-done);color:var(--clr-done);background:#10b9811f}#proj-modal-body .proj-modal-applicant-meta-item{color:var(--clr-muted);white-space:nowrap;font-size:.625rem;font-weight:400;line-height:140%}#proj-modal-body .proj-modal-applicant-meta-item--accent{color:var(--clr-done)}#proj-modal-body .proj-modal-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:12px 18px;display:grid}#proj-modal-body .proj-modal-metric-card{align-items:flex-start;gap:16px;min-height:37px;display:flex}#proj-modal-body .proj-modal-metric-side{flex-direction:column;flex:0 0 40px;align-items:center;gap:4px;display:flex}#proj-modal-body .proj-modal-metric-year{min-width:auto;height:auto;color:var(--clr-muted);background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:.625rem;font-weight:400;line-height:140%;display:inline-flex}#proj-modal-body .proj-modal-metric-icon-wrap{border-radius:var(--radius-md);background:var(--clr-neutral-bg);flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:24px;display:inline-flex}#proj-modal-body .proj-modal-metric-head{flex-wrap:wrap;align-items:baseline;gap:0;display:flex}#proj-modal-body .proj-modal-icon{width:16px;height:16px}#proj-modal-body .proj-modal-metric-body{flex-direction:column;gap:10px;min-width:0;display:flex}#proj-modal-body .proj-modal-metric-title{color:var(--clr-muted);font-size:.75rem;font-weight:400;line-height:140%}#proj-modal-body .proj-modal-metric-value-wrap{flex-wrap:wrap;align-items:flex-end;gap:4px;display:inline-flex}#proj-modal-body .proj-modal-metric-value{color:var(--clr-text-dark);font-size:1.0625rem;font-weight:700;line-height:140%}#proj-modal-body .proj-modal-metric-suffix{color:var(--clr-text-dark);font-size:.625rem;font-weight:400;line-height:150%}#proj-modal-body .proj-modal-metric-suffix--stacked{align-items:flex-end;font-size:.625rem;line-height:150%;display:flex}#proj-modal-body .proj-modal-copy-grid{grid-template-columns:1fr;gap:24px;display:grid}#proj-modal-body .proj-modal-copy-block{box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;padding:0;display:flex}#proj-modal-body .proj-modal-copy-block--full{grid-column:1/-1}#proj-modal-body .proj-modal-copy-title{color:var(--clr-text-dark);text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:700;line-height:140%}#proj-modal-body .proj-modal-copy-text,#proj-modal-body .proj-modal-copy-list{color:var(--clr-muted);margin:0;font-size:.75rem;line-height:140%}#proj-modal-body .proj-modal-copy-block:not(.proj-modal-copy-block--full) .proj-modal-copy-text,#proj-modal-body .proj-modal-copy-block:not(.proj-modal-copy-block--full) .proj-modal-copy-list{column-count:2;column-rule:1px solid var(--clr-bg-subtle);column-gap:18px}#proj-modal-body .proj-modal-copy-list{padding-left:18px}#proj-modal-body .proj-modal-copy-list li+li{margin-top:6px}.proj-modal-no-data{min-height:240px;color:var(--clr-muted);justify-content:center;align-items:center;font-size:1rem;display:flex}@media (width<=1180px){.proj-modal-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-modal-surface-card--wide{grid-column:1/-1}#proj-modal-body .proj-modal-applicant-card{grid-template-columns:1fr}#proj-modal-body .proj-modal-applicant-main{padding-right:0}}@media (width<=860px){.proj-modal-wrapper{margin-top:0}.proj-modal-panel{border-radius:var(--radius-lg);width:calc(100vw - 20px);max-width:calc(100vw - 20px);height:calc(100vh - 80px);max-height:calc(100vh - 80px);padding:18px 16px 22px}.proj-modal-title{font-size:1rem}.proj-modal-overview-grid,#proj-modal-body .proj-modal-copy-grid,#proj-modal-body .proj-modal-metrics-grid{grid-template-columns:1fr}.proj-modal-progress-footer{flex-direction:column;align-items:stretch}.proj-modal-progress-side--done{text-align:left;align-items:flex-start}.proj-modal-progress-number,#proj-modal-body .proj-modal-metric-value{font-size:.875rem}#proj-modal-body .proj-modal-applicant-name{font-size:.75rem}#proj-modal-body .proj-modal-applicant-card{gap:18px;padding:18px 16px}#proj-modal-body .proj-modal-applicant-action{top:14px;right:14px}}#nat-kpi-modal-overlay{align-items:center;padding-top:0;padding-bottom:0}.nat-kpi-modal-frame{width:fit-content;max-width:calc(100vw - 60px);max-height:calc(100vh - 64px);animation:modal-panel-enter var(--duration-modal-panel) var(--easing-modal) both;flex-direction:column;display:flex;position:relative;overflow:visible}.nat-kpi-modal-frame>.modal-close{background:var(--clr-divider);width:36px;height:36px;color:var(--clr-text-heading);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:-35px;right:-35px}.nat-kpi-modal-frame>.modal-close:hover{background:var(--clr-border);color:var(--clr-text-strong)}.nkpi-body{align-items:stretch;gap:16px;display:flex}.nkpi-main{background:var(--clr-surface);border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-lg);flex:1 1 0;max-height:calc(100vh - 80px);padding:28px 32px 24px;overflow:hidden auto}.nkpi-header{margin-bottom:16px}.nkpi-title{color:#101;font-size:1.375rem;font-weight:700;line-height:1.3}.nkpi-date{letter-spacing:-.008em;text-transform:uppercase;color:var(--clr-muted);margin-top:2px;font-size:.625rem;font-weight:400;line-height:1.9}.nkpi-tables-row{align-items:flex-start;gap:6px;display:flex}.nkpi-table{flex-shrink:0}.nkpi-table--left{flex-shrink:0;padding-bottom:14px}.nkpi-table--center{flex-direction:column;flex-shrink:0;display:flex}.nkpi-table--right{flex-shrink:0;padding-bottom:14px}.nkpi-row{align-items:stretch;display:flex}.nkpi-table--left .nkpi-row,.nkpi-table--right .nkpi-row{gap:6px}.nkpi-row--header .nkpi-hcell{border-top:1px solid var(--clr-text-dark);border-bottom:1px solid var(--clr-text-dark);background:#d6dae133}.nkpi-row--data{box-sizing:border-box}.nkpi-row--even .nkpi-cell{background:#f7f8f9}.nkpi-row--month-spacer{box-sizing:border-box}.nkpi-hcell{color:var(--clr-neutral-700);white-space:pre-line;box-sizing:border-box;flex-shrink:0;align-items:center;padding:8px 10px;font-size:.75rem;font-weight:300;line-height:1.21;display:flex}.nkpi-hcell--indicator{text-transform:uppercase;width:220px;min-width:220px;font-size:.75rem}.nkpi-hcell--base{text-transform:uppercase;text-align:center;justify-content:center;width:64px;min-width:64px;font-size:.625rem}.nkpi-hcell--year{text-align:center;justify-content:center;width:50px;min-width:50px}.nkpi-cell{color:var(--clr-neutral-700);text-align:left;box-sizing:border-box;flex-shrink:0;justify-content:flex-start;align-items:center;padding:8px 6px;font-size:.75rem;font-weight:400;line-height:1.21;display:flex}.nkpi-cell--indicator{text-align:left;justify-content:flex-start;width:220px;min-width:220px;padding:10px 12px;font-size:.6875rem;font-weight:300;line-height:1.3}.nkpi-cell--base{width:64px;min-width:64px}.nkpi-cell--year{width:50px;min-width:50px}.nkpi-cell--plan,.nkpi-cell--fact{background:0 0;width:54px;min-width:54px}.nkpi-row--even .nkpi-cell--fact{background:#e8f8f3}.nkpi-cell--fact-ok{color:var(--clr-neutral-700)}.nkpi-cell--fact-behind{background:0 0}.nkpi-row--even .nkpi-cell--cur-fact{color:var(--clr-text-on-dark);background:#10b981b3;font-weight:700}.nkpi-row--even .nkpi-cell--cur-plan{color:var(--clr-text-on-dark);background:#9ea3adb3;font-weight:700}.nkpi-row--data:not(.nkpi-row--even) .nkpi-cell--cur-fact{background:var(--clr-done);color:var(--clr-text-on-dark);font-weight:700}.nkpi-row--data:not(.nkpi-row--even) .nkpi-cell--cur-plan{color:var(--clr-text-on-dark);background:#9ea3ad;font-weight:700}.nkpi-year-header{color:var(--clr-neutral-700);text-align:center;border-top:1px solid var(--clr-text-dark);border-bottom:1px solid var(--clr-text-dark);box-sizing:border-box;background:#d6dae133;justify-content:center;align-items:center;padding:8px 10px;font-size:.75rem;font-weight:300;line-height:1.21;display:flex}.nkpi-scroll-inner{scrollbar-width:none;border-left:1px solid #a0aec0;border-right:1px solid #a0aec0;overflow:auto hidden}.nkpi-scroll-inner::-webkit-scrollbar{height:0}.nkpi-month-headers{gap:6px;min-width:max-content;display:flex}.nkpi-month-header{background:var(--clr-neutral-bg);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:114px;min-width:114px;min-height:44px;padding:4px 0;display:flex}.nkpi-month-name{text-transform:uppercase;color:var(--clr-neutral-700);margin-bottom:4px;font-size:.625rem;font-weight:500;line-height:1.2}.nkpi-month-badges{align-items:center;gap:6px;display:flex}.nkpi-badge{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.5rem;font-weight:700;line-height:1.4;display:inline-block}.nkpi-badge--plan{background:var(--clr-muted);color:var(--clr-text-on-dark)}.nkpi-badge--fact{background:var(--clr-done);color:var(--clr-text-on-dark)}.nkpi-scroll-inner .nkpi-row{gap:6px;min-width:max-content}.nkpi-scrollbar{background:var(--clr-divider);cursor:pointer;box-sizing:content-box;border-left:1px solid #a0aec0;border-right:1px solid #a0aec0;border-radius:3px;height:6px;margin:8px 4px 0;position:relative}.nkpi-scrollbar-thumb{cursor:grab;background:#a0aec0;border-radius:3px;width:30%;height:100%;position:absolute;top:0;left:0}.nkpi-scrollbar-thumb:active{cursor:grabbing}.nkpi-results-panel{border-radius:var(--radius-lg);width:280px;min-width:280px;box-shadow:var(--shadow-lg);background:var(--clr-surface);border:0;flex-direction:column;flex-shrink:0;padding:20px;display:flex;overflow-y:auto}.nkpi-results-section{flex-direction:column;gap:12px;display:flex}.nkpi-results-title{text-transform:uppercase;color:var(--clr-text-strong);font-size:.875rem;font-weight:700;line-height:1.4}.nkpi-results-list{margin:0;padding-left:18px;list-style:outside}.nkpi-results-list li{color:var(--clr-neutral-700);margin-bottom:10px;font-size:.625rem;font-weight:400;line-height:1.4}.nkpi-results-list li:last-child{margin-bottom:0}.nkpi-results-divider{border:none;border-top:1px solid var(--clr-neutral-border);margin:16px 0}@media (width<=1440px){#nat-kpi-modal-overlay{align-items:flex-start;padding-top:48px;padding-bottom:32px}.nat-kpi-modal-frame{max-height:calc(100vh - 80px);overflow-y:auto}.nat-kpi-modal-frame>.modal-close{top:16px;right:16px}.nkpi-body{flex-direction:column;max-width:994px}.nkpi-main{flex:none;max-height:none;overflow-y:visible}.nkpi-results-panel{width:auto;max-height:unset;flex:none}}@media (width<=1160px){.nat-kpi-modal-frame>.modal-close{top:16px;right:16px}.nkpi-title{font-size:1.3125rem}.nkpi-hcell,.nkpi-hcell--indicator{font-size:.6875rem}.nkpi-hcell--base{font-size:.5625rem}.nkpi-hcell--year,.nkpi-cell{font-size:.6875rem}.nkpi-cell--indicator{font-size:.625rem}.nkpi-month-name{font-size:.5625rem}.nkpi-badge{font-size:.4375rem}.nkpi-hcell--base,.nkpi-cell--base{width:53px;min-width:53px}.nkpi-hcell--year,.nkpi-cell--year{width:42px;min-width:42px}.nkpi-cell--plan,.nkpi-cell--fact{width:45px;min-width:45px}.nkpi-month-header{width:96px;min-width:96px}.nkpi-table--center{width:300px!important}.nkpi-body{max-width:897px}}@media (width<=960px){.nkpi-hcell{font-size:.625rem}.nkpi-hcell--base{font-size:.5rem}.nkpi-hcell--year,.nkpi-cell,.nkpi-cell--indicator{font-size:.625rem}.nkpi-month-name{font-size:.5rem}.nkpi-badge{padding:2px 5px;font-size:.375rem}.nkpi-hcell--base,.nkpi-cell--base{width:44px;min-width:44px}.nkpi-hcell--year,.nkpi-cell--year{width:35px;min-width:35px}.nkpi-cell--plan,.nkpi-cell--fact{width:38px;min-width:38px}.nkpi-month-header{width:82px;min-width:82px}.nkpi-table--center{width:258px!important}.nkpi-body{max-width:803px}}@media (width<=768px){.nkpi-hcell--indicator,.nkpi-cell--indicator{width:160px;min-width:160px}}@media (prefers-reduced-motion:reduce){.nat-kpi-modal-frame{animation:none}}
