:root{--bg: #0f1419;--surface: #1a2332;--surface-2: #243044;--sidebar-bg: #141c28;--text: #e8edf4;--muted: #8b9cb3;--accent: #3b82f6;--accent-hover: #2563eb;--accent-muted: rgba(59, 130, 246, .15);--danger: #f87171;--radius: 12px;--sidebar-width: 240px;--report-head-row1: 2.5rem;--font: "Segoe UI", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}.page-center{display:grid;place-items:center;min-height:100vh;color:var(--muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(ellipse at top,#1e3a5f 0%,var(--bg) 55%)}.login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem}.login-card h1{margin:0;font-size:1.5rem}.login-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--muted)}.login-card input{padding:.65rem .75rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-size:1rem}.login-card input:focus{outline:2px solid var(--accent);outline-offset:1px}.form-error{margin:0;padding:.5rem .75rem;background:#f871711f;color:var(--danger);border-radius:8px;font-size:.875rem}.btn{border:none;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;cursor:pointer;font-family:inherit}.btn-primary{background:var(--accent);color:#fff;padding:.75rem;font-weight:600}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--surface-2)}.btn-ghost:hover{color:var(--text);border-color:var(--muted)}.app-shell{height:100dvh;max-height:100dvh;min-height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--surface-2);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{padding:1.25rem 1rem;border-bottom:1px solid var(--surface-2)}.sidebar-brand-title{display:block;font-weight:700;font-size:1.1rem}.sidebar-brand-sub{display:block;font-size:.8rem;color:var(--muted)}.sidebar-nav{flex:1;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.2rem;overflow-y:auto}.sidebar-link{display:block;padding:.65rem .85rem;border-radius:8px;color:var(--muted);text-decoration:none;font-size:.9rem;transition:background .15s,color .15s}.sidebar-link:hover{background:var(--surface);color:var(--text)}.sidebar-link--active{background:var(--accent-muted);color:var(--accent);font-weight:600}.app-content{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.app-topbar{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;padding:.75rem 1.5rem;border-bottom:1px solid var(--surface-2);background:var(--surface)}.user-block{display:flex;align-items:center;gap:1rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;font-size:.875rem}.user-name{font-weight:600}.user-role{color:var(--muted);font-size:.75rem}.app-main{flex:1;min-height:0;padding:1.5rem;overflow-y:auto}.app-main:has(.report-page){display:flex;flex-direction:column;overflow:hidden}.report-page{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.report-page>.report-table-panel{flex:1;min-height:0}.report-page .page-intro,.report-page .breadcrumb,.report-page .report-filters,.report-page .report-error,.report-page .report-status{flex-shrink:0}.page-intro h1{margin:0 0 .5rem}.page-greeting{margin:.25rem 0 0;color:var(--muted)}.page-intro p{margin:0;color:var(--muted)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin:2rem 0}.metric-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1.25rem}.metric-card h2{margin:0;font-size:.875rem;color:var(--muted);font-weight:500}.metric-value{margin:.5rem 0 0;font-size:1.75rem;font-weight:700}.breadcrumb{margin:0 0 1rem;font-size:.875rem;color:var(--muted)}.breadcrumb a{color:var(--accent);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.report-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.report-list-link{display:block;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);text-decoration:none;color:inherit}.report-list-link:hover{border-color:var(--accent)}.report-list-title{display:block;font-weight:600}.report-list-desc{display:block;margin-top:.25rem;font-size:.875rem;color:var(--muted)}.report-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}.report-filters label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--muted)}.report-filters input,.report-filters select{padding:.5rem .65rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-family:inherit;font-size:.9rem}.report-error{margin-bottom:1rem}.report-status{color:var(--muted)}.report-table-panel{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--surface-2);border-radius:var(--radius);background:var(--surface);overflow:hidden}.report-table-unified-wrap{--report-col-width: 8rem;--report-table-width: calc(var(--report-cols, 1) * var(--report-col-width));display:flex;flex-direction:column;flex:1;min-height:0;overflow-x:auto;overflow-y:hidden;width:100%}.report-table-slice{table-layout:fixed;width:var(--report-table-width);min-width:var(--report-table-width);border-collapse:separate;border-spacing:0;font-size:.875rem}.report-table{border-collapse:separate;border-spacing:0;font-size:.875rem}.report-table-slice col.report-col{width:var(--report-col-width)}.report-table-head,.report-table-foot{flex-shrink:0;min-width:var(--report-table-width)}.report-table-body-scroll{flex:1;min-height:0;min-width:var(--report-table-width);overflow-y:auto;overflow-x:visible}.report-table-body-scroll .report-table-slice tbody tr:last-child td{border-bottom:none}.report-table-foot{background:var(--surface-2);box-shadow:0 -4px 12px #00000059}.report-table th,.report-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--surface-2)}.report-table-head thead th{position:static;z-index:1;background-color:var(--surface);color:var(--muted);font-weight:600;white-space:pre-line;line-height:1.35;vertical-align:bottom;background-clip:padding-box}.report-table-head thead tr:last-child th{box-shadow:0 1px 0 var(--surface-2)}.report-th-group{text-align:center;color:var(--text);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;border-bottom:1px solid var(--surface-2)}.report-th-sub{font-size:.8rem;font-weight:500}.report-th-standalone{vertical-align:middle;background-color:var(--surface)}.report-col-split-left{border-left:2px solid rgba(139,156,179,.45)}.report-col-split-right{border-right:1px solid rgba(139,156,179,.2)}.report-gc-kassa.report-th-group,.report-gc-kassa.report-th-sub{background-color:color-mix(in srgb,var(--surface) 78%,#3b82f6 22%)}.report-gc-kassa.report-col-td{background:#3b82f612}.report-gc-statistika.report-th-group,.report-gc-statistika.report-th-sub{background-color:color-mix(in srgb,var(--surface) 78%,#2dd4bf 22%)}.report-gc-statistika.report-col-td{background:#2dd4bf0f}.report-gc-zemlya.report-th-group,.report-gc-zemlya.report-th-sub{background-color:color-mix(in srgb,var(--surface) 78%,#3b82f6 22%)}.report-gc-zemlya.report-col-td{background:#3b82f612}.report-gc-site.report-th-group,.report-gc-site.report-th-sub{background-color:color-mix(in srgb,var(--surface) 78%,#2dd4bf 22%)}.report-gc-site.report-col-td{background:#2dd4bf0f}.report-table tbody tr:hover:not(.report-table-total) .report-gc-kassa.report-col-td{background:#3b82f61c}.report-table tbody tr:hover:not(.report-table-total) .report-gc-statistika.report-col-td{background:#2dd4bf1a}.report-table tbody tr:hover:not(.report-table-total) .report-gc-zemlya.report-col-td{background:#3b82f61c}.report-table tbody tr:hover:not(.report-table-total) .report-gc-site.report-col-td{background:#2dd4bf1a}.report-table-foot .report-gc-kassa.report-col-td{background-color:color-mix(in srgb,var(--surface-2) 78%,#3b82f6 22%)}.report-table-foot .report-gc-statistika.report-col-td{background-color:color-mix(in srgb,var(--surface-2) 78%,#2dd4bf 22%)}.report-table-foot .report-gc-zemlya.report-col-td{background-color:color-mix(in srgb,var(--surface-2) 78%,#3b82f6 22%)}.report-table-foot .report-gc-site.report-col-td{background-color:color-mix(in srgb,var(--surface-2) 78%,#2dd4bf 22%)}.report-table tbody tr:hover:not(.report-table-total){background:#ffffff05}.report-table-foot .report-table-total td{font-weight:700;background-color:var(--surface-2);border-top:2px solid var(--accent);border-bottom:none}.report-table-total td:first-child{color:var(--text)}.report-table td{font-variant-numeric:tabular-nums}
