@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Fira+Code:wght@400;500&display=swap";:root{--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-title:"Outfit", var(--font-sans);--font-mono:"Fira Code", monospace;--bg-base:#09090b;--bg-surface:#121218;--bg-surface-hover:#1c1c26;--bg-surface-active:#252533;--border-color:#272730;--border-focus:#4c1d95;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--text-muted:#71717a;--primary:#8b5cf6;--primary-hover:#a78bfa;--primary-gradient:linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);--accent-blue:#3b82f6;--accent-pink:#ec4899;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-glow:0 0 20px #8b5cf626;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--transition-fast:.15s ease;--transition-normal:.25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:0;color:var(--text-primary);font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glass-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-normal);background:#12121899}.glass-card:hover{box-shadow:var(--shadow-glow);border-color:#8b5cf64d;transform:translateY(-2px)}input,textarea,select{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition-fast);background-color:#121218cc;padding:.75rem 1rem;font-size:.95rem}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #8b5cf633}input::placeholder,textarea::placeholder{color:var(--text-muted)}.btn{border-radius:var(--radius-md);font-family:var(--font-title);cursor:pointer;transition:var(--transition-normal);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.btn-secondary{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}.btn-secondary:hover{background-color:var(--bg-surface-hover);border-color:var(--text-muted)}.btn-danger{color:#f87171;background-color:#ef444426;border:1px solid #ef44444d}.btn-danger:hover{background-color:#ef44444d}.btn-sm{border-radius:var(--radius-sm);min-height:44px;padding:.4rem .8rem;font-size:.85rem}.badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:0;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.breadcrumbs a{align-items:center;min-width:44px;min-height:44px;display:inline-flex}.badge-draft{color:#a1a1aa;background-color:#71717a26;border:1px solid #71717a4d}.badge-review{color:#fbbf24;background-color:#f59e0b26;border:1px solid #f59e0b4d}.badge-approved{color:#60a5fa;background-color:#3b82f626;border:1px solid #3b82f64d}.badge-published{color:#34d399;background-color:#10b98126;border:1px solid #10b9814d}.badge-deprecated{color:#f87171;background-color:#ef404026;border:1px solid #ef40404d}.badge-pending{color:#c084fc;background-color:#8b5cf626;border:1px solid #8b5cf64d}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.header.svelte-12qhfyh{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#09090bcc;position:sticky;top:0}.header-container.svelte-12qhfyh{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.brand.svelte-12qhfyh{align-items:center;gap:.5rem;min-height:44px;display:flex}.brand-dot.svelte-12qhfyh{background:var(--primary-gradient);border-radius:50%;width:10px;height:10px}.brand-text.svelte-12qhfyh{font-family:var(--font-title);letter-spacing:0;text-transform:lowercase;font-size:1.25rem;font-weight:800}.desktop-nav.svelte-12qhfyh{align-items:center;gap:1.5rem;display:flex}.nav-link.svelte-12qhfyh{color:var(--text-secondary);transition:var(--transition-fast);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.9rem;font-weight:500}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text-primary);background-color:var(--bg-surface-hover)}.admin-link.svelte-12qhfyh{color:var(--primary-hover);border:1px dashed #8b5cf666}.auth-area.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.login-actions.svelte-12qhfyh{gap:.5rem;display:flex}.user-profile.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.user-info.svelte-12qhfyh{text-align:right;flex-direction:column;display:flex}.user-name.svelte-12qhfyh{color:var(--text-primary);font-size:.85rem;font-weight:600}.user-role.svelte-12qhfyh{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.mobile-toggle.svelte-12qhfyh{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;flex:0 0 44px;justify-content:center;align-items:center;gap:5px;width:44px;min-width:44px;height:44px;padding:0;display:none}.mobile-toggle.svelte-12qhfyh .bar:where(.svelte-12qhfyh){background-color:var(--text-primary);width:22px;height:2px;transition:var(--transition-normal)}.mobile-toggle.svelte-12qhfyh .bar.open:where(.svelte-12qhfyh):first-child{transform:translateY(8px)rotate(45deg)}.mobile-toggle.svelte-12qhfyh .bar.open:where(.svelte-12qhfyh):nth-child(2){opacity:0}.mobile-toggle.svelte-12qhfyh .bar.open:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-nav-overlay.svelte-12qhfyh{z-index:99;background:#09090bf2;padding:2rem;position:fixed;inset:60px 0 0}.mobile-nav.svelte-12qhfyh{flex-direction:column;gap:1.5rem;display:flex}.mobile-link.svelte-12qhfyh{border-bottom:1px solid var(--border-color);padding-bottom:.5rem;font-size:1.2rem;font-weight:600}.mobile-nav-actions.svelte-12qhfyh{flex-direction:column;gap:.75rem;display:flex}.mobile-nav-actions.svelte-12qhfyh .btn:where(.svelte-12qhfyh){width:100%;min-height:44px}.main-content.svelte-12qhfyh{flex:1;padding:2rem 0}.footer.svelte-12qhfyh{border-top:1px solid var(--border-color);background-color:#12121866;margin-top:auto;padding:2rem 0}.footer-container.svelte-12qhfyh{text-align:center;max-width:1200px;color:var(--text-muted);margin:0 auto;padding:0 2rem;font-size:.8rem}@media (width<=768px){.header-container.svelte-12qhfyh{gap:1rem;padding:1rem}.desktop-nav.svelte-12qhfyh{display:none}.auth-area.svelte-12qhfyh{gap:.625rem;min-width:0}.login-actions.svelte-12qhfyh{display:none}.user-profile.svelte-12qhfyh{gap:.5rem;min-width:0}.user-info.svelte-12qhfyh{min-width:0;max-width:100px}.user-name.svelte-12qhfyh{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-role.svelte-12qhfyh{display:none}.auth-area.svelte-12qhfyh .btn-sm:where(.svelte-12qhfyh){min-height:44px}.mobile-toggle.svelte-12qhfyh{display:flex}}
