:root{color:#18212f;background:#f5f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.login-shell,.loading{align-items:center;display:flex;min-height:100vh;justify-content:center;padding:24px}.login-shell{overflow:hidden;position:relative;background:radial-gradient(120% 120% at 50% -10%,#eaf4f2,#f5f7f8 55%)}.login-aurora{top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0}.login-aurora-blob{border-radius:50%;filter:blur(70px);opacity:.55;position:absolute}.login-aurora-blob.blob-a{background:#2fbfae;height:340px;left:-80px;top:-60px;width:340px;animation:aurora-drift-a 14s ease-in-out infinite}.login-aurora-blob.blob-b{background:#7bd0c4;bottom:-100px;height:380px;right:-90px;width:380px;animation:aurora-drift-b 18s ease-in-out infinite}.login-aurora-blob.blob-c{background:#176b64;height:260px;left:40%;opacity:.35;top:40%;width:260px;animation:aurora-drift-c 16s ease-in-out infinite}@keyframes aurora-drift-a{0%,to{transform:translate(0) scale(1)}50%{transform:translate(60px,40px) scale(1.12)}}@keyframes aurora-drift-b{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,-40px) scale(1.08)}}@keyframes aurora-drift-c{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-40%,-60%) scale(1.15)}}.login-card{background:#ffffffd1;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 30px 80px #176b642e;display:grid;gap:16px;max-width:420px;padding:34px 32px;position:relative;width:100%;z-index:1;animation:login-card-in .7s cubic-bezier(.22,1,.36,1) both}@keyframes login-card-in{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.login-welcome{display:grid;gap:6px;margin-bottom:6px}.login-welcome>*{animation:login-rise .6s cubic-bezier(.22,1,.36,1) both}.login-welcome .login-mark{animation-delay:.05s}.login-welcome .eyebrow{animation-delay:.14s}.login-welcome h1{animation-delay:.22s}.login-welcome .login-subtitle{animation-delay:.3s}.login-card .login-field:nth-of-type(1){animation:login-rise .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.38s}.login-card .login-field:nth-of-type(2){animation:login-rise .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.46s}.login-card button{animation:login-rise .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.54s}@keyframes login-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-mark{align-items:center;background:linear-gradient(135deg,#176b64,#2fbfae);border-radius:14px;box-shadow:0 10px 24px #176b644d;color:#fff;display:inline-flex;height:46px;justify-content:center;width:46px}.login-subtitle{color:#547085;font-size:14px;margin:0}@media (prefers-reduced-motion: reduce){.login-aurora-blob,.login-card,.login-welcome>*,.login-card .login-field,.login-card button{animation:none!important}}.app-shell{margin:0 auto;max-width:1280px;padding:28px}header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px}.app-header-title{min-width:0}.sign-out-button{flex:0 0 auto;min-height:34px;min-width:0;padding:7px 12px;white-space:nowrap;width:auto}.title-eyebrow-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.title-eyebrow-row .eyebrow{margin:0}.eyebrow{color:#547085;font-size:12px;font-weight:700;letter-spacing:0;margin:0 0 6px;text-transform:uppercase}h1{font-size:32px;line-height:1.1;margin:0}label{color:#466174;display:grid;font-size:13px;font-weight:700;gap:7px}input,select{background:#fff;border:1px solid #c7d2da;border-radius:6px;color:#18212f;min-height:42px;padding:8px 11px}button{background:#176b64;border:0;border-radius:6px;color:#fff;cursor:pointer;font-weight:800;min-height:42px;padding:8px 14px}button:disabled{cursor:default;opacity:.55}button.secondary{background:#e6ecef;color:#223445}.schedule-status{position:relative}.schedule-status-badge{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;gap:6px;min-height:26px;padding:3px 9px;font-size:12px;line-height:1}.schedule-status-badge.success{background:#dff5ec;border-color:#a6ddc8;color:#096343}.schedule-status-badge.warning{background:#fff5d6;border-color:#edd17c;color:#8a5a00}.schedule-status-badge.failure{background:#ffe9e8;border-color:#edb1aa;color:#8b1c13}.schedule-status-badge.unknown{background:#edf0f2;border-color:#d2d9de;color:#53616c}.schedule-status-dot{border-radius:999px;display:inline-block;flex:0 0 auto}.schedule-status-dot{background:currentColor;height:8px;width:8px}.schedule-status-popover{background:#fff;border:1px solid #c7d2da;border-radius:8px;box-shadow:0 18px 48px #18212f2e;color:#18212f;display:none;left:0;max-height:min(640px,calc(100vh - 96px));overflow:auto;padding:12px;position:absolute;top:calc(100% + 8px);width:min(560px,calc(100vw - 56px));z-index:20}.schedule-status:hover .schedule-status-popover,.schedule-status:focus-within .schedule-status-popover{display:block}.schedule-status-popover-head{align-items:baseline;border-bottom:1px solid #e7edf1;display:flex;gap:12px;justify-content:space-between;padding-bottom:9px}.schedule-status-popover-head span{color:#60798a;font-size:12px}.schedule-status-empty{color:#60798a;margin:12px 0 0}.schedule-status-jobs{display:grid;gap:10px;margin-top:10px}.schedule-status-job{border:1px solid #e7edf1;border-radius:8px;display:grid;gap:4px;padding:10px 12px}.schedule-status-job.failure{border-color:#dd4a3d}.schedule-status-job strong{color:#18212f;font-size:14px;line-height:1.25}.schedule-status-job p{color:#466174;font-size:13px;line-height:1.35;margin:0}.controls{align-items:end;display:grid;gap:14px;grid-template-columns:minmax(180px,240px) minmax(180px,240px);justify-content:space-between;margin-bottom:18px}.mode-field{min-width:0}.mode-select{font-weight:800;width:100%}.mode-select.dry_run{border-color:#d5a044}.mode-select.autopilot{border-color:#75b798}.date-field{display:grid;gap:7px;min-width:0}.date-input-row{align-items:stretch;display:flex;gap:6px;min-width:0}.date-field input{flex:1 1 auto;min-width:0;text-align:center;width:100%}.date-step{align-items:center;background:#fff;border:1px solid #c7d2da;border-radius:8px;color:#466174;display:flex;flex:0 0 auto;justify-content:center;min-height:42px;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .05s ease;width:42px}.date-step:hover{background:#176b64;border-color:#176b64;color:#fff}.date-step:active{transform:scale(.94)}.date-step svg{display:block}.date-quick-actions{display:grid;gap:6px;grid-template-columns:repeat(3,minmax(0,1fr))}.date-quick-action{background:#e6ecef;border-radius:8px;color:#223445;font-size:11px;font-weight:800;letter-spacing:.02em;min-height:34px;overflow:hidden;padding:6px;text-overflow:clip;transition:background .15s ease,color .15s ease;white-space:nowrap}.date-quick-action:hover{background:#d3dde2}.date-quick-action.active{background:#176b64;color:#fff}.date-quick-action.active:hover{background:#12564f}.summary-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin:16px 0}.summary-grid>div{background:#fff;border:1px solid #d9e0e6;border-radius:8px;padding:14px;position:relative}.summary-grid span{color:#60798a;display:block;font-size:12px;font-weight:700;line-height:16px;margin-bottom:6px}.summary-grid strong{display:block;font-size:22px}.notice,.error{background:#fff5d6;border:1px solid #edd17c;border-radius:8px;color:#664d05;margin:12px 0;padding:12px 14px}.error{background:#ffe9e8;border-color:#edb1aa;color:#8b1c13}.notice-stale{background:#eef4ff;border-color:#b9cdf5;color:#1e3a72}.error-boundary{background:#fff;border:1px solid #edb1aa;border-radius:12px;color:#4a2018;margin:40px auto;max-width:520px;padding:28px 32px;text-align:center}.error-boundary h2{margin:0 0 8px}.error-boundary-actions{display:flex;gap:12px;justify-content:center;margin-top:20px}.table-wrap{background:#fff;border:1px solid #d9e0e6;border-radius:8px;overflow-x:auto}table{border-collapse:collapse;min-width:1040px;width:100%}th,td{border-bottom:1px solid #e7edf1;padding:11px 12px;text-align:right;white-space:nowrap}th{background:#eef3f5;color:#50697c;font-size:12px;text-transform:uppercase}th:first-child,td:first-child{left:0;position:sticky;text-align:left}th:first-child{z-index:2}td:first-child{background:#fff}.command{border-radius:999px;display:inline-block;font-size:12px;font-weight:800;min-width:82px;padding:5px 8px;text-align:center}.command.charge{background:#e0f1ff;color:#075985}.command.discharge{background:#dff5ec;color:#096343}.command.idle{background:#edf0f2;color:#53616c}.chart-panel{background:#fff;border:1px solid #d9e0e6;border-radius:8px;margin-bottom:16px;padding:12px 12px 4px}.chart-host{height:750px;min-height:420px;width:100%}.table-toggle-row{margin:8px 0 12px}@media (max-width: 780px){.app-shell{padding:18px}.controls{align-items:stretch;grid-template-columns:1fr}header{gap:12px}.sign-out-button{justify-self:end}.schedule-status-popover{left:auto;right:0;width:min(520px,calc(100vw - 36px))}.summary-grid{grid-template-columns:1fr 1fr}}.info-icon{background:none;border:none;color:#176b64;cursor:pointer;display:inline-flex;padding:0;position:absolute;right:12px;top:12px}.info-icon:hover{color:#12564f}.perf-page{margin-top:16px}.perf-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.perf-head h2{margin:10px 0 4px}.perf-back{font-size:13px}.perf-subtitle{color:#60798a;font-size:13px;line-height:1.45;margin:0;max-width:640px}.perf-summary strong.perf-pos,td.perf-pos{color:#176b64}.perf-summary strong.perf-neg,td.perf-neg{color:#b3261e}.perf-win-count{color:#60798a;font-size:12px;font-weight:600}.perf-baseline{background:#eef6f5;border:1px solid #cde4e1;border-radius:8px;color:#1f4d48;font-size:13px;margin:0 0 14px;padding:10px 14px}.perf-table td{white-space:nowrap}.perf-as-cell small.perf-as-note{color:#60798a;display:block;font-size:11px;font-weight:400}.perf-periods small.perf-as-note{color:#1f4d48;display:block;margin-top:2px}.perf-partial td{color:#93a5b1}.perf-bar-cell{min-width:140px}.perf-bar-track{display:flex;height:10px;width:100%}.perf-bar-half{display:flex;flex:1;position:relative}.perf-bar-half:first-child{border-right:1px solid #c4cfd8;justify-content:flex-end}.perf-bar{border-radius:2px;height:100%}.perf-bar.win{background:#2a9d8f}.perf-bar.loss{background:#d1495b}.perf-badge{border-radius:999px;font-size:11px;font-weight:700;padding:3px 10px;white-space:nowrap}.perf-badge.win{background:#e2f3f0;color:#176b64}.perf-badge.loss{background:#fbe9eb;color:#a3323f}.perf-footnote{color:#60798a;font-size:12px;line-height:1.45;margin-top:10px}@media (max-width: 720px){.perf-head{flex-direction:column}}.perf-section-title{color:#244452;font-size:14px;margin:18px 0 8px;text-transform:uppercase;letter-spacing:.04em}.perf-excluded-note{color:#93a5b1;font-size:12px;font-style:italic}.perf-badge.excluded{background:#eef1f4;color:#7a8b97}
