:root{--mm-bg: #0E1A24;--mm-panel: #142534;--mm-panel-2: #1B2F41;--mm-line: rgba(234, 242, 245, .12);--mm-cyan: #12B8B2;--mm-cyan-dim: rgba(18, 184, 178, .14);--mm-yellow: #F5B700;--mm-text: #EAF2F5;--mm-muted: #9DB3C2;--mm-green: #4ADE80;--mm-red: #F87171;color-scheme:dark;font-family:IBM Plex Sans,system-ui,-apple-system,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{margin:0;min-height:100vh;background:var(--mm-bg);color:var(--mm-text)}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3{margin:0 0 .5rem;font-weight:700;font-family:Space Grotesk,IBM Plex Sans,system-ui,sans-serif;letter-spacing:-.01em}a{color:var(--mm-cyan)}.mm-screen{flex:1;display:flex;flex-direction:column;padding:16px 16px calc(88px + env(safe-area-inset-bottom));gap:16px;max-width:480px;width:100%;margin:0 auto}.mm-screen--centered{justify-content:center;padding-bottom:16px}.mm-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#0e1a24eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--mm-line)}.mm-topbar__brand{display:flex;align-items:center;gap:8px;font-family:Space Grotesk,sans-serif;font-weight:600}.mm-topbar__brand img{height:28px;width:28px;border-radius:8px}.mm-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;justify-content:space-around;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#0e1a24f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--mm-line)}.mm-tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;border-radius:12px;color:var(--mm-muted);text-decoration:none;font-size:.66rem;font-weight:600;background:none;border:none;cursor:pointer;flex:1;min-width:0;white-space:nowrap}.mm-tab--active{color:var(--mm-cyan);background:var(--mm-cyan-dim)}.mm-card{background:var(--mm-panel);border:1px solid var(--mm-line);border-radius:16px;padding:16px}.mm-card__title{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--mm-muted);margin:0 0 12px}.mm-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mm-stat{background:var(--mm-panel-2);border:1px solid var(--mm-line);border-radius:16px;padding:14px}.mm-stat-label{font-size:.75rem;color:var(--mm-muted)}.mm-stat-value{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums;font-size:2.6rem;font-weight:700;line-height:1.1}.mm-stat-grid--three{grid-template-columns:repeat(3,1fr);gap:8px}.mm-stat--compact{padding:16px 8px 14px;text-align:center}.mm-stat--compact .mm-stat-label{font-size:.68rem;line-height:1.2}.mm-stat-value--compact{font-size:2.9rem}.mm-stat-value--warn{color:var(--mm-yellow)}.mm-stat-value--cyan{color:var(--mm-cyan)}.mm-stat-value--yellow{color:var(--mm-yellow)}.mm-stat-value--red{color:var(--mm-red)}.mm-stat-unit{font-size:.9rem;font-weight:500;color:var(--mm-muted);margin-left:2px}.mm-status{background:var(--mm-panel-2);border:1px solid var(--mm-line);border-radius:16px;padding:22px 16px;text-align:center;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.mm-status__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--mm-muted);margin-bottom:12px}.mm-status__row{display:flex;align-items:center;justify-content:center;gap:12px}.mm-status__dot{width:11px;height:11px;border-radius:50%;background:var(--mm-muted);flex-shrink:0}.mm-status__value{font-family:IBM Plex Mono,monospace;font-size:2.1rem;font-weight:700;letter-spacing:.14em;color:var(--mm-text)}.mm-status__since{margin-top:10px;font-family:IBM Plex Mono,monospace;font-size:.78rem;color:var(--mm-muted)}.mm-status--in{border-color:#4ade8073;box-shadow:0 0 0 1px #4ade8026,0 0 28px #4ade802e,inset 0 0 30px #4ade800f}.mm-status--in .mm-status__dot{background:var(--mm-green);box-shadow:0 0 6px var(--mm-green),0 0 16px var(--mm-green);animation:mm-status-pulse 1.6s ease-in-out infinite}.mm-status--in .mm-status__value{color:var(--mm-green);text-shadow:0 0 14px rgba(74,222,128,.65)}.mm-status--out .mm-status__dot{background:var(--mm-red);opacity:.7}@keyframes mm-status-pulse{0%,to{opacity:1}50%{opacity:.35}}.mm-bar-chart{display:flex;align-items:flex-end;justify-content:space-between;gap:6px;height:150px}.mm-bar-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.mm-bar-chart__value{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--mm-muted);height:14px}.mm-bar-chart__track{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.mm-bar-chart__bar{width:55%;min-height:3px;border-radius:5px 5px 0 0;background:var(--mm-cyan-dim);border:1px solid rgba(18,184,178,.4);border-bottom:none;transition:height .3s ease}.mm-bar-chart__bar--today{background:var(--mm-cyan);box-shadow:0 0 10px #12b8b28c}.mm-bar-chart__label{font-size:.7rem;color:var(--mm-muted);margin-top:6px}.mm-bar-chart__label--today{color:var(--mm-cyan);font-weight:600}.mm-hbar-list{display:flex;flex-direction:column;gap:10px}.mm-hbar-row{display:flex;align-items:center;gap:10px}.mm-hbar-row__label{width:92px;flex-shrink:0;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-hbar-row__track{flex:1;height:10px;background:var(--mm-panel-2);border:1px solid var(--mm-line);border-radius:6px;overflow:hidden}.mm-hbar-row__fill{height:100%;background:var(--mm-yellow);border-radius:6px;transition:width .3s ease}.mm-hbar-row__fill--zero{background:var(--mm-line)}.mm-hbar-row__value{width:48px;flex-shrink:0;text-align:right;font-family:IBM Plex Mono,monospace;font-size:.8rem;color:var(--mm-muted)}.mm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:16px;font-family:IBM Plex Sans,sans-serif;font-weight:700;cursor:pointer;transition:opacity .15s ease}.mm-btn:active{transform:scale(.98)}.mm-btn:disabled{opacity:.5;cursor:not-allowed}.mm-btn--primary{min-height:64px;width:100%;background:var(--mm-cyan);color:#06222b;font-size:1.15rem}.mm-btn--danger{min-height:64px;width:100%;background:var(--mm-red);color:#2b0a0a;font-size:1.15rem}.mm-btn--secondary{min-height:48px;padding:0 16px;background:var(--mm-panel-2);border:1px solid var(--mm-line);color:var(--mm-text);font-size:1rem}.mm-btn--ghost{min-height:48px;padding:0 16px;background:transparent;border:1px solid var(--mm-line);color:var(--mm-muted);font-size:1rem}.mm-segmented{display:flex;background:var(--mm-panel-2);border:1px solid var(--mm-line);border-radius:12px;padding:4px;gap:4px}.mm-segmented__btn{flex:1;border:none;background:transparent;color:var(--mm-muted);font-family:inherit;font-weight:600;font-size:.9rem;padding:10px 8px;border-radius:9px;cursor:pointer}.mm-segmented__btn--active{background:var(--mm-cyan);color:#06222b}.mm-field{display:flex;flex-direction:column;gap:6px}.mm-label{font-size:.85rem;color:var(--mm-muted);font-weight:600}.mm-input,.mm-select,.mm-textarea{background:var(--mm-panel-2);border:1px solid var(--mm-line);border-radius:12px;padding:14px;color:var(--mm-text);font-size:1rem;font-family:inherit;width:100%}.mm-input:focus,.mm-select:focus,.mm-textarea:focus{outline:none;border-color:var(--mm-cyan);box-shadow:0 0 0 3px var(--mm-cyan-dim)}.mm-banner{border-radius:12px;padding:12px 14px;font-size:.9rem;border:1px solid}.mm-banner--error{background:#f871711f;border-color:var(--mm-red);color:var(--mm-red)}.mm-banner--warning{background:#f5b7001f;border-color:var(--mm-yellow);color:var(--mm-yellow)}.mm-banner--success{background:#4ade801f;border-color:var(--mm-green);color:var(--mm-green)}.mm-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid}.mm-pill--success{background:#4ade801f;border-color:var(--mm-green);color:var(--mm-green)}.mm-pill--warning{background:#f5b7001f;border-color:var(--mm-yellow);color:var(--mm-yellow)}.mm-pill--muted{background:var(--mm-panel-2);border-color:var(--mm-line);color:var(--mm-muted)}.mm-pill--danger{background:#f871711f;border-color:var(--mm-red);color:var(--mm-red)}.mm-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--mm-line)}.mm-list-item:last-child{border-bottom:none}.mm-muted{color:var(--mm-muted)}.mm-mono{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums}.mm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;z-index:50}.mm-modal{width:100%;max-width:480px;margin:0 auto;background:var(--mm-panel);border:1px solid var(--mm-line);border-radius:20px 20px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom));box-shadow:0 8px 24px #00000059}.mm-modal-title{font-size:1.2rem;font-weight:700;margin:0 0 12px}.mm-spinner{width:20px;height:20px;border:2.5px solid var(--mm-line);border-top-color:var(--mm-cyan);border-radius:50%;animation:mm-spin .7s linear infinite}@keyframes mm-spin{to{transform:rotate(360deg)}}.mm-table{width:100%;border-collapse:collapse;font-size:.9rem}.mm-table th,.mm-table td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--mm-line)}.mm-table th{color:var(--mm-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}
