.operations-center{display:grid;gap:14px;color:var(--theme-text)}
.operations-hero{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid rgba(var(--theme-rgb),.13);border-radius:18px;background:radial-gradient(circle at 10% 0,rgba(var(--theme-rgb),.16),transparent 34%),linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep));box-shadow:0 20px 50px rgba(0,0,0,.13)}
.operations-hero>div:first-child{display:flex;align-items:center;gap:15px}.operations-hero-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(var(--theme-rgb),.24);border-radius:15px;background:rgba(var(--theme-rgb),.1);color:var(--theme-accent);box-shadow:inset 0 1px rgba(255,255,255,.05),0 12px 25px rgba(var(--theme-rgb),.08)}.operations-hero-icon svg{width:23px;height:23px}.operations-hero p,.operations-hero h2{margin:0}.operations-hero h2{margin:5px 0 4px;font:700 21px 'Space Grotesk'}.operations-hero small{color:var(--theme-muted);font-size:10px}
.operations-hero-state{display:flex;align-items:center;gap:9px}.operations-hero-state>span{height:35px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(77,211,164,.22);border-radius:10px;background:rgba(77,211,164,.07);color:#61d8ad;font-size:9px;font-weight:800;letter-spacing:.05em}.operations-hero-state>span.warning{border-color:rgba(240,185,91,.25);background:rgba(240,185,91,.08);color:#f0c06b}.operations-hero-state>span i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}.operations-hero-state button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(var(--theme-rgb),.14);border-radius:10px;background:rgba(var(--theme-rgb),.055);color:var(--theme-accent);cursor:pointer}.operations-hero-state button:hover{background:rgba(var(--theme-rgb),.12)}.operations-hero-state button svg{width:15px;height:15px}
.operations-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:7px;border:1px solid rgba(var(--theme-rgb),.09);border-radius:14px;background:color-mix(in srgb,var(--theme-panel) 92%,transparent)}.operations-tabs button{position:relative;height:52px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--theme-muted);font-family:inherit;cursor:pointer}.operations-tabs button:hover{background:rgba(var(--theme-rgb),.04);color:var(--theme-text)}.operations-tabs button.active{border-color:rgba(var(--theme-rgb),.22);background:linear-gradient(135deg,rgba(var(--theme-rgb),.13),rgba(var(--theme-rgb),.05));color:var(--theme-accent);box-shadow:inset 0 -2px var(--theme-accent)}.operations-tabs button>span{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:rgba(var(--theme-rgb),.07)}.operations-tabs svg{width:14px;height:14px}.operations-tabs b{font-size:10px}.operations-tabs em{min-width:19px;height:19px;display:grid;place-items:center;border-radius:7px;background:#e66f87;color:#fff;font-size:8px;font-style:normal}
.operations-view{min-height:480px}.operations-health-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.operations-health-score{grid-column:1/-1;min-height:190px;display:grid;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:26px;padding:22px;border:1px solid rgba(var(--theme-rgb),.1);border-radius:17px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep))}.operation-ring{width:142px;height:142px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#61d8ad var(--health),rgba(var(--theme-rgb),.08) 0);box-shadow:0 0 35px rgba(77,211,164,.08)}.operation-ring:before{content:'';grid-area:1/1;width:116px;height:116px;border-radius:50%;background:var(--theme-panel-deep);box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb),.08)}.operation-ring>span{z-index:1;grid-area:1/1;display:grid;text-align:center}.operation-ring b{font:700 25px 'Space Grotesk'}.operation-ring small{margin-top:4px;color:var(--theme-muted);font-size:7px;letter-spacing:.09em}.operations-health-score h3,.operations-health-score p{margin:0}.operations-health-score h3{margin:6px 0 7px;font-size:19px}.operations-health-score>div:last-child>small{display:block;max-width:650px;color:var(--theme-muted);font-size:10px;line-height:1.55}.operations-health-pills{display:flex;gap:7px;margin-top:16px}.operations-health-pills span{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid rgba(var(--theme-rgb),.1);border-radius:8px;color:var(--theme-muted);font-size:8px;font-weight:700}.operations-health-pills span.good{color:#61d8ad}.operations-health-pills span.bad{color:#ef8296}.operations-health-pills i{width:6px;height:6px;border-radius:50%;background:currentColor}
.operations-metric-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.operations-metric-grid article{min-height:102px;display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:10px;padding:14px;border:1px solid rgba(var(--theme-rgb),.085);border-radius:13px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep))}.operations-metric-grid article>span{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:rgba(var(--theme-rgb),.075);color:var(--theme-accent)}.operations-metric-grid svg{width:16px;height:16px}.operations-metric-grid small,.operations-metric-grid b,.operations-metric-grid p{display:block;margin:0}.operations-metric-grid small{color:var(--theme-muted);font-size:7px;letter-spacing:.06em}.operations-metric-grid b{margin:5px 0 3px;font-size:15px}.operations-metric-grid b em{color:var(--theme-muted);font-size:9px;font-style:normal}.operations-metric-grid p{overflow:hidden;color:var(--theme-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.operations-status-panel{padding:17px;border:1px solid rgba(var(--theme-rgb),.085);border-radius:14px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep))}.operations-status-panel header{display:flex;align-items:center;justify-content:space-between}.operations-status-panel header p,.operations-status-panel header h3{margin:0}.operations-status-panel header h3{margin-top:4px;font-size:14px}.operations-status-panel header button{border:0;background:transparent;color:var(--theme-accent);font-size:9px;cursor:pointer}.operations-status-row{display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:16px;padding:12px;border:1px solid rgba(var(--theme-rgb),.07);border-radius:11px;background:rgba(0,0,0,.08)}.operations-status-row>span{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:rgba(var(--theme-rgb),.07);color:var(--theme-accent)}.operations-status-row svg{width:17px}.operations-status-row b,.operations-status-row small{display:block}.operations-status-row b{font-size:10px}.operations-status-row small{margin-top:4px;color:var(--theme-muted);font-size:8px}.operations-status-row em{padding:6px 8px;border-radius:7px;background:rgba(var(--theme-rgb),.07);color:var(--theme-muted);font-size:7px;font-style:normal}.operations-status-row em.live{background:rgba(77,211,164,.08);color:#61d8ad}.operations-quality{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.operations-quality span{padding:12px;border:1px solid rgba(var(--theme-rgb),.07);border-radius:10px;background:rgba(0,0,0,.07)}.operations-quality small,.operations-quality b{display:block}.operations-quality small{color:var(--theme-muted);font-size:7px}.operations-quality b{margin-top:6px;font-size:13px}
.operations-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px;padding:18px 20px;border:1px solid rgba(var(--theme-rgb),.09);border-radius:15px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep))}.operations-section-head p,.operations-section-head h3{margin:0}.operations-section-head h3{margin:5px 0;font-size:17px}.operations-section-head small{color:var(--theme-muted);font-size:9px}.operations-section-head>button{height:38px;display:flex;align-items:center;gap:7px;padding:0 14px}.operations-section-head>button svg{width:15px}
.operations-schedule-list{display:grid;gap:8px}.operation-schedule{position:relative;display:grid;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:104px;padding:14px 15px;border:1px solid rgba(var(--theme-rgb),.09);border-radius:14px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep));overflow:hidden}.operation-schedule:before{content:'';position:absolute;left:0;top:16px;bottom:16px;width:3px;border-radius:0 3px 3px 0;background:#61d8ad}.operation-schedule.paused{opacity:.72}.operation-schedule.paused:before{background:var(--theme-muted)}.operation-schedule-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(var(--theme-rgb),.13);border-radius:11px;background:rgba(var(--theme-rgb),.07);color:var(--theme-accent)}.operation-schedule-icon svg{width:19px}.operation-schedule-main>span{display:flex;align-items:center;gap:6px}.operation-schedule-main>span em,.operation-schedule-main>span i{padding:4px 6px;border-radius:5px;background:rgba(var(--theme-rgb),.06);color:var(--theme-muted);font-size:7px;font-style:normal}.operation-schedule-main>span i{color:var(--theme-accent)}.operation-schedule-main h4{margin:6px 0 4px;font-size:12px}.operation-schedule-main small,.operation-schedule-main p{margin:0;color:var(--theme-muted);font-size:8px}.operation-schedule-main p{margin-top:5px}.operation-schedule-actions{display:flex;align-items:center;gap:8px}.operation-schedule-actions label{cursor:pointer}.operation-schedule-actions label input{display:none}.operation-schedule-actions label i{width:38px;height:22px;display:block;padding:3px;border-radius:14px;background:rgba(var(--theme-rgb),.1);transition:.2s}.operation-schedule-actions label i:before{content:'';display:block;width:16px;height:16px;border-radius:50%;background:var(--theme-muted);transition:.2s}.operation-schedule-actions label input:checked+i{background:rgba(77,211,164,.2)}.operation-schedule-actions label input:checked+i:before{transform:translateX(16px);background:#61d8ad}.operation-schedule-actions button{width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(235,100,124,.16);border-radius:9px;background:rgba(235,100,124,.055);color:#ee7f94;cursor:pointer}.operation-schedule-actions button svg{width:15px}
.operations-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.operation-template{--template-tone:var(--theme-accent);min-height:220px;display:flex;flex-direction:column;padding:17px;border:1px solid color-mix(in srgb,var(--template-tone) 18%,transparent);border-radius:15px;background:radial-gradient(circle at 8% 0,color-mix(in srgb,var(--template-tone) 10%,transparent),transparent 45%),linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep));box-shadow:0 15px 35px rgba(0,0,0,.08)}.operation-template.tone-amber{--template-tone:#e7b65a}.operation-template.tone-blue{--template-tone:#6d9cff}.operation-template.tone-violet{--template-tone:#b091f2}.operation-template.tone-green{--template-tone:#61d8ad}.operation-template.tone-cyan{--template-tone:#5bcbd9}.operation-template header{display:flex;align-items:center;justify-content:space-between}.operation-template header>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--template-tone) 22%,transparent);border-radius:11px;background:color-mix(in srgb,var(--template-tone) 8%,transparent);color:var(--template-tone)}.operation-template header svg{width:19px}.operation-template header em{color:var(--template-tone);font-size:8px;font-style:normal}.operation-template h3{margin:18px 0 8px;font-size:14px}.operation-template p{margin:0;color:var(--theme-muted);font-size:9px;line-height:1.55}.operation-template footer{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto;padding-top:16px}.operation-template footer button{height:36px;border:1px solid rgba(var(--theme-rgb),.11);border-radius:9px;background:rgba(var(--theme-rgb),.045);color:var(--theme-text);font:700 9px inherit;cursor:pointer}.operation-template footer button:hover{border-color:color-mix(in srgb,var(--template-tone) 34%,transparent);color:var(--template-tone)}.operation-template footer button.primary{background:color-mix(in srgb,var(--template-tone) 15%,var(--theme-panel));color:color-mix(in srgb,var(--template-tone) 85%,white)}
.operations-economy-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:10px}.operations-economy-stats article{padding:15px 16px;border:1px solid rgba(var(--theme-rgb),.085);border-radius:13px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep))}.operations-economy-stats small,.operations-economy-stats b,.operations-economy-stats em{display:block}.operations-economy-stats small{color:var(--theme-muted);font-size:7px}.operations-economy-stats b{margin:7px 0 4px;font-size:18px}.operations-economy-stats em{color:#61d8ad;font-size:8px;font-style:normal}.operations-economy-stats article.warning em{color:#ee8295}.operations-insight-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.75fr);gap:10px}.operations-chart-card,.operations-richest,.operations-alert-center{border:1px solid rgba(var(--theme-rgb),.085);border-radius:15px;background:linear-gradient(145deg,var(--theme-panel),var(--theme-panel-deep))}.operations-chart-card{padding:17px}.operations-chart-card>header,.operations-richest>header,.operations-alert-center>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.operations-chart-card header p,.operations-chart-card header h3,.operations-richest header p,.operations-richest header h3,.operations-alert-center header p,.operations-alert-center header h3{margin:0}.operations-chart-card header h3,.operations-richest header h3,.operations-alert-center header h3{margin-top:4px;font-size:14px}.operations-chart-card header>span,.operations-richest header>span,.operations-alert-center header>span{display:flex;align-items:center;gap:5px;color:#61d8ad;font-size:7px}.operations-chart-card header svg{width:13px}.operations-chart{position:relative;margin-top:15px;padding-left:58px}.operations-chart svg{width:100%;height:190px;color:var(--theme-accent);overflow:visible}.operations-chart-scale{position:absolute;left:0;top:3px;bottom:24px;display:flex;flex-direction:column;justify-content:space-between;color:var(--theme-muted);font-size:7px}.operations-chart-labels{display:flex;justify-content:space-between;color:var(--theme-muted);font-size:7px}.operations-chart-labels b{color:var(--theme-accent);font-size:7px}.operations-chart-empty{min-height:220px;display:grid;place-content:center;justify-items:center;gap:7px;color:var(--theme-muted);text-align:center}.operations-chart-empty svg{width:26px;color:var(--theme-accent)}.operations-chart-empty b{color:var(--theme-text);font-size:11px}.operations-chart-empty small{font-size:8px}
.operations-richest{padding:17px}.operations-richest>div{display:grid;gap:5px;margin-top:13px}.operations-richest article{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 9px;border:1px solid rgba(var(--theme-rgb),.055);border-radius:9px;background:rgba(0,0,0,.055)}.operations-richest article>em{color:var(--theme-accent);font-size:8px;font-style:normal}.operations-richest article span b,.operations-richest article span small{display:block}.operations-richest article span b{font-size:9px}.operations-richest article span small{margin-top:2px;color:var(--theme-muted);font-size:7px}.operations-richest article span i{display:block;height:3px;margin-top:6px;border-radius:3px;background:rgba(var(--theme-rgb),.08);overflow:hidden}.operations-richest article span u{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,var(--theme-accent),#61d8ad)}.operations-richest strong{font-size:9px}.operations-mini-empty{padding:40px 10px;color:var(--theme-muted);font-size:9px;text-align:center}
.operations-alert-center{margin-top:10px;padding:17px}.operations-alert-center header>div>small{display:block;margin-top:5px;color:var(--theme-muted);font-size:8px}.operations-alert-center header>span{padding:7px 9px;border-radius:7px;background:rgba(235,100,124,.07);color:#ee8295}.operations-alert-list{display:grid;gap:7px;margin-top:15px}.operations-alert-list>article{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 13px;border:1px solid rgba(238,130,149,.17);border-radius:11px;background:rgba(238,130,149,.035)}.operations-alert-list>article.warning{border-color:rgba(232,182,90,.2);background:rgba(232,182,90,.035)}.operations-alert-list>article.reviewed{opacity:.62;border-color:rgba(var(--theme-rgb),.07);background:rgba(var(--theme-rgb),.02)}.operations-alert-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:rgba(238,130,149,.09);color:#ee8295}.operations-alert-list .warning .operations-alert-icon{background:rgba(232,182,90,.09);color:#e8b65a}.operations-alert-icon svg{width:18px}.operations-alert-list article>div>span{display:flex;align-items:center;gap:7px}.operations-alert-list article>div>span b{font-size:10px}.operations-alert-list article>div>span em{padding:3px 5px;border-radius:5px;background:rgba(238,130,149,.09);color:#ee8295;font-size:6px;font-style:normal}.operations-alert-list h4,.operations-alert-list p{margin:0}.operations-alert-list h4{margin:6px 0 3px;color:#ee8295;font-size:13px}.operations-alert-list h4 small{color:var(--theme-muted);font-size:8px}.operations-alert-list p,.operations-alert-list time{color:var(--theme-muted);font-size:7px}.operations-alert-list>article>button{height:32px;padding:0 10px;border:1px solid rgba(var(--theme-rgb),.14);border-radius:8px;background:rgba(var(--theme-rgb),.06);color:var(--theme-accent);font-size:8px;cursor:pointer}.operations-reviewed{color:#61d8ad;font-size:8px;text-align:right}.operations-reviewed small{color:var(--theme-muted);font-size:7px}
.operations-empty,.operations-error,.operations-loading{min-height:300px;display:grid;place-content:center;justify-items:center;gap:8px;border:1px dashed rgba(var(--theme-rgb),.14);border-radius:14px;background:rgba(var(--theme-rgb),.02);text-align:center}.operations-empty.compact{min-height:180px}.operations-empty>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(var(--theme-rgb),.07);color:var(--theme-accent);font-size:18px}.operations-empty b,.operations-error b,.operations-loading b{font-size:11px}.operations-empty small,.operations-error small{color:var(--theme-muted);font-size:8px}.operations-empty button,.operations-error button{margin-top:5px;padding:8px 12px;border:1px solid rgba(var(--theme-rgb),.15);border-radius:8px;background:rgba(var(--theme-rgb),.07);color:var(--theme-accent);cursor:pointer}.operations-error>svg{width:30px;color:#ee8295}
.operation-modal-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;align-items:center;margin-bottom:17px;padding-bottom:15px;border-bottom:1px solid rgba(var(--theme-rgb),.08)}.operation-modal-head>span{width:47px;height:47px;display:grid;place-items:center;border:1px solid rgba(var(--theme-rgb),.18);border-radius:12px;background:rgba(var(--theme-rgb),.08);color:var(--theme-accent)}.operation-modal-head svg{width:20px}.operation-modal-head p,.operation-modal-head h3{margin:0}.operation-modal-head h3{margin:5px 0 3px}.operation-modal-head small{color:var(--theme-muted);font-size:9px}.operation-form-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.operation-form-note,.operation-run-warning{padding:13px;border:1px solid rgba(var(--theme-rgb),.09);border-radius:10px;background:rgba(var(--theme-rgb),.035);color:var(--theme-muted);font-size:9px}.operation-run-warning{display:flex;align-items:center;gap:8px;color:#e9bd68}.operation-run-warning svg{width:16px}
@media(max-width:1250px){.operations-metric-grid{grid-template-columns:repeat(3,1fr)}.operations-template-grid{grid-template-columns:repeat(2,1fr)}.operations-insight-grid{grid-template-columns:1fr}.operations-richest>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.operations-hero{align-items:flex-start;flex-direction:column}.operations-tabs{grid-template-columns:repeat(2,1fr)}.operations-health-grid{grid-template-columns:1fr}.operations-health-score{grid-template-columns:1fr}.operations-metric-grid,.operations-economy-stats{grid-template-columns:repeat(2,1fr)}.operations-template-grid{grid-template-columns:1fr}.operations-richest>div{grid-template-columns:1fr}.operations-alert-list>article{grid-template-columns:42px minmax(0,1fr)}.operations-alert-list>article>time,.operations-alert-list>article>button,.operations-reviewed{grid-column:2}.operation-form-columns{grid-template-columns:1fr}}

/* Compact premium operation templates */
.operations-template-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.operation-template{min-height:174px;padding:14px;border-radius:13px;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--template-tone) 12%,transparent),transparent 43%),linear-gradient(150deg,color-mix(in srgb,var(--theme-panel) 96%,var(--template-tone)),var(--theme-panel-deep));box-shadow:inset 0 1px rgba(255,255,255,.025),0 10px 28px rgba(0,0,0,.08);transition:transform .18s,border-color .18s,box-shadow .18s}
.operation-template:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--template-tone) 32%,transparent);box-shadow:inset 0 1px rgba(255,255,255,.035),0 15px 34px rgba(0,0,0,.13)}
.operation-template header>span{width:35px;height:35px;border-radius:10px}.operation-template header svg{width:16px}.operation-template header em{padding:4px 7px;border:1px solid color-mix(in srgb,var(--template-tone) 16%,transparent);border-radius:999px;background:color-mix(in srgb,var(--template-tone) 6%,transparent);font-size:7px;font-weight:800}
.operation-template h3{margin:13px 0 5px;font-size:11px}.operation-template p{display:-webkit-box;min-height:28px;overflow:hidden;font-size:7.5px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.operation-template footer{gap:6px;padding-top:12px}.operation-template footer button{height:31px;padding:0 7px;border-radius:8px;font-size:7.5px}.operation-template footer button.primary{border-color:color-mix(in srgb,var(--template-tone) 24%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--template-tone) 18%,var(--theme-panel)),color-mix(in srgb,var(--template-tone) 9%,var(--theme-panel-deep)));color:color-mix(in srgb,var(--template-tone) 76%,white)}

