/* FinRap Reporting — Finance design family, 2026-09-17.
   Screen-only presentation. No data, application behaviour or print overrides.
   Palette, Segoe UI, sidebar and card treatment follow the supplied Finance reference. */
@media screen {
  body.reporting-ui {
    --nav: #04386c;
    --nav2: #032c57;
    --blue: #155db5;
    --canvas: #f8fafc;
    --line: #e1e7ef;
    --text: #172033;
    --muted: #667085;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: var(--canvas);
    line-height: 1.45;
  }
  .reporting-ui .app-sidebar { background: linear-gradient(180deg,var(--nav),var(--nav2)); }
  .reporting-ui .brand-sub { font-size: 10px; line-height: 1.5; letter-spacing: .025em; }
  .reporting-ui .brand-mark { flex-shrink: 0; }
  .reporting-ui .v512-nav summary { font-weight: 600; }
  .reporting-ui .v512-nav summary::after { content: "›"; margin-left: auto; transform: rotate(0); }
  .reporting-ui .v512-nav details[open] > summary::after { transform: rotate(90deg); }
  .reporting-ui .app-topbar { display: flex; justify-content: space-between; gap: 16px; padding: 0 24px; }
  .reporting-ui .top-search:empty { display: none; }
  .reporting-ui .topbar-left { align-items: center; min-width: 0; flex: 1; }
  .reporting-ui .admin-switch { min-width: 0; max-width: 350px; }
  .reporting-ui .admin-switch select { width: 100%; min-width: 0; max-width: 350px; color: #0d2145; }
  .reporting-ui .admin-context { flex-wrap: wrap; gap: 4px; margin-left: 0; white-space: normal; }
  .reporting-ui .admin-context span { padding: 3px 8px; font-weight: 600; }
  .reporting-ui .top-actions { flex-shrink: 0; }
  .reporting-ui .user-profile b { max-width: 170px; overflow-wrap: anywhere; font-size: 13px; }
  .reporting-ui .app-main { padding: 94px 24px 88px; min-width: 0; }
  .reporting-ui .app-main > * { min-width: 0; }
  .reporting-ui h1 { color: #0d2048; font-size: 30px; line-height: 1.2; letter-spacing: -.5px; }
  .reporting-ui h2 { color: #0d2048; font-size: 19px; line-height: 1.35; }
  .reporting-ui .page-card > h2:first-child { margin-top: 0; }
  .reporting-ui .page-card,
  .reporting-ui .panel,
  .reporting-ui .v512-wheel-card,
  .reporting-ui .v512-kpi,
  .reporting-ui .workflow-progress,
  .reporting-ui .workflow-step,
  .reporting-ui .report-type-card {
    border-color: var(--line); border-radius: 11px;
    box-shadow: 0 2px 8px #263a5410;
  }
  .reporting-ui .page-card { padding: 20px; }
  .reporting-ui .v512-page-title { gap: 16px; flex-wrap: wrap; }
  .reporting-ui .v512-page-title h1 { font-size: 30px; }
  .reporting-ui .v512-page-title span { display: block; margin-top: 5px; }
  .reporting-ui .compact-wheel { border-radius: 11px; border-color: var(--line); padding: 10px; gap: 7px; }
  .reporting-ui .compact-wheel-title { color: var(--nav); }
  .reporting-ui .compact-step { border-radius: 8px; font-weight: 600; background: #fff; }
  .reporting-ui .compact-step.active { background: var(--blue); border-color: var(--blue); color: #fff; }
  .reporting-ui .compact-step:hover { border-color: var(--blue); }
  .reporting-ui .btn-primary,
  .reporting-ui a.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    min-height: 40px; padding: 9px 14px; border: 1px solid var(--blue);
    border-radius: 8px; background: var(--blue); color: #fff;
    text-decoration: none; font-size: 14px; font-weight: 600; line-height: 1.4;
  }
  .reporting-ui a.button { margin-block: 3px; }
  .reporting-ui a.button.secondary { border-color: #cbd3df; background: #fff; color: #172033; }
  .reporting-ui .btn-primary:hover:not(:disabled),
  .reporting-ui a.button:hover { filter: brightness(.94); }
  .reporting-ui input,
  .reporting-ui select,
  .reporting-ui textarea { font-family: inherit; border-radius: 8px; accent-color: var(--blue); }
  .reporting-ui textarea { padding: 10px; border: 1px solid #cbd3df; }
  .reporting-ui :is(a,button,input,select,textarea,summary,[tabindex]):focus-visible {
    outline: 3px solid #1989de; outline-offset: 3px;
  }
  .reporting-ui :is(button,input,select,textarea):disabled { cursor: not-allowed; }
  .reporting-ui .data-table th { background: #fafbfc; color: #596579; font-weight: 600; }
  .reporting-ui .data-table td { border-bottom-color: var(--line); }
  .reporting-ui .data-table .num { text-align: right; font-variant-numeric: tabular-nums; }
  .reporting-ui .mapping-table { font-variant-numeric: tabular-nums; }
  .reporting-ui #mappingViewport .mapping-table th { background: #f3f6fa; }
  .reporting-ui .map-filter.active { border-color: var(--blue); }
  .reporting-ui .report-type-card { min-height: 235px; padding: 22px; }
  .reporting-ui .report-type-card:hover { border-color: var(--blue); }
  .reporting-ui .report-type-icon { background: #edf5ff; color: var(--blue); border-radius: 8px; }
  .reporting-ui .report-open,.reporting-ui .workflow-back { color: var(--blue); }
  .reporting-ui .workflow-bar i { background: var(--blue); }
  .reporting-ui .workflow-step:hover { border-color: #9bbce5; }
  .reporting-ui .v512-dashboard {
    display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 18px;
    max-width: 1460px;
  }
  .reporting-ui .v512-dashboard > .v512-page-title { grid-column: 1 / -1; margin: 0; }
  .reporting-ui .v512-dashboard > .v512-kpis {
    grid-column: 1 / -1; grid-row: 2; margin: 0;
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .reporting-ui .v512-kpi { padding: 16px; gap: 12px; min-width: 0; }
  .reporting-ui .v512-kpi > i { width: 38px; height: 38px; flex: 0 0 38px; font-size: 19px; }
  .reporting-ui .v512-kpi > div { min-width: 0; }
  .reporting-ui .v512-kpi strong { font-size: 22px; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
  .reporting-ui .v512-dashboard > .v512-wheel-card { grid-column: 1; grid-row: 3; padding: 20px 16px; }
  .reporting-ui .v512-wheel { height: 430px; }
  .reporting-ui .wheel-node { width: 34%; min-height: 72px; border-radius: 11px; }
  .reporting-ui .wheel-node span { font-size: 11px; }
  .reporting-ui .wheel-node.n1,.reporting-ui .wheel-node.n2 { top: 38px; bottom: auto; }
  .reporting-ui .wheel-node.n3,.reporting-ui .wheel-node.n4 { top: 132px; bottom: auto; }
  .reporting-ui .wheel-node.n5,.reporting-ui .wheel-node.n6 { top: 226px; bottom: auto; }
  .reporting-ui .wheel-node.n7,.reporting-ui .wheel-node.n8 { top: 320px; bottom: auto; }
  .reporting-ui .wheel-hub { width: 142px; height: 142px; border-width: 10px; }
  .reporting-ui .v512-dashboard > .open-tasks-card { grid-column: 2; grid-row: 3; margin: 0 !important; padding: 18px; align-self: start; }
  .reporting-ui .open-tasks-card h2 { font-size: 16px; }
  .reporting-ui .dashboard-task { padding: 12px 10px; gap: 9px; flex-wrap: wrap; border-radius: 8px; }
  .reporting-ui .dashboard-task strong { font-size: 13px; }
  .reporting-ui .dashboard-task small { font-size: 12px; }
  .reporting-ui .dashboard-task > b { font-size: 11px; margin-left: 39px; }
  .reporting-ui .anna-launcher { bottom: 56px; }
  .reporting-ui .anna-panel { bottom: 124px; max-height: calc(100dvh - 144px); }
  .reporting-ui.login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
  .reporting-ui .reporting-login { margin: 0; padding: 0; max-width: 400px; width: 100%; }
  .reporting-ui .login-card { width: 100%; padding: 30px; box-shadow: 0 8px 30px #16324e0d; }
  .reporting-ui .login-logo { color: var(--nav); }
  .reporting-ui .login-card h1 { font-size: 24px; letter-spacing: 0; margin-top: 12px; }
  .reporting-ui .login-card label { font-size: 13px; }
  .reporting-ui .login-card button { margin-top: 16px; }
  @media (max-width: 1350px) {
    .reporting-ui .v512-dashboard { grid-template-columns: minmax(0,1fr); }
    .reporting-ui .v512-dashboard > .open-tasks-card { grid-column: 1; grid-row: 4; }
    .reporting-ui .v512-dashboard > .v512-kpis { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .reporting-ui .admin-context { display: none; }
    .reporting-ui .mobile-admin-context { display: flex; flex-wrap: wrap; margin: 0 0 16px; white-space: normal; }
  }
  @media (max-width: 1000px) and (min-width: 761px) {
    .reporting-ui .wheel-hub { width: 116px; height: 116px; }
    .reporting-ui .wheel-hub strong { font-size: 20px; }
    .reporting-ui .wheel-node { padding: 10px; }
    .reporting-ui .wheel-node i { display: none; }
  }
  @media (max-width: 760px) {
    .reporting-ui .app-topbar { padding: 0 10px; gap: 8px; }
    .reporting-ui .admin-switch { max-width: none; }
    .reporting-ui .admin-switch select { max-width: none; }
    .reporting-ui .app-main { padding: 86px 12px 88px; }
    .reporting-ui .page-card { padding: 16px; }
    .reporting-ui h1,.reporting-ui .v512-page-title h1 { font-size: 26px; }
    .reporting-ui .v512-dashboard { gap: 14px; overflow: visible; }
    .reporting-ui .v512-dashboard > .v512-wheel-card { padding: 16px; }
    .reporting-ui .v512-wheel {
      display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px;
      height: auto; padding-top: 12px;
    }
    .reporting-ui .wheel-node {
      position: static; width: auto; min-height: 86px; padding: 12px;
      transform: none; border-radius: 8px;
    }
    .reporting-ui .wheel-node i { position: static; transform: none; width: 28px; height: 28px; margin-bottom: 8px; }
    .reporting-ui .wheel-node b { white-space: normal; overflow: visible; font-size: 13px; }
    .reporting-ui .wheel-node span { display: block; overflow: visible; font-size: 11px; }
    .reporting-ui .wheel-hub {
      position: static; transform: none; grid-column: 1 / -1; width: 100%; height: auto;
      border: 0; border-radius: 11px; padding: 16px;
    }
    .reporting-ui .wheel-lines { display: none; }
    .reporting-ui .workflow-step { grid-template-columns: 32px minmax(0,1fr); padding: 14px; gap: 10px; }
    .reporting-ui .workflow-step > b { grid-column: 2; font-size: 12px; }
    .reporting-ui .anna-launcher { right: 14px; }
    .reporting-ui .anna-panel { right: 14px; }
    .reporting-ui .app-footer { font-size: 10px; padding-inline: 10px; }
  }
  @media (max-width: 420px) {
    .reporting-ui .v512-dashboard > .v512-kpis { grid-template-columns: 1fr; }
    .reporting-ui .app-footer > b { display: none; }
    .reporting-ui .login-card { padding: 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .reporting-ui * { transition: none !important; scroll-behavior: auto !important; }
  }
}

/* Release 20260917-2: visual source is the user's current finrap finance.jpg. */
@media screen {
body.reporting-ui{--nav:#29435e;--blue:#2c4863;--canvas:#f7f8f9;--line:#dce1e5;--text:#294158;--muted:#66717b;--sidebar:0px;--topbar:116px;background:var(--canvas);color:var(--text)}
.reporting-ui .app-topbar{left:0;top:0;height:70px;padding:0 24px 0 165px;z-index:40;border-bottom:1px solid #dce1e5;background:#fff}
.reporting-ui .admin-switch select{height:39px;background:#fafbfc;color:var(--text)}
.reporting-ui .admin-context span{border-radius:5px;font-weight:500;padding:4px 8px}
.reporting-ui .app-sidebar{position:fixed;top:70px;bottom:auto;left:0;right:0;width:100%;height:46px;padding:0 20px;background:#e3e8ed;color:var(--text);z-index:45;overflow:visible;border-bottom:1px solid #cbd4dc}
.reporting-ui .brand-wrap{position:fixed;left:20px;top:13px;height:44px;width:130px;padding:0 12px 0 0!important;gap:9px;border-right:1px solid #e0e4e7;border-radius:0;color:var(--text)}
.reporting-ui .brand{font-size:23px;letter-spacing:-.5px;color:var(--text)}
.reporting-ui .brand-sub{font-size:9px;font-weight:400;letter-spacing:1px;margin:4px 0 0;color:#66717b}
.reporting-ui .brand-mark{width:27px;height:31px;gap:3px}.reporting-ui .brand-mark i{width:6px}.reporting-ui .brand-mark i:nth-child(3){height:29px}
.reporting-ui .v512-nav{display:flex;align-items:stretch;gap:0;height:46px}.reporting-ui .v512-nav details{position:relative;margin:0}
.reporting-ui .app-sidebar nav>a,.reporting-ui .v512-nav summary{display:flex!important;align-items:center;gap:6px;min-height:46px;height:46px;padding:0 13px!important;margin:0!important;border-radius:0;color:var(--text)!important;font-size:13px;font-weight:600;white-space:nowrap;border-bottom:3px solid transparent}
.reporting-ui .app-sidebar nav>a>span,.reporting-ui .v512-nav summary>span{width:auto;font-size:13px;color:#607586}
.reporting-ui .v512-nav summary::after{content:"⌄";margin-left:3px;font-size:11px;transform:none}.reporting-ui .v512-nav details[open]>summary::after{transform:none}
.reporting-ui .app-sidebar nav>a:hover,.reporting-ui .app-sidebar nav>a.active,.reporting-ui .v512-nav details[open]>summary{background:#d5dee6!important;border-bottom-color:#c38a44}
.reporting-ui .v512-nav .nav-sub{position:absolute;top:46px;left:0;min-width:220px;margin:0;padding:7px;background:#fff;border:1px solid #d3dce3;border-radius:0 0 7px 7px;box-shadow:0 8px 22px #253b4e1a}
.reporting-ui .app-sidebar .v512-nav .nav-sub a{min-height:36px!important;padding:8px 10px!important;color:var(--text)!important;font-size:13px!important;border-radius:4px}
.reporting-ui .app-sidebar .v512-nav .nav-sub a:hover{background:#edf1f5!important;color:var(--text)!important}
.reporting-ui .app-main{margin-left:0;padding:140px 24px 80px;max-width:none}
.reporting-ui h1,.reporting-ui .v512-page-title h1{font-size:27px;color:var(--text)}.reporting-ui h2{font-size:18px;color:var(--text)}
.reporting-ui .page-card,.reporting-ui .panel{border:1px solid var(--line);border-radius:8px;box-shadow:0 2px 9px #263a5408}
.reporting-ui .compact-wheel{padding:6px;background:#e9edf1;border:0;border-radius:5px;gap:6px}
.reporting-ui .compact-wheel-title{color:var(--text);border-color:#d3dbe2}
.reporting-ui .compact-step{background:transparent;border:0;border-radius:6px;color:var(--text);padding:9px 12px}
.reporting-ui .compact-step.active{background:#fff;color:var(--text);box-shadow:0 2px 0 #c38a44}.reporting-ui .compact-step:hover{background:#fff}
.reporting-ui .btn-primary,.reporting-ui a.button{background:var(--blue);border-color:var(--blue);border-radius:5px}
.reporting-ui a.button.secondary{color:var(--text);background:#fff;border-color:#cbd4dc}
.reporting-ui input,.reporting-ui select,.reporting-ui textarea{border-radius:5px;accent-color:#2c4863}
.reporting-ui .data-table th{background:#f0f3f6;color:#566571}
.reporting-ui .report-type-card,.reporting-ui .workflow-progress,.reporting-ui .workflow-step{border-color:var(--line);border-radius:8px;box-shadow:0 2px 9px #263a5408}
.reporting-ui .report-type-icon{color:#fff;background:#4d687f;border-radius:50%}
.reporting-ui .v512-dashboard{max-width:1600px;margin:0 0 0 276px;display:grid;grid-template-columns:minmax(0,1fr);gap:14px}
.reporting-ui .v512-dashboard>.v512-page-title{display:none}
.reporting-ui .reporting-insight{display:block!important;position:fixed;top:140px;left:0;bottom:62px;width:260px;background:transparent;color:var(--text);padding:12px 22px;border-right:1px solid #d4dade;overflow:auto}
.reporting-ui .insight-eyebrow{font-size:10px;font-weight:800;letter-spacing:.08em;color:#627585}
.reporting-ui .reporting-insight h2{font-size:18px;margin:8px 0 6px}.reporting-ui .reporting-insight p{font-size:12px;color:#5d6870;margin:0 0 18px}
.reporting-ui .insight-progress{width:162px;height:162px;margin:20px auto 26px;border-radius:50%;padding:12px;background:conic-gradient(#2c4863 calc(var(--reporting-progress)*1%),#e3e8ed 0)}
.reporting-ui .insight-progress>div{height:100%;background:var(--canvas);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.reporting-ui .insight-progress strong{font-size:26px}.reporting-ui .insight-progress span{font-size:10px;margin-top:4px;color:#66717b}
.reporting-ui .reporting-insight dl{margin:0 0 18px}.reporting-ui .reporting-insight dl>div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #dce1e5;font-size:12px}.reporting-ui .reporting-insight dd{margin:0;font-weight:700}.reporting-ui .reporting-insight .insight-note{font-size:11px;line-height:1.6}
.reporting-ui .reporting-view-tabs{display:flex!important;flex-wrap:wrap;gap:5px;background:#e9edf1;padding:5px;border-radius:5px;grid-row:1}
.reporting-ui .reporting-view-tabs a{padding:10px 13px;text-decoration:none;font-size:12px;font-weight:600;color:var(--text);border-radius:6px}.reporting-ui .reporting-view-tabs a.current{background:#fff;box-shadow:0 2px 0 #c38a44}.reporting-ui .reporting-view-tabs a:hover{background:#fff}
.reporting-ui .v512-dashboard>.v512-wheel-card{grid-column:1;grid-row:2;padding:20px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 10px #263a5408}
.reporting-ui .v512-wheel-card>h2{color:var(--text);font-size:16px}.reporting-ui .v512-wheel{max-width:800px;height:390px;margin:12px auto 0}
.reporting-ui .wheel-node{width:31.25%;min-height:64px;padding:10px 14px 10px 55px;border:1px solid #d9dee2;border-radius:40px;box-shadow:none;background:#fff;color:var(--text)}
.reporting-ui .wheel-node i{display:grid;background:#4d687f;color:#fff;width:38px;height:38px;font-size:17px}.reporting-ui .wheel-node b{color:var(--text);font-size:14px}.reporting-ui .wheel-node span{color:#485b6b;font-size:10px}
.reporting-ui .wheel-node:hover{transform:translateY(-2px);background:#f7f9fb;box-shadow:0 3px 10px #253b4e0d}
.reporting-ui .wheel-node.n1,.reporting-ui .wheel-node.n2{top:30px;bottom:auto}.reporting-ui .wheel-node.n3,.reporting-ui .wheel-node.n4{top:115px;bottom:auto}.reporting-ui .wheel-node.n5,.reporting-ui .wheel-node.n6{top:200px;bottom:auto}.reporting-ui .wheel-node.n7,.reporting-ui .wheel-node.n8{top:285px;bottom:auto}
.reporting-ui .wheel-hub{width:145px;height:145px;border:10px solid #d1dbe3;box-shadow:none;isolation:isolate}.reporting-ui .wheel-hub::before{content:"";position:absolute;inset:4px;border-radius:50%;background:#edf2f5;z-index:-1}
.reporting-ui .wheel-hub strong{color:var(--text);font-size:24px}.reporting-ui .wheel-hub b{color:var(--text);font-size:14px}.reporting-ui .wheel-hub small{color:#5c6c79!important;font-size:11px!important}.reporting-ui .wheel-hub .brand-mark.mini{display:flex!important;transform:scale(.6);height:24px;margin-bottom:2px}
.reporting-ui .v512-dashboard>.v512-kpis{grid-column:1;grid-row:3;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0}
.reporting-ui .v512-kpi{display:block;padding:16px;border:1px solid #d9dee2;border-radius:5px;box-shadow:none;min-width:0;color:var(--text)}.reporting-ui .v512-kpi>i{display:none}.reporting-ui .v512-kpi span{font-size:10px;letter-spacing:.06em;font-weight:800;text-transform:uppercase;color:#62707d}.reporting-ui .v512-kpi strong{font-size:24px;margin:9px 0;overflow-wrap:anywhere}.reporting-ui .v512-kpi small{font-size:10px;color:#66717b}
.reporting-ui .v512-dashboard>.open-tasks-card{grid-column:1;grid-row:4;margin:0!important;padding:18px}.reporting-ui .open-tasks-card h2{font-size:16px}.reporting-ui .open-tasks-card>div:nth-of-type(2){grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-ui .dashboard-task{border-radius:6px;font-size:13px}.reporting-ui .dashboard-task>b{margin-left:0}
.reporting-ui #reporting-wheel,.reporting-ui #reporting-kpis,.reporting-ui #open-tasks{scroll-margin-top:140px}
.reporting-ui .app-footer{left:0;height:36px;padding:0 22px;background:#fff;color:#566571}.reporting-ui .anna-launcher{bottom:48px;right:22px;width:54px;height:54px}.reporting-ui .anna-panel{bottom:112px;max-height:calc(100dvh - 132px)}
.reporting-ui .login-card{border-radius:10px}.reporting-ui .login-logo{color:var(--text)}
@media(max-width:1500px){
 .reporting-ui .app-sidebar nav>a,.reporting-ui .v512-nav summary{padding-inline:10px!important;font-size:12px}
 .reporting-ui .app-sidebar nav>a>span,.reporting-ui .v512-nav summary>span{display:none}
 .reporting-ui .admin-context{display:none}.reporting-ui .mobile-admin-context{display:flex;flex-wrap:wrap;margin:0 0 14px;white-space:normal}
}
@media(max-width:1199px){
 .reporting-ui .v512-dashboard{margin-left:0}.reporting-ui .reporting-insight{position:static;width:auto;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;grid-row:5}
 .reporting-ui .insight-progress{float:left;margin:8px 24px 12px 0;width:130px;height:130px}.reporting-ui .reporting-insight dl{overflow:hidden}.reporting-ui .insight-note{clear:both}
 .reporting-ui .v512-dashboard>.v512-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(min-width:1200px){
 .reporting-ui .admin-context{display:flex}
 .reporting-ui .mobile-admin-context{display:none}
}
@media(min-width:761px) and (max-width:1000px){
 .reporting-ui .app-sidebar{padding-inline:8px}.reporting-ui .app-sidebar nav>a,.reporting-ui .v512-nav summary{padding-inline:6px!important;font-size:11px;gap:2px}.reporting-ui .v512-nav .nav-sub{min-width:190px}.reporting-ui .v512-nav details:nth-last-child(-n+2) .nav-sub{left:auto;right:0}
}
@media(max-width:760px){
 .reporting-ui .app-topbar{height:70px;padding:0 10px;gap:8px;z-index:90}.reporting-ui .admin-switch{flex:1;max-width:none}.reporting-ui .admin-switch select{max-width:none}
 .reporting-ui .brand-wrap{position:static;height:auto;width:auto;border:0;margin:0 0 18px}
 .reporting-ui .app-sidebar{top:70px;bottom:0;right:auto;width:280px;height:auto;padding:20px 14px;overflow:auto;background:#f3f5f7;border-right:1px solid #cbd4dc;z-index:80}
 .reporting-ui .v512-nav{display:block;height:auto}.reporting-ui .app-sidebar nav>a,.reporting-ui .v512-nav summary{padding:10px 12px!important;min-height:42px;height:auto;font-size:14px;border-radius:5px}
 .reporting-ui .app-sidebar nav>a>span,.reporting-ui .v512-nav summary>span{display:inline;width:20px}.reporting-ui .v512-nav .nav-sub{position:static;border:0;box-shadow:none;background:transparent;padding:2px 0 6px 22px}.reporting-ui .mobile-sidebar-backdrop{top:70px;z-index:75}
 .reporting-ui .app-main{padding:86px 12px 80px}.reporting-ui h1,.reporting-ui .v512-page-title h1{font-size:25px}.reporting-ui .v512-dashboard{overflow:visible;gap:12px}.reporting-ui .reporting-view-tabs a{font-size:11px;padding:8px}
 .reporting-ui .v512-dashboard>.v512-wheel-card{padding:16px 12px}.reporting-ui .v512-wheel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;height:auto;padding-top:12px}
 .reporting-ui .wheel-node{position:static;width:auto;min-height:108px;padding:12px;border-radius:10px;transform:none}.reporting-ui .wheel-node i{position:static;transform:none;width:28px;height:28px;margin-bottom:8px;font-size:14px}.reporting-ui .wheel-node b{font-size:13px;white-space:normal;overflow:visible}.reporting-ui .wheel-node span{display:block;overflow:visible;font-size:11px}
 .reporting-ui .wheel-hub{position:relative;left:auto;top:auto;transform:none;grid-column:1/-1;width:100%;height:auto;border:7px solid #d1dbe3;border-radius:12px;padding:14px}.reporting-ui .wheel-hub::before{border-radius:7px}.reporting-ui .wheel-lines{display:none}
 .reporting-ui .open-tasks-card>div:nth-of-type(2){grid-template-columns:1fr}.reporting-ui .dashboard-task{flex-wrap:wrap}.reporting-ui .dashboard-task>b{margin-left:42px}.reporting-ui .app-footer{font-size:10px;padding-inline:10px}.reporting-ui .anna-launcher{right:12px}.reporting-ui .anna-panel{right:12px}
}
@media(max-width:420px){.reporting-ui .v512-dashboard>.v512-kpis{grid-template-columns:1fr}.reporting-ui .app-footer>b{display:none}}
}

/* Menu/alignment patch: shared column geometry across specification groups. */
@media screen {
 .reporting-ui .specifications-scroll { width:100%; overflow-x:auto; margin-bottom:22px; }
 .reporting-ui .specifications-table { table-layout:fixed; width:100%; min-width:960px; }
 .reporting-ui .specifications-table th:nth-child(1) { width:24%; }
 .reporting-ui .specifications-table th:nth-child(2) { width:34%; }
 .reporting-ui .specifications-table th:nth-child(3) { width:14%; }
 .reporting-ui .specifications-table th:nth-child(4) { width:19%; }
 .reporting-ui .specifications-table th:nth-child(5) { width:9%; }
 .reporting-ui .specifications-table th,.reporting-ui .specifications-table td { padding:12px; vertical-align:middle; overflow-wrap:anywhere; }
 .reporting-ui .specifications-table th:nth-child(3),.reporting-ui .specifications-table td:nth-child(3) { text-align:right; white-space:nowrap; font-variant-numeric:tabular-nums; }
 .reporting-ui .specifications-table td:last-child { text-align:center; }
 .reporting-ui .specifications-table td:last-child .button { min-width:64px; margin:0; }
 .reporting-ui .specification-account { display:grid; grid-template-columns:minmax(0,1fr) max-content; align-items:baseline; gap:14px; padding:2px 0; }
 .reporting-ui .specification-amount { text-align:right; white-space:nowrap; font-variant-numeric:tabular-nums; }
}
