:root{color-scheme:light;--bg: #f2efe8;--panel: #fffaf3;--panel-strong: #fff;--line: #d7d0c6;--text: #10243d;--muted: #5c6c7d;--accent: #0f4c81;--accent-soft: #d9ebfb;--danger: #a53f2b}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(15,76,129,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(229,57,53,.12),transparent 24%),linear-gradient(180deg,#f7f3ec,#ebe4d8);overflow:auto}html,body{height:100%}#root{min-height:100vh}.app-shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:420px;background:#fffaf3eb;border-right:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto;overscroll-behavior:contain;padding:24px 20px 40px;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{width:0;height:0}.workspace{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.toolbar{display:grid;grid-template-columns:220px minmax(420px,1fr) 360px;align-items:center;gap:16px;padding:18px 20px 14px}.toolbar__section{display:flex;min-width:0;width:220px}.toolbar__section--left{justify-content:flex-start}.toolbar__search{display:flex;justify-content:center;min-width:0}.feedback,.sidebar__eyebrow,.sidebar__hint,.project-card__meta{color:var(--muted)}.toolbar__section--right{gap:12px;justify-content:flex-end;justify-self:end;width:360px}.toolbar__section .list-selector,.toolbar__section .list-selector__control{width:100%}.toolbar__section--right .list-selector{flex:0 0 190px;width:190px}input,select,.button,.icon-button{border-radius:12px;border:1px solid var(--line);font:inherit}input,select{width:100%;padding:11px 12px;background:var(--panel-strong)}.button,.icon-button{cursor:pointer;background:var(--accent);color:#fff;padding:10px 14px}.button--ghost,.icon-button{background:var(--panel-strong);color:var(--text)}.button--wide{width:100%}.icon-button--danger{color:var(--danger)}.feedback{margin:0 20px 12px;padding:10px 14px;border-radius:12px;background:#fffaf3cc;border:1px solid var(--line)}.feedback--error{color:var(--danger)}.toast{position:fixed;top:18px;left:50%;transform:translate(-50%);z-index:2000;max-width:min(520px,calc(100vw - 32px));padding:12px 16px;border-radius:14px;border:1px solid var(--line);background:#10243deb;color:#fff;box-shadow:0 18px 36px #10243d2e}.toast--error{background:#a53f2bf2}.auth-page,.admin-page{min-height:100vh;padding:32px;background:radial-gradient(circle at top left,rgba(15,76,129,.16),transparent 28%),linear-gradient(135deg,#f8f4ec,#eef3f8);color:var(--text)}.auth-page{display:grid;place-items:center}.auth-card,.admin-card{width:min(440px,100%);padding:28px;border:1px solid var(--line);border-radius:28px;background:#ffffffe0;box-shadow:0 24px 80px #12223624}.auth-card h1,.admin-page h1,.admin-card h2{margin:0}.auth-card__eyebrow{margin-bottom:6px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.auth-card__field{display:flex;flex-direction:column;gap:8px;margin-top:16px;color:var(--muted);font-weight:700}.auth-card__field input{height:52px;border:1px solid var(--line);border-radius:16px;padding:0 16px;background:#fff;color:var(--text);font:inherit}.auth-card__error{margin-top:14px;color:var(--danger);font-weight:700}.auth-card .button{width:100%;margin-top:18px}.user-menu{position:relative;flex:0 0 auto;color:var(--text);font-size:15px;font-weight:600;white-space:nowrap}.user-menu__trigger{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#ffffffe0;box-shadow:0 8px 24px #10243d14;cursor:pointer;list-style:none}.user-menu__trigger::-webkit-details-marker{display:none}.user-menu__trigger:after{content:"▾";font-size:11px;color:var(--text)}.user-menu__dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:90;min-width:190px;padding:8px;border:1px solid var(--line);border-radius:16px;background:#fffffffa;box-shadow:0 18px 36px #10243d24}.user-menu__name{padding:10px 12px;color:var(--muted);font-size:13px;font-weight:700}.user-menu__item{width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.user-menu__item:hover{background:var(--panel-soft)}.user-menu__item--danger{color:#9f2f20}.admin-page__header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.admin-page__header p{margin:6px 0 0;color:var(--muted)}.admin-page__actions,.admin-form-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:20px;align-items:start}.admin-card--wide{width:auto;overflow-x:auto}.admin-checks,.admin-reports{display:grid;gap:10px;margin-top:16px;color:var(--text)}.admin-checks,.admin-reports{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-check{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#ffffffb8;font-weight:600}.admin-check input[type=checkbox]{width:18px;height:18px;flex:0 0 18px;margin:0;padding:0;accent-color:var(--accent)}.admin-check span{min-width:0;line-height:1.2}.admin-reports__title{grid-column:1 / -1;color:var(--muted);font-weight:700}.admin-users-table{width:100%;border-collapse:collapse;margin-top:16px}.admin-users-table th,.admin-users-table td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.admin-users-table th{color:var(--muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.map-shell,.sidebar__section{margin-bottom:20px}.map-shell{flex:1;min-height:0;margin:0 20px 20px;border-radius:24px;overflow:hidden;border:1px solid rgba(16,36,61,.1);box-shadow:0 24px 50px #10243d1f}.map-shell__canvas{width:100%;height:100%}.sidebar__list-picker{display:block;margin-top:12px}.sidebar__list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.sidebar__list-actions{display:inline-flex;align-items:center;gap:8px}.sidebar__rename{display:flex;flex-direction:column;gap:8px;margin-top:10px}.sidebar__rename-actions{display:flex;gap:8px}.sidebar__menu{position:relative}.sidebar__menu-popover{position:absolute;top:calc(100% + 6px);left:0;min-width:160px;padding:8px;border-radius:16px;border:1px solid var(--line);background:#fffffff5;box-shadow:0 16px 32px #10243d1f;z-index:30}.sidebar__menu-item{width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;border-radius:12px;cursor:pointer;font:inherit}.sidebar__menu-item:hover{background:var(--accent-soft)}.sidebar__menu-item--danger{color:var(--danger)}.sidebar__controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:8px}.field--compact{min-width:230px}.field--compact span{display:none}.toolbar__search .search-shell{width:min(760px,100%);max-width:760px}.toolbar__title span{color:var(--muted)}.sidebar__subheader,.report-card__title,.project-card__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);line-height:1}.sidebar__items{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:6px}.sidebar__item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:12px;background:var(--panel-strong);border:1px solid var(--line)}.sidebar__item-main{display:inline-flex;align-items:center;gap:10px;min-width:0}.sidebar__item-main>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.sidebar__item-index{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f4c81;color:#fff;font-weight:700;font-size:12px;border:0;cursor:pointer}.sidebar__item-index--anchor{background:#f59e0b;color:#1e3a5f}.sidebar__item--anchor,.comparison-table__anchor td{background:var(--accent-soft);font-weight:700}.comparison-table table,.report-card table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td,.report-card th,.report-card td{padding:10px 8px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.sidebar__exports{display:flex;gap:10px;align-items:center;justify-content:space-between}.panel-empty{padding:16px;border-radius:16px;border:1px dashed var(--line);background:#ffffff8c}.search-shell{width:100%;position:relative}.search-shell__row{display:grid;grid-template-columns:1fr auto;gap:10px}.search-shell__error{margin-top:8px;color:var(--danger);font-size:13px}.search-shell__clear{width:44px;min-width:44px;height:44px;padding:0;border-radius:12px;font-size:24px;line-height:1}.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;padding:8px;border-radius:18px;border:1px solid var(--line);background:#fffffff0;box-shadow:0 18px 36px #10243d1a;z-index:1200}.search-suggestions__item{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;width:100%;padding:10px 12px;border:0;border-radius:14px;background:transparent;text-align:left;cursor:pointer}.search-suggestions__item:hover,.search-suggestions__item--active{background:var(--accent-soft)}.search-suggestions__badge{grid-row:span 2;align-self:center;font-size:11px;color:var(--accent);font-weight:700;text-transform:uppercase}.search-suggestions__title{font-weight:700}.search-suggestions__subtitle{color:var(--muted);font-size:13px}.project-card{min-width:300px;-webkit-user-select:text;user-select:text}.sidebar__toggle{width:auto;display:flex;align-items:center;justify-content:flex-start;padding:0;border:0;background:transparent;cursor:pointer;gap:10px}.sidebar__title-row{display:flex;align-items:center;gap:10px}.sidebar__title-actions,.sidebar__title-inline{display:inline-flex;align-items:center;gap:8px}.sidebar__exports .button{flex:1}.sidebar__text-action{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0;font:inherit;font-size:24px;line-height:1;display:inline-flex;align-items:center;align-self:center}.sidebar__text-action:hover{color:var(--text)}.sidebar__text-action:disabled{opacity:.35;cursor:default}.sidebar__text-action--danger{color:var(--danger)}.project-card__header,.project-card__actions{display:flex;justify-content:space-between;gap:10px}.project-card__actions{align-items:stretch}.project-card__actions>.list-selector{width:100%}.project-card__header{align-items:flex-start;padding-right:30px}.project-card__title{font-size:18px;font-weight:700}.project-card__badge{align-self:start;border-radius:999px;background:#10243d;color:#fff;padding:4px 10px;font-size:12px}.project-card__stage{margin:10px 0;display:flex;align-items:center;gap:8px}.project-card__stage-dot{width:10px;height:10px;border-radius:50%;background:#1976d2}.project-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.list-selector{position:relative}.list-selector__control,.list-selector__split{display:inline-grid;grid-template-columns:minmax(0,1fr) 42px;width:100%;border:1px solid var(--line);border-radius:14px;background:var(--panel-strong);overflow:hidden}.list-selector__control{align-items:center;padding:11px 0 11px 14px;cursor:pointer}.list-selector__control,.list-selector__split-main,.list-selector__split-arrow{background:transparent;color:var(--text);font:inherit}.list-selector__split-main,.list-selector__split-arrow{border:0}.list-selector__control-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.list-selector__control-arrow,.list-selector__split-arrow{display:inline-flex;align-items:center;justify-content:center;border-left:1px solid var(--line);font-size:16px}.list-selector__split-main{display:inline-flex;align-items:center;gap:8px;min-width:0;padding:11px 14px;cursor:pointer}.list-selector__split-main--add .list-selector__split-symbol{color:var(--accent)}.list-selector__split-main--remove .list-selector__split-symbol{color:var(--danger)}.list-selector__control:hover,.list-selector__split-arrow:hover,.list-selector__split-main:hover{background:#0f4c810f}.list-selector__split-symbol{width:12px;font-size:18px;line-height:1;font-weight:700}.list-selector__split-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-selector__menu{position:absolute;left:0;top:calc(100% + 8px);z-index:80;display:flex;flex-direction:column;width:100%;min-width:100%;border-radius:16px;border:1px solid var(--line);background:#fffffffa;box-shadow:0 18px 36px #10243d24;overflow:hidden}.toolbar__section .list-selector__menu{min-width:260px}.toolbar__section--right .list-selector__menu{min-width:190px}.list-selector--split .list-selector__menu{min-width:320px}.list-selector__items{display:flex;flex-direction:column;max-height:308px;overflow-y:auto}.list-selector__item{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;text-align:left;color:var(--text);font:inherit;cursor:pointer}.list-selector__item--single{grid-template-columns:18px minmax(0,1fr) auto}.list-selector__item--plain{grid-template-columns:minmax(0,1fr) auto}.list-selector__item:hover{background:var(--accent-soft)}.list-selector__item-main{display:grid;grid-template-columns:18px minmax(0,1fr);grid-column:1 / span 2;align-items:center;gap:10px;width:100%;border:0;background:transparent;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.list-selector__item-main--plain{grid-template-columns:minmax(0,1fr);grid-column:1 / 2}.list-selector__item--create{background:#fffaf3fa}.list-selector__check{font-size:14px;min-height:16px;color:var(--accent);font-weight:700}.list-selector__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar__section .list-selector__control-label,.toolbar__section .list-selector__name{overflow:visible;text-overflow:clip}.list-selector__actions{display:inline-flex;align-items:center;gap:6px;opacity:0;pointer-events:none;transition:opacity .15s ease;justify-self:end;white-space:nowrap}.list-selector__item:hover .list-selector__actions,.list-selector__item:focus-visible .list-selector__actions{opacity:1;pointer-events:auto}.list-selector__action{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0;font:inherit;line-height:1}.list-selector__action:hover{color:var(--text)}.list-selector__action--danger:hover{color:var(--danger)}.list-selector__footer{position:sticky;bottom:0;padding:8px;border-top:1px solid var(--line);background:#fffffffa}.list-selector__footer .list-selector__item{width:100%;border-radius:14px;background:#fffaf3fa}.list-selector__create{display:flex;flex-direction:column;gap:8px}.list-selector__create-actions{display:flex;justify-content:flex-end}.list-selector__delete{display:flex;flex-direction:column;gap:10px;padding:12px}.list-selector__delete-title{font-weight:600}.list-selector__delete-actions{display:flex;gap:8px;justify-content:flex-end}.list-selector__delete .button{min-width:110px}.list-selector__rename{display:flex;flex-direction:column;gap:8px;padding:10px 12px}.list-selector__rename-actions{display:flex;gap:8px;justify-content:flex-end}.sidebar__list-picker .list-selector__control{border:1px solid var(--line)}.report{display:flex;flex-direction:column;gap:18px}.report--v2{gap:22px}.report--fullscreen{gap:24px}.report__header{padding-top:8px}.report__meta{color:var(--muted)}.report-card{border-radius:18px;border:1px solid var(--line);background:#ffffffb8;padding:14px}.report-sheet{display:flex;flex-direction:column;gap:16px;min-height:calc(100vh - 140px);padding:18px;border-radius:26px;border:1px solid rgba(16,36,61,.1);background:radial-gradient(circle at top right,rgba(15,76,129,.08),transparent 28%),linear-gradient(180deg,#fffffff0,#faf6eff0);box-shadow:0 22px 40px #10243d14}.report-sheet__hero{display:flex;flex-direction:column;gap:6px}.report-sheet__eyebrow,.report-metric__label,.report-section-card__note{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.report-sheet__hero h2{margin:0;font-size:30px;line-height:1.05}.report-sheet__meta,.report-metric__caption{color:var(--muted);font-size:13px}.report-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.report-metric{padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#ffffffe6}.report-metric__value{margin-top:8px;font-size:24px;font-weight:700;line-height:1.05}.report-sheet__grid{display:grid;gap:14px;min-height:0}.report-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.report-sheet__grid--split{grid-template-columns:1fr 1fr;align-items:stretch}.report-sheet__grid--triple{grid-template-columns:1fr 1fr 1fr;align-items:stretch}.report-section-card{display:flex;flex-direction:column;gap:12px;min-height:0;padding:14px;border-radius:22px;border:1px solid var(--line);background:#ffffffd1}.report-section-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.report-section-card__header h3{margin:0;font-size:18px}.report-metric-chart .report-card__title{margin-bottom:8px}.report-chart{min-height:0}.report-chart--short{height:100%}.report-table-ui{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.report-table-ui th,.report-table-ui td{padding:7px 8px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;font-size:10px}.report-table-ui th{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.report-table-ui--compact{font-size:11px;table-layout:auto}.report-table-ui--compact th,.report-table-ui--compact td{padding:6px 7px}.report-table-ui--structure{font-size:11px}.report-table-ui--structure th,.report-table-ui--structure td{padding:6px}.report-table-ui__project{width:260px;min-width:260px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-table-ui--compact th:first-child,.report-table-ui--compact td:first-child{width:24%}.report-table-ui--structure .report-table-ui__project{font-size:11px}.report-table-ui__anchor-row td{font-weight:700}.report-table-ui__project--anchor{background:#fef9c3;font-weight:700}.report-table-ui--structure td:not(.report-table-ui__project),.report-table-ui--structure th:not(:first-child){white-space:nowrap;text-align:center}.report-table-ui--profile{table-layout:fixed}.report-table-ui--profile th{white-space:normal;line-height:1.15}.report-table-ui--profile th:nth-child(1),.report-table-ui--profile td:nth-child(1){width:17%}.report-table-ui--profile th:nth-child(2),.report-table-ui--profile td:nth-child(2){width:16%}.report-table-ui--profile th:nth-child(3),.report-table-ui--profile td:nth-child(3){width:28%;white-space:normal}.report-table-ui--profile th:nth-child(4),.report-table-ui--profile td:nth-child(4){width:12%;white-space:nowrap}.report-table-ui--profile th:nth-child(5),.report-table-ui--profile td:nth-child(5){width:12%;text-align:right}.report-table-ui--profile th:nth-child(6),.report-table-ui--profile td:nth-child(6){width:15%;text-align:right}.report-table-ui--profile .report-table-ui__project{min-width:0;font-size:11px}.report-table-ui__total-row td{border-top:2px solid var(--line);font-weight:700;background:#0f4c810d}.anchor-pin,.project-marker-wrap{position:relative}.project-marker-wrap{isolation:isolate}.site-marker-wrap{position:relative;z-index:420}.anchor-pin__body{width:18px;height:18px;border-radius:999px 999px 999px 0;transform:rotate(-45deg);background:#dc2626;border:2px solid #fff;box-shadow:0 8px 20px #dc262659}.project-marker{background:transparent;border:0}.project-marker-button{display:block;padding:0;border:0;background:transparent;cursor:pointer}.cluster-marker{width:42px;height:42px;border-radius:999px;border:2px solid #ffffff;background:#0f4c81eb;color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #10243d38}.project-marker-tooltip{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);max-width:220px;padding:6px 10px;border-radius:10px;background:#10243df0;color:#fff;font-size:12px;line-height:1.25;white-space:nowrap;box-shadow:0 12px 24px #10243d2e;pointer-events:none;z-index:300}.project-popup--site{min-width:360px;z-index:420}.project-marker-tooltip--persistent{bottom:calc(100% + 2px);max-width:240px;padding:5px 10px;border:1px solid rgba(16,36,61,.12);background:#fffffff0;color:var(--text);box-shadow:0 10px 24px #10243d1f;z-index:320}.project-popup{position:absolute;left:50%;bottom:calc(100% + 18px);transform:translate(-50%);min-width:360px;padding:16px 16px 14px;border-radius:22px;border:1px solid var(--line);background:#fffffffa;box-shadow:0 24px 48px #10243d2e;z-index:200;-webkit-user-select:text;user-select:text}.project-popup:after{content:"";position:absolute;left:50%;bottom:-10px;width:18px;height:18px;transform:translate(-50%) rotate(45deg);background:#fffffffa;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.project-popup__close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:0;background:transparent;color:var(--muted);font-size:18px;font-weight:700;line-height:1;cursor:pointer;padding:0}.project-popup__close:hover{color:var(--text)}.report-page{min-height:100vh;padding:18px 24px 24px;overflow:auto;background:radial-gradient(circle at top left,rgba(15,76,129,.12),transparent 28%),linear-gradient(180deg,#f8f5ef,#ece4d9)}.report-page__header{display:flex;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.report-page__eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.report-page__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.report-page__month{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.report-page__month select{min-width:150px;height:42px;padding:0 38px 0 14px}.report-page__body{max-width:1500px}.report-page__header h1{margin:0;font-size:34px;line-height:1.05}.rating-report-page__filters{display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin-bottom:16px}.rating-report-page__field{display:flex;flex-direction:column;gap:6px}.rating-report-page__field span{font-size:13px;color:var(--muted)}.rating-report-page__field select,.rating-report-page__field input{min-width:180px;height:48px;border:1px solid var(--line);border-radius:16px;padding:0 14px;background:#ffffffeb;color:var(--text);font:inherit}.rating-report-page__classes{min-width:280px}.rating-report-page__class-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:48px}.rating-report-page__class-chip{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#ffffffeb;color:var(--text);font:inherit;cursor:pointer}.rating-report-page__class-chip--active{border-color:var(--accent);background:var(--accent);color:#fff}.rating-report-table th:first-child,.rating-report-table td:first-child{width:44px;text-align:center}.rating-report-table th:nth-child(2),.rating-report-table td:nth-child(2){width:26%}.rating-report-table th:nth-child(2),.rating-report-table th:nth-child(3),.rating-report-table th:nth-child(4),.rating-report-table td:nth-child(2),.rating-report-table td:nth-child(3),.rating-report-table td:nth-child(4){text-align:left}.rating-report-table th:nth-child(5),.rating-report-table th:nth-child(6),.rating-report-table th:nth-child(7),.rating-report-table td:nth-child(5),.rating-report-table td:nth-child(6),.rating-report-table td:nth-child(7){text-align:right}.rating-report-table__sort{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.rating-report-table__sort--active{color:var(--accent)}.rating-report-table__sort-arrow{font-size:12px;line-height:1}.dynamics-report-page__filters{display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin-bottom:16px}.dynamics-report-page__meta{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px;color:#5c6c7d;font-size:14px}.dynamics-report-page__chart-card+.dynamics-report-page__chart-card{margin-top:18px}.dynamics-report-page__legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px}.dynamics-report-page__legend-item{display:inline-flex;align-items:center;gap:8px;color:#5c6c7d;font-size:12px}.dynamics-report-page__legend-line{width:18px;height:3px;border-radius:999px;display:inline-block}.report-chart-tooltip{background:#000000c7;color:#fff;border-radius:8px;padding:8px 10px;min-width:180px}.report-chart-tooltip__title{font-size:12px;font-weight:700;margin-bottom:6px}.report-chart-tooltip__rows{display:grid;gap:4px}.report-chart-tooltip__row{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;font-size:12px}.report-chart-tooltip__dot{width:8px;height:8px;border-radius:999px}.report-chart-tooltip__label{min-width:0}.report-chart-tooltip__value{font-weight:700}.harmony-report-page__toolbar{display:flex;align-items:center;gap:20px;margin-bottom:18px}.harmony-report-page__controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.harmony-report-page__modes{display:inline-flex;border:1px solid #d8cdbb;border-radius:999px;overflow:hidden;background:#fff}.harmony-report-page__mode{border:0;background:transparent;padding:10px 16px;font-size:14px;color:#5c6c7d;cursor:pointer}.harmony-report-page__mode--active{background:#1e5b98;color:#fff}.harmony-report-page__updated-at{color:#5c6c7d;font-size:15px}.harmony-table-ui{table-layout:fixed}.harmony-table-ui th,.harmony-table-ui td{text-align:center}.harmony-table-ui__section-col{width:3.5%}.harmony-table-ui__room-col{width:6%}.harmony-table-ui__section-cell,.harmony-table-ui__room-cell{text-align:left!important}.harmony-table-ui__section-cell{font-weight:700}.harmony-table-ui__project-header{text-align:center;font-size:12px;line-height:1.15;padding-left:4px!important;padding-right:4px!important;vertical-align:bottom}.harmony-table-ui__project-header-text{display:block;width:100%;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.harmony-table-ui__project-header--anchor,.harmony-table-ui__value--anchor{font-weight:700}.harmony-report-page__legend{margin-top:16px;display:grid;gap:6px}.harmony-report-page__legend-item{display:flex;align-items:center;gap:8px;color:#1e3a5f}.harmony-report-page__legend-dot{width:12px;height:12px;border-radius:3px;display:inline-block}.harmony-report-page__legend-dot--green{background:#d1fae5}.harmony-report-page__legend-dot--yellow{background:#fef9c3}.harmony-report-page__legend-dot--red{background:#fee2e2}@media(max-width:1180px){.app-shell{flex-direction:column;height:auto;overflow:visible}.sidebar{width:100%;border-right:0;border-bottom:1px solid var(--line);overflow:visible}.toolbar{grid-template-columns:1fr;align-items:stretch}.toolbar__section,.toolbar__section--right{width:100%}.toolbar__section--right{justify-content:stretch}.toolbar__section--right .list-selector{flex:1 1 auto;width:auto}.toolbar__mode,.toolbar__search{justify-content:stretch}.field--compact,.toolbar__search .search-shell{width:100%;max-width:none}.report-page__header{flex-direction:column;align-items:stretch}body{overflow:auto}#root,.workspace{height:auto;overflow:visible}}
