.header{z-index:1000;width:100%;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background:#fff;border-bottom:1px solid #e8ecf0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;height:56px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.header-brand{pointer-events:auto;flex-shrink:0;justify-content:center;align-items:center;display:flex}.header-logo{letter-spacing:-.04em;color:#23272f;align-items:center;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;font-weight:800;text-decoration:none;transition:opacity .2s;display:flex}.header-controller-btn{display:flex}.header-controller-btn-mobile{display:none!important}.header-controller-btn-desktop{display:flex}.header-logo:hover{opacity:.85}.header-logo-text-blue{letter-spacing:-.04em;background:linear-gradient(135deg,#2586d0 0%,#007bff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800;line-height:1.2}.header-nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}.header-nav a,.header-nav-link{color:#495057;border-radius:6px;padding:.5rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.header-nav a:hover,.header-nav a.active,.header-nav-link:hover{color:#2586d0;background:#2586d00f}.header-nav a.active{color:#2586d0;font-weight:600}.header-nav-dropdown{position:relative}.header-nav-dropdown-btn{color:#495057;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:.9375rem;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.header-nav-dropdown-btn:hover,.header-nav-dropdown-btn:focus,.header-nav-dropdown-btn.active{color:#2586d0;background:#2586d00f}.header-nav-dropdown-btn:focus-visible{outline-offset:2px;outline:2px solid #2586d0}.header-nav-dropdown-menu{opacity:0;visibility:hidden;z-index:1100;background:#fff;border:1px solid #e8ecf0;border-radius:8px;min-width:180px;padding:.375rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.header-nav-dropdown.open .header-nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header-nav-dropdown-item{color:#495057;border-radius:6px;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.header-nav-dropdown-item:hover:not(.header-nav-dropdown-item--disabled){color:#2586d0;background:#2586d014}.header-nav-dropdown-item--disabled{opacity:.5;cursor:not-allowed;-webkit-user-select:none;user-select:none;color:#adb5bd;pointer-events:none}.header-nav-dropdown-item--disabled:hover{color:#adb5bd;background:0 0}.header-right{align-items:center;gap:.5rem;display:flex}.header-controller-btn{cursor:pointer;background:#2586d014;border:1px solid #2586d033;border-radius:8px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;transition:background .2s,border-color .2s;display:flex}.header-controller-btn:hover{background:#2586d024;border-color:#2586d059}.header-controller-icon{object-fit:contain;width:24px;height:24px}.header-cart-btn{color:#495057;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;transition:color .2s,background .2s;display:flex;position:relative}.header-cart-btn:hover:not(:disabled){color:#2586d0;background:#2586d00f}.header-cart-btn:disabled{opacity:.42;filter:grayscale(.4);cursor:not-allowed;-webkit-user-select:none;user-select:none;transition:opacity .2s,filter .2s}.header-cart-btn:disabled:hover{color:#495057;background:0 0}.cart-badge{color:#fff;background:#e74c3c;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.header-hamburger{cursor:pointer;color:#495057;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;transition:background .2s,color .2s;display:none}.header-hamburger span{background:currentColor;border-radius:1px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.header-hamburger:hover{color:#2586d0;background:#2586d00f}.header-left{display:none}.header-info-btn{color:#495057;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:color .2s,background .2s;display:flex}.header-info-btn:hover{color:#2586d0;background:#2586d00f}.header-mobile-backdrop{z-index:9998;opacity:0;background:#0006;transition:opacity .25s;display:none;position:fixed;inset:0}.header-mobile-backdrop.open{opacity:1;display:block}.header-mobile-drawer{z-index:9999;background:#fff;flex-direction:column;width:100dvw;max-width:100%;height:100dvh;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.header-mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid #e8ecf0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-drawer-logo{letter-spacing:-.04em;background:linear-gradient(135deg,#2586d0 0%,#007bff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800;text-decoration:none}.mobile-drawer-close{color:#495057;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .2s,color .2s;display:flex}.mobile-drawer-close:hover{color:#2586d0;background:#2586d00f}.mobile-drawer-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex;overflow-y:auto}.mobile-drawer-section{margin-bottom:1rem}.mobile-drawer-section:last-of-type{margin-bottom:0}.mobile-drawer-label{text-transform:uppercase;letter-spacing:.1em;color:#868e96;padding:.5rem .75rem .25rem;font-size:.6875rem;font-weight:600}.mobile-drawer-link{color:#23272f;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.875rem;width:100%;padding:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:1rem;font-weight:500;transition:background .2s,color .2s;display:flex}.mobile-drawer-link svg{color:#2586d0;opacity:.9;flex-shrink:0}.mobile-drawer-link:hover:not(:disabled):not([aria-disabled=true]){color:#2586d0;background:#2586d014}.mobile-drawer-link:disabled,.mobile-drawer-link[aria-disabled=true]{opacity:.5;cursor:not-allowed;color:#adb5bd}.mobile-drawer-link:disabled:hover,.mobile-drawer-link[aria-disabled=true]:hover{color:#adb5bd;background:0 0;transform:none}.mobile-drawer-link:disabled:hover svg,.mobile-drawer-link[aria-disabled=true]:hover svg{color:#adb5bd;opacity:.6}.mobile-drawer-footer{border-top:1px solid #e8ecf0;padding:1rem 1.25rem}.mobile-drawer-cta{text-align:center;background:linear-gradient(135deg,#2586d0 0%,#007bff 100%);border-radius:8px;width:100%;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:block;color:#fff!important}.mobile-drawer-cta:hover{opacity:.95}.header-mobile-menu,.header-mobile-close{display:none!important}.coming-soon-link{align-items:center;gap:.35rem;display:inline-flex}.coming-soon-badge{color:#fff;background:#2586d0;border-radius:4px;padding:.15em .5em;font-size:.75rem;font-weight:600}.header-nav .active{color:#2586d0;font-weight:600}@media (max-width:1024px){.header-nav{display:none}.header-hamburger,.header-left{display:flex}.header-inner{gap:.25rem;padding:0 1rem}.header-controller-btn-desktop{display:none!important}.header-controller-btn-mobile{flex-shrink:0;display:flex!important}.header-brand{flex:1;justify-content:center;gap:.5rem;min-width:0;max-width:none;padding:0;position:static;left:auto;transform:none}.header-brand.header-brand-with-controller{justify-content:flex-start}.header-brand.header-brand-with-controller .header-logo{position:absolute;left:50%;transform:translate(-50%)}.header-right{z-index:2;flex-shrink:0;gap:.25rem;margin-left:0;position:relative}.header-left{z-index:2;position:relative}}@media (max-width:480px){.header-inner{padding:0 .875rem}.header-logo-text-blue{font-size:1.2rem}.mobile-drawer-logo{font-size:1.15rem}}.footer{color:#23272f;background:#f7f8fa;border-top:1px solid #ececec;width:100vw;padding:4rem 0 2rem;font-size:1rem}.footer-inner{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.footer-content{grid-template-columns:1.5fr 1fr;align-items:start;gap:4rem;display:grid}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{color:#23272f;align-items:center;gap:.7rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-logo img{border-radius:.2rem;width:auto;height:40px}.footer-tagline{color:#6c757d;max-width:400px;margin:0;font-size:.95rem;line-height:1.6}.footer-socials{gap:1.2rem;margin-top:.5rem;display:flex}.footer-socials a{color:#2586d0;background:#00000005;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;font-size:1.8rem;text-decoration:none;transition:all .2s;display:flex}.footer-socials a:hover{color:#fff;background:#2586d0;transform:translateY(-2px)}.footer-links{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-column-title{color:#23272f;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.footer-nav{flex-direction:column;gap:.75rem;display:flex}.footer-nav a{color:#6c757d;width:fit-content;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.footer-nav a:hover{color:#2586d0;transform:translate(4px)}.footer-link-disabled{color:#adb5bd;cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.7;pointer-events:none;width:fit-content;font-size:.95rem;font-weight:500;display:inline-block}.footer-link-disabled:hover{color:#adb5bd;transform:none}.footer-bottom{border-top:1px solid #ececec;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copyright{color:#6c757d;margin:0;font-size:.9rem}.footer-rise{margin:0;font-size:.9rem;font-weight:600}.footer-rise a{color:#2586d0;text-decoration:none;transition:color .2s}.footer-rise a:hover{color:#0056b3;text-decoration:underline}.footer-legal-links{letter-spacing:.01em;align-items:center;gap:.65rem;margin:0;font-size:.85rem;display:inline-flex}.footer-legal-links .footer-legal-link{color:#6c757d;border-bottom:1px solid #0000;padding:.15rem 0;font-weight:500;text-decoration:none;transition:color .18s,border-color .18s}.footer-legal-links .footer-legal-link:hover,.footer-legal-links .footer-legal-link:focus-visible{color:#181c22;border-bottom-color:#2586d0;outline:none}.footer-legal-links .footer-legal-link:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #2586d0}.footer-legal-links .footer-legal-sep{color:#c8ccd2;-webkit-user-select:none;user-select:none;font-size:.7rem;line-height:1}@media (max-width:900px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:700px){.footer{padding:3rem 0 1.5rem}.footer-inner{gap:2rem;padding:0 1.5rem}.footer-content{gap:2.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:left;flex-direction:column;align-items:flex-start;gap:1rem}.footer-socials{gap:1rem}.footer-socials a{width:36px;height:36px;font-size:1.5rem}}@media (max-width:480px){.footer-tagline,.footer-nav a{font-size:.9rem}}.update-toast{z-index:9997;color:#fff;will-change:transform;contain:layout paint;background:#1a1a1a;border-radius:8px;max-width:320px;padding:1rem 1.25rem;position:fixed;bottom:1rem;right:1rem;box-shadow:0 4px 20px #0000004d}.update-toast-text{margin:0 0 .75rem;font-size:.9rem}.update-toast-actions{gap:.5rem;display:flex}.update-toast-btn{cursor:pointer;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.875rem;font-weight:500}.update-toast-btn--primary{color:#fff;background:#007bff}.update-toast-btn--primary:hover{background:#0056b3}.update-toast-btn--dismiss{color:#fff;background:#ffffff26}.update-toast-btn--dismiss:hover{background:#ffffff40}.skip-link{z-index:10000;color:#fff;background:#2586d0;border-radius:0 0 4px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-100px;left:0}.skip-link:focus{outline-offset:-3px;outline:3px solid #fff;top:0}.skip-link:focus-visible{box-shadow:0 4px 12px #0000004d}*{box-sizing:border-box}html,body{color:#23272f;background:#f7f8fa;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:#2586d0;text-decoration:none}a:hover{text-decoration:none}:focus:not(:focus-visible){outline:none}:focus-visible{outline-offset:2px;outline:2px solid #2586d0}body{min-height:100vh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){img,video{max-width:100%;height:auto}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{animation:1.5s infinite shimmer}@media (max-width:768px){.skeleton-image-container{height:150px!important}.hero-video,.media-card-image{object-fit:cover}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
