:root{--background:#ffffff;--foreground:#1a1a1a;--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#f3f4f6;--secondary-hover:#e5e7eb;--accent:#8b5cf6;--muted:#f3f4f6;--muted-foreground:#6b7280;--card:#ffffff;--card-foreground:#1a1a1a;--border:#e5e7eb;--input:#e5e7eb;--ring:#3b82f6;--code-bg:#f9fafb;--code-fg:#1e293b;--code-highlight:rgba(125,211,252,0.1);--header-bg:rgba(255,255,255,0.8);--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.dark{--background:#0f172a;--foreground:#f8fafc;--primary:#3b82f6;--primary-hover:#60a5fa;--secondary:#1e293b;--secondary-hover:#334155;--accent:#8b5cf6;--muted:#1e293b;--muted-foreground:#94a3b8;--card:#1e293b;--card-foreground:#f8fafc;--border:#334155;--input:#334155;--ring:#3b82f6;--code-bg:#1e293b;--code-fg:#e2e8f0;--code-highlight:rgba(56,189,248,0.1);--header-bg:rgba(15,23,42,0.8);--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.3);--shadow:0 4px 6px -1px rgba(0,0,0,0.3),0 2px 4px -1px rgba(0,0,0,0.2);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.3),0 4px 6px -2px rgba(0,0,0,0.2);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.3),0 10px 10px -5px rgba(0,0,0,0.2)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground);transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}img{max-width:100%;height:auto}html{scroll-behavior:smooth}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}pre[class*=language-]{overflow-x:auto;padding:1rem;border-radius:8px;background:#1e1e1e;max-width:100%;white-space:pre;word-break:normal}code[class*=language-]{display:block;font-size:.9rem;line-height:1.6}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.Footer_footer__yl3k1{background-color:var(--muted);padding:4rem 1rem 2rem}.Footer_footerContent__B4teV{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.Footer_footerSection__lxdDh{display:flex;flex-direction:column;gap:1rem}.Footer_footerTitle__tvdxt{font-size:1.25rem;margin-bottom:.5rem}.Footer_footerDescription__y8sLS{color:var(--muted-foreground);line-height:1.6;margin-bottom:1rem}.Footer_socialLinks__57uUS{display:flex;gap:1rem}.Footer_socialIcon__w24z3{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:var(--secondary);color:var(--foreground);transition:background-color .2s,color .2s}.Footer_socialIcon__w24z3:hover{background-color:var(--primary);color:white}.Footer_footerLinks___h1TO{list-style:none;display:flex;flex-direction:column;gap:.75rem}.Footer_footerLinks___h1TO a{color:var(--muted-foreground);transition:color .2s}.Footer_footerLinks___h1TO a:hover{color:var(--primary)}.Footer_footerBottom__5n19l{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);font-size:.875rem}@media (min-width:640px){.Footer_footerContent__B4teV{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer_footerContent__B4teV{grid-template-columns:2fr 1fr 1fr 1fr}.Footer_footer__yl3k1{padding:5rem 2rem 2rem}}.PageLoadingBar_progressContainer__lXap0{position:fixed;top:0;left:0;width:100%;height:3px;background:transparent;z-index:2000;pointer-events:none}.PageLoadingBar_progressBar__qPJmt{height:100%;background:linear-gradient(to right,var(--primary),var(--accent));width:0;transition:width .2s ease,opacity .4s ease;box-shadow:0 0 10px rgba(59,130,246,.7)}.Header_header__072v2,.Header_navbar__g1l5B{background-color:var(--header-bg)}.Header_navbar__g1l5B{position:relative;z-index:999;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;color:var(--foreground);height:10vh;position:fixed;top:1px;width:100%}.Header_hamburger__f_45F{display:none}.Header_bar__Yjyqf{display:block;width:35px;height:3px;margin:5px auto;transition:all .3s ease-in-out;background-color:var(--foreground)}.Header_navmenu__R1N2h{display:flex;justify-content:space-between;align-items:center;list-style:none}.Header_navitem__JCcjO{margin-left:3rem}.Header_navlink__qCOst{font-size:2rem;font-weight:400;color:var(--foreground);text-transform:uppercase;font-size:smaller}.Header_navlink__qCOst:hover{color:#482ff7}.Header_logo__0dir7{display:flex;align-items:center;z-index:101}.Header_logoContainer__V_0vt{display:flex;align-items:center;gap:.5rem}.Header_logoIcon__FHXPA{background-color:var(--primary);color:white;width:2rem;height:2rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.Header_logoText__ZcPbR{font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.Header_themeToggle__KeH_z{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem .5rem .5rem 60%;border-radius:50%;transition:background-color .2s;z-index:101}.Header_themeToggle__KeH_z:hover{background-color:var(--secondary)}@media only screen and (max-width:1200px){.Header_navmenu__R1N2h{position:fixed;left:-100%;top:4rem;flex-direction:column;background-color:var(--background);width:100%;border-radius:10px;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(110,19,19,.05)}.Header_themeToggle__KeH_z{padding-left:65%}.Header_navbar__g1l5B{z-index:999;display:flex;justify-content:space-between;align-items:center;padding:1rem 2 rem;height:10vh;position:fixed;top:1px;width:100%}.Header_navlink__qCOst{color:var(--foreground)}.Header_navmenu__R1N2h.Header_active__3IUjt{left:0}.Header_navitem__JCcjO{margin:1.5rem 0}.Header_hamburger__f_45F{display:block;cursor:pointer}.Header_hamburger__f_45F.Header_active__3IUjt .Header_bar__Yjyqf:nth-child(2){opacity:0}.Header_hamburger__f_45F.Header_active__3IUjt .Header_bar__Yjyqf:first-child{transform:translateY(8px) rotate(45deg)}.Header_hamburger__f_45F.Header_active__3IUjt .Header_bar__Yjyqf:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}