:root{--bg: #ffffff;--surface: #fbfcfe;--surface-alt: #f3f6fb;--border: #d9e1ec;--text: #1f2a37;--text-muted: #7d8898;--accent: #2f6fed;--accent-soft: #e8f0ff;--ok: #1f8f5f;--warn: #b07a16;--error: #c43d32;--shadow: 0 12px 30px rgba(31, 42, 55, .05);--radius: 16px;--font-sans: "IBM Plex Sans KR", "Pretendard", "Noto Sans KR", sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", monospace}:root[data-theme=light]{--bg: #ffffff;--surface: #fbfcfe;--surface-alt: #f3f6fb;--border: #d9e1ec;--text: #1f2a37;--text-muted: #7d8898;--accent: #2f6fed;--accent-soft: #e8f0ff;--ok: #1f8f5f;--warn: #b07a16;--error: #c43d32}:root[data-theme=dark]{--bg: #0f1319;--surface: #12171f;--surface-alt: #0d1117;--border: #263140;--text: #e7ebf1;--text-muted: #95a0af;--accent: #78a6ff;--accent-soft: #16263f;--ok: #3fbe79;--warn: #e0a73e;--error: #f0685e;--shadow: 0 12px 30px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg)}body{background:radial-gradient(circle at top left,rgba(47,111,237,.06),transparent 28%),linear-gradient(180deg,#ffffff 0%,var(--bg) 100%);color:var(--text);font-family:var(--font-sans)}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(120,166,255,.08),transparent 28%),linear-gradient(180deg,#0f1319 0%,var(--bg) 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-frame{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:100vh;background:var(--surface-alt)}.page-frame__sidebar{min-width:0}.page-frame__content{min-width:0;padding:0}.page-frame__content-inner{width:100%;max-width:1080px;min-height:100vh;padding:22px 26px 60px}.shell-viewport{display:flex;flex-direction:column;gap:14px;min-width:0;min-height:100%}.shell-content{min-width:0}.shell-route-frame{min-height:100%}.mobile-page{min-width:0}.mobile-page__header{--mobile-page-safe-top: max(var(--safe-area-inset-top), env(safe-area-inset-top));display:flex;align-items:center;gap:12px;min-height:calc(60px + var(--mobile-page-safe-top));padding:max(8px,var(--mobile-page-safe-top)) 2px 10px}.mobile-page__header--sticky{position:sticky;top:0;z-index:12;background:color-mix(in srgb,var(--surface) 88%,white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-page__header-leading{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.mobile-page__header-copy{flex:1;min-width:0;min-height:42px;display:flex;flex-direction:column;justify-content:center}.mobile-page__header-copy--single .mobile-page__title{line-height:1;transform:translateY(1px)}.mobile-page__title{margin:0;font-size:21px;font-weight:800;line-height:1.08;letter-spacing:-.02em}.mobile-page__subtitle{margin:2px 0 0;color:var(--text-muted);font-size:12.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-page__header-action{flex:0 0 auto}.mobile-page__icon-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid color-mix(in srgb,var(--border) 92%,white);border-radius:999px;background:color-mix(in srgb,var(--surface) 94%,white);color:var(--text);text-decoration:none}.mobile-page__icon-svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mobile-back-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--text);cursor:pointer}.mobile-back-button__icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-subpage-layout__body{display:flex;flex-direction:column;gap:14px;margin-top:8px}.shell-topbar{display:flex;justify-content:flex-end;margin-bottom:16px}.shell-account-selector{display:flex;flex-direction:column;gap:6px;min-width:220px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--border) 92%,white);border-radius:18px;background:color-mix(in srgb,var(--surface) 92%,white);box-shadow:var(--shadow)}.shell-account-selector__label{color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.02em}.shell-account-selector__select{border:0;background:transparent;color:var(--text);font-weight:600;outline:none;padding:0}.shell-account-selector__value{color:var(--text);font-weight:600}.shell-account-selector--compact{min-width:0;width:148px;padding:8px 10px;gap:4px;border-radius:12px;box-shadow:none}.shell-account-selector--compact .shell-account-selector__label{font-size:10px}.shell-account-selector--compact .shell-account-selector__select{font-size:13px}.server-mobile-screen{color:var(--text);min-width:0;overflow-x:clip}.ppad{display:flex;flex-direction:column;gap:14px;min-width:0}.server-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.server-mobile-header__title{display:flex;align-items:baseline;gap:8px}.server-mobile-header__count{color:var(--text-muted);font-size:13px;font-weight:400}.server-mobile-header__actions{display:inline-flex;align-items:center;gap:8px}.server-mobile-filter-button{min-height:32px;padding:0 13px;border:1px solid color-mix(in srgb,var(--border) 88%,white);border-radius:999px;background:color-mix(in srgb,var(--surface) 95%,white);color:var(--text);font-size:12px;font-weight:600;box-shadow:0 4px 12px #14202b0a}.server-mobile-chips{display:flex;gap:8px;flex-wrap:wrap}.server-mobile-chips--accounts{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.server-mobile-chips--accounts::-webkit-scrollbar{display:none}.server-mobile-inline-notes{display:flex;flex-direction:column;gap:8px}.server-mobile-inline-note{margin:0;padding:12px 14px;border-radius:14px;background:#c43d3214;color:var(--error);font-size:13px;line-height:1.45}.server-list-filter-summary{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}.server-axis-row{display:flex;align-items:center;gap:8px;margin:4px 0 12px}.server-desktop-toolbar{margin-bottom:14px}.server-axis-row__label{color:var(--text-muted);font-size:12px}.server-axis-row__controls{display:inline-flex;gap:6px}.server-reference-chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.mchip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 13px;border:1px solid color-mix(in srgb,var(--border) 90%,white);border-radius:999px;background:color-mix(in srgb,var(--surface) 95%,white);color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.mchip.active{border-color:color-mix(in srgb,var(--accent) 34%,white);background:color-mix(in srgb,var(--accent-soft) 88%,white);color:var(--accent)}.adot{width:7px;height:7px;border-radius:50%;background:currentColor}.a-prod{color:#7b61ff}.a-2233{color:#2f7bd5}.a-8899{color:#cf61ad}.a-emerald{color:#19a974}.a-amber{color:#f08c00}.a-rose{color:#d9485f}.a-cyan{color:#0f9bd7}.a-grass{color:#2f9e44}.scard{display:flex;flex-direction:column;gap:10px;padding:15px 16px;border:1px solid color-mix(in srgb,var(--border) 90%,white);border-radius:18px;background:color-mix(in srgb,var(--surface) 96%,white);box-shadow:0 8px 20px #14202b0a;min-width:0;overflow:hidden}.scard--link{color:inherit}.scard--link:hover{border-color:color-mix(in srgb,var(--accent) 34%,var(--border));background:#fff}.server-mobile-list{display:flex;flex-direction:column;gap:12px}.server-mobile-group{display:flex;flex-direction:column;gap:12px;padding:2px 0}.server-mobile-group__header{display:flex;align-items:center;justify-content:space-between;padding:0 2px 2px;color:var(--text);font-size:13px}.server-mobile-group__summary{list-style:none;cursor:pointer}.server-mobile-group__summary::-webkit-details-marker{display:none}.server-mobile-group__body{display:flex;flex-direction:column;gap:12px}.server-mobile-group__header strong{font-size:15px}.server-mobile-subgroup{display:flex;flex-direction:column;gap:8px}.server-mobile-subgroup__header{display:flex;align-items:center;justify-content:space-between;padding:0 4px;color:var(--text-muted);font-size:12px;font-weight:600}.server-mobile-empty{color:var(--text-muted);font-size:13px}.server-downcell{color:var(--error);font-size:13px;font-weight:600}.server-filters-dialog{width:min(100%,480px)}.server-filters-dialog__body{display:flex;flex-direction:column;gap:18px}.server-filters-dialog__section{display:flex;flex-direction:column;gap:10px;padding:2px 0}.server-filters-dialog__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.server-filters-dialog__section-head strong{font-size:14px}.server-filters-dialog__section-head span{color:var(--text-muted);font-size:12px}.server-filters-dialog__switch-list,.server-filters-dialog__option-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto}.server-filters-dialog__switch,.server-filters-dialog__option{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:0 15px;border:1px solid color-mix(in srgb,var(--border) 90%,white);border-radius:16px;background:color-mix(in srgb,var(--surface) 97%,white);color:var(--text);text-align:left}.server-filters-dialog__switch span:last-child,.server-filters-dialog__option span:last-child{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:var(--surface-alt);color:var(--text-muted);font-size:12px;font-weight:700}.server-filters-dialog__switch--active,.server-filters-dialog__option--selected{border-color:color-mix(in srgb,var(--accent) 40%,white);background:color-mix(in srgb,var(--accent-soft) 80%,white)}.server-filters-dialog__switch--active span:last-child,.server-filters-dialog__option--selected span:last-child{background:#fff;color:var(--accent)}.scard-h{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.scard-h__left{display:flex;align-items:center;flex:1 1 auto;flex-wrap:wrap;gap:8px;min-width:0}.scard-h__name{font-weight:700;line-height:1.35;min-width:0;overflow-wrap:anywhere}.scard-h__latency{color:var(--text-muted);font-size:12px;white-space:nowrap}.scard-inline-down{display:flex;align-items:center;gap:9px;min-width:0}.scard-inline-down__reason{flex:1 1 auto;min-width:0;color:var(--error);font-size:12px;text-align:right}.server-mobile-card-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sdot{display:inline-block;width:9px;height:9px;border-radius:50%;flex:0 0 auto;margin-right:8px;vertical-align:middle}.sdot.up,.sdot.compute{background:var(--ok)}.sdot.warn,.sdot.database{background:var(--warn)}.sdot.down{background:var(--error)}.sdot.cache{background:#cf61ad}.sdot.service{background:#2f7bd5}.atag{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;background:#f5f7fbeb;font-size:12px;min-width:0;max-width:100%;overflow-wrap:anywhere}.server-mobile-meta{display:flex;gap:10px 14px;flex-wrap:wrap;padding-top:2px}.server-mobile-meta__item{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:12px}.server-mobile-meta__item strong{color:var(--text);font-weight:600}.server-mobile-meta__label{color:var(--text-muted)}.settings-account-panel{display:flex;flex-direction:column;gap:14px}.account-manage-list{display:flex;flex-direction:column}.account-manage-row{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid var(--border)}.account-manage-row:last-of-type{border-bottom:0}.account-manage-row__body{flex:1;min-width:0}.account-manage-row__name{display:inline-flex;align-items:center;width:100%;max-width:240px;min-height:40px;padding:8px 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface-alt);color:var(--text);font-weight:600}.account-manage-row__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:5px;color:var(--text-muted);font-size:12px;font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace}.account-manage-status--ok{color:var(--ok)}.account-manage-status--warn{color:var(--warn)}.account-manage-status--pending{color:var(--accent)}.account-manage-row__message{margin:6px 0 0;color:var(--warn);font-size:12px;line-height:1.45}.account-manage-row__group-button{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--surface) 96%,white);color:var(--text-secondary);white-space:nowrap}.account-manage-row__edit-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);white-space:nowrap}.account-manage-add-button{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:11px;margin-top:14px;border:1px dashed color-mix(in srgb,var(--border) 76%,var(--text-muted));border-radius:8px;background:transparent;color:var(--text-secondary);font-size:13px}.account-manage-hint{margin:12px 0 0;color:var(--text-muted);font-size:12px}.settings-account-panel__intro{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}.settings-sections{display:flex;flex-direction:column;gap:16px}.settings-account-card{display:flex;flex-direction:column;gap:10px}.settings-account-card__header{gap:16px}.settings-account-card__title-group{min-width:0;flex:1}.settings-account-card__header-actions{display:flex;align-items:center;gap:8px}.settings-account-card__actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.settings-account-card__delete-button{color:var(--error)}.settings-account-card__input-row{display:flex;align-items:center;gap:10px;min-width:0}.settings-account-card__dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.settings-account-card__dot--ok{background:var(--ok)}.settings-account-card__dot--warn{background:var(--warn)}.settings-account-card__dot--pending{background:var(--accent)}.settings-account-card__input{width:100%;min-width:0;min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text)}.settings-account-card__meta-row{margin-top:10px}.settings-account-card__group-button{color:var(--text-muted)}.settings-account-card__message{margin:0;color:var(--warn);font-size:12px;line-height:1.5}.settings-account-panel__hint{margin:0;color:var(--text-muted);font-size:13px}.settings-account-panel__error{margin:0;color:var(--error);font-size:13px}.settings-account-panel__load-error{margin:0;padding:12px 14px;border-radius:14px;background:#c43d3214;color:var(--error);font-size:13px}.settings-account-card--empty{display:flex;align-items:center;justify-content:center;min-height:112px}.settings-account-card__empty-copy{margin:0;color:var(--text-muted);font-size:13px}.settings-modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#0f172a57}.settings-modal{width:min(100%,420px);padding:18px;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0f172a38}.notification-settings-modal{width:min(100%,720px)}.settings-modal--confirm{width:min(100%,380px)}.settings-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.settings-modal__header h3{margin:0;font-size:20px}.settings-modal__lead{margin:4px 0 14px;color:var(--text-muted);font-size:13px;line-height:1.5}.settings-modal__close{border:0;background:transparent;color:var(--text-muted);font-size:24px;line-height:1}.settings-modal__form{display:flex;flex-direction:column;gap:12px}.settings-modal__lead,.settings-modal__advanced-hint{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}.settings-modal__field{display:flex;flex-direction:column;gap:6px}.settings-modal__field span{color:var(--text-muted);font-size:13px;font-weight:600}.settings-modal__field input{min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text)}.settings-modal__body{color:var(--text);font-size:14px;line-height:1.6}.settings-modal__body p{margin:0 0 8px}.settings-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.settings-modal__button{min-height:40px;padding:0 14px;border-radius:12px;font-weight:600}.settings-modal__button--ghost{border:1px solid var(--border);background:#fff;color:var(--text-muted)}.settings-modal__button--primary{border:0;background:var(--accent);color:#fff}.settings-modal__button--danger{border:0;background:var(--error);color:#fff}.mmeter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mmeter>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.k{color:var(--text-muted);font-size:12px}.bar{position:relative;height:6px;border-radius:999px;background:#dce3eb;overflow:hidden}.bar i{position:absolute;inset:0 auto 0 0;border-radius:inherit}.mcell{display:flex;align-items:center;gap:8px}.pill{padding:5px 11px;border-radius:8px;border:1px solid var(--border);font-size:13px;color:var(--text-muted);background:var(--surface);cursor:pointer}.pill.active{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 24%,var(--border));color:var(--accent)}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:8px;border:1px solid var(--border);font-size:13px;color:var(--text-muted);background:var(--surface);cursor:pointer}.chip.active{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 24%,var(--border));color:var(--accent)}.cnt{font-size:12px;opacity:.75}.kcard{background:color-mix(in srgb,var(--surface) 98%,white);border:1px solid var(--border);border-radius:12px;padding:14px}.klabel{font-size:12px;color:var(--text-muted);margin-bottom:6px}.kval{font-size:22px;font-weight:600;line-height:1.15}.ksub{font-size:12px;margin-top:5px;color:var(--text-muted)}.ksub--warn{color:var(--warn)}.panel{background:color-mix(in srgb,var(--surface) 98%,white);border:1px solid var(--border);border-radius:12px;padding:15px 17px}.ptitle{display:flex;align-items:center;gap:7px;margin-bottom:12px;font-size:15px;font-weight:600}.log{font-size:12px;padding:8px 0;border-bottom:1px solid var(--border);display:flex;gap:9px;align-items:baseline}.log:last-child{border-bottom:none}.log time{font-family:var(--font-mono);color:var(--text-muted);flex-shrink:0}.lvl{font-size:11px;padding:1px 6px;border-radius:4px;flex-shrink:0;font-weight:500}.lvl.err{background:#c43d321f;color:var(--error)}.lvl.warn{background:#b07a161f;color:var(--warn)}.logmsg{flex:1;display:inline-flex;align-items:center;gap:7px}.costrow{display:flex;align-items:center;gap:10px;margin-bottom:11px}.costrow:last-child{margin-bottom:0}.costbar{flex:1;height:8px;border-radius:4px;background:var(--surface-alt);overflow:hidden}.costbar>i{display:block;height:100%;background:currentColor}.costname{width:88px;font-size:13px}.costname__share{margin-left:6px;color:var(--text-muted);font-size:11px;font-weight:500}.costval{font-size:13px;min-width:64px;text-align:right}.cost-screen{display:flex;flex-direction:column;gap:18px}.cost-screen__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cost-screen__title{display:flex;align-items:center;gap:8px;min-width:0;font-size:19px;font-weight:600}.cost-screen__title-icon{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;flex-shrink:0}.cost-screen__month-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:600}.cost-screen__summary{text-align:right;flex-shrink:0}.cost-screen__summary-label{font-size:12px;color:var(--text-muted)}.cost-screen__summary-value{margin-top:4px;font-size:22px;font-weight:600}.cost-screen__summary-note{margin-top:6px;color:var(--text-muted);font-size:12px}.cost-panel{padding:16px 18px}.cost-panel__stacked-bar{display:flex;width:100%;height:12px;border-radius:999px;overflow:hidden;background:var(--surface-alt);margin-bottom:18px}.cost-panel__stacked-bar>span{display:block;height:100%;background:var(--ac, var(--accent))}.cost-panel__rows{display:flex;flex-direction:column;gap:10px}.cost-account-row{display:flex;align-items:flex-start;gap:10px;border-radius:12px;padding:2px 0}.cost-account-row--warning{background:#b07a161f;padding:10px 12px}.cost-account-row__dot{width:9px;height:9px;margin-top:7px;flex-shrink:0}.cost-account-row__body{flex:1;min-width:0}.cost-account-row__headline{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.cost-account-row__name{display:inline-flex;align-items:baseline;gap:7px;min-width:0;font-size:15px;font-weight:600}.cost-account-row__account-id{color:var(--text-muted);font-size:12px;font-weight:400}.cost-account-row__amount{flex-shrink:0;font-size:15px;font-weight:600}.cost-account-row__detail{display:flex;align-items:center;gap:8px;margin-top:6px;min-width:0}.cost-account-row__helper,.cost-account-row__ratio-label,.cost-account-row__separator{font-size:12px}.cost-account-row__helper--ok{color:var(--ok)}.cost-account-row__helper--warn{color:var(--warn)}.cost-account-row__helper--bad{color:var(--error)}.cost-account-row__separator{color:var(--text-muted)}.cost-account-row__ratio-label{color:var(--text);flex-shrink:0}.cost-account-row__detail--secondary{margin-top:4px}.cost-account-row__guide{margin-top:4px;color:var(--warn);font-size:12px}.cost-account-row__mini-bar{width:120px;max-width:100%;height:8px;border-radius:999px;background:var(--surface-alt);overflow:hidden}.cost-account-row__mini-fill{display:block;height:100%}.cost-account-row__mini-fill--ok{background:var(--ok)}.cost-account-row__mini-fill--warn{background:var(--warn)}.cost-account-row__mini-fill--bad{background:var(--error)}.cost-screen--mobile .cost-screen__header{align-items:flex-end}.cost-screen--mobile .cost-screen__title{font-size:18px}.cost-screen--mobile .cost-screen__summary-value{font-size:20px}.cost-screen--mobile .cost-panel{padding:14px}.cost-screen--mobile .cost-panel__stacked-bar{margin-bottom:16px}.cost-screen--mobile .cost-account-row{align-items:flex-start}.cost-share-section{display:flex;flex-direction:column;gap:12px}.cost-share-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cost-share-section__title{margin:0;font-size:18px;font-weight:700}.cost-share-section__description{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.cost-share-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.cost-share-card{min-width:0}.cost-share-card__title{display:inline-flex;align-items:baseline;gap:8px;min-width:0}.cost-share-card__account-id{color:var(--text-muted);font-size:12px;font-weight:600}.cost-share-card__body{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:center}.cost-share-card__donut-wrap{position:relative;display:grid;place-items:center;width:120px;height:120px}.cost-share-donut{width:120px;height:120px;transform:rotate(-90deg)}.cost-share-donut__track,.cost-share-donut__segment{fill:none;stroke-width:16}.cost-share-donut__track{stroke:color-mix(in srgb,var(--border) 72%,white)}.cost-share-donut__segment{stroke-linecap:butt}.cost-share-card__donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;padding:24px}.cost-share-card__donut-center strong{font-size:16px;line-height:1.1}.cost-share-card__donut-center span{color:var(--text-muted);font-size:11px;line-height:1.35}.cost-share-card__legend{display:flex;flex-direction:column;gap:9px;min-width:0}.cost-share-card__legend-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.cost-share-card__legend-name,.cost-share-card__legend-meta{min-width:0;font-size:13px}.cost-share-card__legend-name{display:inline-flex;align-items:center;gap:8px;font-weight:600}.cost-share-card__legend-meta{color:var(--text-muted);text-align:right;white-space:nowrap}.cost-share-card__legend-dot{display:inline-block;width:10px;height:10px;flex:0 0 10px;border-radius:999px}.cost-share-card__legend-more{color:var(--text-muted);font-size:12px}.cost-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.cost-history-panel{padding:18px}.cost-history-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cost-history-panel__title{margin:0;font-size:16px;font-weight:700}.cost-history-panel__description{margin:6px 0 0;color:var(--text-muted);font-size:12px;line-height:1.5}.cost-history-panel__note{margin:14px 0 0;color:var(--warn);font-size:12px;line-height:1.5}.cost-history__empty{padding:20px 0 6px;color:var(--text-muted);font-size:13px}.cost-history-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.cost-history-row{display:flex;flex-direction:column;gap:8px}.cost-history-row__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.cost-history-row__label{font-size:13px;font-weight:700}.cost-history-row__values{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;color:var(--text-muted);font-size:12px}.cost-history-row__bars{display:flex;flex-direction:column;gap:6px}.cost-history-row__track{width:100%;height:10px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--surface-alt) 88%,white)}.cost-history-row__track--ghost{background:linear-gradient(90deg,#2c59c914,#2c59c924),color-mix(in srgb,var(--surface-alt) 90%,white)}.cost-history-row__fill{display:block;height:100%;border-radius:inherit}.cost-history-row__fill--actual{background:linear-gradient(90deg,#2854c5,#4d84ff)}.cost-history-row__fill--projected{background:linear-gradient(90deg,#c08a17,#e7bb61)}.cost-history-row__fill--daily{background:linear-gradient(90deg,#0f766e,#28b3a5)}.costrow__body{display:flex;flex-direction:column;gap:2px;width:132px}.costval-sub{color:var(--text-muted);font-size:11px;line-height:1.35}.costval-sub--warn{color:var(--warn)}.downcell{color:var(--error);display:flex;align-items:center;gap:6px}.pct{color:var(--text-muted);font-size:12px;text-align:right;white-space:nowrap}.overview-mobile-proto{display:flex;flex-direction:column;gap:14px}.overview-mobile-proto__topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:-2px}.overview-mobile-proto__topbar-actions{display:inline-flex;align-items:center;gap:10px}.overview-mobile-proto__icon-actions{display:inline-flex;align-items:center;gap:8px}.overview-mobile-proto__currency-toggle{display:inline-flex;align-items:center;gap:6px}.overview-mobile-proto__refresh-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#ffffffeb;color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer}.overview-mobile-proto__refresh-button:disabled{opacity:.6;cursor:not-allowed}.overview-mobile-proto__bell{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted)}.overview-mobile-proto__bell-link{color:inherit}.mobile-settings-hub{display:flex;flex-direction:column;gap:12px;margin-top:14px}.cost-screen__mobile-header{margin-bottom:14px}.mobile-settings-hub__card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 18px 16px;border:1px solid color-mix(in srgb,var(--border) 92%,white);border-radius:22px;background:color-mix(in srgb,var(--surface) 94%,white);box-shadow:var(--shadow);color:inherit;text-decoration:none}.mobile-settings-hub__card-copy{display:flex;flex-direction:column;gap:6px}.mobile-settings-hub__card-copy strong{font-size:15px;font-weight:700}.mobile-settings-hub__card-copy span{color:var(--text-secondary);font-size:13px;line-height:1.45}.mobile-settings-hub__chevron{color:var(--text-muted);font-size:24px;line-height:1}.mobile-settings-hub__logout{width:100%;padding:15px 18px;border:1px solid color-mix(in srgb,var(--error) 22%,var(--border));border-radius:18px;background:color-mix(in srgb,var(--surface) 94%,white);color:var(--error);font-size:14px;font-weight:700}.overview-mobile-proto__bell-dot{position:absolute;top:-2px;right:-1px;width:8px;height:8px;border:1.5px solid white;border-radius:50%;background:var(--error)}.overview-mobile-proto__account-chips{display:flex;gap:6px;flex-wrap:wrap}.banner{display:flex;align-items:center;gap:12px;padding:16px 14px;border-radius:16px}.banner .i{width:18px;height:18px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.overview-mobile-proto__status-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface-alt)}.overview-mobile-proto__eyebrow{margin-bottom:4px;color:var(--text-muted);font-size:12px}.overview-mobile-proto__status-value{color:var(--ok);font-size:26px;font-weight:600;line-height:1.1}.overview-mobile-proto__status-value span{color:var(--text-muted);font-size:18px}.overview-mobile-proto__status-side{color:var(--text-secondary);font-size:12px;line-height:1.7;text-align:right}.overview-mobile-proto__status-side :first-child{color:var(--error)}.overview-mobile-proto__banner-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.overview-mobile-proto__banner-subtitle{font-size:12px}.overview-mobile-proto__banner{border-radius:16px;background:#fff1ef;color:#dc4a3f}.overview-mobile-proto__banner-copy{flex:1}.mgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mcard{min-height:92px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:#ffffffe6;box-shadow:0 10px 24px #14202b0d}.mcard .l{color:var(--text-muted);font-size:12px;margin-bottom:8px}.mcard .v{color:var(--text);font-size:18px;font-weight:700;line-height:1.15}.overview-mobile-proto__chevron{font-size:18px}.overview-mobile-proto__warn-value{color:var(--warn)}.overview-mobile-proto__bad-value{color:var(--error)}.overview-mobile-proto__card-note{margin-top:3px;color:var(--text-muted);font-size:11px}.overview-mobile-proto__card-note--warn{color:var(--warn)}.overview-mobile-proto__inline-notes{display:flex;flex-direction:column;gap:8px}.overview-mobile-proto__inline-note{margin:0;padding:12px 14px;border-radius:14px;background:#c43d3214;color:var(--error);font-size:13px;line-height:1.45}.overview-mobile-proto__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:-4px;font-size:14px;font-weight:600}.overview-mobile-proto__section-head :last-child{color:var(--accent);font-size:12px;font-weight:500}.overview-mobile-proto__server-name{display:flex;align-items:center;gap:8px;min-width:0}.overview-mobile-proto__latency{color:var(--text-secondary);font-size:12px}.overview-mobile-proto__server-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--text-muted);font-size:12px}.overview-mobile-proto__section-empty{color:var(--text-muted);font-size:13px}.alerts-mobile-screen{display:flex;flex-direction:column;gap:18px}.alerts-mobile-header{padding:0}.alerts-mobile-stack{display:flex;flex-direction:column;gap:12px}.alerts-mobile-channel-card,.alerts-mobile-delivery-card,.alerts-mobile-push-card,.alerts-mobile-rule-card{padding:14px 16px;border:1px solid rgba(219,226,234,.88);border-radius:16px;background:#ffffffe0;box-shadow:0 10px 24px #14202b0a}.alerts-mobile-channel-card{display:flex;flex-direction:column;gap:12px}.alerts-mobile-channel-card__title-row,.alerts-mobile-push-card__title-row,.alerts-mobile-rule-card__title-row{display:flex;align-items:center;gap:10px;min-width:0}.alerts-mobile-channel-card__icon,.alerts-mobile-push-card__phone{display:grid;place-items:center;width:20px;height:20px;border:1.6px solid var(--text);border-radius:6px;flex:0 0 auto}.alerts-mobile-channel-card__icon span{width:8px;height:8px;border:1.6px solid var(--text);border-radius:2px}.alerts-mobile-push-card__phone span{width:5px;height:9px;border:1.6px solid var(--text);border-radius:1.5px;position:relative}.alerts-mobile-push-card__phone span:after{content:"";position:absolute;left:50%;bottom:-2px;width:2px;height:2px;border-radius:999px;background:var(--text);transform:translate(-50%)}.alerts-mobile-channel-card__title-row strong,.alerts-mobile-push-card__title-row strong,.alerts-mobile-rule-card__title-row strong{min-width:0;font-size:15px}.alerts-mobile-channel-card__state{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:10px;background:#dff4e7;color:#2f9a5b;font-size:12px;font-weight:600}.alerts-mobile-channel-card__state--unknown{background:#eef2f7;color:#7d8898}.alerts-mobile-channel-card__subtitle,.alerts-mobile-push-card__subtitle{margin:8px 0 0;color:#8a96a8;font-size:13px;line-height:1.45}.alerts-mobile-channel-card__tags{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.alerts-mobile-tag,.alerts-mobile-rule-card__channel{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border:1px solid rgba(219,226,234,.9);border-radius:10px;background:#ffffffd1;color:#64748b;font-size:12px;font-weight:600}.alerts-mobile-push-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.alerts-mobile-delivery-card{display:flex;flex-direction:column;gap:14px}.alerts-mobile-delivery-card__section{display:flex;flex-direction:column;gap:10px}.alerts-mobile-delivery-card__input{width:100%;padding:12px 14px;border:1px solid rgba(219,226,234,.92);border-radius:14px;background:#fff;color:var(--text)}.alerts-mobile-switch{position:relative;width:40px;height:24px;padding:0;border:0;border-radius:999px;background:#d6deea;flex:0 0 auto;cursor:pointer;transition:background-color .18s ease}.alerts-mobile-switch--on{background:#2f6fed}.alerts-mobile-switch--unknown{background:#e1e8f0}.alerts-mobile-switch:disabled{cursor:not-allowed;opacity:.68}.alerts-mobile-switch__thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #0f172a2e;transition:transform .18s ease}.alerts-mobile-switch--on .alerts-mobile-switch__thumb{transform:translate(16px)}.alerts-mobile-rules{display:flex;flex-direction:column;gap:10px}.alerts-mobile-rules__title{margin:4px 0 0;font-size:15px;font-weight:700}.alerts-mobile-rules__list,.alerts-mobile-history,.alerts-mobile-history__list{display:flex;flex-direction:column;gap:10px}.alerts-mobile-history-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid rgba(219,226,234,.88);border-radius:16px;background:#ffffffe0;box-shadow:0 10px 24px #14202b0a}.alerts-mobile-history-card__header{display:flex;align-items:flex-start;gap:10px}.alerts-mobile-history-card__header strong{font-size:14px;line-height:1.45}.alerts-mobile-history-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7a8798;font-size:12px}.alerts-mobile-history-card__meta time{flex:0 0 auto}.alerts-mobile-rule-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.alerts-mobile-rule-card__dot{width:7px;height:7px;border-radius:999px;flex:0 0 auto}.alerts-mobile-rule-card__dot--violet{background:#8b7cf8}.alerts-mobile-rule-card__dot--blue{background:#4496e0}.alerts-mobile-rule-card__dot--pink{background:#d36fb0}.alerts-mobile-rule-card__dot--green{background:#55a071}.alerts-mobile-rule-card__channels{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.alerts-mobile-rule-card__body{display:flex;flex-direction:column;gap:8px;margin-top:12px}.alerts-mobile-rule-card__body p{margin:0;color:#637388;font-size:13px;line-height:1.4}.alerts-mobile-rule-card--empty .alerts-mobile-rule-card__body p{color:var(--text-muted)}.alerts-mobile-history-card--empty p{margin:0;color:var(--text-muted);font-size:13px}.shell-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:14px;height:100vh;padding:16px 12px;border-right:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,white)}.shell-sidebar__footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.shell-sidebar__footer small{color:var(--text-muted);font-size:11px}.shell-sidebar__footer-meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.section-stack{margin-top:16px}.section-stack-lg{margin-top:20px}.shell-brand{display:flex;gap:9px;align-items:center;padding:6px 8px 14px}.shell-brand__mark{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--accent);color:#fff}.shell-brand__icon{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.shell-brand strong{font-size:15px;font-weight:600}.shell-brand p{margin:0;color:var(--text-muted);font-size:11px}.shell-session{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:18px;background:color-mix(in srgb,var(--surface) 94%,white);border:1px solid color-mix(in srgb,var(--border) 90%,white)}.shell-session__meta strong{display:block;font-size:14px}.shell-session__meta p{margin:4px 0 0;color:var(--text-muted);font-size:12px}.shell-session__logout{align-self:flex-start;padding:0;border:0;background:transparent;color:var(--text-muted);font-size:12px;font-weight:600}.shell-session__logout:hover{color:var(--text)}.shell-session--sidebar{width:100%}.shell-session--compact{flex-direction:row;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;box-shadow:none}.shell-session--compact .shell-session__meta strong{font-size:12px}.shell-session--compact .shell-session__meta p{display:none}.shell-session--compact .shell-session__logout{margin-left:auto}.theme-switcher{display:flex;align-items:center}.theme-switcher--sidebar{margin-top:0}.theme-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer;font-family:inherit}.theme-btn:hover{border-color:color-mix(in srgb,var(--accent) 24%,var(--border));color:var(--text)}.shell-nav{display:flex;flex-direction:column;gap:8px;margin-top:6px}.shell-nav__section{display:flex;flex-direction:column;gap:2px}.shell-nav__caption{margin:0;padding:10px 8px 4px;color:var(--text-muted);font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.shell-nav__item{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:8px;color:var(--text-muted);font-size:13px;transition:.12s ease}.shell-nav__dot{width:6px;height:6px;flex:0 0 6px;border-radius:999px;background:currentColor;opacity:.55}.shell-nav__item:hover{background:var(--surface-alt);color:var(--text)}.shell-nav__item--active{background:var(--accent-soft);color:var(--accent);font-weight:500}.mobile-tabbar{display:none}.route-transition{animation-duration:.26s;animation-timing-function:cubic-bezier(.22,.9,.32,1);animation-fill-mode:both;will-change:transform,opacity}.route-transition--fade{animation-name:route-fade-in}.route-transition--slide-forward{animation-name:route-slide-forward-in}.route-transition--slide-back{animation-name:route-slide-back-in}.desktop-only,.desktop-wide-only{display:block}.tablet-only,.mobile-only{display:none}.screen-stack,.screen-section-stack{display:flex;flex-direction:column;gap:16px}.screen-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:0;margin-bottom:4px;background:transparent;border:0;box-shadow:none}.screen-header__title{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:19px;font-weight:600;line-height:1.2}.screen-header__title-prefix{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.screen-header__icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.screen-header__description{margin:6px 0 0;color:var(--text-muted);max-width:640px;font-size:12px}.dashboard-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.overview-desktop{display:flex;flex-direction:column;gap:12px}.overview-desktop__topbar{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.overview-desktop__title{display:flex;align-items:center;gap:8px;flex:1 1 240px;min-width:240px;font-size:19px;font-weight:600}.overview-desktop__title-icon,.overview-desktop__panel-icon,.overview-desktop__inline-icon{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.overview-desktop__updated-at{margin-left:4px;color:var(--text-muted);font-size:11px;font-weight:400}.overview-desktop__topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.overview-desktop__period-pills,.overview-desktop__chips{display:flex;gap:7px;flex-wrap:wrap}.overview-desktop__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.overview-desktop__panel{margin:0}.overview-desktop__table-shell{overflow:auto}.overview-desktop__table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.overview-desktop__table th{text-align:left;font-weight:500;font-size:12px;color:var(--text-muted);padding:8px;border-bottom:1px solid var(--border)}.overview-desktop__table td{padding:10px 8px;border-bottom:1px solid var(--border);vertical-align:middle}.overview-desktop__table tbody tr:last-child td{border-bottom:none}.overview-desktop__bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.overview-desktop__cost-title{justify-content:space-between}.overview-desktop__cost-title-main{display:inline-flex;align-items:center;gap:7px}.overview-desktop__cost-total{font-size:13px;font-weight:600}.overview-desktop__warn-value{color:var(--warn)}.overview-desktop__inline-errors{display:flex;flex-direction:column;gap:8px}.overview-desktop__inline-error{margin:0;padding:12px 14px;border-radius:12px;background:#c43d3214;color:var(--error);font-size:13px;line-height:1.45}.server-detail-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.server-detail-screen{display:flex;flex-direction:column;gap:12px}.server-detail-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.server-detail-heading{min-width:0;flex:1 1 420px}.server-detail-heading__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.server-detail-heading__title{margin:0;font-size:19px;font-weight:600;line-height:1.2}.server-detail-heading__subtitle{margin:8px 0 0;color:var(--text-muted);font-size:12px}.server-detail-toolbar,.server-detail-range,.server-detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.server-detail-meta{justify-content:flex-end}.server-detail-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:10px;font-size:12px;font-weight:600}.server-detail-badge--neutral{background:var(--surface-alt);color:var(--text-secondary)}.server-detail-badge--warn{background:#b07a161f;color:var(--warn)}.server-detail-badge--accent{background:#1f6bd61f;color:var(--accent)}.server-detail-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.server-detail-stat-card{min-width:0;padding:14px 16px;border:1px solid color-mix(in srgb,var(--border) 92%,white);border-radius:16px;background:color-mix(in srgb,var(--surface) 98%,white)}.server-detail-stat-card__label{color:var(--text-muted);font-size:12px}.server-detail-stat-card__value{margin-top:8px;color:var(--text);font-size:16px;font-weight:700}.server-detail-stat-card__value--warn{color:var(--warn)}.server-detail-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.server-detail-chart{width:100%;height:132px;overflow:visible}.server-detail-chart__threshold{stroke:#e752478c;stroke-width:1;stroke-dasharray:4 3}.server-detail-chart__line{fill:none;stroke-width:1.8;stroke-linejoin:round;stroke-linecap:round}.server-detail-chart__line--cpu{stroke:#d95ba6}.server-detail-chart__line--memory{stroke:#3f86db}.server-detail-chart__line--response{stroke:#6b63ff}.server-detail-chart-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px;color:var(--text-muted);font-size:12px}.server-detail-chart-legend span{display:inline-flex;align-items:center;gap:6px}.server-detail-chart-legend__swatch{width:12px;height:2px;border-radius:999px;background:currentColor}.server-detail-chart-legend__swatch--cpu{background:#d95ba6}.server-detail-chart-legend__swatch--memory{background:#3f86db}.server-detail-chart-legend__swatch--response{background:#6b63ff}.server-detail-chart-legend__swatch--threshold{background:#e75247b3}.server-detail-log-list{display:flex;flex-direction:column}.server-detail-log-row{display:grid;grid-template-columns:54px 56px minmax(0,1fr);gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.server-detail-log-row:last-child{border-bottom:0}.server-detail-log-row__time{color:var(--text-muted);font-size:12px;font-variant-numeric:tabular-nums}.server-detail-log-row__level{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:700}.server-detail-log-row__level--info{background:#6574871f;color:var(--text-secondary)}.server-detail-log-row__level--warn{background:#b07a1624;color:var(--warn)}.server-detail-log-row__level--error{background:#c43d321f;color:var(--error)}.server-detail-log-row__message{min-width:0;font-size:14px}.meta-badges{display:flex;gap:8px;flex-wrap:wrap}.status-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.01em}.status-badge--ready{background:#1f8f5f1f;color:var(--ok)}.status-badge--partial,.status-badge--stale{background:#b07a161f;color:var(--warn)}.status-badge--error{background:#c43d321f;color:var(--error)}.status-badge--empty{background:#65748724;color:var(--text-muted)}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card,.panel-card{border:1px solid color-mix(in srgb,var(--border) 92%,white);border-radius:12px;background:color-mix(in srgb,var(--surface) 98%,white);box-shadow:none}.metric-card{padding:14px}.metric-card__label{color:var(--text-muted);font-size:13px}.metric-card__value{margin-top:8px;font-size:22px;font-weight:700}.metric-card__hint{margin-top:5px;color:var(--text-muted);font-size:12px}.panel-card{padding:15px 17px}.panel-card__header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.panel-card__header--compact{margin-bottom:8px}.panel-card__title{margin:0;font-size:15px;font-weight:600}.alert-delivery-settings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.alert-delivery-settings__channel{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid color-mix(in srgb,var(--border) 90%,white);border-radius:18px;background:color-mix(in srgb,var(--surface) 96%,white)}.alert-delivery-settings__channel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.alert-delivery-settings__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.alert-delivery-settings__actions--end{justify-content:flex-end}.alert-delivery-settings__routes{display:flex;flex-direction:column;gap:10px}.alert-delivery-settings__route{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--text-muted)}.alert-delivery-settings__spacer{flex:1 1 auto}.alert-delivery-settings__hint{margin:8px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.dashboard-inline-notes,.server-list-inline-notes{display:flex;flex-direction:column;gap:8px;margin-top:12px}.server-list-filters{display:flex;flex-direction:column;gap:10px;margin:12px 0 18px}.server-list-filter-row{display:flex;gap:8px;flex-wrap:wrap}.dashboard-inline-note,.server-list-inline-note{margin:0;padding:12px 14px;border-radius:14px;background:#c43d3214;color:var(--error);font-size:13px;line-height:1.45}.table-shell{overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:12px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.data-table th{color:var(--text-muted);font-size:13px;font-weight:600}.data-table__sort-button{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.data-table__sort-button.active{color:var(--text)}.data-table__sort-indicator{min-width:10px;color:var(--text-subtle);font-size:12px}.data-table tbody tr:last-child td{border-bottom:0}.alert-history__filters{display:inline-flex;gap:8px;flex-wrap:wrap}.alert-history-table-shell{display:block}.alert-history-table{table-layout:fixed}.alert-history-table th:nth-child(1){width:88px}.alert-history-table th:nth-child(2){width:132px}.alert-history-table th:nth-child(3){width:180px}.alert-history-table th:nth-child(5){width:120px}.alert-history-table__scope{display:inline-flex;align-items:center;gap:8px;min-width:0}.alert-history-table__message{display:flex;flex-direction:column;gap:4px}.alert-history-table__message strong{font-size:13px;font-weight:600;line-height:1.4}.alert-history-table__message span{color:var(--text-muted);font-size:12px}.alert-history-table__status{font-size:13px;font-weight:600}.alert-history-table__status--error{color:var(--error)}.alert-history-table__status--partial{color:var(--warn)}.alert-history-table__status--ready{color:var(--text-muted)}.alert-history-table__empty{color:var(--text-muted);text-align:center}.alert-history__warnings{margin-top:12px}.alert-history__mobile-list{display:none;margin-top:14px}.alert-history-mobile-card{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--border);border-radius:14px;background:color-mix(in srgb,var(--surface) 98%,white)}.alert-history-mobile-card__topline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.alert-history-mobile-card__time{color:var(--text-muted);font-size:12px;font-weight:600}.alert-history-mobile-card__summary{font-size:14px;font-weight:600;line-height:1.45;color:var(--text)}.alert-history-mobile-card__meta,.alert-history-mobile-card__detail{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:var(--text-muted);font-size:12px;line-height:1.4}.alert-history-mobile-card__target{color:var(--text);font-weight:600}.alert-history-mobile-card__separator{color:var(--text-muted)}.tag-list{display:flex;gap:8px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--surface-alt);color:var(--text-muted);font-size:12px}.inline-link{color:var(--accent);font-weight:600}.section-meta{margin-top:16px}.inline-error{margin:12px 0 0;color:var(--error)}.inline-error--compact{margin-top:8px}.alert-list-empty{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}.entity-card{padding:14px;border-radius:12px;background:var(--surface);border:1px solid color-mix(in srgb,var(--border) 92%,white)}.entity-card__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.entity-card__title{margin:0;font-size:14px;font-weight:600}.entity-card__subtitle{margin:4px 0 0;color:var(--text-muted);font-size:12px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.detail-grid__item{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:8px;background:var(--surface-alt)}.detail-grid__label{color:var(--text-muted);font-size:12px}.timeline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.timeline-card{padding:16px;border-radius:18px;background:var(--surface-alt)}.timeline-card__title{margin:0 0 14px;font-size:15px}.timeline-bars{display:flex;align-items:end;gap:10px;min-height:140px}.timeline-bars__item{flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:8px}.timeline-bars__bar{width:100%;min-height:12px;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#1e6bd6,#54a6ff)}.timeline-bars__bar--muted{background:linear-gradient(180deg,#3f8c6c,#7cc8a7)}.timeline-bars__value{color:var(--text-muted);font-size:12px}.login-screen{display:grid;place-items:center;min-height:100vh;padding:24px}.login-card{width:min(100%,460px);padding:28px;border:1px solid color-mix(in srgb,var(--border) 92%,white);border-radius:28px;background:color-mix(in srgb,var(--surface) 94%,white);box-shadow:var(--shadow)}.login-card__hero{margin-bottom:24px}.login-wizard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}.login-wizard__step{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:16px;background:color-mix(in srgb,var(--surface) 92%,white);color:var(--text-muted)}.login-wizard__step span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:color-mix(in srgb,var(--border) 72%,white);font-size:12px;font-weight:700;color:var(--text)}.login-wizard__step strong{font-size:13px}.login-wizard__step--active{border-color:color-mix(in srgb,var(--accent) 32%,var(--border));background:color-mix(in srgb,var(--accent-soft) 62%,white);color:var(--text)}.login-wizard__step--active span,.login-wizard__step--done span{background:var(--accent);color:#fff}.login-wizard__step--done{color:var(--text)}.login-wizard__summary{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--accent) 20%,var(--border));border-radius:16px;background:color-mix(in srgb,var(--accent-soft) 55%,white)}.login-wizard__summary span{font-size:12px;color:var(--text-muted)}.login-wizard__summary strong{font-size:15px;color:var(--text)}.login-card__eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:600}.login-card__title{margin:14px 0 0;font-size:32px}.login-card__description{margin:10px 0 0;color:var(--text-muted);line-height:1.5}.login-form{display:flex;flex-direction:column;gap:14px}.login-form__preferences{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.login-form__checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);cursor:pointer}.login-form__checkbox input{width:16px;height:16px;margin:0}.state-block,.error-block,.empty-block{padding:28px;border-radius:20px;border:1px dashed var(--border);background:color-mix(in srgb,var(--surface) 90%,white);box-shadow:var(--shadow)}.state-block__title,.error-block__title,.empty-block__title{margin:0 0 8px;font-size:18px}.state-block__description,.error-block__description,.empty-block__description{margin:0;color:var(--text-muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field-group{display:flex;flex-direction:column;gap:6px}.field-group--wide{grid-column:1 / -1}.field-group label{font-size:13px;color:var(--text-muted)}.field-group__hint{margin:0;font-size:12px;color:var(--text-muted)}.field-group input,.field-group select,.field-group textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff}.action-row{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.action-row--inline{margin-top:0}.form-actions{margin-top:16px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:12px 16px;cursor:pointer}.button--primary{background:var(--accent);color:#fff}.button--ghost{background:var(--surface-alt);color:var(--text)}.button--secondary{border:1px solid var(--border);background:#ffffffe6;color:var(--text)}.button--compact{min-height:34px;padding:8px 12px;border-radius:12px;font-size:12px;font-weight:600}.button:disabled{opacity:.6;cursor:not-allowed}.stack-list{display:flex;flex-direction:column;gap:12px}.list-card{padding:14px;border-radius:12px;background:var(--surface-alt);border:1px solid color-mix(in srgb,var(--border) 92%,white)}.list-card__title{margin:0;font-size:14px;font-weight:600}.list-card__subtitle{margin:4px 0 0;color:var(--text-muted);font-size:12px}.list-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.server-group-stack{display:flex;flex-direction:column;gap:18px}.server-group-section{display:flex;flex-direction:column;gap:12px;padding:2px 0}.server-group-section__summary{list-style:none;cursor:pointer}.server-group-section__summary::-webkit-details-marker{display:none}.server-group-section__body{display:flex;flex-direction:column;gap:14px}.server-group-subsection{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--border) 90%,white);border-radius:18px;background:color-mix(in srgb,var(--surface) 97%,white)}.server-group-subsection__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-left:2px}.server-group-section__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px}.server-group-section__title-wrap{display:flex;align-items:baseline;gap:8px}.server-group-section__title{margin:0;font-size:17px}.server-group-section__hint{color:var(--text-muted);font-size:12px;font-weight:600}.server-group-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.server-desktop-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.server-desktop-card{display:flex;flex-direction:column;gap:12px;min-width:0}.server-desktop-card--link{color:inherit}.server-desktop-card--link:hover{border-color:color-mix(in srgb,var(--accent) 34%,var(--border));background:#fff}.server-desktop-card__title-row{display:flex;align-items:flex-start;gap:10px;min-width:0}.server-desktop-card__title-row>div{min-width:0}.server-desktop-card__meta{display:flex;gap:12px 16px;flex-wrap:wrap}.data-table--servers tbody tr:hover{background:color-mix(in srgb,var(--surface) 96%,white)}.resource-table__resource-cell{display:flex;align-items:center;gap:8px;min-width:0}.resource-table__expander{width:18px;height:18px;border:0;background:transparent;color:var(--text-muted);cursor:pointer;padding:0;flex:0 0 18px}.resource-table__expander--ghost{visibility:hidden}.resource-table__child-row td{background:color-mix(in srgb,var(--surface) 92%,white)}@media(max-width:1080px){.page-frame{grid-template-columns:196px minmax(0,1fr)}.page-frame__content-inner{padding:18px 20px 40px}.shell-viewport{gap:12px;padding-top:max(8px,env(safe-area-inset-top,0px))}.server-desktop-card-grid{grid-template-columns:1fr}.screen-header{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.screen-header__title{font-size:22px}.screen-header__description,.meta-badges,.desktop-wide-only{display:none}.tablet-only{display:block}.screen-stack,.screen-section-stack{gap:12px}.panel-card,.metric-card,.entity-card,.list-card,.state-block,.error-block,.empty-block{border-radius:18px;box-shadow:none}.panel-card,.metric-card,.state-block,.error-block,.empty-block{padding:16px}.panel-card__header{margin-bottom:12px}.panel-card__title,.state-block__title,.error-block__title,.empty-block__title{font-size:16px}.metric-card__value{font-size:24px}.entity-card,.list-card{padding:14px}.entity-card__title,.list-card__title{font-size:15px}.entity-card__subtitle,.list-card__subtitle,.metric-card__hint,.state-block__description,.error-block__description,.empty-block__description{font-size:12px}.detail-grid{gap:10px;margin-top:12px}.detail-grid__item{gap:4px;padding:10px 12px;border-radius:12px}.server-detail-meta{justify-content:flex-start}.server-detail-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.server-detail-chart-grid{grid-template-columns:1fr}.table-shell{margin:0 -4px}.data-table th,.data-table td{padding:10px 8px;font-size:13px}.data-table th{font-size:12px}.form-grid{grid-template-columns:1fr}.field-group--wide{grid-column:auto}.settings-account-card{gap:8px;padding:12px;border-radius:16px;box-shadow:none}.settings-account-panel__hint,.settings-account-card__message,.overview-mobile-proto__card-note,.list-card__meta .tag:nth-child(n+4){font-size:11px}.overview-mobile-proto__topbar,.overview-mobile-proto__section-head{margin-bottom:0}.settings-modal{width:min(100%,480px);border-radius:18px}.settings-modal__header h3{font-size:18px}.timeline-card{padding:14px;border-radius:16px}.timeline-bars{min-height:120px;gap:8px}.timeline-bars__value{font-size:11px}.server-detail-header-actions{gap:8px}.server-detail-header-actions .inline-link{font-size:13px}.panel-card__header .button--compact{min-height:30px;padding:6px 10px}.shell-brand{align-items:flex-start}.shell-brand p{display:none}.shell-sidebar{gap:14px;padding:16px}.shell-nav{gap:12px}.shell-nav__item{padding:10px 12px}.card-grid,.server-group-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:840px){body{background:var(--bg)}.desktop-only,.tablet-only{display:none}.mobile-only{display:block}.page-frame{grid-template-columns:1fr}.page-frame__sidebar{display:none}.shell-sidebar{position:static}.page-frame__content{background:var(--bg)}.page-frame__content-inner{display:flex;flex-direction:column;min-height:100dvh;padding:0}.shell-viewport{flex:1;min-height:0;gap:10px;padding-top:0}.shell-content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:12px 16px calc(92px + env(safe-area-inset-bottom,0px))}.shell-route-frame{min-height:100%}.shell-topbar{display:none}.shell-account-selector{width:100%;min-width:0;padding:10px 12px;border-radius:14px;box-shadow:0 10px 24px #14202b0f}.shell-account-selector__label{font-size:11px}.shell-account-selector__select{min-height:22px;font-size:14px}.shell-nav{display:none}.theme-switcher{padding:12px}.theme-switcher--sidebar,.shell-session{display:none}.mobile-tabbar{position:fixed;left:16px;right:16px;bottom:0;z-index:20;display:flex;padding:9px 14px calc(22px + env(safe-area-inset-bottom,0px));border-top:1px solid color-mix(in srgb,var(--border) 94%,white);background:color-mix(in srgb,var(--surface) 94%,white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.mobile-tabbar__item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:58px;padding:8px 4px 10px;position:relative;overflow:visible;isolation:isolate;color:var(--text-muted);font-size:11px;font-weight:600;outline:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .15s ease}.mobile-tabbar__item--active{color:var(--accent)}.mobile-tabbar__item:focus,.mobile-tabbar__item:focus-visible{outline:none}.mobile-tabbar__icon{width:24px;height:24px}.mobile-tabbar__ripple{position:absolute;left:50%;top:50%;width:96px;height:96px;border-radius:999px;pointer-events:none;background:color-mix(in srgb,var(--accent) 18%,transparent);transform:translate(-50%,-50%) scale(.12);opacity:0;z-index:-1;transition:transform .32s cubic-bezier(.2,.82,.28,1),opacity .24s ease}.mobile-tabbar__ripple--visible{opacity:.9;transform:translate(-50%,-50%) scale(1)}.mobile-tabbar__ripple--fade{opacity:0;transform:translate(-50%,-50%) scale(1)}@media(max-width:480px){.mobile-tabbar{left:0;right:0;padding-bottom:max(22px,env(safe-area-inset-bottom,0px))}}@keyframes route-fade-in{0%{opacity:.001;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes route-slide-forward-in{0%{opacity:.001;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes route-slide-back-in{0%{opacity:.001;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.panel-card__header,.entity-card__header{flex-direction:column;align-items:flex-start}.screen-header,.panel-card,.metric-card,.entity-card,.list-card,.state-block,.error-block,.empty-block{border-radius:16px;box-shadow:none}.screen-header{padding:8px 2px 0;background:transparent;border:0}.screen-header__title{font-size:17px;font-weight:700}.screen-header__description{margin-top:6px;font-size:13px}.action-row{width:100%;justify-content:stretch;flex-wrap:wrap}.action-row .button{flex:1 1 180px}}@media(max-width:720px){.cost-share-card__body{grid-template-columns:1fr;justify-items:center;text-align:left}.cost-share-card__legend{width:100%}.cost-share-card__legend-row{align-items:center}.server-detail-heading__title{font-size:18px}.server-detail-metrics-grid{grid-template-columns:1fr 1fr}.server-detail-log-row{grid-template-columns:48px 52px minmax(0,1fr);gap:8px}}@media(max-width:640px){.card-grid,.cost-history-grid,.server-group-summary-grid,.alert-delivery-settings,.detail-grid,.form-grid,.timeline-grid{grid-template-columns:1fr}.screen-header{flex-direction:column}.account-manage-row{align-items:flex-start;flex-wrap:wrap}.account-manage-row__name,.account-manage-row__group-button,.account-manage-row__edit-button{max-width:none;width:100%}.settings-account-card__actions{align-items:stretch}.shell-account-selector{width:100%;min-width:0}.mmeter{grid-template-columns:1fr}.login-card{padding:22px}.login-card__title{font-size:28px}.alert-history-table-shell{display:none}.alert-history__mobile-list{display:flex;flex-direction:column;gap:12px}}
