@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--home-yellow: #ffc107;--home-dark: #0f1115;--home-text: #1a1a1a;--home-muted: #687280;--home-white: #fff;--home-light: #f5f7fa;--home-border: #e6e8ec}.home-container{margin:0 auto;max-width:1240px;padding-inline:24px;width:100%}.home-site-header{background:#fffffff5;border-bottom:1px solid var(--home-border);position:sticky;top:0;z-index:1000}.home-header-inner{align-items:center;display:grid;grid-template-columns:auto 1fr auto;min-height:76px}.home-brand{align-items:center;color:var(--home-dark);display:inline-flex;font:600 15px/1.2 Poppins,sans-serif;gap:9px;white-space:nowrap}.home-brand:hover{color:var(--home-dark)}.home-brand strong{font-weight:700}.home-brand-mark{align-items:center;background:var(--home-yellow);border-radius:50%;color:var(--home-dark);display:inline-flex;font-size:10px;font-weight:700;height:34px;justify-content:center;letter-spacing:-1px;width:34px}.home-navigation{align-items:center;display:flex;gap:clamp(20px,3vw,42px);justify-content:center}.home-navigation a,.home-login-link{color:var(--home-dark);font:500 13px/1 Poppins,sans-serif}.home-navigation a{position:relative}.home-navigation a:after{background:var(--home-yellow);bottom:-9px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%) scaleX(0);transition:transform .2s ease;width:100%}.home-navigation a:hover:after,.home-navigation a:focus-visible:after{transform:translate(-50%) scaleX(1)}.home-header-actions{align-items:center;display:flex;gap:12px}.home-login-link{align-items:center;border:1px solid var(--home-border);border-radius:12px;display:inline-flex;min-height:42px;padding:0 18px}.home-header-cta{align-items:center;background:var(--home-yellow);border:1px solid #e9ad00;border-radius:12px;color:var(--home-dark);display:inline-flex;font:600 13px/1 Poppins,sans-serif;min-height:44px;padding:0 20px}.home-login-link:hover,.home-header-cta:hover{color:var(--home-dark);transform:translateY(-1px)}.home-menu-toggle{background:transparent;border:0;display:none;height:44px;padding:10px;width:44px}.home-menu-toggle>span:not(.visually-hidden){background:var(--home-dark);display:block;height:2px;margin:5px auto;transition:.2s ease;width:20px}.home-footer{background:radial-gradient(circle at 95% 90%,rgba(255,193,7,.06),transparent 30%),#0f1115;color:#aeb5c0;font-family:Poppins,sans-serif;padding:58px 0 24px}.home-footer-grid{display:grid;gap:36px;grid-template-columns:1.65fr repeat(4,1fr)}.home-brand-light,.home-brand-light:hover{color:#fff}.home-footer-brand p{font-size:12px;line-height:1.8;margin:24px 0;max-width:260px}.home-social-links{display:flex;gap:10px}.home-social-links a{align-items:center;border:1px solid #3a3e45;border-radius:50%;color:#fff;display:inline-flex;font-size:11px;font-weight:600;height:34px;justify-content:center;width:34px}.home-footer-column{display:flex;flex-direction:column;gap:13px}.home-footer-column h2{color:#fff;font-size:13px;font-weight:600;margin:3px 0 12px}.home-footer-column a{color:#aeb5c0;font-size:11px}.home-footer a:hover{color:var(--home-yellow)}.home-footer-bottom{border-top:1px solid #292c31;display:flex;font-size:10px;justify-content:space-between;margin-top:45px;padding-top:22px}.home-footer-bottom span span{color:#ef4444}@media(max-width:1023px){.home-header-inner{grid-template-columns:auto 1fr auto;min-height:68px}.home-menu-toggle{display:block;grid-column:3}.home-header-actions{display:none}.home-navigation{align-items:stretch;background:#fff;border-bottom:1px solid var(--home-border);box-shadow:0 16px 30px #0f111514;display:none;flex-direction:column;gap:0;grid-column:1 / -1;left:0;padding:10px 24px 18px;position:absolute;right:0;top:68px}.home-navigation.is-open{display:flex}.home-navigation a{border-bottom:1px solid var(--home-border);min-height:46px;padding:16px 0}.home-navigation a:last-child{border-bottom:0}.home-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}}@media(max-width:767px){.home-container{padding-inline:16px}.home-brand{font-size:12px}.home-brand-mark{height:30px;width:30px}.home-footer{padding-top:42px}.home-footer-grid{grid-template-columns:1fr 1fr}.home-footer-brand{grid-column:1 / -1}.home-footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}}@media(max-width:430px){.home-footer-grid{grid-template-columns:1fr}.home-footer-brand{grid-column:auto}}
