:root{--navy:#102b3c;--navy2:#183a4b;--teal:#007b68;--mint:#36d4b0;--bg:#f3f6f8;--ink:#172f40;--muted:#607483;--border:#dce5eb;--amber:#966000;--white:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,select,summary,textarea{outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}h1,h2,h3,p{margin-top:0}h1{font-size:2.1rem;letter-spacing:-.055em;line-height:1.2;margin-bottom:8px}h2{font-size:1.08rem;letter-spacing:-.02em;margin:0}h3{font-size:1.1rem}p{line-height:1.6;color:var(--muted)}small{display:block;font-size:.8rem;line-height:1.5;color:var(--muted)}.skip{position:absolute;top:-60px;z-index:9;background:white;padding:16px}.skip:focus{top:0}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:var(--navy);color:#d6e2e8;padding:30px 18px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;color:inherit;font-weight:700;font-size:1.15rem;letter-spacing:-.02em;text-decoration:none!important}.brand-icon{display:grid;place-items:center;background:var(--mint);color:var(--navy);border-radius:10px;width:40px;height:40px;font-size:28px}.brand small{font-size:.58rem;letter-spacing:.1em;color:#a9c5d1;margin-top:4px}.nav-label{color:#8ea8b6;letter-spacing:.14em;font-size:.67rem;font-weight:600;margin:50px 14px 14px}.sidebar nav a{display:flex;align-items:center;gap:12px;color:#bfd0da;padding:13px 14px;border-radius:7px;font-size:.9rem;margin:4px 0;text-decoration:none}.sidebar nav a.active{background:#244859;color:white;box-shadow:inset 3px 0 var(--mint)}.sidebar nav a:hover{background:var(--navy2)}.sidebar nav span{font-size:1.1rem;color:#8faeba;width:20px}.sidebar-bottom{margin-top:auto}.schedule{font-size:.8rem;background:#173a4a;border:1px solid #2d4c5d;padding:13px;border-radius:8px;margin-bottom:24px}.schedule small{font-size:.63rem;color:#a9c5d1;margin-top:9px;white-space:nowrap}.live-dot{display:inline-block;width:7px;height:7px;background:var(--mint);border-radius:50%;margin-right:5px}.sidebar-bottom>a,.logout{display:block;font-size:.8rem;color:#b1c7d3;padding:8px 10px}.logout{border:0;background:transparent;text-align:left;max-width:100%;overflow-wrap:anywhere}.main{margin-left:238px;padding:36px 38px;max-width:1900px}.eyebrow{font-size:.67rem;letter-spacing:.13em;font-weight:700;color:#6b8190;margin:0 0 18px}.eyebrow span{margin:0 12px;color:#9eb0bb}.page-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.page-header p{margin-bottom:0;font-size:.94rem}.header-actions,.form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.button{border:1px solid var(--teal);background:var(--teal);color:white;border-radius:6px;font-size:.86rem;font-weight:600;min-height:41px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;line-height:1.2}.button:hover{filter:brightness(.94)}.secondary{background:white;color:var(--ink);border-color:#cbd8e1}.full{width:100%}.panel{background:white;border:1px solid var(--border);border-radius:10px;margin-bottom:24px;overflow:hidden;box-shadow:0 2px 3px #162f4003}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;gap:12px;border-bottom:1px solid #edf1f4}.panel-head p{font-size:.8rem;margin:7px 0 0}.filters{padding:18px;display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.filters label{flex:1;min-width:125px;max-width:210px;font-size:.74rem;font-weight:600}.filters label:nth-of-type(3),.filters label:nth-of-type(5){min-width:160px}label{display:block;color:#3c5566;font-size:.85rem;font-weight:600}input,select,textarea{background:white;color:var(--ink);border:1px solid #cad7e0;border-radius:5px;padding:10px 11px;min-height:42px;max-width:100%;width:100%;font-size:.875rem;margin-top:7px}select{padding-right:22px}.reset{font-size:.8rem;padding:13px 2px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.metric{background:white;border:1px solid var(--border);border-radius:9px;padding:22px;min-height:150px}.metric>div{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted);gap:10px}.metric strong{display:block;font-size:2rem;letter-spacing:-.045em;font-weight:650;margin:19px 0 9px;font-variant-numeric:tabular-nums}.metric strong span{font-size:.85rem;letter-spacing:0;font-weight:400}.metric small{font-size:.72rem}.featured{background:var(--navy);color:white;border-color:var(--navy)}.featured>div,.featured small{color:#bdd5df}.featured>div>span{color:var(--mint);font-size:.7rem}.chart-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(270px,1fr);gap:24px}.chart-panel{min-height:365px}.chart{height:264px;margin:18px 20px 8px}.chart svg{width:100%;height:100%;display:block;overflow:visible}.chart-data{padding:8px 24px 20px;font-size:.8rem;color:var(--muted)}.chart-data .table-wrap{max-height:200px;margin-top:10px}.legend{display:flex;align-items:center;gap:7px;font-size:.75rem;color:var(--muted)}.legend i{display:block;background:var(--teal);width:8px;height:8px;border-radius:2px}.service-list{padding:24px}.service{margin-bottom:22px}.service:last-child{margin:0}.service>div{display:flex;justify-content:space-between;gap:18px;font-size:.79rem;margin-bottom:8px}.service span{overflow-wrap:anywhere}.service strong{font-variant-numeric:tabular-nums;white-space:nowrap}progress{display:block;width:100%;height:5px;border:0;border-radius:10px;background:#e7eff1;overflow:hidden;accent-color:var(--teal)}progress::-webkit-progress-bar{background:#e7eff1}progress::-webkit-progress-value{background:var(--teal);border-radius:10px}progress::-moz-progress-bar{background:var(--teal)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:.83rem}th{background:#f8fafb;border-bottom:1px solid var(--border);font-size:.69rem;font-weight:600;color:#667d8c;padding:14px 22px;white-space:nowrap}td{padding:19px 22px;border-bottom:1px solid #edf1f4;vertical-align:middle}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfdfd}.number{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}td small{margin-top:6px;font-size:.71rem}td progress{max-width:125px;margin-top:8px}.customer-name{font-weight:650;color:var(--ink)}.count{background:#eef3f5;color:#577180;font-size:.75rem;padding:4px 8px;border-radius:5px;margin-left:8px}.badge{display:inline-block;background:#eef2f5;color:#5d7483;border:1px solid #dde5ea;border-radius:5px;padding:5px 8px;font-size:.69rem;font-weight:600;white-space:nowrap}.badge.good{background:#edf9f3;border-color:#d1eddf;color:#08744e}.badge.warn{background:#fff6e4;border-color:#f3dfac;color:#936000}.text-amber{color:var(--amber)}.text-link{font-size:.82rem;font-weight:600}.muted{color:var(--muted)}.empty-chart{min-height:265px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-chart p{font-size:.87rem;margin:0 0 20px}.empty-chart h3{margin:15px 0 8px}.empty-icon{background:#eff6f6;color:var(--teal);border:1px solid #daeaea;border-radius:10px;padding:8px 15px;font-size:26px}.empty-cell{text-align:center;padding:46px;color:var(--muted)}.empty-cell h3{color:var(--ink)}.data-note{font-size:.73rem;line-height:1.7;color:#6d8190;max-width:1100px;padding:0 3px 15px}.notice,.message{padding:14px 18px;border-radius:6px;background:#edf8f3;border:1px solid #c8e6d8;margin:0 0 20px;font-size:.85rem;line-height:1.5}.warning,.message.error{background:#fff8e9;border-color:#eddbad;color:#7b591d}.form-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(270px,1fr);gap:26px;max-width:1200px}.form-panel{padding:28px}.form-panel h2{margin-bottom:16px}.form-panel form p{margin-bottom:22px}.form-panel form p>label{margin-bottom:6px}.form-panel p{font-size:.88rem}.form-actions{margin-top:24px}.form-actions>a:not(.button){font-size:.85rem}.help-card{background:#eaf1f4;border:1px solid #dce6ec;border-radius:9px;padding:26px;height:fit-content}.help-card h2{margin-bottom:20px}.help-card p,.help-card li{font-size:.86rem;line-height:1.7}.help-card ol{padding-left:20px;color:var(--muted)}.help-card li{padding-left:6px;margin-bottom:15px}.step-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.step-title>span{border:1px solid #bee4d9;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;color:var(--teal);font-size:.8rem;background:#f1faf7}.step-title h2{margin:0}.permissions{margin-top:26px;font-size:.8rem;color:var(--muted);line-height:1.6}.permissions p{font-size:.8rem;margin-top:15px}summary{cursor:pointer}code,.mono{font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8rem;overflow-wrap:anywhere}.narrow{max-width:750px}.errorlist{color:#b33527;font-size:.85rem;line-height:1.5;padding-left:22px}.helptext{font-size:.75rem;color:var(--muted)}.instructions{padding-left:20px;font-size:.92rem;color:var(--muted);line-height:1.7}.instructions li{margin:15px 0}.auth-main{min-height:100vh;display:grid;place-content:center;padding:32px;background:radial-gradient(ellipse at top left,#1c4e5c 0,transparent 60%),#102b3c}.auth-card{width:450px;max-width:calc(100vw - 48px);background:white;border-radius:14px;padding:42px;box-shadow:0 30px 60px #071c3050}.auth-card .brand{color:var(--ink)}.auth-card .brand small{color:#6d8190}.auth-heading{margin-top:42px}.auth-heading h1{font-size:1.9rem}.auth-heading p{font-size:.9rem;margin-bottom:30px}.auth-card form p{margin-bottom:20px}.auth-note{font-size:.73rem;text-align:center;margin:25px 0 0;line-height:1.7}.messages{max-width:1200px}
@media(min-width:1600px){.main{padding:40px 50px}.filters label{max-width:none}}@media(max-width:1200px){.sidebar{width:205px;padding:25px 14px}.main{margin-left:205px;padding:30px 24px}.metrics{grid-template-columns:repeat(2,1fr)}.chart-grid{grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr)}.metric strong{font-size:1.9rem}.brand{font-size:1rem}.schedule small{white-space:normal}}@media(max-width:900px){.sidebar{position:static;width:auto;padding:16px 22px;display:block}.sidebar .brand{margin-bottom:15px}.nav-label{display:none}.sidebar nav{display:flex;gap:6px;flex-wrap:wrap}.sidebar nav a{margin:0;padding:10px;font-size:.8rem}.sidebar-bottom{display:flex;flex-wrap:wrap;align-items:center;margin-top:12px}.sidebar-bottom .schedule{display:none}.sidebar-bottom>a,.sidebar-bottom .logout{font-size:.72rem;padding:6px 10px}.main{margin:0;padding:24px 20px}.chart-grid,.form-layout{grid-template-columns:1fr}.page-header{align-items:flex-start}.chart-panel{min-height:330px}.form-panel{padding:22px}.page-header h1{font-size:1.8rem}}@media(max-width:560px){.page-header{flex-direction:column}.metrics{gap:12px}.metric{padding:16px;min-height:145px}.metric strong{font-size:1.7rem}.metric>div{font-size:.73rem}.metric small{font-size:.69rem}.filters{gap:10px}.filters label,.filters label:nth-of-type(3),.filters label:nth-of-type(5){min-width:calc(50% - 10px);max-width:none}.panel-head{padding:20px 16px}.main{padding:24px 14px}.chart{margin:12px;height:230px}.legend{display:none}.auth-card{padding:30px}.header-actions{width:100%}.data-note{font-size:.72rem}}
/* Cost workspace */
:root{--navy:#112e3b;--navy2:#1a3d4a;--teal:#087f6b;--bg:#f5f7f9;--ink:#203440;--muted:#647682;--border:#e0e7eb}html{scroll-behavior:smooth}body{font-size:14px}.sidebar{width:218px;padding:28px 16px}.main{margin-left:218px;padding:26px 32px;max-width:1900px}.brand{font-size:17px;gap:10px}.brand-icon{width:35px;height:35px;border-radius:9px;flex-shrink:0}.brand small{font-size:8px;letter-spacing:.12em}.sidebar nav a{font-size:13px;padding:13px 12px}.nav-label{margin-top:42px}.sidebar-bottom>a,.logout{font-size:12px}.schedule{font-size:12px;padding:12px}.schedule small{font-size:9px;white-space:normal;line-height:1.7}.workspace-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}.workspace-bar .eyebrow{margin:0}.eyebrow{font-size:10px;letter-spacing:.14em}.sync-state{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#159777;flex-shrink:0}.status-dot.attention{background:#c38325}.status-dot.pending{background:#8a9ca7}.page-header{margin-bottom:24px;gap:20px}.page-header h1{font-size:30px;letter-spacing:-1.1px;font-weight:680}.page-header p{font-size:13px}.header-actions{gap:9px;flex-shrink:0}.header-actions form{margin:0}.button{font-size:12px;border-radius:7px;min-height:38px;padding:10px 14px}.button.compact{padding:8px 12px;min-height:32px;font-size:11px}.secondary{border-color:#d7e0e6}.panel{border-radius:11px;box-shadow:0 2px 4px #192e3903;margin-bottom:20px}.panel-head{padding:20px 22px}.panel-head h2{font-size:15px;font-weight:650;letter-spacing:-.25px}.panel-head p{font-size:11px;margin-top:6px}.filter-bar{margin-bottom:0;overflow:visible}.filter-top{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;gap:15px}.range-presets{display:flex;gap:4px;flex-wrap:wrap}.range-presets a{padding:8px 12px;font-size:12px;color:var(--muted);border-radius:6px;font-weight:550;white-space:nowrap}.range-presets a.selected{background:#e8f3f0;color:#076a59}.range-presets a:hover,.segmented a:hover{background:#eef4f4;text-decoration:none}.date-summary{font-size:12px;font-weight:550;white-space:nowrap}.date-summary span{color:var(--muted);font-weight:400}.filter-details>summary{display:flex;justify-content:space-between;border-top:1px solid #edf1f3;padding:11px 18px;font-size:11px;color:var(--muted);list-style:none;cursor:pointer}.filter-details>summary::-webkit-details-marker{display:none}.filter-details>summary>span:first-child::before{content:'+';font-size:14px;margin-right:8px}.filter-details[open]>summary>span:first-child::before{content:'−'}.filter-details summary b{background:#e1ece8;border-radius:4px;padding:1px 5px;margin-left:5px;color:var(--teal)}.filter-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px;border-top:1px solid #edf1f3;background:#fafcfc;border-radius:0 0 10px 10px}.filter-fields label{font-size:11px;font-weight:550}.filter-fields input,.filter-fields select{font-size:12px;min-height:38px;margin-top:6px}.filter-fields .wide{grid-column:span 2}.filter-actions{display:flex;align-items:center;gap:16px;grid-column:1/-1}.filter-chips{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.filter-chips a{font-size:11px;color:#276b5f;background:#e8f3f0;border:1px solid #cce4dc;border-radius:5px;padding:6px 9px;display:flex;gap:12px;align-items:center}.filter-chips span{font-size:15px}.portfolio-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:var(--muted);margin:18px 2px 14px}.portfolio-strip b{color:var(--ink);font-weight:600}.portfolio-strip i{font-style:normal;color:#b5c3cb;margin:0 10px}.metrics{gap:16px;margin:0 0 20px;grid-template-columns:repeat(4,minmax(0,1fr))}.metric{border-radius:10px;padding:19px 20px;min-height:134px;position:relative}.metric>div{font-size:11px;align-items:center;line-height:1.4}.metric>div>span{font-size:10px}.metric strong{font-size:31px;font-weight:600;margin:15px 0 10px;letter-spacing:-1.1px}.metric small{font-size:10px;line-height:1.6}.metric.featured{background:linear-gradient(115deg,#133b47,#0d665d);border-color:#18594f}.metric.featured strong{color:#fff}.metric.featured>div{color:#d9eae7}.featured small{color:#c4ddd9}.estimate-pill{display:inline-block;margin-left:7px;padding:0 5px;border-radius:3px;background:#ffffff15;color:#d9eae7;font-size:9px}.text-green{color:var(--teal)}.chart-grid{grid-template-columns:minmax(0,1.9fr) minmax(280px,1fr);gap:20px}.chart-panel{min-height:0}.chart-panel>.panel-head{border-bottom:0;padding-bottom:8px;align-items:flex-start}.chart{height:236px;margin:10px 20px 0}.chart .chart-bar{transition:opacity .1s;outline:none}.chart .chart-bar:focus{stroke:#112e3b;stroke-width:2}.chart-readout{color:var(--teal)}.chart-hover{display:block;color:var(--teal);height:14px;margin-top:5px;font-variant-numeric:tabular-nums}.segmented{display:flex;background:#f3f6f7;border:1px solid #e7ecef;padding:3px;border-radius:6px;gap:2px}.segmented a{font-size:10px;color:var(--muted);padding:6px 9px;border-radius:4px;font-weight:550}.segmented a.selected{background:#fff;color:var(--ink);box-shadow:0 1px 3px #173d4815}.chart-footer{border-top:1px solid #edf1f3;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:13px 22px;font-size:10px;color:var(--muted)}.chart-footer strong{font-weight:600;color:var(--ink);margin-left:5px}.chart-data{padding:0;margin-left:auto;font-size:10px}.chart-data[open]{flex-basis:100%;margin-left:0}.chart-data .table-wrap{max-height:180px}.service-list{padding:18px 22px 13px}.service{display:block;margin-bottom:18px;color:var(--ink)}a.service:hover{text-decoration:none;color:var(--teal)}.service>div{font-size:11px;gap:10px;margin-bottom:7px;align-items:center}.service>div>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}.service strong{font-size:11px;font-weight:650}.service .service-track{display:flex;margin-bottom:0;gap:12px}.service-track progress{height:4px;flex:1}.service-track small{font-size:10px;min-width:35px;text-align:right;margin:0}.panel-bottom-link{display:block;border-top:1px solid #edf1f3;padding:13px 22px;font-size:11px;font-weight:550}.services-panel{display:flex;flex-direction:column}.services-panel>.panel-bottom-link{margin-top:auto}.services-panel .count{font-size:9px;white-space:nowrap}.empty-drivers{min-height:180px;display:grid;place-content:center;text-align:center}.empty-drivers p{font-size:12px}.breakdown-toolbar{display:flex;justify-content:space-between;align-items:center;padding:0 22px;gap:16px;border-bottom:1px solid var(--border);flex-wrap:wrap}.tabs{display:flex;gap:24px;align-items:center}.tabs a{font-size:12px;font-weight:550;color:var(--muted);padding:18px 0 16px;border-bottom:2px solid transparent;white-space:nowrap}.tabs a:hover{text-decoration:none;color:var(--ink)}.tabs a.selected{color:var(--teal);border-bottom-color:var(--teal)}.tabs a span{background:#eef2f4;font-size:9px;font-weight:550;padding:2px 5px;margin-left:4px;border-radius:4px}.tabs a.selected span{color:var(--teal);background:#e8f3f0}.table-search{width:215px;font-weight:400}.table-search input{font-size:11px;min-height:33px;margin:0;padding:8px 11px;background:#fafcfd}.table-section[hidden],[hidden]{display:none!important}.table-section{scroll-margin-top:18px}.table-wrap{max-height:520px}table{font-size:12px}th{font-size:10px;padding:13px 20px;background:#f8fafb;position:sticky;top:0;z-index:1}th button{font:inherit;color:inherit;border:0;background:transparent;padding:0;white-space:nowrap;display:inline-flex;align-items:center;gap:9px;text-align:inherit}th button:hover{color:var(--teal)}th button span{color:#81939e;font-size:11px}td{padding:17px 20px}td small{font-size:10px;margin-top:5px}td .strong,.strong{font-weight:650}.customer-cell{display:flex;align-items:center;gap:11px}.avatar{display:grid;place-items:center;width:33px;height:33px;flex-shrink:0;background:#eaf3f0;border:1px solid #dce9e4;border-radius:8px;color:#257f6b;font-size:12px;font-weight:650}.customer-name{font-size:12px;white-space:nowrap}.customer-cell small span{padding:0 4px;color:#adbac3}.badge{border:0;font-size:10px;padding:5px 7px;border-radius:4px}.badge.good::before,.badge.warn::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;margin:0 5px 1px 0;background:currentColor}.budget-label{display:flex;gap:8px;align-items:center;white-space:nowrap}.budget-label strong{font-size:11px;font-weight:500}.budget-label small{font-size:9px;margin:0}.budget-label+progress{height:4px;max-width:140px}.text-link{font-size:11px}.table-note{padding:12px 20px;border-top:1px solid #edf1f3;margin:0;font-size:10px;background:#fcfdfd;line-height:1.6}.breakdown-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid #edf1f3;padding:16px 22px;color:var(--muted);font-size:11px}.breakdown-footer strong{margin-left:10px;color:var(--ink)}.breakdown-footer a{font-size:11px}.search-empty{text-align:center;margin:0;padding:30px;font-size:12px}.data-note{font-size:10px;max-width:none;margin-top:8px}.data-note>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.data-note p{font-size:10px;color:var(--muted);margin-top:8px;line-height:1.7;max-width:1100px}.connection-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 24px}.connection-stats>div{padding:20px 22px;background:#fff;border:1px solid var(--border);border-radius:10px}.connection-stats span{font-size:12px;color:var(--muted)}.connection-stats .status-dot{margin-right:5px}.connection-stats strong{font-size:28px;display:block;font-weight:600;margin-top:10px}.row-actions{display:flex;align-items:center;gap:14px;white-space:nowrap}.onboarding-note{display:flex;gap:18px;max-width:780px;margin:28px 4px}.note-icon{font-size:22px;color:var(--teal);width:40px;height:40px;flex-shrink:0;background:#e8f3f0;border-radius:9px;display:grid;place-items:center}.onboarding-note h2{font-size:13px;margin-bottom:6px}.onboarding-note p{font-size:12px}.connection-setup{margin-bottom:22px;border:1px solid var(--border);border-radius:10px;background:white;overflow:hidden}.connection-setup>summary{padding:22px;font-size:14px;font-weight:600}.connection-setup>summary small{margin-top:7px;font-size:11px;font-weight:400}.connection-setup .panel{margin:0;border-radius:0;border:0;border-top:1px solid var(--border);box-shadow:none}.connection-setup .form-panel{padding:24px}.form-panel h2{font-size:15px}.form-panel p{font-size:13px}.help-card p,.help-card li{font-size:12px}.help-card h2{font-size:15px}.permissions summary{font-size:12px}.permissions p{font-size:12px}.helptext{line-height:1.6}.notice{margin-top:16px;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.empty-chart{min-height:266px}.empty-chart h3{font-size:17px}.empty-chart p{font-size:12px;max-width:350px}.mono{font-size:11px}
@media(min-width:1600px){.main{padding:32px 44px}.chart{height:280px}.metric strong{font-size:35px}.metric{padding:23px}.chart-grid{grid-template-columns:minmax(0,2.2fr) minmax(320px,1fr)}.service{margin-bottom:25px}}
@media(max-width:1200px){.main{padding:24px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-grid{grid-template-columns:minmax(0,1.6fr) minmax(255px,1fr)}.tabs{gap:16px}.breakdown-toolbar{gap:8px}.table-search{width:185px}.breakdown-toolbar .table-search{margin:10px 0}.portfolio-strip{flex-wrap:wrap}}
@media(max-width:1000px){.sidebar{width:190px;padding:24px 12px}.main{margin-left:190px}.brand{font-size:15px}.brand small{font-size:7px}.chart-grid{grid-template-columns:1fr}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service{margin:0}.header-actions{flex-wrap:wrap;flex-shrink:1}.filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-top{flex-wrap:wrap}.chart{height:250px}.chart-hover{height:auto;min-height:14px}}
@media(max-width:900px){.sidebar{position:static;width:auto;padding:15px 20px;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:15px}.sidebar .brand{margin:0}.sidebar nav{margin-left:auto}.sidebar nav a{font-size:12px;padding:9px}.sidebar-bottom{display:none}.main{margin:0;padding:24px}.workspace-bar{margin-bottom:22px}.connection-stats{gap:12px}.mobile-account{display:block!important;margin-left:auto;font-size:11px}.sidebar .mobile-account a{color:#bfd0da}.page-header h1{font-size:28px}.sidebar nav{gap:3px}.sidebar nav span{width:auto}.form-layout{grid-template-columns:1fr}.table-wrap{max-height:420px}}
@media(max-width:600px){.main{padding:20px 14px}.sidebar{padding:16px 14px;gap:12px}.sidebar nav{width:100%;margin:0;justify-content:space-between;order:3}.sidebar nav a{font-size:11px;gap:6px;padding:10px}.workspace-bar{align-items:flex-start;gap:8px;margin-bottom:20px}.sync-state{font-size:9px;max-width:150px;text-align:right;line-height:1.6}.workspace-bar .eyebrow{font-size:8px;white-space:nowrap}.eyebrow span{margin:0 6px}.page-header{gap:15px;flex-direction:column;align-items:stretch}.page-header h1{font-size:27px}.page-header p{font-size:12px}.header-actions{width:auto}.header-actions .button{font-size:11px}.filter-top{gap:12px;padding:12px}.range-presets{width:100%;justify-content:space-between;gap:1px}.range-presets a{font-size:11px;padding:8px}.date-summary{padding-left:6px;font-size:11px}.filter-details>summary{font-size:10px;padding:11px 14px}.filter-fields{padding:14px;gap:13px}.filter-basis{display:none}.portfolio-strip{font-size:10px;gap:8px;line-height:1.6}.portfolio-strip i{margin:0 5px}.metrics{gap:10px}.metric{padding:15px 14px;min-height:132px}.metric>div{font-size:10px;min-height:28px;align-items:flex-start;gap:5px}.metric>div>span{font-size:9px}.metric strong{font-size:27px;margin:9px 0 8px}.metric small{font-size:9px}.estimate-pill{margin-left:4px;font-size:8px}.chart-grid{gap:0}.panel-head{padding:18px 16px}.panel-head p{font-size:10px;line-height:1.6}.chart{margin:8px 10px 0;height:216px}.chart-footer{padding:13px 16px;font-size:9px}.chart-footer strong{margin-left:3px}.chart-data{font-size:9px}.chart-data[open]{width:100%}.service-list{display:block;padding:18px 16px}.service{margin-bottom:18px}.service:last-child{margin:0}.service>div{font-size:11px}.panel-bottom-link{padding:13px 16px}.breakdown .panel-head{align-items:flex-start}.breakdown .panel-head .compact{font-size:10px;min-width:104px}.breakdown-toolbar{padding:0 16px;gap:0}.tabs{width:100%;gap:0;justify-content:space-between}.tabs a{font-size:11px;padding:15px 0}.tabs a span{font-size:8px;margin-left:3px}.table-search,.breakdown-toolbar .table-search{width:100%;margin:0 0 13px}.panel-head .table-search{margin:0}.panel-head:has(.table-search){flex-wrap:wrap}.breakdown-footer{font-size:10px;padding:14px 16px;gap:12px}.breakdown-footer a{font-size:10px}td{padding:15px 16px}th{padding:12px 16px}.connection-stats{grid-template-columns:1fr 1fr;gap:10px}.connection-stats>div{padding:16px}.connection-stats span{font-size:11px}.connection-stats strong{font-size:25px}.data-note{font-size:9px}.data-note p{font-size:9px}.chart-panel .panel-head{gap:8px}.segmented a{font-size:9px;padding:6px 7px}.chart-hover{font-size:9px;max-width:180px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.mobile-account{display:none}.mobile-account[open]{position:relative}.mobile-account[open]>form,.mobile-account[open]>a{background:var(--navy);padding:7px 12px;display:block}.mobile-account summary{color:#bfd0da}
/* Explorer report workspace: chart and period matrix with a persistent parameter pane. */
.explorer-workspace{--teal:#2463b3;--mint:#4e81d1;--bg:#f6f7f9;--ink:#182531;--muted:#596976;--border:#dce2e8}.explorer-workspace .sidebar{background:white;border-right:1px solid var(--border);top:44px;color:var(--ink);width:200px;padding:26px 14px}.explorer-workspace .brand{font-size:16px}.explorer-workspace .brand-icon{background:#e7effb;color:#2463b3}.explorer-workspace .brand small{color:#7a8995;font-size:8px}.explorer-workspace .nav-label{color:#71818d;margin-top:36px}.explorer-workspace .sidebar nav a{color:#405463;font-size:12px;padding:12px 11px}.explorer-workspace .sidebar nav a.active{background:#eaf1fb;color:#215b9f;box-shadow:inset 3px 0 #3571c1;font-weight:650}.explorer-workspace .sidebar nav a:hover{background:#f1f5fa}.explorer-workspace .sidebar nav span{color:#6b7f90}.explorer-workspace .sidebar-bottom>a,.explorer-workspace .logout{color:#526779}.explorer-workspace .schedule{background:#f1f5fa;color:#40586c;border-color:#dce6f1}.explorer-workspace .schedule small{color:#5c7387}.explorer-workspace .main{margin-left:200px;margin-right:282px;max-width:none;padding:67px 24px 24px}.console-topbar{position:fixed;top:0;left:0;right:0;height:44px;background:#14232e;color:#d1dbe3;display:flex;align-items:center;gap:17px;padding:0 22px;z-index:50;font-size:12px}.console-logo{color:white;font-size:18px;display:flex;align-items:center;gap:10px}.console-logo:hover{text-decoration:none}.console-logo strong{font-size:15px}.console-divider{height:20px;border-left:1px solid #52626e}.console-user{margin-left:auto;font-size:11px}.console-user span{padding:0 8px;color:#7590a3}.explorer-breadcrumb{display:flex;align-items:center;gap:12px;font-size:11px;margin-bottom:26px;color:#758591}.explorer-breadcrumb strong{font-weight:550;color:#596976}.explorer-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.explorer-header h1{font-size:24px;letter-spacing:-.6px;margin-bottom:7px}.explorer-header p{font-size:11px;margin:0}.explorer-header p span{margin:0 6px;color:#99a9b4}.explorer-workspace .button{border-radius:18px;font-size:11px;min-height:33px;padding:8px 14px}.explorer-workspace .button.secondary{color:#255fa9;border-color:#85a3cc;background:white}.explorer-workspace .panel{border-radius:13px;box-shadow:none;margin-bottom:18px}.report-status{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:18px;font-size:10px;color:#627580;line-height:1.5}.report-status>span{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.text-button{background:transparent;border:0;color:var(--teal);font-size:11px;padding:4px;white-space:nowrap}.explorer-summary .panel-head{border-bottom:0;padding-bottom:8px}.explorer-workspace .panel-head h2{font-size:16px;font-weight:650}.report-basis{font-size:10px;color:var(--muted)}.explorer-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:18px 22px 23px}.explorer-kpis>div{border-right:1px solid var(--border);padding:0 22px}.explorer-kpis>div:first-child{padding-left:0}.explorer-kpis>div:last-child{border:0}.explorer-kpis span{display:block;font-size:11px;font-weight:600;margin-bottom:6px}.explorer-kpis strong{font-size:26px;font-weight:500;letter-spacing:-.7px;font-variant-numeric:tabular-nums}.explorer-graph .panel-head{border-bottom:0;padding-bottom:12px}.graph-axis-label{font-size:11px;font-weight:600;padding:4px 22px 0}.chart-type-switch{display:flex;border:1px solid #c9d5e0;border-radius:18px;padding:2px;gap:2px;flex-shrink:0}.chart-type-switch a{display:flex;align-items:center;gap:5px;color:#607383;border-radius:15px;padding:4px 8px;font-size:16px;line-height:1}.chart-type-switch a span{font-size:10px}.chart-type-switch a.selected{background:#3268b9;color:white}.chart-type-switch a:hover{text-decoration:none;background:#e7eff8;color:#245b9e}.chart-type-switch a.selected:hover{background:#2d5ea7;color:white}.explorer-chart{height:300px;margin:10px 19px 0}.explorer-chart svg{display:block;width:100%;height:100%;overflow:visible}.explorer-chart [tabindex]:focus{outline:none}.explorer-chart [tabindex]:focus-visible{stroke:#162c45;stroke-width:2}.chart-legend{display:flex;flex-wrap:wrap;gap:9px 14px;padding:12px 22px 6px;max-height:145px;overflow:auto}.chart-legend button{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:3px 0;text-align:left;font-size:10px;color:#344b5b;max-width:100%}.chart-legend button svg{flex-shrink:0}.chart-legend button[aria-pressed="false"]{opacity:.45;text-decoration:line-through}.graph-note{font-size:9px;padding:4px 22px 13px;margin:0;color:#73818b}.explorer-tooltip{font-size:10px;line-height:1.7;padding:10px 22px;min-height:39px;border-top:1px solid #edf1f4;color:#536b7b;display:flex;flex-wrap:wrap;gap:3px 14px;max-height:140px;overflow:auto;background:#fbfcfe}.explorer-tooltip strong{color:#1d3444}.explorer-tooltip span{white-space:nowrap}.report-table-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 22px 15px}.report-table-tools .table-search{width:min(390px,70%)}.report-table-tools input{background:white;border-color:#aebcc9;border-radius:5px;font-size:11px}.report-table-tools>span{font-size:10px;color:var(--muted)}.explorer-breakdown .panel-head{border-bottom:0}.pivot-scroll{max-height:620px;overscroll-behavior-inline:contain}.pivot-table{font-size:11px;min-width:100%;width:max-content}.pivot-table th,.pivot-table td{border-right:1px solid #edf0f4;padding:14px 17px;min-width:120px}.pivot-table thead th{font-size:10px;background:#f5f7fa;border-bottom:2px solid #dce3eb;z-index:3}.pivot-table td:first-child,.pivot-table th:first-child{position:sticky;left:0;min-width:190px;max-width:250px;background:white;z-index:2;border-right:1px solid #dce3eb;white-space:normal;overflow-wrap:anywhere}.pivot-table thead th:first-child{z-index:5;background:#f5f7fa}.pivot-table td:nth-child(2),.pivot-table th:nth-child(2){font-weight:600;background:#fbfcfd}.pivot-table .pivot-totals td,.pivot-table .pivot-totals th{font-weight:700;background:#edf3fb;color:#1e4777;border-bottom:1px solid #d3dfed}.pivot-table .pivot-totals th{font-size:11px;position:sticky;top:auto}.pivot-table tr:hover td{background:#f5f9fe}.pivot-table td a{font-weight:500}.explorer-workspace .breakdown-footer{font-size:9px;padding:12px 22px}.explorer-workspace .data-note p{font-size:10px}.explorer-workspace .data-note>a{font-size:11px}.report-parameters{position:fixed;top:44px;bottom:0;right:0;width:282px;background:white;border-left:1px solid #d9e0e7;padding:24px 20px;overflow-y:auto;z-index:30}.parameters-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.parameters-heading h2{font-size:15px;font-weight:650}.icon-button{background:transparent;border:0;color:#5a6a78;font-size:24px;line-height:1;padding:0 3px}.parameter-section{border-bottom:1px solid #dce3eb;padding-bottom:19px;margin-bottom:19px}.parameter-section h3{font-size:13px;margin:0 0 17px;font-weight:650}.parameter-section h3:before{content:'▾';margin-right:7px;font-size:11px}.parameter-section label{font-size:11px;font-weight:600;color:#293c4b;margin-bottom:15px}.parameter-section label:last-child{margin-bottom:0}.parameter-section input,.parameter-section select{font-size:11px;min-height:34px;padding:7px 9px;border-color:#b6c3cf;border-radius:5px;margin-top:7px}.parameter-section select{padding-right:22px}.parameter-presets{display:flex;gap:4px;flex-wrap:wrap;margin:-3px 0 13px}.parameter-presets a{font-size:9px;padding:5px 7px;border:1px solid #d7e2ef;border-radius:4px;color:#496b92}.parameter-presets a.selected{background:#e8f0fc;border-color:#8faedf;color:#245fa9}.date-pair{display:grid;gap:10px;grid-template-columns:1fr 1fr}.date-pair input{padding:7px 5px;font-size:10px;min-width:0}.date-pair label{min-width:0}.parameter-section-title{display:flex;justify-content:space-between;align-items:baseline}.parameter-section-title>a{font-size:10px}.parameter-section p{font-size:10px;line-height:1.7;margin:12px 0 0}.parameter-submit{position:sticky;bottom:-24px;background:white;border-top:1px solid #edf1f4;padding:15px 0 20px;display:grid;gap:13px;text-align:center}.parameter-submit>a{font-size:10px}.parameters-hidden.explorer-workspace .main{margin-right:0}.parameters-hidden .report-parameters{display:none}.explorer-workspace .mobile-account summary{color:#46647b}.explorer-workspace .mobile-account[open]>form,.explorer-workspace .mobile-account[open]>a{background:#f1f5fa;color:#46647b}
@media(min-width:1750px){.explorer-workspace .main{padding:72px 30px 28px;margin-right:300px}.report-parameters{width:300px;padding:24px}.explorer-chart{height:370px}.explorer-header h1{font-size:27px}.explorer-kpis strong{font-size:29px}.pivot-table th,.pivot-table td{min-width:140px}}
@media(max-width:1250px){.explorer-header{flex-wrap:wrap}.explorer-workspace .main{margin-right:255px;padding-left:20px;padding-right:20px}.report-parameters{width:255px;padding:22px 16px}.explorer-kpis{padding:16px 20px 20px}.explorer-kpis>div{padding:0 14px}.explorer-kpis strong{font-size:23px}.chart-type-switch a span{display:none}.explorer-kpis span{font-size:10px}.date-pair{grid-template-columns:1fr;gap:0}.explorer-chart{height:270px}.report-basis{display:none}}
@media(max-width:1100px){.explorer-workspace .main{margin-right:0}.report-parameters{display:none;width:300px;box-shadow:-8px 0 25px #18324d25;z-index:60}.parameters-open .report-parameters{display:block}.date-pair{grid-template-columns:1fr 1fr;gap:10px}.explorer-header{flex-wrap:nowrap}.chart-type-switch a span{display:inline}.explorer-chart{height:310px}}
@media(max-width:900px){.explorer-workspace .sidebar{position:relative;top:44px;width:auto;padding:14px 20px;align-items:center;border-bottom:1px solid var(--border);border-right:0}.explorer-workspace .main{margin-left:0;padding-top:68px}.explorer-workspace .sidebar nav{gap:3px;flex-wrap:wrap}.explorer-workspace .sidebar nav a{font-size:11px;padding:9px}.explorer-workspace .sidebar .brand{font-size:15px}.explorer-workspace .sidebar .mobile-account a{color:#46647b}.explorer-header h1{font-size:25px}}
@media(max-width:600px){.console-topbar{padding:0 14px;height:42px;gap:10px}.console-topbar>span:not(.console-user){display:none}.console-logo{font-size:19px}.console-logo strong{font-size:14px}.console-user{font-size:10px}.explorer-workspace .sidebar{top:42px;padding:14px}.explorer-workspace .sidebar nav{justify-content:flex-start;gap:4px}.explorer-workspace .sidebar nav a{font-size:10px;padding:8px;gap:5px}.explorer-workspace .main{padding:63px 12px 24px}.explorer-breadcrumb{font-size:10px;margin-bottom:19px}.explorer-header{align-items:flex-start;flex-direction:column;gap:13px}.explorer-header h1{font-size:25px}.explorer-header .header-actions{gap:8px}.explorer-workspace .button{font-size:10px;padding:8px 12px}.report-status{font-size:9px;align-items:flex-start;margin-top:16px}.report-status .text-button{font-size:10px}.report-status>span{gap:5px}.explorer-workspace .panel-head{padding:17px 15px}.explorer-workspace .panel-head h2{font-size:14px}.explorer-summary .panel-head{padding-bottom:5px}.explorer-kpis{padding:15px}.explorer-kpis>div{padding:0 10px}.explorer-kpis strong{font-size:20px;letter-spacing:-.5px}.explorer-kpis span{font-size:9px;line-height:1.5;min-height:26px}.chart-type-switch a span{display:none}.chart-type-switch a{padding:5px 8px}.explorer-chart{height:240px;margin:8px 10px 0}.graph-axis-label{padding-left:15px;font-size:10px}.explorer-tooltip{padding:9px 15px;font-size:9px;gap:3px 10px}.chart-legend{padding:12px 15px 6px;gap:5px 12px;max-height:155px}.chart-legend button{font-size:9px}.graph-note{padding:6px 15px 12px;font-size:8px}.report-table-tools{padding:0 15px 13px;gap:10px}.report-table-tools>span{font-size:9px}.report-table-tools .table-search{margin:0;width:72%}.pivot-table td:first-child,.pivot-table th:first-child{min-width:160px;max-width:180px}.pivot-table th,.pivot-table td{padding:13px 14px;min-width:108px;font-size:10px}.report-parameters{top:42px;max-width:100vw}.explorer-workspace .breakdown-footer{padding:12px 15px;font-size:9px}.explorer-workspace .data-note p{font-size:9px}}
@media(min-width:1101px) and (max-width:1749px){.pivot-table th,.pivot-table td{min-width:106px;padding-left:14px;padding-right:14px}.pivot-table td:first-child,.pivot-table th:first-child{min-width:190px}}
/* Complete Cost Explorer parameter controls. */
.checkbox-label{display:flex!important;align-items:flex-start;gap:9px!important;font-size:12px!important;line-height:1.55;font-weight:400!important;margin:7px 0!important}.checkbox-label input[type=checkbox]{width:15px!important;height:15px!important;flex:0 0 15px;margin:2px 0 0!important;accent-color:#1768c4}.checkbox-label span{overflow-wrap:anywhere}.dimension-filter{border:1px solid #d5dee8;border-radius:7px;margin:8px 0;background:white}.dimension-filter summary{display:flex;justify-content:space-between;align-items:center;padding:11px 10px;cursor:pointer;font-size:12px;font-weight:600;color:#22394e;gap:7px}.dimension-filter summary:before{content:'›';font-size:17px;color:#718597}.dimension-filter[open] summary:before{transform:rotate(90deg)}.dimension-filter summary span{margin-left:auto;font-size:10px;font-weight:400;color:#62788e}.dimension-body{border-top:1px solid #e4eaf1;padding:10px}.dimension-values{max-height:180px;overflow:auto;margin:7px 0}.dimension-values .checkbox-label{padding:4px 2px}.dimension-values .checkbox-label:hover{background:#f0f6fc}.dimension-body input[type=search]{font-size:12px}.filter-loading{display:block;color:#61768b;font-size:11px;line-height:1.5;margin:6px 0}.manual-filter-value{display:flex;align-items:center;gap:7px;margin:9px 0}.manual-filter-value input{min-width:0;font-size:11px!important}.filter-preferences{margin:12px 0;padding:8px 10px;background:#edf3f8;border-radius:6px;font-size:12px}.filter-preferences summary{cursor:pointer;color:#1768b4}.report-parameters .parameter-section small{font-size:11px;color:#64768a}.report-parameters .parameter-section>label{margin-top:12px}.saved-report-link{display:block;font-size:12px;padding:8px 0;border-bottom:1px solid #e2e9f1;overflow-wrap:anywhere}.console-import{padding:15px 20px;margin-top:18px}.console-import summary{font-size:13px;font-weight:600;cursor:pointer;color:#245174}.console-import form{display:flex;align-items:flex-end;gap:14px;margin-top:15px}.console-import label{flex:1;font-size:12px}.console-import p{font-size:11px;color:#6e7b89}.comparison-panel,.forecast-panel{margin:20px 0}.comparison-panel .panel-head p,.forecast-panel .panel-head p{font-size:12px;line-height:1.6}.forecast-badge{border:1px dashed #617ed6;padding:5px 12px;border-radius:20px;font-size:11px;color:#425fa8}.report-pending{border-left:3px solid #2581d4}.dimension-filter[hidden]{display:none!important}@media(max-width:600px){.console-import form{display:block}.console-import button{margin-top:12px}}
.checkbox-label[hidden]{display:none!important}
