@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--theme-transition-duration: .26s;--theme-transition-ease: cubic-bezier(.22, 1, .36, 1);--bg-base: #0a0a0b;--bg-surface: #121214;--bg-surface-hover: #1c1c1f;--bg-glass: rgba(18, 18, 20, .65);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-tertiary: rgba(255, 255, 255, .4);--text-inverse: #000000;--bg-elevated: rgba(255, 255, 255, .03);--bg-hover: rgba(255, 255, 255, .06);--bg-active: rgba(255, 255, 255, .09);--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-grad-1: #8AB4F8;--nav-grad-2: #CDE0FF;--nav-grad-3: #FFFFFF;--nav-grad-4: #FFE0B2;--nav-grad-5: #F6B26B;--nav-width: 60px;--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);--hero-img-opacity: .6;--hero-fade-mid-1: rgba(10, 10, 11, .3);--hero-fade-mid-2: rgba(10, 10, 11, .76)}:root[data-theme=light]{--bg-base: #f5f6f8;--bg-surface: #f5f6f8;--bg-surface-hover: #eef1f5;--bg-glass: rgba(245, 246, 248, .82);--text-primary: #111827;--text-secondary: rgba(15, 23, 42, .7);--text-tertiary: rgba(15, 23, 42, .4);--text-inverse: #ffffff;--bg-elevated: #ffffff;--bg-hover: rgba(15, 23, 42, .06);--bg-active: rgba(15, 23, 42, .09);--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);--nav-grad-1: #2563EB;--nav-grad-2: #3B82F6;--nav-grad-3: #B8860B;--nav-grad-4: #D97706;--nav-grad-5: #C2410C;--menu-popup-bg: rgba(255, 255, 255, .94);--menu-popup-border: rgba(15, 23, 42, .1);--hero-img-opacity: .92;--hero-fade-mid-1: rgba(245, 246, 248, .3);--hero-fade-mid-2: rgba(245, 246, 248, .76)}*{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;position:relative}body:before{content:"";position:fixed;top:-10%;right:-10%;bottom:-10%;left:-10%;pointer-events:none;z-index:9999;opacity:0;background:linear-gradient(135deg,var(--nav-grad-1) 0%,var(--nav-grad-2) 40%,var(--nav-grad-3) 65%,var(--nav-grad-4) 85%,var(--nav-grad-5) 100%);filter:blur(40px);transform:translate3d(-14%,0,0) scale(1.02)}html.theme-switching,html.theme-switching body{transition:background-color var(--theme-transition-duration) var(--theme-transition-ease),color var(--theme-transition-duration) var(--theme-transition-ease),border-color var(--theme-transition-duration) var(--theme-transition-ease),opacity var(--theme-transition-duration) var(--theme-transition-ease)}body.theme-switching:before{animation:theme-gradient-wash var(--theme-transition-duration) var(--theme-transition-ease)}::view-transition-old(root),::view-transition-new(root){animation-duration:var(--theme-transition-duration);animation-timing-function:var(--theme-transition-ease)}::view-transition-old(root){animation-name:theme-view-old}::view-transition-new(root){animation-name:theme-view-new}@keyframes theme-gradient-wash{0%{opacity:0;transform:translate3d(-16%,0,0) scale(1.02)}35%{opacity:.16}to{opacity:0;transform:translate3d(16%,0,0) scale(1.08)}}@keyframes theme-view-old{0%{opacity:1;filter:saturate(1)}to{opacity:0;filter:saturate(.96)}}@keyframes theme-view-new{0%{opacity:0;filter:saturate(1.04)}to{opacity:1;filter:saturate(1)}}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}.theme-input::-moz-placeholder{color:var(--text-tertiary)!important;opacity:1!important}.theme-input::placeholder{color:var(--text-tertiary)!important;opacity:1!important}.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;color:var(--text-primary)}::-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}}.sub-tab-btn{background:transparent;color:var(--text-secondary);border:none;padding:8px 24px;border-radius:100px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.sub-tab-btn:hover{color:var(--text-primary)}.sub-tab-btn.active{background:var(--bg-surface);color:var(--text-primary);box-shadow:var(--shadow-glass)}
