:root{--accent:#ffb020;--accent-bright:#ffc04d;--accent-deep:#c8841c;--accent-ink:#1a1205;--accent-rgb:255, 176, 32;--surface-base:#0a0a0b;--surface:color-mix(in srgb, var(--surface-base), var(--accent) 4%);--surface-card:color-mix(in srgb, var(--surface-base), var(--accent) 7%);--surface-elevated:color-mix(in srgb, var(--surface-base), var(--accent) 11%);--surface-hover:color-mix(in srgb, var(--surface-base), var(--accent) 16%);--text-primary:#f4f3f1;--text-secondary:#c9c6bf;--text-muted:#9a978f;--text-faint:#6b685f;--border-hairline:color-mix(in srgb, var(--surface-base), var(--accent) 7%);--border-divider:color-mix(in srgb, var(--surface-base), var(--accent) 12%);--border-strong:color-mix(in srgb, var(--surface-base), var(--accent) 22%);--font-sans:"Spline Sans", system-ui, sans-serif;--font-mono:"Spline Sans Mono", ui-monospace, monospace;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:18px;--space-xl:28px;--radius-chip:6px;--radius-button:9px;--radius-card:14px;--radius-avatar:50%;--dur-hover:.15s;--dur-panel:.2s;--dur-theme:.26s;--dur-glow:7s;--ease:ease;--glow-ambient:radial-gradient(ellipse at center, rgba(var(--accent-rgb), .13), rgba(var(--accent-rgb), 0) 62%);--glow-element:0 0 22px -4px rgba(var(--accent-rgb), .65);--glow-boost:0 0 22px -6px rgba(var(--accent-rgb), .6);--glow-tile:0 0 20px -6px rgba(var(--accent-rgb), .5)}*,:before,:after{box-sizing:border-box}html,body{background:var(--surface-base);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0;padding:0;font-size:15px;font-weight:400;line-height:1.55}::selection{background:rgba(var(--accent-rgb), .3)}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:-.025em;margin:0;font-weight:600;line-height:1}p{margin:0}a{color:var(--accent);transition:color var(--dur-hover) var(--ease);text-decoration:none}a:hover{color:var(--accent-bright)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-chip)}.mh-toast{background:var(--surface-elevated);border:1px solid var(--border-strong);color:var(--text-primary);white-space:nowrap;border-radius:9px;padding:6px 11px;font-size:13px;line-height:1.45;box-shadow:0 10px 28px -10px #000000bf}.mh-toast--wrap{white-space:normal}@keyframes mh-shimmer{0%{background-position:0 0}to{background-position:-200% 0}}@keyframes mh-burst{0%{opacity:1;transform:translateY(0)scale(1)}70%{opacity:1}to{opacity:0;transform:translateY(-26px)scale(.35)}}@keyframes mh-pop{0%{transform:scale(.4)}55%{transform:scale(1.22)}to{transform:scale(1)}}.mh-scrollrow{scrollbar-width:none;min-width:0}.mh-scrollrow::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-thumb{background:#b9b6ad padding-box content-box;border:3px solid #0000;border-radius:7px}::-webkit-scrollbar-thumb:hover{background:#a7a399 padding-box content-box}::-webkit-scrollbar-track{background:0 0}@media (width<=330px){.mh-score-num{font-size:16px!important}}@media (width<=389px){.mh-score-rl{font-size:18px!important}}@media (width<=419px){.mh-score-label{font-size:11px!important}}.mh-shell{background:var(--surface-base);background-image:radial-gradient(ellipse 1000px 360px at 50% -6%, rgba(var(--accent-rgb), .05), rgba(var(--accent-rgb), 0) 60%);flex-direction:column;min-height:100vh;display:flex}.mh-header{z-index:50;border-bottom:1px solid var(--border-hairline);background:var(--surface);flex:none;align-items:center;gap:18px;height:60px;padding:0 20px;display:flex;position:sticky;top:0}.mh-header__search{flex:1 1 0;align-items:center;min-width:0;max-width:400px;margin:0 auto;display:flex;position:relative}.mh-header__search-box{box-sizing:border-box;background:var(--surface-card);border:1px solid var(--border-divider);width:100%;height:38px;color:var(--text-faint);cursor:pointer;white-space:nowrap;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px 0 40px;font-size:13.5px;display:flex;overflow:hidden}.mh-header__search-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=1099px){.mh-wide-only{display:none!important}}.mh-modetab{border-radius:var(--radius-button);white-space:nowrap;cursor:pointer;height:34px;color:var(--text-muted);background:0 0;border:1px solid #0000;flex:none;align-items:center;gap:6px;padding:0 14px;font-size:13.5px;display:inline-flex}.mh-modetab--active{background:rgba(var(--accent-rgb), .12);border-color:rgba(var(--accent-rgb), .5);color:var(--accent-bright)}.mh-modetab--soon{cursor:default;opacity:.75}.mh-soon-pill{font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-faint);border:1px solid var(--border-divider);border-radius:4px;padding:1px 4px;font-size:10px}.mh-mheader{z-index:50;background:var(--surface-base);flex:none;position:sticky;top:0}.mh-mheader__bar{z-index:8;padding:14px 15px 10px;padding-top:max(14px, env(safe-area-inset-top));background:var(--surface);border-bottom:1px solid var(--border-hairline);align-items:center;gap:9px;transition:box-shadow .26s;display:flex;position:relative}.mh-body{flex:1;min-height:0;display:flex}.mh-aside{border-right:1px solid var(--border-hairline);background:var(--surface);flex:none;align-self:flex-start;width:280px;height:calc(100vh - 60px);position:sticky;top:60px;overflow-y:auto}.mh-main{flex:1;min-width:0;position:relative}.mh-main__inner{max-width:768px;margin:0 auto;padding:22px 24px 0}.mh-pill{border-radius:var(--radius-button);background:var(--surface-card);border:1px solid var(--border-divider);height:36px;color:var(--text-secondary);cursor:pointer;transition:border-color var(--dur-hover) var(--ease), background var(--dur-hover) var(--ease);align-items:center;gap:7px;padding:0 12px;font-size:13px;display:inline-flex}.mh-pill:hover{border-color:var(--border-strong)}.mh-pill--accent{background:rgba(var(--accent-rgb), .1);border-color:rgba(var(--accent-rgb), .45);color:var(--accent-bright)}.mh-pill--active{background:rgba(var(--accent-rgb), .12);border-color:rgba(var(--accent-rgb), .5);color:var(--accent-bright);box-shadow:var(--glow-boost)}.mh-pop-anchor{position:relative}.mh-pop{z-index:60;background:var(--surface-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-card);padding:18px;position:absolute;top:calc(100% + 8px);box-shadow:0 1px 3px #00000014,0 20px 44px -24px #0009}.mh-pop--right{right:0}.mh-pop--left{left:0}.mh-menu{z-index:60;background:var(--surface-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-card);min-width:168px;padding:5px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 1px 3px #00000014,0 18px 40px -22px #0009}.mh-menu__item{border-radius:var(--radius-button);height:32px;color:var(--text-secondary);cursor:pointer;justify-content:space-between;align-items:center;padding:0 10px;font-size:13px;display:flex}.mh-menu__item:hover{background:var(--surface-hover)}.mh-menu__item--active{color:var(--accent-bright)}.mh-sheet-backdrop{z-index:70;background:#0808098c;align-items:flex-end;display:flex;position:fixed;inset:0}.mh-sheet{background:var(--surface);border-top:1px solid var(--border-divider);width:100%;max-height:90%;animation:mh-sheet-up var(--dur-panel) var(--ease);border-radius:22px 22px 0 0;flex-direction:column;display:flex;box-shadow:0 -20px 50px -16px #000000b3}@keyframes mh-sheet-up{0%{opacity:.6;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.mh-sheet__grab{background:var(--border-strong);border-radius:2px;flex:none;width:38px;height:4px;margin:10px auto 4px}.mh-sheet__title{color:var(--text-primary);flex:none;padding:8px 18px 12px;font-size:15px;font-weight:600}.mh-sheet__body{flex:1;min-height:0;padding:0 18px 24px;overflow-y:auto}.mh-hrow{scrollbar-width:none;gap:9px;min-width:0;display:flex;overflow-x:auto}.mh-hrow::-webkit-scrollbar{width:0;height:0}.mh-eyebrow{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;font-size:11px}.mh-switch{cursor:pointer;background:var(--border-strong);width:38px;height:22px;transition:background var(--dur-panel) var(--ease);border-radius:11px;flex:none;position:relative}.mh-switch--on{background:var(--accent);box-shadow:0 0 14px -3px rgba(var(--accent-rgb), .7)}.mh-switch--inert{cursor:default;opacity:.6;background:var(--surface-elevated)}.mh-switch__knob{background:var(--text-muted);width:18px;height:18px;transition:left var(--dur-panel) var(--ease);border-radius:50%;position:absolute;top:2px;left:2px}.mh-switch--on .mh-switch__knob{background:var(--accent-ink);left:18px}.mh-switch--inert .mh-switch__knob{background:var(--border-strong)}.mh-tristate{background:var(--surface-base);border-radius:8px;gap:3px;padding:3px;display:flex}.mh-tristate--inert{opacity:.55}.mh-tristate__cell{text-align:center;border-radius:var(--radius-chip);cursor:pointer;height:28px;color:var(--text-muted);background:0 0;border:1px solid #0000;flex:1;font-size:12px;line-height:28px}.mh-tristate__cell--on{background:rgba(var(--accent-rgb), .16);color:var(--accent-bright);border-color:rgba(var(--accent-rgb), .45)}.mh-tristate--inert .mh-tristate__cell{cursor:default;color:var(--text-faint)}.mh-tristate--inert .mh-tristate__cell--on{color:var(--text-faint);background:#ffffff0d;border-color:#0000}@media (width<=719px){.mh-main__inner{padding:14px 16px 0}.mh-header{gap:10px;padding:0 14px}}
