:root{--brand-900:#123d73;--brand-800:#1c4f8f;--brand-700:#2d68ae;--brand-300:#9fc0e8;--brand-100:#e9f2ff;--ink-900:#10253f;--ink-700:#2f4e72;--page-bg:#eff5fc;--app-shell-header-height:70px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink-900);background:radial-gradient(circle at 14% 12%, #2d68ae1f, transparent 45%), radial-gradient(circle at 88% 2%, #1c4f8f1a, transparent 34%), var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.topbar{background:linear-gradient(135deg, var(--brand-900) 0%, var(--brand-800) 45%, var(--brand-700) 100%);z-index:1000;width:100%;height:var(--app-shell-header-height);border-bottom:3px solid #12325d;justify-content:center;align-items:center;padding:0 20px;display:flex;position:sticky;top:0;left:0;right:0;box-shadow:0 4px 20px #07162c52}.topbar:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.brand{align-items:center;display:flex;position:absolute;left:20px}.brand-logo{object-fit:contain;filter:drop-shadow(0 6px 12px #00000040);border-radius:8px;width:auto;max-width:clamp(62px,7vw,82px);height:clamp(36px,5.4vw,48px)}.bar-inner{justify-content:center;align-items:center;height:100%;display:flex}.nav{align-items:center;gap:clamp(8px,1.6vw,20px);display:flex}.menu{align-items:center;height:100%;margin:0;padding:0;list-style:none;display:flex}.menu>li{align-items:center;height:100%;display:flex;position:relative}.toplink{color:#fff;text-transform:uppercase;letter-spacing:clamp(.4px,.12vw,1px);border-radius:8px;padding:clamp(10px,1.2vw,18px) clamp(10px,1.5vw,20px);font-size:clamp(10px,.95vw,12px);font-weight:700;text-decoration:none;transition:all .25s;display:block}.toplink:hover{background:#ffffff1f;transform:translateY(-1px);box-shadow:inset 0 -3px #ffffff40}.has-sub:after{content:"";background:0 0;height:12px;position:absolute;top:100%;left:0;right:0}.sub{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #10253f1f;border-top:none;min-width:clamp(170px,20vw,220px);margin:0;padding:8px 0;list-style:none;transition:none;position:absolute;top:100%;left:0;box-shadow:0 12px 28px #07162c33}.has-sub:hover .sub{opacity:1;visibility:visible;transform:translateY(0)}.sub li{width:100%;height:auto;margin:0;display:block}.sub a{color:#1c4a82;white-space:nowrap;border-left:4px solid #0000;padding:clamp(10px,1.2vw,14px) clamp(14px,1.8vw,22px);font-size:clamp(12px,1.1vw,15px);font-weight:600;text-decoration:none;transition:all .2s;display:block}.sub a:hover{color:#12325d;border-left-color:var(--brand-700);background:linear-gradient(135deg,#eaf2fd,#dce9fb);padding-left:28px}.header-right{align-items:center;gap:8px;display:flex;position:absolute;right:20px}.header-user-menu{position:relative}.header-user-pill{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;font:inherit;background:linear-gradient(135deg,#ffffff42,#ffffff1f);border:1px solid #ffffff5c;border-radius:999px;align-items:center;gap:9px;padding:5px 14px 5px 7px;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 18px #0003}.header-user-pill:hover,.header-user-pill.active{background:linear-gradient(135deg,#ffffff4d,#ffffff29);transform:translateY(-1px);box-shadow:0 10px 20px #0000003d}.header-user-pill:focus-visible{outline-offset:2px;outline:2px solid #fffffff2}.header-user-avatar{color:#204f8c;letter-spacing:.5px;background:#fff;border:1px solid #fffc;border-radius:999px;justify-content:center;align-items:center;width:31px;height:31px;font-size:12px;font-weight:700;display:inline-flex}.header-user-text{flex-direction:column;min-width:0;line-height:1.06;display:flex}.header-user-label{text-transform:uppercase;letter-spacing:.11em;color:#ffffffdb;font-size:10px;font-weight:700}.header-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:145px;margin-top:1px;font-size:16px;font-weight:800;overflow:hidden}.header-user-dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:1700;background:linear-gradient(145deg,#1c4f8f,#2d68ae);border:1px solid #ffffff3d;border-radius:12px;min-width:176px;padding:6px;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-6px);box-shadow:0 12px 30px #00000059}.header-user-dropdown.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header-user-dropdown-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:background .2s;display:block}.header-user-dropdown-item:hover{background:#ffffff29}.header-user-dropdown-item:focus-visible{outline-offset:1px;outline:2px solid #ffffffe6}.header-signout{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:linear-gradient(135deg,#ffffff47,#ffffff1f);border:1px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 18px #0003}.header-signout:hover{background:linear-gradient(135deg,#ffffff57,#ffffff2e);transform:translateY(-1px);box-shadow:0 10px 20px #0000003d}.mobile-menu-toggle{cursor:pointer;background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:none}.mobile-menu-toggle:hover{background:#ffffff40}.hamburger-line{background:#fff;border-radius:2px;width:22px;height:2px;margin:3px 0;transition:all .3s}body.mobile-menu-open .mobile-menu-toggle .hamburger-line:first-child{transform:rotate(45deg)translate(6px,6px)}body.mobile-menu-open .mobile-menu-toggle .hamburger-line:nth-child(2){opacity:0}body.mobile-menu-open .mobile-menu-toggle .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobile-menu-overlay{z-index:1500;opacity:0;visibility:hidden;background:#030d1c94;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}body.mobile-menu-open .mobile-menu-overlay{opacity:1;visibility:visible}.mobile-menu-panel{background:linear-gradient(180deg, var(--brand-900) 0%, var(--brand-800) 50%, var(--brand-700) 100%);z-index:1600;border-right:1px solid #ffffff1a;width:340px;height:100%;transition:left .3s;position:fixed;top:0;left:-340px;overflow-y:auto;box-shadow:4px 0 20px #0000004d}body.mobile-menu-open .mobile-menu-panel{left:0}.mobile-menu-header{background:#0000003d;border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;padding:24px;display:flex}.mobile-menu-title{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:20px;font-weight:700}.mobile-menu-close{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;padding:8px 12px;font-size:24px;line-height:1}.mobile-menu-content{padding:0}.mobile-menu-section{border-bottom:1px solid #ffffff1a}.mobile-menu-section-title{color:#fff;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#00000029;justify-content:space-between;align-items:center;margin:0;padding:16px 24px;font-size:16px;font-weight:700;display:flex}.mobile-menu-section-title:after{content:"▾";font-size:12px;transition:transform .3s}.mobile-menu-section.collapsed .mobile-menu-section-title:after{transform:rotate(-90deg)}.mobile-menu-items{max-height:500px;transition:max-height .3s;overflow:hidden}.mobile-menu-section.collapsed .mobile-menu-items{max-height:0}.mobile-menu-item{color:#ffffffeb;border-left:4px solid #0000;padding:14px 24px 14px 48px;font-size:15px;text-decoration:none;transition:all .25s;display:block;position:relative}.mobile-menu-item:before{content:"→";opacity:0;transition:opacity .25s;position:absolute;left:24px}.mobile-menu-item:hover{color:#fff;background:#ffffff26;border-left-color:#fff;padding-left:52px}.mobile-menu-item:hover:before{opacity:1}.mobile-menu-account{border-top:1px solid #ffffff1f;padding:20px 24px}.mobile-user-name{color:#ffffffe0;margin:0 0 10px;font-size:14px;font-weight:700}.mobile-signout{text-align:center;color:#fff;background:#fff3;border-radius:14px;padding:12px;font-weight:700;text-decoration:none;display:block}.app-main{gap:22px;width:min(1200px,100vw - 32px);margin:28px auto 40px;display:grid}.app-main--report{width:min(1700px,100vw - 24px);min-height:calc(100vh - var(--app-shell-header-height) - 24px);margin:12px auto}.hero-panel{background:linear-gradient(135deg,#fffffff5,#e4effde6);border:1px solid #1b4f8f2e;border-radius:20px;padding:clamp(24px,4vw,40px);box-shadow:0 16px 38px #0d22411f}.hero-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--brand-700);margin:0 0 10px;font-size:12px;font-weight:700}.hero-panel h1{letter-spacing:-.02em;color:#113763;margin:0 0 12px;font-size:clamp(30px,5vw,44px)}.hero-panel p{color:#2f4e72;max-width:760px;margin:0;font-size:clamp(15px,2vw,18px);line-height:1.5}.landing-hero-panel{gap:14px;display:grid}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.hero-action-btn{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#1d5ca0,#2e79c7);border:1px solid #0000;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 8px 18px #123b6b33}.hero-action-btn.secondary{color:#184679;background:#fff;border-color:#15457940;box-shadow:0 8px 18px #123b6b14}.hero-action-btn:hover:not(:disabled){transform:translateY(-1px)}.hero-action-btn:disabled{opacity:.7;cursor:wait}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.feature-card{background:#ffffffe6;border:1px solid #1b4f8f29;border-radius:16px;padding:18px 18px 20px;box-shadow:0 10px 26px #06193314}.feature-card h2{color:#1d4f8d;margin:0 0 8px;font-size:20px}.feature-card p{color:#426486;margin:0;line-height:1.45}.landing-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.landing-metric-card{background:#fffffff5;border:1px solid #1b4f8f2e;border-radius:18px;gap:12px;padding:clamp(16px,2.5vw,24px);display:grid;box-shadow:0 14px 30px #0719341a}.landing-metric-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.landing-metric-head h2{color:#123c6e;margin:0;font-size:clamp(24px,2.5vw,30px)}.landing-metric-updated{color:#5a7598;white-space:nowrap;margin:0;font-size:12px;font-weight:700}.landing-metric-main{gap:8px;display:grid}.landing-metric-big{color:#123d70;margin:0;font-size:clamp(42px,3.5vw,56px);font-weight:800;line-height:1}.landing-metric-status{color:#355d85;margin:0;font-size:15px;line-height:1.45}.landing-metric-progress{background:#dbe7f7;border-radius:999px;width:100%;height:8px;overflow:hidden}.landing-metric-progress span{background:linear-gradient(90deg,#2e79c7,#123d70);height:100%;transition:width .24s;display:block}.landing-metric-foot{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.landing-metric-foot div{background:#fff;border:1px solid #1b4f8f2e;border-radius:11px;gap:4px;padding:10px;display:grid}.landing-metric-k{color:#4b6c92;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.landing-metric-foot strong{color:#123d70;font-size:21px;line-height:1}.landing-metric-error{color:#932d2d;background:#fff1f1;border:1px solid #f2c0c0;border-radius:10px;margin:0;padding:8px 10px;font-size:13px}.report-panel{background:#fffffff5;border:1px solid #1b4f8f2e;border-radius:18px;gap:14px;max-width:100%;padding:clamp(16px,2.5vw,24px);display:grid;box-shadow:0 14px 30px #0719341a}.app-main--report .report-panel{height:calc(100vh - var(--app-shell-header-height) - 24px);max-height:calc(100vh - var(--app-shell-header-height) - 24px);overflow:hidden}.report-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.report-header-main{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.report-header-actions{align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.report-count-cards{gap:8px;min-width:0;display:flex}.report-count-card{background:linear-gradient(#f1f7fff5,#e9f2fff5);border:1px solid #1b4f8f33;border-radius:10px;gap:3px;min-width:122px;padding:7px 10px;display:grid}.report-count-card-label{letter-spacing:.08em;text-transform:uppercase;color:#46698f;margin:0;font-size:10px;font-weight:700;line-height:1.2}.report-count-card-value{color:#123c6e;margin:0;font-size:20px;font-weight:800;line-height:1}.report-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--brand-700);margin:0 0 6px;font-size:11px;font-weight:700}.report-header h2{color:#123c6e;margin:0;font-size:clamp(24px,3vw,32px)}.report-filter-pending{color:#355a83;white-space:nowrap;margin:0;font-size:12px;font-weight:600}.report-summary{color:#355d85;margin:8px 0 0;font-size:14px;line-height:1.45}.report-refresh-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d5ca0,#2e79c7);border:none;border-radius:10px;padding:10px 14px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 18px #123b6b33}.report-refresh-btn:hover:not(:disabled){transform:translateY(-1px)}.report-refresh-btn:disabled{opacity:.7;cursor:wait}.report-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.report-toolbar--filters{grid-template-columns:repeat(6,minmax(120px,1fr));align-items:end;gap:8px 10px;display:grid}.report-filter-group{gap:4px;min-width:0;display:grid}.report-filter-group--multi{position:relative}.report-filter-label{color:#34577d;font-size:12px;font-weight:700;line-height:1.2}.report-filter-input{color:#163d6b;font:inherit;background:#f6f9fe;border:1px solid #1c539240;border-radius:10px;width:100%;padding:10px 12px}.report-filter-select,.report-filter-date{color:#163d6b;font:inherit;background:#f6f9fe;border:1px solid #1c539240;border-radius:8px;width:100%;min-height:34px;padding:7px 10px}.report-multiselect-trigger{color:#163d6b;font:inherit;cursor:pointer;background:#f6f9fe;border:1px solid #1c539240;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:34px;padding:7px 10px;display:flex}.report-multiselect-trigger.active{background:#e8f1ff;border-color:#18467973}.report-multiselect-trigger-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.report-multiselect-trigger-caret{color:#456a93;font-size:10px}.report-filter-input:focus-visible,.report-filter-select:focus-visible,.report-filter-date:focus-visible,.report-multiselect-trigger:focus-visible{outline-offset:1px;outline:2px solid #1d5ca059}.report-multiselect-popover{z-index:35;background:#fff;border:1px solid #123b6b38;border-radius:10px;gap:8px;width:min(340px,100vw - 36px);padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 26px #09234133}.report-multiselect-search{color:#163d6b;font:inherit;background:#f6f9fe;border:1px solid #1c539240;border-radius:8px;width:100%;padding:7px 10px}.report-multiselect-actions{gap:6px;display:flex}.report-multiselect-action-btn{color:#184679;font:inherit;cursor:pointer;background:#fff;border:1px solid #15457940;border-radius:8px;padding:6px 8px;font-size:12px;font-weight:600}.report-multiselect-action-btn:disabled{opacity:.45;cursor:not-allowed}.report-multiselect-options{border:1px solid #1f56951f;border-radius:8px;max-height:220px;padding:4px;display:block;overflow:auto}.report-multiselect-option{color:#214a79;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;align-items:center;gap:8px;min-height:32px;padding:5px 6px;font-size:12px;display:flex;overflow:hidden}.report-multiselect-option:hover{background:#f1f6ff}.report-multiselect-spacer{width:100%}.report-multiselect-empty{color:#4a6d95;margin:0;padding:8px 6px;font-size:12px}.report-filter-group--date{grid-column:span 1;position:relative}.report-date-inline{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.report-range-trigger{color:#184679;font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #15457947;border-radius:8px;min-height:34px;padding:7px 10px;font-size:12px;font-weight:700}.report-range-trigger.active{background:#e8f1ff;border-color:#18467973}.report-filter-hint{color:#3f648c;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}.report-range-popover{z-index:30;background:#fff;border:1px solid #123b6b38;border-radius:10px;gap:8px;width:260px;padding:10px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 26px #09234133}.report-range-popover-title{color:#123c6e;margin:0;font-size:12px;font-weight:700}.report-range-popover-fields{gap:8px;display:grid}.report-range-field{color:#3e6188;gap:4px;font-size:11px;font-weight:700;display:grid}.report-range-popover-actions{grid-template-columns:1fr;gap:6px;display:grid}.report-range-btn{color:#184679;font:inherit;cursor:pointer;background:#fff;border:1px solid #15457940;border-radius:8px;padding:7px 9px;font-size:12px;font-weight:600}.report-range-btn--primary{color:#fff;background:#245e9f;border-color:#245e9f}.report-filter-group--actions{align-self:end}.report-clear-btn{color:#184679;font:inherit;cursor:pointer;background:#fff;border:1px solid #15457940;border-radius:8px;width:100%;min-height:34px;padding:7px 10px;font-weight:600}.report-clear-btn:hover{background:#f1f6ff}.report-pagination{color:#355a83;align-items:center;gap:8px;margin-left:auto;font-weight:600;display:inline-flex}.report-pagination button{color:#184679;font:inherit;cursor:pointer;background:#fff;border:1px solid #15457940;border-radius:8px;padding:6px 10px}.report-pagination button:disabled{opacity:.45;cursor:not-allowed}.report-error{color:#932d2d;background:#fff1f1;border:1px solid #f2c0c0;border-radius:10px;margin:0;padding:10px 12px;font-size:14px}.report-table-wrap{border:1px solid #16457929;border-radius:12px;max-width:100%;overflow:auto}.app-main--report .report-table-wrap{overscroll-behavior:contain;flex:auto;min-height:0}.report-table{border-collapse:collapse;width:100%;min-width:1160px;font-size:13px}.report-table thead th{z-index:2;text-align:left;color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:linear-gradient(135deg,#21538f,#2b6db4);padding:11px 10px;font-size:12px;font-weight:700;position:sticky;top:0}.report-table tbody td{color:#204a78;vertical-align:top;border-top:1px solid #1f56951f;padding:9px 10px}.report-table tbody tr:nth-child(2n) td{background:#f7fbff}.report-table tbody tr:hover td{background:#e9f2ff}.report-work-order-link{color:#1f5ea8;text-underline-offset:2px;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.report-work-order-link:hover:not(:disabled){color:#123d6f}.report-work-order-link:disabled{color:#6f86a2;cursor:not-allowed;text-decoration:none}.report-empty{text-align:center;color:#3f648c;padding:22px 12px}.report-modal-backdrop{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#08193373;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.report-modal{background:#fff;border:1px solid #18467933;border-radius:12px;flex-direction:column;gap:10px;width:min(1500px,100vw - 36px);max-height:calc(100vh - 36px);padding:14px;display:flex;box-shadow:0 20px 40px #07193459}.report-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.report-modal-title-wrap h3{color:#123d70;margin:0;font-size:20px}.report-modal-title-wrap p{color:#355a83;margin:5px 0 0;font-size:13px}.report-modal-close{color:#184679;font:inherit;cursor:pointer;background:#fff;border:1px solid #15457940;border-radius:8px;padding:7px 10px;font-size:13px;font-weight:600}.report-modal-close:hover{background:#f1f6ff}.report-modal-table-wrap{border:1px solid #16457929;border-radius:10px;flex:auto;min-height:0;overflow:auto}.report-table--modal{min-width:max-content}.report-load-more-hint{text-align:center;color:#3f648c;background:#f7fbff;border-top:1px solid #1f56951f;padding:10px 12px;font-size:12px}.app-main--report .report-panel{flex-direction:column;display:flex}@media (width<=1000px){.topbar{padding:0 10px}.mobile-menu-toggle{display:flex}.header-signout,.header-user-menu,.bar-inner,.nav,.menu{display:none}.mobile-menu-panel{width:280px;left:-280px}.card-grid,.landing-metric-grid{grid-template-columns:1fr}.landing-metric-foot{grid-template-columns:repeat(2,minmax(0,1fr))}.report-header{flex-direction:column}.report-header-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%;margin-left:0}.report-count-cards{flex-wrap:wrap;flex:auto}.report-count-card{flex:108px;min-width:108px}.report-refresh-btn{align-self:flex-start}.report-pagination{margin-left:0}.report-toolbar--filters{grid-template-columns:repeat(3,minmax(160px,1fr))}.report-filter-group--date{grid-column:span 1}}@media (width<=640px){.brand-logo{max-width:88px;height:46px}.app-main{width:min(1200px,100% - 18px);margin-top:18px}.hero-actions{flex-direction:column;align-items:stretch}.hero-action-btn{text-align:center;width:100%}.landing-metric-head{flex-direction:column;align-items:flex-start}.landing-metric-foot{grid-template-columns:1fr}.app-main--report{width:min(1700px,100vw - 18px);min-height:calc(100vh - var(--app-shell-header-height) - 18px)}.app-main--report .report-panel{height:calc(100vh - var(--app-shell-header-height) - 18px);max-height:calc(100vh - var(--app-shell-header-height) - 18px)}.report-toolbar--filters{grid-template-columns:1fr}.report-filter-group--date{grid-column:span 1}.report-date-inline{grid-template-columns:minmax(0,1fr) auto}.report-range-popover{width:min(260px,100vw - 36px);left:0;right:auto}}
