:root{--bg: #eef3f8;--surface: #ffffff;--panel: #1f3144;--panel-2: #263f58;--text: #102030;--muted: #6b7a8a;--line: #d6dde5;--accent: #2fa3e6;--accent-soft: #d9eefb}html,body,#root{height:100%}body{margin:0;font-family:Segoe UI Variable,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,sans-serif;font-size:14px;line-height:1.5;font-weight:400;letter-spacing:.1px;color:var(--text);background:radial-gradient(circle at 15% 10%,#f8fbfe,#edf2f7 45%,#e4ebf2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}.container{max-width:860px;margin:48px auto;padding:0 16px}.shell{--sidebar-width: 320px;height:100vh;display:grid;grid-template-columns:var(--sidebar-width) 8px 1fr;overflow:hidden}.sidebar{background:linear-gradient(180deg,var(--panel) 0%,var(--panel-2) 100%);color:#d7e4f1;padding:20px 12px;border-right:1px solid rgba(255,255,255,.12);overflow:hidden;display:flex;flex-direction:column;height:100vh;min-height:0}.sidebar-head{display:flex;gap:8px;align-items:center}.icon-toggle{width:34px;min-width:34px;height:34px;border-radius:3px;border:1px solid rgba(255,255,255,.22);background:#ffffff17;color:#dce9f5;font-weight:700;padding:0}.brand{flex:1;display:flex;align-items:center;gap:10px;background:#2fa3e62e;border:1px solid rgba(47,163,230,.45);border-radius:3px;padding:12px;min-width:0}.brand-link{text-decoration:none;color:inherit}.brand-logo{width:40px;height:40px;border-radius:10px;object-fit:cover;background:#2fa3e6;border:1px solid rgba(255,255,255,.22);flex-shrink:0}.brand-title{font-size:16px;font-weight:700}.brand-subtitle{font-size:12px;opacity:.8}.user-block{padding:12px;border-radius:3px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px}.avatar{width:34px;min-width:34px;height:34px;border-radius:999px;background:#2fa3e6e6;color:#fff;display:grid;place-items:center;font-weight:700}.user-email{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu{margin-top:18px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(133,165,196,.55) rgba(255,255,255,.08)}.menu::-webkit-scrollbar{width:8px}.menu::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.menu::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8fb1d2bf,#6e91b2bf);border-radius:999px;border:1px solid rgba(255,255,255,.18)}.menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a5c3e0e6,#7ea0c0e6)}.ai-box{margin-top:10px;margin-bottom:14px;padding:10px;border-radius:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);display:grid;gap:8px}.ai-box-title{font-size:12px;font-weight:700;color:#dce9f5}.ai-box-input{width:100%;box-sizing:border-box;border-radius:6px;border:1px solid rgba(255,255,255,.22);background:#ffffff24;color:#f0f6fb;padding:8px;resize:vertical}.ai-box-input::placeholder{color:#dce9f5b8}.ai-result-card{margin-bottom:14px}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}.menu-group{margin-bottom:8px}.menu-group-button{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:3px;color:#dce9f5;font-weight:700;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.menu-title{display:flex;align-items:center;gap:8px;min-width:0}.menu-svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;min-width:16px}.menu-chevron{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .15s ease}.menu-chevron.is-open{transform:rotate(180deg)}.menu-children{margin-top:6px;display:grid;gap:4px}.menu-item{color:#bad0e4;border-radius:3px;padding:9px 12px;display:block}.sidebar .secondary{border-radius:3px}.menu-item:hover{background:#ffffff14}.menu-item.active{background:var(--accent-soft);color:#12476a;font-weight:700}.sidebar-footer{margin-top:12px}.footer-row{display:flex;align-items:center;gap:8px}.footer-row .user-block{flex:1;min-width:0;height:50px;box-sizing:border-box;padding:0 12px}.footer-row .secondary{height:50px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;white-space:nowrap}.sidebar-footer .secondary{display:inline-flex;align-items:center;gap:8px}.icon-only{display:none}.resize-handle{cursor:col-resize;background:linear-gradient(180deg,#dfe7f0,#edf2f7);border-right:1px solid #d0d9e3}.resize-handle:hover{background:#ccd9e7}.main{padding:14px 20px 20px;overflow-y:auto;height:100vh;box-sizing:border-box}.page-header{margin-bottom:10px}.breadcrumb-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#f3f6fa;border:1px solid #e0e7ef;border-radius:999px;padding:8px 12px}.breadcrumb-item{color:#2b5d83;font-size:15px;font-weight:500}.breadcrumb-item.is-current{color:#4a5565;font-weight:600}.breadcrumb-sep{color:#9aa7b6;font-size:16px;line-height:1}.card h2{font-size:36px;font-weight:600;letter-spacing:.15px}.main .card>h2:first-child{display:none}.card{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:16px;box-shadow:0 8px 24px #1425380f}input,select,button{font:inherit}input,select,textarea{width:100%;box-sizing:border-box;background:#fff;color:var(--text);border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:15px}textarea{min-height:92px;resize:vertical;font-family:inherit}button{cursor:pointer;background:var(--accent);color:#fff;border:0;border-radius:8px;padding:10px 12px;font-weight:700}button.secondary{background:transparent;color:inherit;border:1px solid rgba(255,255,255,.35)}.row{display:flex;gap:12px;flex-wrap:wrap}.row>*{flex:1;min-width:220px}table{width:100%;border-collapse:collapse;margin-top:14px}.monitor-last-time{font-size:9px;color:#5a6b85;line-height:1.1}.monitor-last-time-stale{font-size:12px;color:#d90429;font-weight:800;animation:gc-blink-alert 1s steps(2,start) infinite}@keyframes gc-blink-alert{0%{opacity:1}50%{opacity:.2}to{opacity:1}}th,td{border-bottom:1px solid #e6ecf2;padding:12px 10px;font-size:15px;line-height:1.45;text-align:center;vertical-align:middle}th{color:var(--muted);font-weight:600;white-space:nowrap;position:sticky;top:0;z-index:2;background:#f7fafc}.th-break{white-space:pre-line;display:inline-block;line-height:1.2}.actions-table tr.actions-main-row td:not([rowspan]){border-bottom:1px dashed #c6d1de}.actions-table tr.actions-main-row td[rowspan],.actions-table tr.actions-sub-row td{border-bottom:1px solid #b8c6d6}.muted{color:var(--muted)}.error{color:#b00020}.loading-text{color:#c73333;font-weight:600}.mandrill-outbound-card{position:relative}.page-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;min-height:260px;border-radius:inherit;background:#f8fbffb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.page-loading-box{display:flex;align-items:center;gap:12px;padding:16px 20px;border:1px solid #d7e2ef;border-radius:12px;background:#fff;box-shadow:0 14px 35px #0f1f3324;color:#18324d;font-weight:700}.page-loading-spinner{width:24px;height:24px;border:3px solid #d8e6f5;border-top-color:#2f9fe0;border-radius:50%;animation:page-loading-spin .8s linear infinite}@keyframes page-loading-spin{to{transform:rotate(360deg)}}button.syncing-btn{background:#d32f2f;border-color:#d32f2f;color:#fff}.mailchimp-table th,.mailchimp-table td{padding:8px 6px;font-size:13px;line-height:1.25;white-space:nowrap}.mailchimp-title-cell{min-width:260px;max-width:320px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;max-height:2.7em}.mailchimp-title-cell a{white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;max-height:2.7em}.graphic-chart-wrap{margin-top:6px}.graphic-legend{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:8px}.legend-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#2f4459;white-space:nowrap}.legend-dot{width:9px;height:9px;border-radius:999px;border:1px solid rgba(0,0,0,.2)}.graphic-chart{width:100%;min-width:1020px;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff0d}.grid-line-x,.grid-line-y{stroke:#2e3c50;stroke-width:.75}.axis-line{stroke:#8aa4be;stroke-width:1}.axis-label{fill:#c4d4e6;font-size:11px}.hover-line{stroke:#ffffffa6;stroke-width:1;stroke-dasharray:4 4}.hover-point{stroke:#00000080;stroke-width:1}.tooltip-bg{fill:#091422e0;stroke:#94b1ce80;stroke-width:1}.tooltip-title{fill:#d7e6f4;font-size:12px;font-weight:700}.tooltip-item{fill:#c4d4e6;font-size:12px}.is-collapsed .label-content{display:none}.is-collapsed .brand,.is-collapsed .user-block,.is-collapsed .menu-group-button,.is-collapsed .sidebar-footer .secondary{justify-content:center}.is-collapsed .menu-group-button{padding-left:8px;padding-right:8px}.is-collapsed .menu-item,.is-collapsed .menu-children{display:none}.is-collapsed .icon-only{display:inline}@media (max-width: 980px){.shell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.resize-handle{display:none}.sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);height:auto;max-height:58vh;overflow-y:auto}.main{padding:16px;height:auto;min-height:42vh;overflow:visible}.menu{flex:initial;max-height:34vh}.ai-box{display:none}.container{margin:20px auto}.is-collapsed .label-content{display:inline}.is-collapsed .menu-item,.is-collapsed .menu-children{display:grid}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.login-card{width:min(960px,100%)}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.login-logo-wrap{margin-bottom:12px}.login-logo{width:84px;height:84px;border-radius:16px;object-fit:cover;box-shadow:0 10px 22px #162c442e}.login-card{width:min(860px,100%)}.login-form-col{max-width:520px;margin:0 auto}.login-field{margin-bottom:12px}.login-actions{justify-content:center}.table-scroll{overflow:auto;max-height:calc(100vh - 220px);border-radius:8px}.table-scroll table{margin-top:0}.local-operations-page{display:grid;gap:18px}.local-ops-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;background:radial-gradient(circle at 88% -40%,rgba(194,15,35,.12),transparent 42%),#fff}.local-ops-eyebrow{color:#c20f23;font-size:.72rem;font-weight:800;letter-spacing:.18em}.local-ops-hero h1{margin:4px 0 3px;font-size:clamp(1.65rem,2.6vw,2.35rem);line-height:1.08}.local-ops-hero p{margin:0;color:#637083}.local-ops-actions{display:flex;align-items:flex-end;flex-direction:column;gap:9px;color:#697487;font-size:.78rem;white-space:nowrap}.local-ops-actions button{width:auto;min-width:146px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px}.local-ops-actions button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.local-ops-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.local-ops-summary .card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:end;min-height:92px;padding:17px 20px}.local-ops-summary .card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#8793a5}.local-ops-summary span{align-self:start;color:#59667a;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.local-ops-summary strong{grid-row:1 / 3;grid-column:2;align-self:center;font-size:2.35rem;line-height:1}.local-ops-summary small{color:#8992a1;font-size:.74rem}.local-ops-summary .summary-good:before{background:#18864b}.local-ops-summary .summary-good strong{color:#18864b}.local-ops-summary .summary-warning:before{background:#d18a00}.local-ops-summary .summary-warning strong{color:#b87400}.local-ops-summary .summary-down:before{background:#c20f23}.local-ops-summary .summary-down strong{color:#c20f23}.local-op-group{padding:0;overflow:hidden}.local-op-group>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #e6e9ee;background:#fbfbfc}.local-op-group>header h2{margin:0;font-size:1.08rem}.local-op-group>header p{margin:3px 0 0;color:#7a8494;font-size:.78rem}.group-health-ok,.group-health-alert{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:700}.group-health-ok{color:#176b40;background:#e7f5ed}.group-health-alert{color:#a24f00;background:#fff0d7}.local-op-list{display:grid}.local-op-row{position:relative;display:grid;grid-template-columns:42px minmax(220px,1.15fr) minmax(420px,1.85fr);align-items:center;gap:14px;min-height:82px;padding:14px 22px;border-bottom:1px solid #eceef2}.local-op-row:last-child{border-bottom:0}.local-op-row:before{content:"";position:absolute;inset:12px auto 12px 0;width:3px;border-radius:0 3px 3px 0;background:#99a2b1}.local-op-row.status-healthy:before,.local-op-row.status-running:before{background:#18864b}.local-op-row.status-warning:before{background:#d18a00}.local-op-row.status-down:before{background:#c20f23}.local-op-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#4d596a;background:#f0f2f5}.local-op-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.local-op-name-line{display:flex;align-items:center;gap:10px}.local-op-main h3{margin:0;font-size:.94rem}.local-op-main p{margin:3px 0 0;color:#727d8e;font-size:.76rem}.local-op-code{max-width:420px;margin-top:5px;overflow:hidden;color:#929baa;font-family:Consolas,Courier New,monospace;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.local-op-status{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 7px;color:#596474;background:#eef0f3;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.local-op-status.status-healthy,.local-op-status.status-running{color:#176b40;background:#e7f5ed}.local-op-status.status-warning{color:#9b5c00;background:#fff0d7}.local-op-status.status-down{color:#a40e20;background:#fde8eb}.local-op-dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #18864b1a}.local-op-facts{display:grid;grid-template-columns:.75fr .9fr 1.3fr 1.3fr;gap:12px}.local-op-facts>div{min-width:0}.local-op-facts span{display:block;margin-bottom:3px;color:#929baa;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em}.local-op-facts strong{display:block;overflow:hidden;color:#303947;font-size:.75rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.local-op-runtime{grid-column:2 / -1;margin-top:-7px;color:#7e8998;font-size:.67rem}.local-op-controls{grid-column:3;display:flex;justify-content:flex-end;gap:7px;margin-top:-2px}.local-op-controls button{width:auto;min-width:72px;border:1px solid #d6dae1;border-radius:7px;padding:6px 9px;color:#445064;background:#fff;box-shadow:none;font-size:.7rem;font-weight:650}.local-op-controls button:hover:not(:disabled){border-color:#aeb5c0;background:#f5f6f8}.local-op-controls .control-start{color:#176b40}.local-op-controls .control-stop{color:#a40e20}.local-op-controls .control-restart{color:#314b73}.local-op-controls button:disabled{cursor:not-allowed;opacity:.42}.local-ops-error{border:1px solid #e9aab2;border-radius:10px;padding:12px 15px;color:#a40e20;background:#fff1f3;font-weight:650}.local-ops-loading{padding:30px;color:#657184;text-align:center}.rank-refreshes{padding:0;overflow:hidden}.rank-refreshes-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #e6e9ee;background:#fbfbfc}.rank-refreshes-header h2{margin:4px 0 3px;font-size:1.08rem}.rank-refreshes-header p,.rank-refreshes-header>span{margin:0;color:#7a8494;font-size:.78rem}.rank-refreshes-list{display:grid}.rank-refresh-run{border-bottom:1px solid #eceef2}.rank-refresh-run:last-child{border-bottom:0}.rank-refresh-run-button{width:100%;display:grid;grid-template-columns:26px 74px 98px minmax(145px,1fr) minmax(145px,1fr) 92px minmax(140px,.8fr);align-items:center;gap:12px;padding:15px 22px;border:0;border-radius:0;color:#303947;background:#fff;box-shadow:none;text-align:left}.rank-refresh-run-button:hover{background:#f8fafc}.rank-refresh-chevron{width:22px;height:22px;display:grid;place-items:center;border:1px solid #d8dde5;border-radius:50%;color:#58667a;font-size:1rem;line-height:1}.rank-refresh-run-id{font-size:.82rem;font-weight:800}.rank-refresh-status{width:fit-content;border-radius:999px;padding:4px 8px;color:#596474;background:#eef0f3;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.rank-refresh-status.status-completed{color:#176b40;background:#e7f5ed}.rank-refresh-status.status-running{color:#1d628f;background:#e2f1fb}.rank-refresh-status.status-failed{color:#a40e20;background:#fde8eb}.rank-refresh-status.status-skipped{color:#9b5c00;background:#fff0d7}.rank-refresh-time,.rank-refresh-progress{min-width:0}.rank-refresh-time small,.rank-refresh-progress small{display:block;margin-bottom:3px;color:#929baa;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}.rank-refresh-time strong,.rank-refresh-progress strong{display:block;overflow:hidden;color:#303947;font-size:.75rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.rank-refresh-progress>span{height:5px;display:block;margin-top:7px;overflow:hidden;border-radius:99px;background:#e7ebf0}.rank-refresh-progress i{height:100%;display:block;border-radius:inherit;background:#25865a}.rank-refresh-run.status-failed .rank-refresh-progress i{background:#c20f23}.rank-refresh-details{padding:0 22px 15px 34px;background:#fbfcfd}.rank-refresh-step{display:grid;grid-template-columns:106px minmax(190px,1.2fr) minmax(150px,1fr) minmax(150px,1fr) 82px;align-items:center;gap:12px;min-height:42px;border-top:1px solid #edf0f3;color:#657184;font-size:.74rem}.rank-refresh-step strong{color:#344052;font-size:.78rem}.rank-refresh-step p,.rank-refresh-error,.rank-refresh-no-steps{grid-column:2 / -1;margin:-2px 0 10px;color:#a40e20;font-size:.73rem;overflow-wrap:anywhere}.rank-refresh-no-steps{grid-column:auto;margin:0;padding-top:12px;color:#7a8494}.rank-refreshes-empty{padding:28px 22px;color:#7a8494;font-size:.85rem}.push-notice-page{display:grid;gap:16px}.push-notice-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;background:radial-gradient(circle at 90% -40%,rgba(47,163,230,.16),transparent 42%),#fff}.push-notice-hero button{width:auto;min-width:112px}.push-notice-eyebrow{color:#2b80bb;font-size:.72rem;font-weight:800;letter-spacing:.18em}.push-notice-hero h1{margin:4px 0 3px;font-size:clamp(1.65rem,2.5vw,2.25rem);line-height:1.08}.push-notice-hero p{margin:0;color:#637083}.push-notice-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.push-notice-summary .card{display:grid;gap:8px;min-height:78px;padding:16px 18px}.push-notice-summary span{color:#687588;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.push-notice-summary strong{color:#18324d;font-size:1.9rem;line-height:1}.push-notice-compose{display:grid;gap:16px}.push-notice-compose>header,.push-notice-history>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.push-notice-compose h2,.push-notice-history h2{margin:0;font-size:1.16rem}.push-notice-compose p{margin:3px 0 0;color:#6b7788;font-size:.84rem}.push-notice-compose>header button{width:auto;min-width:128px}.push-notice-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,1fr);gap:12px}.push-notice-form label{display:grid;gap:6px}.push-notice-form label>span{color:#4d5b6c;font-size:.8rem;font-weight:750}.push-notice-form small{color:#7c8796;font-size:.72rem;text-align:right}.push-notice-wide{grid-column:1 / -1}.push-notice-success,.push-notice-error{border-radius:9px;padding:11px 13px;font-weight:700}.push-notice-success{border:1px solid #b8dfca;color:#176b40;background:#ecf8f1}.push-notice-error{border:1px solid #e9aab2;color:#a40e20;background:#fff1f3}.push-notice-history{padding:0;overflow:hidden}.push-notice-history>header{padding:16px 18px;border-bottom:1px solid #e6e9ee;background:#fbfbfc}.push-notice-history>header span{color:#728095;font-size:.8rem;font-weight:700}.push-status{display:inline-flex;border-radius:999px;padding:4px 8px;color:#526071;background:#eef1f5;font-size:.68rem;font-weight:850;text-transform:uppercase}.push-status-sent{color:#176b40;background:#e7f5ed}.push-status-warning{color:#9b5c00;background:#fff0d7}.push-status-failed{color:#a40e20;background:#fde8eb}.push-notice-message-cell{max-width:420px;overflow-wrap:anywhere;text-align:left}.push-notice-id{max-width:140px;overflow:hidden;color:#7e8998;font-family:Consolas,Courier New,monospace;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1180px){.local-op-row{grid-template-columns:42px minmax(190px,.9fr) minmax(360px,1.5fr)}.local-op-facts{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:9px}.rank-refresh-run-button{grid-template-columns:26px 68px 92px minmax(135px,1fr) minmax(135px,1fr) 76px}.rank-refresh-progress{grid-column:4 / -1}.rank-refresh-step{grid-template-columns:100px minmax(175px,1fr) minmax(125px,1fr) minmax(125px,1fr) 70px}}@media (max-width: 760px){.local-ops-hero{align-items:flex-start;flex-direction:column;padding:20px}.local-ops-actions{width:100%;align-items:stretch;white-space:normal}.local-ops-actions button{width:100%}.local-ops-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.local-op-group>header{align-items:flex-start;flex-direction:column;gap:9px}.local-op-row{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:15px 17px}.local-op-facts{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:4px}.local-op-runtime{grid-column:1 / -1;margin-top:0}.local-op-controls{grid-column:1 / -1;justify-content:stretch;margin-top:2px}.local-op-controls button{flex:1}.local-op-name-line{align-items:flex-start;flex-direction:column;gap:5px}.rank-refreshes-header{align-items:flex-start;flex-direction:column;gap:6px}.rank-refresh-run-button{grid-template-columns:26px 1fr auto;gap:9px;padding:14px 17px}.rank-refresh-status{grid-column:3;grid-row:1}.rank-refresh-time{grid-column:span 1}.rank-refresh-run-button .rank-refresh-started{grid-column:2}.rank-refresh-run-button .rank-refresh-finished{grid-column:3}.rank-refresh-run-button .rank-refresh-duration{grid-column:2}.rank-refresh-progress{grid-column:3}.rank-refresh-details{padding:0 17px 13px}.rank-refresh-step{grid-template-columns:100px minmax(0,1fr) 68px;gap:8px;padding:9px 0}.rank-refresh-step>span:nth-of-type(2),.rank-refresh-step>span:nth-of-type(3){grid-column:2 / -1;color:#7a8494}.rank-refresh-step p,.rank-refresh-error{grid-column:1 / -1}.push-notice-hero,.push-notice-compose>header,.push-notice-history>header{align-items:flex-start;flex-direction:column}.push-notice-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.push-notice-form{grid-template-columns:1fr}}
