@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg-base: #0a0a0b;--bg-surface: #121214;--bg-surface-hover: #1c1c1f;--bg-glass: rgba(18, 18, 20, .65);--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--accent-primary: #D4AF37;--accent-primary-hover: #F3C94B;--accent-glow: rgba(212, 175, 55, .2);--border-subtle: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 24px;--radius-full: 9999px;--shadow-glass: 0 8px 32px 0 rgba(0, 0, 0, .3);--shadow-glow: 0 0 20px 0 var(--accent-glow);--nav-width: 72px;--nav-width-expanded: 240px;--page-content-width: 80vw;--page-content-offset: calc(var(--nav-width) * -.5);--menu-popup-bg: rgba(18, 18, 20, .92);--menu-popup-border: rgba(255, 255, 255, .1)}:root[data-theme=light]{--bg-base: #f5f6f8;--bg-surface: #ffffff;--bg-surface-hover: #eef1f5;--bg-glass: rgba(255, 255, 255, .82);--text-primary: #111827;--text-secondary: #4b5563;--text-tertiary: #6b7280;--border-subtle: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--shadow-glass: 0 8px 32px 0 rgba(15, 23, 42, .08);--menu-popup-bg: rgba(255, 255, 255, .94);--menu-popup-border: rgba(15, 23, 42, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,-apple-system,sans-serif;background-color:var(--bg-base);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,sans-serif;font-weight:600;letter-spacing:0}.home-state{min-height:72vh;display:grid;place-content:center;justify-items:center;gap:16px;color:var(--text-secondary)}.home-state strong{color:var(--text-primary);font-size:20px;letter-spacing:0}.home-state button{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border-strong);padding:8px 12px;background:var(--bg-surface);color:var(--text-primary);cursor:pointer}.home-state__loader{width:24px;height:24px;border:2px solid var(--border-strong);border-top-color:var(--accent-primary);border-radius:50%;animation:hub-spin .8s linear infinite}.glass-panel{background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.app-shell{display:flex;min-height:100vh;width:100vw}.page-frame{display:flex;flex:1;width:100%}.main-column{flex:1;margin-left:var(--nav-width);min-height:100vh;transition:margin-left .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-full);font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;font-family:Inter,sans-serif}.btn-primary{background:var(--text-primary);color:var(--bg-base)}.btn-primary:hover{background:#e4e4e7;transform:translateY(-1px)}.btn-accent{background:var(--accent-primary);color:#fff;box-shadow:0 0 15px var(--accent-glow)}.btn-accent:hover{background:var(--accent-primary-hover);box-shadow:0 0 25px var(--accent-glow)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:#ffffff0d;color:var(--text-primary)}.section-container{padding:80px 0;width:min(var(--page-content-width),1600px);margin:0 auto;max-width:none;position:relative;left:var(--page-content-offset)}.section-container-balanced{padding-right:0}.section-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:flex-end}.section-title{font-size:2rem;background:linear-gradient(to right,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.hub-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;color:#8f9ba6;background:#0d1014;font-size:.78rem}.hub-loading span{width:24px;height:24px;border:2px solid #34414c;border-top-color:#d9b84f;border-radius:50%;animation:hub-spin .8s linear infinite}@keyframes hub-spin{to{transform:rotate(360deg)}}.huabu-host{width:100%;height:100dvh;min-height:0;display:grid;grid-template-rows:36px minmax(0,1fr);overflow:hidden;background:#090b0e;color:#f4f5f7}.huabu-host__bar{display:grid;grid-template-columns:minmax(112px,1fr) auto minmax(112px,1fr);align-items:center;min-width:0;padding:0 8px;border-bottom:1px solid rgba(255,255,255,.08);background:#111419}.huabu-host__return,.huabu-host__reload{border:0;color:#e8ebef;background:transparent;cursor:pointer}.huabu-host__return{width:-moz-max-content;width:max-content;display:inline-flex;align-items:center;gap:6px;padding:5px 7px;font-size:12px}.huabu-host__return:hover,.huabu-host__reload:hover{background:#ffffff14}.huabu-host__identity,.huabu-host__actions,.huabu-host__energy{display:inline-flex;align-items:center;min-width:0}.huabu-host__identity{gap:6px;font-size:11px;color:#aab2bd}.huabu-host__actions{justify-self:end;gap:8px}.huabu-host__energy{gap:5px;white-space:nowrap;color:#d8c77b;font-size:11px}.huabu-host__reload{width:28px;height:28px;display:grid;place-items:center}.huabu-host__viewport{position:relative;min-width:0;min-height:0;overflow:hidden}.huabu-host__frame{width:100%;height:100%;display:block;border:0;background:#090b0e}.huabu-host__loading,.huabu-host__failure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-content:center;justify-items:center;gap:12px;background:#090b0e;color:#aab2bd;font-size:13px}.huabu-host__failure strong{color:#f2f4f7;font-size:14px}.huabu-host__failure button{border:1px solid rgba(255,255,255,.16);padding:7px 11px;background:#171b21;color:#eef1f4;cursor:pointer}@media(max-width:520px){.huabu-host__bar{grid-template-columns:minmax(96px,1fr) auto minmax(32px,1fr)}.huabu-host__identity span{display:none}}
