:root{--background:#21242D;--foreground:#F0F2F5;--card:#2B303B;--card-foreground:var(--foreground);--popover:var(--background);--popover-foreground:var(--foreground);--primary:#A7C7E7;--primary-foreground:#111418;--secondary:#3A404D;--secondary-foreground:var(--foreground);--muted:var(--secondary);--muted-foreground:#B8BFC9;--accent:var(--secondary);--accent-foreground:var(--foreground);--destructive:#7f1d1d;--destructive-foreground:var(--foreground);--border:var(--secondary);--input:var(--secondary);--ring:var(--primary)}[data-theme=light]{--background:#E7F0FC;--foreground:#0D1117;--card:#FFFFFF;--card-foreground:var(--foreground);--popover:var(--card);--popover-foreground:var(--foreground);--primary:#4A90E2;--primary-foreground:var(--card);--secondary:var(--card);--secondary-foreground:var(--foreground);--muted:#DAE4F2;--muted-foreground:#5A6472;--accent:var(--muted);--accent-foreground:var(--foreground);--destructive:#dc2626;--destructive-foreground:var(--card);--border:#C8D4E2;--input:var(--muted);--ring:var(--primary)}body{background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}*{box-sizing:border-box}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.input-row{display:flex;gap:.75rem;margin-bottom:1rem}.input{flex:1 1;padding:.875rem 1.25rem;background:var(--input);border:2px solid var(--border);border-radius:10px;color:var(--foreground);font-size:1rem;transition:all .2s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(167,199,231,.1)}.input::placeholder{color:var(--muted-foreground)}.btn-short{padding:.875rem 2rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-short:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(167,199,231,.4)}.btn-short:active{transform:translateY(0)}@media (max-width:768px){.input-row{flex-direction:column}.btn-short{width:100%}}.Header_header__MvnS2{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid var(--border);background-color:var(--background);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Header_logo__j7oID{font-weight:700;font-size:1.25rem;z-index:1001}.Header_logo__j7oID a{color:var(--foreground);text-decoration:none}.Header_desktopNav__hqXo_,.Header_nav__EE71E{display:flex;align-items:center;gap:1.5rem}.Header_navLink__Q_hTB{color:var(--muted-foreground);text-decoration:none;transition:color .2s;font-weight:500}.Header_navLink__Q_hTB:hover{color:var(--foreground)}.Header_themeSwitcher__4YwRZ{background:none;border:none;color:var(--foreground);cursor:pointer;font-size:1.25rem;padding:.25rem .5rem;transition:all .2s;border-radius:6px}.Header_themeSwitcher__4YwRZ:hover{background:var(--secondary);color:var(--primary)}.Header_hamburger___6DdG{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.Header_hamburgerLine__8uGhL{width:28px;height:3px;background-color:var(--foreground);border-radius:2px;transition:all .3s ease;transform-origin:center}.Header_hamburgerLine__8uGhL.Header_open__k_vL4:first-child{transform:translateY(8px) rotate(45deg)}.Header_hamburgerLine__8uGhL.Header_open__k_vL4:nth-child(2){opacity:0}.Header_hamburgerLine__8uGhL.Header_open__k_vL4:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.Header_mobileMenu__nWWGd{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--background);border-left:1px solid var(--border);transition:right .3s ease;z-index:1000;box-shadow:-4px 0 12px rgba(0,0,0,.1)}.Header_mobileMenuOpen__4Rs0x{right:0}.Header_mobileNav__J0kLN{display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem}.Header_mobileNav__J0kLN .Header_navLink__Q_hTB{font-size:1.125rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.Header_mobileButtons__4Y2tM{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.Header_mobileButton__TO1_x{background:var(--secondary);border:1px solid var(--border);color:var(--foreground);cursor:pointer;font-size:1rem;padding:.875rem 1.5rem;border-radius:8px;transition:all .2s;font-weight:600}.Header_mobileButton__TO1_x:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.Header_overlay__qJh_7{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;animation:Header_fadeIn__ehE4K .3s ease}@keyframes Header_fadeIn__ehE4K{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Header_header__MvnS2{padding:1rem 1.5rem}.Header_desktopNav__hqXo_{display:none}.Header_hamburger___6DdG{display:flex}}