@font-face{font-family:Rubik;src:url(../../../fonts/rubik.woff2) format("woff2");font-display:block}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior-y:none}body{background:var(--bg-app);color:var(--fg-primary);font-family:var(--font-body);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.5;overscroll-behavior-y:none}@keyframes nav-loading-bar{0%{transform:translate(-60%)}to{transform:translate(60%)}}@keyframes nav-loading-bar-show{to{opacity:1}}body[data-nav-loading="1"]:before{content:"";position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(0,255,85,.85) 50%,transparent 100%);transform:translate(-60%);opacity:0;animation:nav-loading-bar-show 0s linear .1s forwards,nav-loading-bar .75s linear infinite;z-index:9999;pointer-events:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;text-transform:uppercase}button{font-family:inherit;cursor:pointer;border:none;background:none}button:focus-visible,a:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-app)}::-webkit-scrollbar-thumb{background:var(--border-dim);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--fg-dim)}::selection{background:var(--brand-primary);color:#000}:root{--brand-primary: #00ff55;--brand-primary-dim: #00cc44;--brand-accent: #00f3ff;--brand-hot: #ff0055;--surface-1: #09090b;--surface-2: #121215;--surface-3: #1c1c21;--surface-highlight: #27272a;--bg-app: var(--surface-1);--bg-panel: var(--surface-2);--bg-glass: rgba(18, 18, 21, .7);--bg-input: #000000;--fg-primary: #ffffff;--fg-secondary: #a1a1aa;--fg-dim: #52525b;--border-dim: #27272a;--border-glass: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .15);--shadow-sm: 0 4px 12px rgba(0, 0, 0, .5);--glow-primary: 0 0 20px rgba(0, 255, 85, .15);--glow-text: 0 0 10px rgba(255, 255, 255, .3);--font-display: "Rubik", sans-serif;--font-body: "Rubik", sans-serif;--ease-out: cubic-bezier(.2, .8, .2, 1);--trans-fast: .15s ease-out;--trans-subtle: .2s ease-out;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 999px;--sbw: 260px}.app-shell.svelte-12qhfyh{display:flex;min-height:100vh;overscroll-behavior-y:none;background-color:var(--bg-app);background-image:radial-gradient(circle at 15% 50%,rgba(0,255,85,.03),transparent 25%),radial-gradient(circle at 85% 30%,rgba(0,243,255,.02),transparent 25%)}.mobile-toggle.svelte-12qhfyh{position:fixed;left:-9999px;top:-9999px;width:1px;height:1px;opacity:0}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:var(--sbw);background:var(--bg-panel);border-right:1px solid var(--border-dim);display:flex;flex-direction:column;padding:24px;z-index:100}.logo-wrap.svelte-12qhfyh{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 8px rgba(0,255,85,.3))}.logo-text.svelte-12qhfyh{font-family:var(--font-display);font-size:1.6rem;color:var(--fg-primary);font-weight:700;letter-spacing:-.02em;text-shadow:0 0 20px rgba(0,0,0,.5)}.nav-items.svelte-12qhfyh{display:flex;flex-direction:column;gap:4px;flex:1}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:16px;padding:10px 16px;border-radius:var(--radius-sm);text-decoration:none;color:var(--fg-secondary);font-weight:500;transition:color var(--trans-fast),background var(--trans-fast);border:1px solid transparent;border-left-width:3px;background:transparent;cursor:pointer;position:relative;font-size:.95rem}.nav-item.svelte-12qhfyh .icon:where(.svelte-12qhfyh){display:flex;width:20px;height:20px;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity var(--trans-fast)}.nav-item.svelte-12qhfyh .label:where(.svelte-12qhfyh){position:relative;z-index:1}.nav-item.svelte-12qhfyh:hover{color:var(--fg-primary);background:var(--surface-3)}.nav-item.svelte-12qhfyh:hover .icon:where(.svelte-12qhfyh){opacity:1}.nav-item.active.svelte-12qhfyh{color:var(--fg-primary);border-left-color:var(--brand-primary);background:linear-gradient(90deg,rgba(0,255,85,.05),transparent)}.nav-item.active.svelte-12qhfyh .icon:where(.svelte-12qhfyh){opacity:1;color:var(--brand-primary);filter:drop-shadow(0 0 8px rgba(0,255,85,.4))}.sidebar-search.svelte-12qhfyh{margin-top:auto;margin-bottom:16px;background:var(--bg-input);border:1px solid var(--border-dim);border-radius:var(--radius-sm);display:flex;align-items:center;padding:0 12px;height:36px;gap:10px;transition:border-color var(--trans-fast)}.sidebar-search.svelte-12qhfyh:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 1px var(--brand-primary-dim)}.sidebar-search.svelte-12qhfyh input:where(.svelte-12qhfyh){background:transparent;border:none;color:var(--fg-primary);width:100%;outline:none;font-size:.85rem;font-family:var(--font-body)}.sidebar-search.svelte-12qhfyh .search-icon:where(.svelte-12qhfyh){color:var(--fg-dim)}.nav-footer.svelte-12qhfyh{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-dim);display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.75rem}.lang-switch.svelte-12qhfyh{display:flex;align-items:center;gap:4px;padding:0;color:var(--fg-dim);margin-bottom:0}.lang-switch.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--fg-dim);text-decoration:none;font-weight:500;transition:color .2s;padding:2px 4px;border-radius:4px}.lang-switch.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--fg-primary);background:#ffffff0d}.lang-switch.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--fg-primary);background:#ffffff1a;font-weight:600}.lang-switch.svelte-12qhfyh .sep:where(.svelte-12qhfyh){opacity:.2;font-size:.7em}.app-info.svelte-12qhfyh{display:flex;align-items:center;gap:6px;opacity:1;padding:0}.status.svelte-12qhfyh{color:var(--fg-secondary);font-weight:500;font-size:.65rem;letter-spacing:.05em;padding:4px 8px;border-radius:4px;text-decoration:none;transition:all .2s;text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;gap:8px}.status.svelte-12qhfyh:hover{color:var(--fg-primary);background:#ffffff0d}.status-dot.svelte-12qhfyh{width:6px;height:6px;border-radius:50%;background-color:var(--brand-primary);box-shadow:0 0 8px var(--brand-primary);animation:svelte-12qhfyh-status-pulse 2s infinite;display:inline-block;flex:0 0 auto;position:relative;top:-.3px}@keyframes svelte-12qhfyh-status-pulse{0%{opacity:1;box-shadow:0 0 #39ff1466}70%{opacity:.8;box-shadow:0 0 0 4px #39ff1400}to{opacity:1;box-shadow:0 0 #39ff1400}}.mobile-header.svelte-12qhfyh,.mobile-bottom-nav.svelte-12qhfyh,.mobile-toggle.svelte-12qhfyh,.mobile-overlay.svelte-12qhfyh{display:none}@media(max-width:900px){.sidebar.svelte-12qhfyh{display:none}.mobile-header.svelte-12qhfyh{display:flex;position:fixed;top:0;left:0;right:0;height:60px;background:#0f0f12f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-glass);z-index:1400;align-items:center;justify-content:space-between;padding:0 16px}.mobile-brand-left.svelte-12qhfyh{display:flex;align-items:center}.mobile-brand.svelte-12qhfyh{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-text-mobile.svelte-12qhfyh{font-family:var(--font-display);font-size:1.2rem;color:var(--fg-primary);letter-spacing:-.02em}.mobile-header-right.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.lang-switch-mobile.svelte-12qhfyh{display:flex;align-items:center;gap:4px;font-size:.8rem}.lang-switch-mobile.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--fg-dim);text-decoration:none;padding:4px;font-weight:500}.lang-switch-mobile.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--fg-primary)}.lang-switch-mobile.svelte-12qhfyh .sep:where(.svelte-12qhfyh){opacity:.2}.version-mobile.svelte-12qhfyh{display:flex;align-items:center;gap:6px;font-size:.7rem;color:var(--fg-secondary);background:#ffffff0d;border:1px solid var(--border-glass);padding:4px 8px;border-radius:12px}.version-mobile.svelte-12qhfyh .status-dot:where(.svelte-12qhfyh){top:-.9px}.mobile-bottom-nav.svelte-12qhfyh{display:flex;position:fixed;bottom:env(safe-area-inset-bottom,0);left:0;right:0;height:auto;background:#0f0f12;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-glass);z-index:1400;padding:12px 16px;justify-content:space-around;align-items:center;pointer-events:auto;box-shadow:0 50px #0f0f12}.b-nav-item.svelte-12qhfyh{flex:1;height:48px;display:flex;align-items:center;justify-content:center;color:var(--fg-secondary);background:transparent;border:none;cursor:pointer;transition:color .2s;text-decoration:none}.b-nav-item.active.svelte-12qhfyh{color:var(--brand-primary)}.mobile-toggle.svelte-12qhfyh{display:block}#mobile-menu-toggle.svelte-12qhfyh:checked~.mobile-bottom-nav:where(.svelte-12qhfyh) .more-btn:where(.svelte-12qhfyh){color:var(--brand-primary)}.more-btn.svelte-12qhfyh .more-icon-wrap:where(.svelte-12qhfyh){display:grid;grid-template-columns:1fr 1fr;gap:3px}.grid-dot.svelte-12qhfyh{width:4px;height:4px;background:currentColor;border-radius:50%}.main-content.svelte-12qhfyh{margin-left:0;width:100%;max-width:100vw;overflow-x:hidden;padding-top:60px;padding-bottom:calc(110px + env(safe-area-inset-bottom,0px))}.content-wrap.svelte-12qhfyh{padding:16px 8px}.mobile-overlay.svelte-12qhfyh{display:none;position:fixed;top:60px;bottom:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1200;pointer-events:auto;padding:20px 20px 100px;overflow-y:auto;flex-direction:column}.mobile-overlay.svelte-12qhfyh:target{display:flex}#mobile-menu-toggle.svelte-12qhfyh:checked~#mobile-menu:where(.svelte-12qhfyh){display:flex}#mobile-menu-toggle.svelte-12qhfyh:checked~.app-shell:where(.svelte-12qhfyh){pointer-events:none}.search-overlay.svelte-12qhfyh{justify-content:flex-start;padding-top:20px}.mobile-search-bar.svelte-12qhfyh{display:flex;align-items:center;background:#ffffff1a;border-radius:12px;padding:12px;gap:12px;border:1px solid var(--border-glass)}.mobile-search-bar.svelte-12qhfyh input:where(.svelte-12qhfyh){background:transparent;border:none;color:#fff;font-size:1rem;flex:1;outline:none}.close-btn.svelte-12qhfyh{color:var(--fg-secondary)}.menu-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.menu-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#ffffff0d;border-radius:12px;padding:16px;gap:8px;color:var(--fg-primary);text-decoration:none;font-size:.8rem;font-weight:500;border:1px solid var(--border-glass)}.menu-item.svelte-12qhfyh:active{background:#ffffff1a;transform:scale(.98)}}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:16px;text-decoration:none;margin-bottom:48px;padding-left:8px}.logo-wrap.svelte-12qhfyh{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 12px rgba(57,255,20,.4))}.logo-text.svelte-12qhfyh{font-family:var(--font-display);font-size:1.6rem;color:var(--fg-primary);background:linear-gradient(135deg,#fff 30%,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;transform:translateY(2px);display:flex;align-items:baseline;gap:2px}.nav-items.svelte-12qhfyh{display:flex;flex-direction:column;gap:8px;flex:1}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:16px;padding:12px 16px;border-radius:var(--radius-md);text-decoration:none;color:var(--fg-secondary);font-weight:500;transition:all var(--trans-fast);border:1px solid transparent;border-left:3px solid transparent;background:transparent;cursor:pointer}.nav-item.svelte-12qhfyh .icon:where(.svelte-12qhfyh){display:flex;width:24px;height:24px;align-items:center;justify-content:center}.nav-item.svelte-12qhfyh:hover{background:#ffffff08;color:var(--fg-primary)}.nav-item.active.svelte-12qhfyh{background:linear-gradient(90deg,rgba(57,255,20,.08) 0%,transparent 100%);border-left:1px solid var(--brand-primary);border-color:var(--brand-primary) transparent transparent transparent;border:1px solid transparent;border-left:3px solid var(--brand-primary);color:var(--brand-primary)}.main-content.svelte-12qhfyh{flex:1;margin-left:var(--sbw);width:calc(100% - var(--sbw))}.content-wrap.svelte-12qhfyh{max-width:1000px;margin:0 auto;padding:40px 32px}@media(max-width:900px){.main-content.svelte-12qhfyh{margin-left:0!important;width:100%!important;padding-bottom:calc(110px + env(safe-area-inset-bottom,0px))!important}.sidebar.svelte-12qhfyh{display:none!important}.content-wrap.svelte-12qhfyh{padding:16px 8px!important}}