/* Economy intelligence chart */
.operations-insight-grid{align-items:start}.operations-chart-card{align-self:start;min-height:0;padding:16px 17px 14px;overflow:hidden;background:radial-gradient(circle at 82% -10%,rgba(var(--theme-rgb),.11),transparent 40%),linear-gradient(150deg,var(--theme-panel),var(--theme-panel-deep))}.operations-richest{align-self:start}
.operations-chart{margin-top:12px;padding:54px 0 0 66px;border-top:1px solid rgba(var(--theme-rgb),.065)}.operations-chart-summary{position:absolute;left:0;right:0;top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.operations-chart-summary span small,.operations-chart-summary span b{display:block}.operations-chart-summary span small{color:var(--theme-muted);font-size:6.5px;letter-spacing:.08em}.operations-chart-summary span b{margin-top:4px;color:var(--theme-text);font-size:13px}.operations-chart-summary em{padding:6px 8px;border:1px solid rgba(var(--theme-rgb),.1);border-radius:8px;background:rgba(var(--theme-rgb),.04);color:var(--theme-muted);font-size:7px;font-style:normal;font-weight:800}.operations-chart-summary em.up{border-color:rgba(79,213,164,.18);background:rgba(79,213,164,.06);color:#61d8ad}.operations-chart-summary em.down{border-color:rgba(238,112,137,.2);background:rgba(238,112,137,.06);color:#ee8295}
.operations-chart svg{height:210px;overflow:hidden;border:1px solid rgba(var(--theme-rgb),.055);border-radius:11px;background:linear-gradient(180deg,rgba(var(--theme-rgb),.025),rgba(0,0,0,.035));color:var(--theme-accent)}.operations-chart-grid line{stroke:rgba(var(--theme-rgb),.085);stroke-width:1;vector-effect:non-scaling-stroke}.operations-chart-area{fill:url(#operationsArea)}.operations-chart-line{fill:none;stroke:currentColor;stroke-width:2.5;vector-effect:non-scaling-stroke;filter:url(#operationsGlow)}.operations-chart-point{fill:var(--theme-panel-deep);stroke:currentColor;stroke-width:1.5;vector-effect:non-scaling-stroke}.operations-chart-endpoint .pulse{fill:currentColor;opacity:.13}.operations-chart-endpoint .core{fill:currentColor;stroke:color-mix(in srgb,var(--theme-accent) 35%,white);stroke-width:2;vector-effect:non-scaling-stroke}.operations-chart-scale{top:63px;bottom:25px;justify-content:space-between;font-size:6.5px}.operations-chart-labels{align-items:center;margin-top:8px;font-size:6.5px}.operations-chart-labels b{display:flex;align-items:center;gap:5px;color:var(--theme-muted);font-size:6.5px;letter-spacing:.08em}.operations-chart-labels b i{width:6px;height:6px;border-radius:50%;background:var(--theme-accent);box-shadow:0 0 9px rgba(var(--theme-rgb),.55)}
@media(max-width:1500px){.operations-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1000px){.operations-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.operations-template-grid{grid-template-columns:1fr}.operations-chart{padding-left:54px}.operations-chart-summary{align-items:flex-start;flex-direction:column}.operations-chart{padding-top:82px}.operations-chart-scale{top:91px}}

/* Stretch the intelligence chart to the full ranking height and expose useful context. */
.operations-insight-grid{align-items:stretch}.operations-chart-card{align-self:stretch;display:flex;min-height:590px;flex-direction:column}.operations-richest{align-self:stretch}.operations-chart{display:grid;flex:1;grid-template-columns:70px minmax(0,1fr);grid-template-rows:auto auto minmax(300px,1fr) auto auto;column-gap:0;row-gap:0;margin-top:12px;padding:0;border-top:1px solid rgba(var(--theme-rgb),.065)}
.operations-chart-summary{position:static;grid-column:1/-1;grid-row:1;margin:0;padding:12px 0 10px}.operations-chart-facts{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:9px}.operations-chart-facts>span{padding:8px 9px;border:1px solid rgba(var(--theme-rgb),.065);border-radius:8px;background:rgba(var(--theme-rgb),.022)}.operations-chart-facts small,.operations-chart-facts b{display:block}.operations-chart-facts small{color:var(--theme-muted);font-size:6px;letter-spacing:.06em}.operations-chart-facts b{margin-top:4px;overflow:hidden;color:var(--theme-text);font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.operations-chart-scale{position:static;grid-column:1;grid-row:3;display:flex;padding:5px 8px 5px 0;text-align:right}.operations-chart svg{grid-column:2;grid-row:3;width:100%;height:100%;min-height:300px}.operations-chart-labels{grid-column:2;grid-row:4;margin-top:8px}.operations-chart-breakdown{grid-column:1/-1;grid-row:5;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:11px;padding-top:10px;border-top:1px solid rgba(var(--theme-rgb),.06)}.operations-chart-breakdown>span{display:grid;grid-template-columns:7px minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:6px;padding:9px 10px;border:1px solid rgba(var(--theme-rgb),.06);border-radius:9px;background:rgba(0,0,0,.045)}.operations-chart-breakdown>span>i{grid-row:1/3;width:7px;height:24px;border-radius:5px;background:#79a0ff}.operations-chart-breakdown>span.cash>i{background:#61d8ad}.operations-chart-breakdown>span.crypto>i{background:#e6b65d}.operations-chart-breakdown>span.black>i{background:#e47991}.operations-chart-breakdown small{color:var(--theme-muted);font-size:6px}.operations-chart-breakdown b{overflow:hidden;color:var(--theme-text);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.operations-chart-breakdown em{grid-column:3;grid-row:1/3;color:var(--theme-muted);font-size:7px;font-style:normal;font-weight:800}
@media(max-width:1250px){.operations-chart-card{min-height:520px}.operations-chart svg{min-height:250px}}
@media(max-width:650px){.operations-chart-card{min-height:0}.operations-chart{grid-template-columns:55px minmax(0,1fr);grid-template-rows:auto auto minmax(260px,1fr) auto auto;padding:0}.operations-chart-summary{align-items:flex-start;flex-direction:row}.operations-chart-scale{top:auto}.operations-chart-facts,.operations-chart-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Keep schedule controls on one exact center line. */
.operation-schedule-actions{min-height:35px;align-self:center}.operation-schedule-actions label{width:38px;height:35px;display:grid;place-items:center;margin:0;line-height:0}.operation-schedule-actions label i{box-sizing:border-box;margin:0}.operation-schedule-actions button{align-self:center;padding:0;line-height:0}.operation-schedule-actions button svg{display:block;width:15px;height:15px;margin:0}

/* On-demand FXServer resource profiler. */
.operations-resource-profiler{grid-column:1/-1;overflow:hidden;border:1px solid rgba(var(--theme-rgb),.1);border-radius:16px;background:radial-gradient(circle at 92% -12%,rgba(var(--theme-rgb),.14),transparent 34%),linear-gradient(150deg,var(--theme-panel),var(--theme-panel-deep));box-shadow:0 18px 42px rgba(0,0,0,.1)}
.operations-resource-profiler>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 19px;border-bottom:1px solid rgba(var(--theme-rgb),.075)}.operations-resource-profiler header p,.operations-resource-profiler header h3{margin:0}.operations-resource-profiler header h3{margin:5px 0 4px;font-size:15px}.operations-resource-profiler header small{display:block;max-width:750px;color:var(--theme-muted);font-size:8px;line-height:1.5}.operations-resource-profiler>header button{height:37px;display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:9px;font-size:8px}.operations-resource-profiler>header button svg{width:14px;height:14px}.operations-resource-profiler>header button:disabled{cursor:wait;opacity:.7}
.operations-profile-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:12px 14px;border-bottom:1px solid rgba(var(--theme-rgb),.06);background:rgba(0,0,0,.045)}.operations-profile-summary>span{padding:9px 10px;border:1px solid rgba(var(--theme-rgb),.065);border-radius:9px;background:rgba(var(--theme-rgb),.025)}.operations-profile-summary small,.operations-profile-summary b{display:block}.operations-profile-summary small{color:var(--theme-muted);font-size:6px;letter-spacing:.07em}.operations-profile-summary b{margin-top:4px;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.operations-profile-summary .healthy b{color:#61d8ad}.operations-profile-summary .warning b{color:#edbd64}.operations-profile-summary .critical b{color:#ef7f94}
.operations-profile-list{display:grid;gap:6px;padding:12px 14px}.operations-profile-list>article{--profile-color:#61d8ad;position:relative;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:66px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--profile-color) 15%,rgba(var(--theme-rgb),.06));border-radius:11px;background:linear-gradient(100deg,color-mix(in srgb,var(--profile-color) 5%,transparent),rgba(0,0,0,.035))}.operations-profile-list>article.profile-observe{--profile-color:#71a9ef}.operations-profile-list>article.profile-warning{--profile-color:#edbd64}.operations-profile-list>article.profile-critical{--profile-color:#ef7f94}.operations-profile-list>article:before{content:'';position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0;background:var(--profile-color);box-shadow:0 0 12px color-mix(in srgb,var(--profile-color) 45%,transparent)}.operations-profile-list>article>em{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--profile-color) 9%,transparent);color:var(--profile-color);font-size:7px;font-style:normal;font-weight:800}
.operations-profile-resource{min-width:0}.operations-profile-resource>span{display:flex;align-items:center;gap:7px}.operations-profile-resource>span b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.operations-profile-resource>span>i{padding:3px 5px;border-radius:5px;background:color-mix(in srgb,var(--profile-color) 9%,transparent);color:var(--profile-color);font-size:5.5px;font-style:normal;font-weight:900;letter-spacing:.05em}.operations-profile-resource>small{display:block;margin-top:5px;overflow:hidden;color:var(--theme-muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.operations-profile-resource>u{display:block;height:3px;margin-top:7px;border-radius:4px;background:rgba(var(--theme-rgb),.065);overflow:hidden;text-decoration:none}.operations-profile-resource>u>i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--profile-color),color-mix(in srgb,var(--profile-color) 55%,var(--theme-accent)));box-shadow:0 0 9px color-mix(in srgb,var(--profile-color) 35%,transparent)}
.operations-profile-values{display:grid;grid-template-columns:repeat(3,92px);gap:6px}.operations-profile-values>span{padding:7px 8px;border:1px solid rgba(var(--theme-rgb),.06);border-radius:8px;background:rgba(0,0,0,.045);text-align:right}.operations-profile-values small,.operations-profile-values b{display:block}.operations-profile-values small{color:var(--theme-muted);font-size:5.5px}.operations-profile-values b{margin-top:4px;color:var(--profile-color);font-size:8px}
.operations-profile-empty{min-height:150px;display:grid;place-content:center;justify-items:center;gap:7px;color:var(--theme-muted);text-align:center}.operations-profile-empty svg{width:25px;color:var(--theme-accent)}.operations-profile-empty b{color:var(--theme-text);font-size:10px}.operations-profile-empty small{max-width:560px;font-size:8px;line-height:1.5}
.operations-resource-profiler>footer{display:flex;align-items:center;gap:13px;padding:10px 15px;border-top:1px solid rgba(var(--theme-rgb),.06);color:var(--theme-muted);font-size:6.5px}.operations-resource-profiler>footer>span{display:flex;align-items:center;gap:5px}.operations-resource-profiler>footer i{width:6px;height:6px;border-radius:50%;background:#61d8ad}.operations-resource-profiler>footer i.observe{background:#71a9ef}.operations-resource-profiler>footer i.warning{background:#edbd64}.operations-resource-profiler>footer i.critical{background:#ef7f94}.operations-resource-profiler>footer>small{margin-left:auto;font-size:6.5px}
@media(max-width:1050px){.operations-profile-list>article{grid-template-columns:28px minmax(0,1fr)}.operations-profile-values{grid-column:2;grid-template-columns:repeat(3,minmax(0,1fr))}.operations-profile-values>span{text-align:left}}
@media(max-width:700px){.operations-resource-profiler>header{align-items:flex-start;flex-direction:column}.operations-resource-profiler>header button{width:100%}.operations-profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.operations-profile-list>article{grid-template-columns:1fr}.operations-profile-list>article>em{display:none}.operations-profile-values{grid-column:1}.operations-resource-profiler>footer{align-items:flex-start;flex-wrap:wrap}.operations-resource-profiler>footer>small{width:100%;margin-left:0}}
