:root{--bg:#111;--surface:#1e1e1e;--primary:#fff;--primary-hover:#e5e5e5;--accent:#8b5cf6;--danger:#ef4444;--text:#fff;--muted:#a1a1aa;--border:#333;--radius:8px;--input-bg:#d4d4d4;--input-text:#000;--font-sans:"Inter",system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text);background:linear-gradient(#050505 0%,#1a1a1a 100%);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.grid{gap:2rem;display:grid}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.mt-4{margin-top:1rem}.mb-8{margin-bottom:2rem}button{transition:transform .12s,background-color .15s,border-color .15s,color .15s,opacity .15s,box-shadow .15s}button:hover:not(:disabled){cursor:pointer}button:active:not(:disabled){transform:translateY(1px)scale(.98)}button:disabled{opacity:.55;cursor:not-allowed}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btnSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite btnSpin;display:inline-block}@keyframes btnSpin{to{transform:rotate(360deg)}}
.Navbar-module__nuAbfa__nav{background:#050505;padding:2rem 0;position:relative}.Navbar-module__nuAbfa__container{justify-content:space-between;align-items:flex-start;display:flex;position:relative}.Navbar-module__nuAbfa__blogLink{color:#050505;text-transform:uppercase;background-color:#fff;border-radius:5px;margin-right:1rem;padding-block:.2rem;padding-inline:2rem;font-family:Poppins;font-size:.68rem;transition:opacity .15s,transform .12s}.Navbar-module__nuAbfa__blogLink:hover{opacity:.9}.Navbar-module__nuAbfa__blogLink:active{transform:translateY(1px)scale(.98)}.Navbar-module__nuAbfa__navLeft{justify-content:center;align-items:center;gap:3rem;display:flex}.Navbar-module__nuAbfa__menuWrap{align-items:center;display:inline-flex;position:relative}.Navbar-module__nuAbfa__menuToggle{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .15s,transform .12s;display:inline-flex}.Navbar-module__nuAbfa__menuToggle:hover{background:#ffffff0f}.Navbar-module__nuAbfa__menuToggle:active{transform:scale(.96)}.Navbar-module__nuAbfa__menuToggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Navbar-module__nuAbfa__hamburger{cursor:pointer;flex-direction:column;justify-content:space-between;width:24px;height:20px;display:flex}.Navbar-module__nuAbfa__hamburger:hover{opacity:.5}.Navbar-module__nuAbfa__bar{background-color:var(--text);transform-origin:50%;width:100%;height:2px;transition:all .3s}.Navbar-module__nuAbfa__bar:first-child{transform-origin:top}.Navbar-module__nuAbfa__bar:nth-child(2){opacity:1}.Navbar-module__nuAbfa__bar:nth-child(3){transform-origin:bottom}.Navbar-module__nuAbfa__bar.Navbar-module__nuAbfa__open:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__nuAbfa__bar.Navbar-module__nuAbfa__open:nth-child(2){opacity:0}.Navbar-module__nuAbfa__bar.Navbar-module__nuAbfa__open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__nuAbfa__dropdownMenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);z-index:1000;transform-origin:100% 0;background:#1e1e1ef5;border-radius:10px;min-width:240px;padding:.5rem;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 12px 32px #00000080}.Navbar-module__nuAbfa__dropdownMenu.Navbar-module__nuAbfa__open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.Navbar-module__nuAbfa__dropdownMenu.Navbar-module__nuAbfa__closed{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px)scale(.96)}.Navbar-module__nuAbfa__dropdownHeader{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:.5rem .75rem .4rem;font-size:.65rem;font-weight:700}.Navbar-module__nuAbfa__menuItem{color:var(--text);letter-spacing:.02em;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.2rem;padding:.75rem .875rem;font-size:.85rem;font-weight:400;transition:background .15s,color .15s,transform .12s;display:flex}.Navbar-module__nuAbfa__menuItem:hover{background:#ffffff14;transform:translate(-2px)}.Navbar-module__nuAbfa__menuItem:active{transform:translate(0)scale(.99)}.Navbar-module__nuAbfa__menuItem:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Navbar-module__nuAbfa__menuItemActive{color:#fff;background:#8b5cf629;font-weight:600}.Navbar-module__nuAbfa__menuItemActive:hover{background:#8b5cf63d}.Navbar-module__nuAbfa__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Navbar-module__nuAbfa__dropdownDivider{background:var(--border);height:1px;margin:.4rem .5rem}.Navbar-module__nuAbfa__scissorsIcon{opacity:.6;margin-left:.5rem}.Navbar-module__nuAbfa__right{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.Navbar-module__nuAbfa__iconGroup{gap:.25rem;display:flex}.Navbar-module__nuAbfa__icon{width:1rem;height:1rem;color:var(--text);opacity:.8;cursor:pointer;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}@media (max-width:768px){.Navbar-module__nuAbfa__dropdownMenu{min-width:220px;left:auto;right:0}}
.Footer-module__EZoWya__footer{text-align:center;background-color:#1a1a1a;margin-top:auto;padding:2rem 0}.Footer-module__EZoWya__text{color:#666;margin-bottom:.5rem;font-size:.75rem}.Footer-module__EZoWya__disclaimer{max-width:600px;margin:.5rem auto 1rem;font-size:.775rem}.Footer-module__EZoWya__link{color:var(--primary);font-size:.875rem;text-decoration:underline}
