@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_b2991b2-module__9mH_6q__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_b2991b2-module__9mH_6q__variable{--font-sans:"Inter", "Inter Fallback"}
:root{--bg-main:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-muted:#64748b;--primary:#2563eb;--primary-hover:#1d4ed8;--border-light:#e2e8f0;--border-strong:#cbd5e1;--nav-height:70px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans), system-ui, sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:700;line-height:1.2}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:#eff6ff}.input-field{border:1px solid var(--border-strong);border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:monospace;font-size:.875rem;transition:border-color .2s}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}textarea.input-field{resize:vertical}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (max-width:480px){.grid-3,.grid-4{grid-template-columns:1fr}}.prose{max-width:800px;margin:0 auto}.prose h2{margin-top:2rem;margin-bottom:1rem}.prose p{color:var(--text-muted);margin-bottom:1rem}.prose ul{color:var(--text-muted);margin-bottom:1rem;margin-left:1.5rem}.header-nav{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);height:var(--nav-height);z-index:100;background:#ffffffd9;align-items:center;display:flex;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;height:100%;display:flex}.header-brand{color:var(--text-main);align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.header-brand:hover{opacity:.9;text-decoration:none}.header-logo-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;display:flex}.header-title{letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.header-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:none}.header-toggle:hover{background-color:var(--bg-main)}.header-desktop-menu{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary);text-decoration:none}.nav-link-highlight{color:var(--primary);font-weight:700}.nav-link-highlight:hover{color:var(--primary-hover)}.header-mobile-drawer{top:var(--nav-height);background:var(--bg-card);border-bottom:1px solid var(--border-light);width:100%;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);display:none;position:absolute;left:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.header-mobile-drawer.is-open{max-height:400px}.header-mobile-menu{flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;display:flex}.mobile-nav-link{color:var(--text-muted);border-bottom:1px solid #00000005;padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .2s}.mobile-nav-link:hover{color:var(--primary);text-decoration:none}.dropdown-item:hover{background-color:var(--bg-main)!important}@media (max-width:768px){.header-desktop-menu{display:none}.header-toggle{display:flex}.header-mobile-drawer{display:block}.container{padding:0 1.25rem}}@media (max-width:480px){.container{padding:0 1rem}.section{padding:2.5rem 0}h1{font-size:2rem!important}h2{font-size:1.5rem!important}}.category-item-link{color:var(--text-main);border-radius:8px;align-items:center;gap:.65rem;width:100%;padding:.5rem .75rem;font-size:.925rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.category-item-link:hover{background:var(--bg-main);color:var(--primary);text-decoration:none;transform:translate(4px)}.category-badge{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s;display:inline-flex}.category-item-link:hover .category-badge{transform:scale(1.1)}
