:root{--color-bg: #09090b;--color-surface: #131316;--color-surface-raised: #1a1a1f;--color-border: #27272a;--color-border-hover: #3f3f46;--color-text: #fafafa;--color-text-secondary: #d4d4d8;--color-text-muted: #a1a1aa;--color-primary: #0eb677;--color-primary-hover: #0a9960;--color-primary-glow: rgba(14, 182, 119, .15);--color-accent: #10b981;--color-accent-glow: rgba(16, 185, 129, .15);--color-warning: #f59e0b;--max-width: 1120px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}.site-header:where(.astro-37fxchfa){position:fixed;top:0;left:0;right:0;z-index:100;background:#09090bd9;backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.nav-container:where(.astro-37fxchfa){max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.logo:where(.astro-37fxchfa){display:flex;align-items:center;gap:.625rem;font-size:1.15rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.logo:where(.astro-37fxchfa):hover{color:#0eb677}.nav-links:where(.astro-37fxchfa){display:flex;gap:1.75rem;align-items:center}.nav-links:where(.astro-37fxchfa) a:where(.astro-37fxchfa){color:var(--color-text-muted);font-size:.875rem;font-weight:500;transition:color .2s}.nav-links:where(.astro-37fxchfa) a:where(.astro-37fxchfa):hover{color:var(--color-text)}.nav-dropdown:where(.astro-37fxchfa){position:relative}.nav-dropdown-trigger:where(.astro-37fxchfa){display:flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--color-text-muted);font-family:var(--font-sans);font-size:.875rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s}.nav-dropdown-trigger:where(.astro-37fxchfa):hover,.nav-dropdown:where(.astro-37fxchfa).open .nav-dropdown-trigger:where(.astro-37fxchfa){color:var(--color-text)}.dropdown-chevron:where(.astro-37fxchfa){transition:transform .2s}.nav-dropdown:where(.astro-37fxchfa).open .dropdown-chevron:where(.astro-37fxchfa),.nav-dropdown:where(.astro-37fxchfa):hover .dropdown-chevron:where(.astro-37fxchfa){transform:rotate(180deg)}.nav-dropdown-menu:where(.astro-37fxchfa){position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(4px);width:280px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:.5rem;padding-top:calc(.5rem + 12px);opacity:0;visibility:hidden;transition:opacity .15s,transform .15s,visibility .15s;box-shadow:0 8px 32px #0006}.nav-dropdown:where(.astro-37fxchfa):hover .nav-dropdown-menu:where(.astro-37fxchfa),.nav-dropdown:where(.astro-37fxchfa).open .nav-dropdown-menu:where(.astro-37fxchfa){opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown:where(.astro-37fxchfa):hover .nav-dropdown-trigger:where(.astro-37fxchfa){color:var(--color-text)}.dropdown-item:where(.astro-37fxchfa){display:flex;align-items:flex-start;gap:.625rem;padding:.625rem .75rem;border-radius:8px;transition:background .15s;color:var(--color-text)!important}.dropdown-item:where(.astro-37fxchfa):hover{background:var(--color-surface-raised);color:var(--color-text)!important}.dropdown-dot:where(.astro-37fxchfa){flex-shrink:0;width:8px;height:8px;border-radius:50%;margin-top:.4rem}.dot-amber:where(.astro-37fxchfa){background:#f59e0b}.dot-green:where(.astro-37fxchfa){background:#10b981}.dot-blue:where(.astro-37fxchfa){background:#3b82f6}.dot-purple:where(.astro-37fxchfa){background:#a855f7}.dropdown-label:where(.astro-37fxchfa){font-size:.82rem;font-weight:600;line-height:1.3}.dropdown-desc:where(.astro-37fxchfa){font-size:.72rem;color:var(--color-text-muted);line-height:1.4;margin-top:.125rem}.nav-cta:where(.astro-37fxchfa){padding:.3rem .875rem!important;background:var(--color-primary);color:#fff!important;border-radius:7px;font-size:.8rem!important;font-weight:600!important;transition:background .2s,transform .2s}.nav-cta:where(.astro-37fxchfa):hover{background:var(--color-primary-hover);color:#fff!important;transform:translateY(-1px)}.mobile-menu-btn:where(.astro-37fxchfa){display:none;background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:.25rem}.site-footer:where(.astro-37fxchfa){border-top:1px solid var(--color-border);padding:1.5rem}.footer-container:where(.astro-37fxchfa){max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-copyright:where(.astro-37fxchfa){color:var(--color-text-muted);font-size:.8rem;opacity:.6;white-space:nowrap;display:flex;align-items:center;gap:.3rem}.footer-miniidea:where(.astro-37fxchfa){display:inline-flex;align-items:center;gap:.25rem;color:var(--color-text-muted)!important;font-weight:600;transition:opacity .2s}.footer-miniidea:where(.astro-37fxchfa):hover{opacity:.8;color:var(--color-text)!important}.miniidea-logo:where(.astro-37fxchfa){border-radius:3px}.footer-license-link:where(.astro-37fxchfa){color:var(--color-text-muted)!important;text-decoration:underline;text-decoration-color:#a1a1aa4d;text-underline-offset:2px}.footer-license-link:where(.astro-37fxchfa):hover{color:var(--color-text)!important;text-decoration-color:#a1a1aa99}.footer-right:where(.astro-37fxchfa){display:flex;align-items:center;gap:1.5rem}.footer-right:where(.astro-37fxchfa)>a:where(.astro-37fxchfa){color:var(--color-text-muted);font-size:.85rem;white-space:nowrap}.footer-right:where(.astro-37fxchfa)>a:where(.astro-37fxchfa):hover{color:var(--color-text)}.lang-switcher:where(.astro-37fxchfa){position:relative}.lang-switcher-btn:where(.astro-37fxchfa){display:flex;align-items:center;gap:.4rem;padding:.375rem .75rem;background:transparent;border:1px solid var(--color-border);border-radius:100px;color:var(--color-text-muted);font-family:var(--font-sans);font-size:.8rem;font-weight:500;cursor:pointer;transition:border-color .2s,color .2s}.lang-switcher-btn:where(.astro-37fxchfa):hover{border-color:var(--color-border-hover);color:var(--color-text)}.lang-chevron:where(.astro-37fxchfa){transition:transform .2s}.lang-switcher:where(.astro-37fxchfa).open .lang-chevron:where(.astro-37fxchfa){transform:rotate(180deg)}.lang-menu:where(.astro-37fxchfa){position:absolute;bottom:calc(100% + .5rem);right:0;min-width:150px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:.325rem;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s,transform .15s,visibility .15s;box-shadow:0 8px 24px #00000059}.lang-switcher:where(.astro-37fxchfa).open .lang-menu:where(.astro-37fxchfa){opacity:1;visibility:visible;transform:translateY(0)}.lang-option:where(.astro-37fxchfa){display:flex;align-items:center;justify-content:space-between;padding:.45rem .7rem;border-radius:7px;font-size:.82rem;font-weight:500;color:var(--color-text-muted)!important;transition:background .15s,color .15s}.lang-option:where(.astro-37fxchfa):hover{background:var(--color-surface-raised);color:var(--color-text)!important}.lang-option:where(.astro-37fxchfa).active{color:var(--color-text)!important;font-weight:600}.lang-option:where(.astro-37fxchfa).active svg:where(.astro-37fxchfa){color:var(--color-primary)}@media(max-width:768px){.nav-links:where(.astro-37fxchfa){display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.5rem 0}.nav-links:where(.astro-37fxchfa).open{display:flex}.nav-links:where(.astro-37fxchfa) a:where(.astro-37fxchfa){padding:.75rem 1.5rem;width:100%}.nav-dropdown:where(.astro-37fxchfa){width:100%}.nav-dropdown-trigger:where(.astro-37fxchfa){padding:.75rem 1.5rem;width:100%}.nav-dropdown-menu:where(.astro-37fxchfa){position:static;transform:none;width:100%;border:none;border-radius:0;box-shadow:none;background:var(--color-surface-raised);padding:.25rem .5rem .25rem 1.5rem;opacity:1;visibility:visible;display:none}.nav-dropdown:where(.astro-37fxchfa).open .nav-dropdown-menu:where(.astro-37fxchfa){display:block;transform:none}.nav-cta:where(.astro-37fxchfa){margin:.25rem 1.5rem!important;width:auto!important;text-align:center;justify-content:center}.mobile-menu-btn:where(.astro-37fxchfa){display:block}.footer-container:where(.astro-37fxchfa){flex-direction:column;text-align:center;gap:1rem}.footer-right:where(.astro-37fxchfa){flex-wrap:wrap;justify-content:center;gap:1rem}}
