:root{--app-max-width:1240px;--header-height:82px;--page-side-padding:24px;--section-gap:24px;--card-radius:20px;--surface:#fff;--surface-soft:#f8fafc;--page-bg:#f4f6fb;--text-primary:#0f172a;--text-secondary:#64748b;--border-soft:#e9eef5;--shadow-soft:0 10px 28px #0f172a0f}*{box-sizing:border-box;margin:0;padding:0}html{background:linear-gradient(#fff 0% 50%,#080e1d 50% 100%) fixed}body{padding-top:var(--header-height);background-color:#fff}@media (max-width:992px){:root{--header-height:72px;--page-side-padding:16px;--section-gap:20px}}
:root{--clr-ink:#0a0f1e;--clr-muted:#64748b;--clr-accent:#2150e8;--clr-accent-dim:#f6f8fc;--clr-surface:#fff;--clr-border:#0f172a14;--clr-hover-bg:#dfe8ff;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-xs:0 1px 3px #0f172a0f;--shadow-md:0 8px 24px #0f172a17;--shadow-lg:0 18px 40px #0f172a1c;--ease-out:cubic-bezier(.22, 1, .36, 1);--font-sans:"DM Sans", "Helvetica Neue", sans-serif;--font-mono:"DM Mono", "Fira Code", monospace}.header-module__6rtY2W__header{z-index:1000;width:100%;height:var(--header-height,72px);border-bottom:1px solid var(--clr-border);box-shadow:var(--shadow-xs);transition:box-shadow .3s var(--ease-out);-webkit-backdrop-filter:blur(10px)saturate(160%);backdrop-filter:blur(10px)saturate(160%);background:#ffffff41;position:fixed;top:0;left:0}.header-module__6rtY2W__header:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#2150e840 40% 60%,#0000 100%);height:1px;position:absolute;bottom:-1px;left:0;right:0}.header-module__6rtY2W__inner{height:100%;max-width:var(--app-max-width,1280px);padding:0 var(--page-side-padding,28px);grid-template-columns:auto 1fr;align-items:center;gap:32px;margin:0 auto;display:grid}.header-module__6rtY2W__brand{justify-self:start;align-items:center;gap:10px;text-decoration:none;display:flex}.header-module__6rtY2W__logoWrapper{border-radius:var(--radius-md);background:var(--clr-surface);width:52px;height:52px;box-shadow:0 0 0 1px var(--clr-border), var(--shadow-xs);transition:box-shadow .25s var(--ease-out), transform .25s var(--ease-out);position:relative;overflow:hidden}.header-module__6rtY2W__brand:hover .header-module__6rtY2W__logoWrapper{box-shadow:0 0 0 1px #2150e833, var(--shadow-md);transform:translateY(-1px)}.header-module__6rtY2W__logoImage{object-fit:contain}.header-module__6rtY2W__navArea{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-width:0;display:grid}.header-module__6rtY2W__leftActions{justify-self:start}.header-module__6rtY2W__rightActions{justify-self:end;align-items:center;display:flex}.header-module__6rtY2W__nav{justify-content:center;min-width:0;display:flex}.header-module__6rtY2W__menuItem{grid-template-columns:repeat(5,1fr);align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:grid}.header-module__6rtY2W__item{border-radius:var(--radius-sm);height:40px;color:var(--clr-muted);font-family:var(--font-sans);letter-spacing:-.01em;white-space:nowrap;text-align:center;background-color:#fff4;justify-content:center;align-items:center;gap:6px;padding:0 8px;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .2s,background-color .2s;display:flex;position:relative}.header-module__6rtY2W__item:hover{color:var(--clr-ink);background:var(--clr-hover-bg)}.header-module__6rtY2W__item:after{content:"";background:var(--clr-accent);transform-origin:0;height:2px;transition:transform .25s var(--ease-out);border-radius:2px;position:absolute;bottom:5px;left:8px;right:8px;transform:scaleX(0)}.header-module__6rtY2W__item:hover:after{transform:scaleX(1)}.header-module__6rtY2W__activeItem{color:var(--clr-ink);background:var(--clr-accent-dim);font-weight:600}.header-module__6rtY2W__activeItem:after{transform:scaleX(1)}.header-module__6rtY2W__activeItem:hover{background:#d0daff}.header-module__6rtY2W__exploreWrapper{position:relative}.header-module__6rtY2W__exploreButton{border-radius:var(--radius-sm);border:1px solid var(--clr-border);background:var(--clr-surface);height:38px;color:var(--clr-ink);font-family:var(--font-sans);letter-spacing:-.01em;cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-xs);align-items:center;gap:6px;padding:0 16px;font-size:13.5px;font-weight:600;transition:background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.header-module__6rtY2W__exploreButton:after{transition:transform .22s var(--ease-out);margin-top:1px;font-size:14px;line-height:1;display:inline-block}.header-module__6rtY2W__exploreButtonOpen:after{transform:rotate(180deg)}.header-module__6rtY2W__exploreButton:hover,.header-module__6rtY2W__exploreButtonOpen{border-color:#2150e833;box-shadow:0 0 5px #214fe869}.header-module__6rtY2W__exploreDropdown{border-radius:var(--radius-lg);background:var(--clr-surface);border:1px solid var(--clr-border);min-width:220px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform-origin:0 0;transition:opacity .22s var(--ease-out), transform .22s var(--ease-out), visibility .22s;z-index:999;pointer-events:none;padding:6px;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-8px)scale(.97)}.header-module__6rtY2W__exploreDropdown.header-module__6rtY2W__dropdownVisible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.header-module__6rtY2W__exploreList{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.header-module__6rtY2W__exploreList li a{border-radius:var(--radius-md);color:#1e293b;font-family:var(--font-sans);align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.header-module__6rtY2W__exploreList li a:before{content:"";background:var(--clr-accent);opacity:0;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:opacity .15s,transform .15s;display:inline-block;transform:scale(.5)}.header-module__6rtY2W__exploreList li a:hover{background:var(--clr-hover-bg);color:var(--clr-ink)}.header-module__6rtY2W__exploreList li a:hover:before{opacity:1;transform:scale(1)}.header-module__6rtY2W__profileDropdownWrapper{position:relative}.header-module__6rtY2W__profileAvatar{color:#fff;width:38px;height:38px;font-family:var(--font-sans);cursor:pointer;background:linear-gradient(135deg,#2150e8 0%,#4f78f4 100%);border:2px solid #2150e833;border-radius:50%;place-items:center;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 2px 8px #2150e840}.header-module__6rtY2W__profileAvatar:hover,.header-module__6rtY2W__profileAvatarOpen{border-color:#2150e880;transform:translateY(-1px);box-shadow:0 4px 14px #2150e859}.header-module__6rtY2W__profileDropdownMenu{border-radius:var(--radius-lg);background:var(--clr-surface);border:1px solid var(--clr-border);min-width:176px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform-origin:100% 0;transition:opacity .22s var(--ease-out), transform .22s var(--ease-out), visibility .22s;z-index:999;pointer-events:none;padding:6px;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-8px)scale(.97)}.header-module__6rtY2W__profileDropdownMenu.header-module__6rtY2W__dropdownVisible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.header-module__6rtY2W__dropdownItem,.header-module__6rtY2W__dropdownLogout{border-radius:var(--radius-md);text-align:left;color:#1e293b;width:100%;font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;align-items:center;padding:10px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.header-module__6rtY2W__dropdownItem:hover{background:var(--clr-hover-bg);color:var(--clr-ink)}.header-module__6rtY2W__dropdownDivider{background:var(--clr-border);height:1px;margin:4px 6px}.header-module__6rtY2W__dropdownLogout{color:#dc2626}.header-module__6rtY2W__dropdownLogout:hover{color:#b91c1c;background:#fff1f1}.header-module__6rtY2W__loginRegisterButton{border-radius:var(--radius-sm);background:var(--clr-accent);color:#fff;height:38px;font-family:var(--font-sans);letter-spacing:-.01em;white-space:nowrap;justify-content:center;align-items:center;padding:0 20px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 2px 8px #2150e847}.header-module__6rtY2W__loginRegisterButton:hover{background:#1840cc;transform:translateY(-1px);box-shadow:0 4px 16px #2150e861}.header-module__6rtY2W__loginRegisterButton:active{transform:translateY(0);box-shadow:0 1px 4px #2150e833}.header-module__6rtY2W__menuToggleButton{border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:var(--clr-surface);width:38px;height:38px;color:var(--clr-ink);cursor:pointer;box-shadow:var(--shadow-xs);justify-content:center;align-items:center;margin-left:auto;font-size:17px;transition:background .18s,border-color .18s;display:none}.header-module__6rtY2W__menuToggleButton:hover{background:var(--clr-hover-bg);border-color:#2150e833}@media (max-width:992px){.header-module__6rtY2W__header{height:64px}.header-module__6rtY2W__inner{grid-template-columns:auto auto;justify-content:space-between;gap:0;height:64px;padding:0 18px}.header-module__6rtY2W__menuToggleButton{display:inline-flex}.header-module__6rtY2W__navArea{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-top:1px solid var(--clr-border);overscroll-behavior:contain;z-index:999;background:#fffffffc;flex-direction:column;justify-content:flex-start;align-items:center;gap:18px;height:calc(100vh - 64px);padding:18px 16px 28px;display:none;position:fixed;inset:64px 0 0;overflow:hidden auto}.header-module__6rtY2W__menuOpen{animation:header-module__6rtY2W__slideDown .22s var(--ease-out);display:flex}@keyframes header-module__6rtY2W__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-module__6rtY2W__nav{justify-content:center;width:100%;display:flex}.header-module__6rtY2W__menuItem{flex-direction:column;justify-content:center;align-items:stretch;gap:8px;width:100%;max-width:180px;margin:0 auto;padding:0;display:flex}.header-module__6rtY2W__item{border-radius:var(--radius-md);gap:20px;width:100%;height:42px;padding:0 8px;font-size:13.5px;display:flex}.header-module__6rtY2W__item:after{display:none}.header-module__6rtY2W__activeItem{background:var(--clr-accent-dim)}.header-module__6rtY2W__leftActions,.header-module__6rtY2W__rightActions{flex-direction:column;align-items:stretch;width:100%;max-width:320px;display:flex}.header-module__6rtY2W__rightActions{border-top:1px solid var(--clr-border);padding-top:10px}.header-module__6rtY2W__exploreButton{border-radius:var(--radius-md);justify-content:space-between;width:100%;height:42px;font-size:14px}.header-module__6rtY2W__exploreDropdown{opacity:0;visibility:hidden;max-height:0;box-shadow:none;transition:opacity .7s ease-in-out, max-height .8s var(--ease-out), visibility .5s;background-color:#a2d4f113;border:none;margin-top:0;padding:0;position:static;overflow:hidden;transform:none;box-shadow:0 0 5px #0003}.header-module__6rtY2W__exploreDropdown.header-module__6rtY2W__dropdownVisible{opacity:1;visibility:visible;max-height:300px;margin-top:2px;padding:4px 0 4px 6px}.header-module__6rtY2W__profileDropdownWrapper{flex-direction:column;align-items:stretch;width:100%;display:flex}.header-module__6rtY2W__profileAvatar{align-self:center}.header-module__6rtY2W__profileDropdownMenu{opacity:0;visibility:hidden;max-height:0;box-shadow:none;min-width:unset;width:100%;transition:opacity .2s ease, max-height .25s var(--ease-out), visibility .2s;background:0 0;border:none;padding:0;position:static;overflow:hidden;transform:none}.header-module__6rtY2W__profileDropdownMenu.header-module__6rtY2W__dropdownVisible{opacity:1;visibility:visible;border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:var(--clr-hover-bg);max-height:200px;margin-top:4px;padding:4px}.header-module__6rtY2W__loginRegisterButton{width:100%;height:42px;font-size:14px}}@media (max-width:640px){.header-module__6rtY2W__inner{padding:0 14px}.header-module__6rtY2W__item{padding:0 6px;font-size:12.5px}}
:root{--f-bg:#080e1d;--f-surface:#0d1526;--f-border:#ffffff12;--f-border-glow:#2150e82e;--f-ink:#fff;--f-muted:#ffffff73;--f-subtle:#ffffff38;--f-accent:#2150e8;--f-accent-light:#4f78f4;--f-accent-dim:#2150e824;--f-ease:cubic-bezier(.22, 1, .36, 1);--f-font:"DM Sans", "Helvetica Neue", sans-serif}.footer-module__tUdqrq__footer{background:var(--f-bg);color:var(--f-ink);font-family:var(--f-font);position:relative;overflow:hidden}.footer-module__tUdqrq__footer:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#2150e821 0%,#0000 70%);width:800px;height:400px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.footer-module__tUdqrq__footer:after{content:"";pointer-events:none;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.footer-module__tUdqrq__footerWrapper{z-index:1;width:100%;max-width:1240px;margin:0 auto;padding:72px 32px 28px;position:relative}.footer-module__tUdqrq__footerAboutAndMore{border-bottom:1px solid var(--f-border);justify-content:space-between;align-items:flex-start;gap:64px;padding-bottom:56px;display:flex}.footer-module__tUdqrq__footerAboutAndMore:after{content:none}.footer-module__tUdqrq__logoAndMoto{flex-direction:column;gap:20px;max-width:300px;display:flex}.footer-module__tUdqrq__logo{display:inline-block}.footer-module__tUdqrq__logoWrapper{width:72px;height:72px;transition:box-shadow .3s var(--f-ease), transform .3s var(--f-ease);background:#fff;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 8px 24px #00000059}.footer-module__tUdqrq__logoWrapper:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #2150e84d,0 12px 32px #0006,0 0 24px #2150e826}.footer-module__tUdqrq__logoImage{object-fit:contain}.footer-module__tUdqrq__moto{color:var(--f-muted);font-family:var(--f-font);letter-spacing:.01em;margin:0;font-size:14px;font-weight:400;line-height:1.8}.footer-module__tUdqrq__importantLinks{flex:1;grid-template-columns:repeat(4,minmax(110px,1fr));gap:40px;display:grid}.footer-module__tUdqrq__productLinks h4,.footer-module__tUdqrq__companyLinks h4,.footer-module__tUdqrq__socialLinks h4,.footer-module__tUdqrq__legalLinks h4{font-family:var(--f-font);letter-spacing:.1em;text-transform:uppercase;color:var(--f-subtle);margin:0 0 18px;font-size:11px;font-weight:700}.footer-module__tUdqrq__productLinks,.footer-module__tUdqrq__companyLinks,.footer-module__tUdqrq__socialLinks{border-right:none}.footer-module__tUdqrq__listWrapper{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.footer-module__tUdqrq__listItem{color:#ffffff9e;font-family:var(--f-font);cursor:pointer;width:fit-content;transition:color .2s var(--f-ease);letter-spacing:-.01em;align-items:center;gap:0;padding:3px 0;font-size:13.5px;font-weight:450;line-height:1.5;display:inline-flex;position:relative}.footer-module__tUdqrq__listItem:after{content:"";background:var(--f-accent-light);transform-origin:0;width:100%;height:1px;transition:transform .25s var(--f-ease);position:absolute;bottom:0;left:0;transform:scaleX(0)}.footer-module__tUdqrq__listItem:hover{color:#fff}.footer-module__tUdqrq__listItem:hover:after{transform:scaleX(1)}.footer-module__tUdqrq__footerTermsAndCopyright{justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.footer-module__tUdqrq__termsAndCopyright{color:var(--f-subtle);font-family:var(--f-font);letter-spacing:.01em;font-size:12.5px;font-weight:400}.footer-module__tUdqrq__socialLinksIcon{color:var(--f-subtle);font-family:var(--f-font);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;font-size:12.5px;font-weight:400;display:flex}.footer-module__tUdqrq__socialLinksIcon:before{content:"";background:var(--f-accent);border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite footer-module__tUdqrq__pulse;display:inline-block}@keyframes footer-module__tUdqrq__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@media (max-width:992px){.footer-module__tUdqrq__footerWrapper{padding:56px 24px 24px}.footer-module__tUdqrq__footerAboutAndMore{flex-direction:column;gap:40px}.footer-module__tUdqrq__logoAndMoto{max-width:100%}.footer-module__tUdqrq__importantLinks{grid-template-columns:repeat(2,minmax(140px,1fr));gap:32px 24px;width:100%}.footer-module__tUdqrq__footerTermsAndCopyright{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:640px){.footer-module__tUdqrq__footerWrapper{padding:44px 18px 22px}.footer-module__tUdqrq__footerAboutAndMore{gap:32px;padding-bottom:36px}.footer-module__tUdqrq__logoAndMoto{text-align:center;align-items:center}.footer-module__tUdqrq__importantLinks{grid-template-columns:repeat(2,1fr);gap:28px 16px}.footer-module__tUdqrq__footerTermsAndCopyright{text-align:center;align-items:center}.footer-module__tUdqrq__socialLinksIcon{justify-content:center}}
