.themeSwitcher-module__-mhjFG__themeSwitcher{top:300px;right:var(--spacing-xl);z-index:997;position:fixed}.themeSwitcher-module__-mhjFG__trigger{border-radius:var(--radius-full);background:var(--primary);width:60px;height:60px;box-shadow:var(--shadow-lg);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.themeSwitcher-module__-mhjFG__trigger:hover{transform:scale(1.1)rotate(10deg)}.themeSwitcher-module__-mhjFG__icon{font-size:24px}.themeSwitcher-module__-mhjFG__dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;transition:all var(--transition-base);width:320px;position:absolute;top:70px;right:0;transform:translateY(-10px)}.themeSwitcher-module__-mhjFG__themeSwitcher:hover .themeSwitcher-module__-mhjFG__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.themeSwitcher-module__-mhjFG__title{margin-bottom:var(--spacing-md);color:var(--text-primary);font-size:1rem}.themeSwitcher-module__-mhjFG__themeGrid{gap:var(--spacing-sm);max-height:300px;padding-right:var(--spacing-xs);grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden auto}.themeSwitcher-module__-mhjFG__themeGrid::-webkit-scrollbar{width:6px}.themeSwitcher-module__-mhjFG__themeGrid::-webkit-scrollbar-track{background:var(--background-alt);border-radius:var(--radius-sm)}.themeSwitcher-module__-mhjFG__themeGrid::-webkit-scrollbar-thumb{background:var(--primary);border-radius:var(--radius-sm)}.themeSwitcher-module__-mhjFG__themeGrid::-webkit-scrollbar-thumb:hover{background:var(--accent)}.themeSwitcher-module__-mhjFG__themeOption{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);background:var(--background);border-radius:var(--radius-md);transition:all var(--transition-fast);text-align:left;border:2px solid #0000;width:100%;display:flex}.themeSwitcher-module__-mhjFG__themeOption:hover{border-color:var(--primary);transform:translate(2px)}.themeSwitcher-module__-mhjFG__themeOption.themeSwitcher-module__-mhjFG__active{border-color:var(--primary);background:var(--surface-hover)}.themeSwitcher-module__-mhjFG__colorPreview{border-radius:var(--radius-sm);width:24px;height:24px;display:block;position:relative;overflow:hidden}.themeSwitcher-module__-mhjFG__colorPreview:before{content:"";background:var(--primary);width:50%;height:100%;position:absolute;top:0;left:0}.themeSwitcher-module__-mhjFG__colorPreview:after{content:"";background:var(--secondary);width:50%;height:100%;position:absolute;top:0;right:0}.themeSwitcher-module__-mhjFG__themeName{color:var(--text-secondary);flex-direction:column;flex:1;gap:2px;font-size:.875rem;display:flex}.themeSwitcher-module__-mhjFG__themeOption.themeSwitcher-module__-mhjFG__recommended{border-color:var(--warning);position:relative}.themeSwitcher-module__-mhjFG__themeOption.themeSwitcher-module__-mhjFG__recommended:hover{border-color:var(--warning);box-shadow:0 0 10px #ffff004d}.themeSwitcher-module__-mhjFG__badge{background:var(--warning);color:var(--background);border-radius:var(--radius-sm);letter-spacing:.5px;margin-top:2px;padding:2px 6px;font-size:.625rem;font-weight:700;display:inline-block}@media (max-width:768px){.themeSwitcher-module__-mhjFG__themeSwitcher{top:280px;right:var(--spacing-md)}.themeSwitcher-module__-mhjFG__trigger{width:50px;height:50px}.themeSwitcher-module__-mhjFG__dropdown{width:280px;right:-50px}}
.header-module__yWtf-a__skipLink{color:var(--text-on-color);z-index:10000;background:#000;border-radius:0 0 4px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:top .3s;position:absolute;top:-40px;left:0}.header-module__yWtf-a__skipLink:focus{outline:3px solid var(--brutal-white);outline-offset:-3px;top:0}.header-module__yWtf-a__skipLink:focus-visible{top:0}.header-module__yWtf-a__header{background:var(--surface);border-bottom:1px solid var(--border);z-index:9998;box-shadow:var(--shadow-sm);position:sticky;top:0}.header-module__yWtf-a__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;height:80px;margin:0 auto;padding:0 2rem;display:flex}.header-module__yWtf-a__logo{color:var(--primary);transition:var(--transition-base);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.header-module__yWtf-a__logo:hover{color:var(--secondary)}.header-module__yWtf-a__logoIcon{font-size:2rem}.header-module__yWtf-a__logoText{letter-spacing:1px}.header-module__yWtf-a__nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.header-module__yWtf-a__navItem{position:relative}.header-module__yWtf-a__navLink{color:var(--text-primary);letter-spacing:.5px;cursor:pointer;transition:var(--transition-base);background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;position:relative}.header-module__yWtf-a__navLink:after{content:"";background:var(--secondary);height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.header-module__yWtf-a__navLink:hover{color:var(--secondary);box-shadow:none;background:0 0;transform:none}.header-module__yWtf-a__navLink:hover:after{background:var(--secondary);transform:scaleX(1)}.header-module__yWtf-a__chevron{font-size:.7rem;transition:transform .3s}.header-module__yWtf-a__navItem:hover .header-module__yWtf-a__chevron{transform:rotate(180deg)}.header-module__yWtf-a__megaMenu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:9999;width:90vw;max-width:1400px;box-shadow:var(--shadow-xl);margin-top:0;padding:2rem;position:fixed;top:80px;left:5vw}.header-module__yWtf-a__megaMenu:before{content:"";background:0 0;height:20px;position:absolute;top:-20px;left:0;right:0}.header-module__yWtf-a__megaMenuGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.header-module__yWtf-a__megaMenuColumn{flex-direction:column;gap:1rem;display:flex}.header-module__yWtf-a__megaMenuTitle{color:var(--text-light);text-transform:uppercase;letter-spacing:2px;border-bottom:2px solid var(--border);margin-bottom:.5rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.header-module__yWtf-a__megaMenuCard{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);text-decoration:none;transition:all .3s;overflow:hidden}.header-module__yWtf-a__megaMenuCard:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:scale(1.05)}.header-module__yWtf-a__cardImage{width:100%;height:150px;position:relative;overflow:hidden}.header-module__yWtf-a__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.header-module__yWtf-a__megaMenuCard:hover .header-module__yWtf-a__image{transform:scale(1.1)}.header-module__yWtf-a__cardContent{padding:1rem}.header-module__yWtf-a__cardContent h5{color:var(--text-primary,#2c3e50);margin:0 0 .5rem;font-size:1rem;font-weight:700}.header-module__yWtf-a__cardContent p{color:var(--text-secondary,#576574);margin:0;font-size:.85rem;line-height:1.4}.header-module__yWtf-a__textLink{color:var(--text-secondary);transition:var(--transition-base);padding:.5rem 0;font-size:.9rem;text-decoration:none;display:block}.header-module__yWtf-a__textLink:hover{color:var(--primary)}.header-module__yWtf-a__featuredCard{background:var(--background-alt);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:2rem}.header-module__yWtf-a__featuredText{color:var(--text-secondary);margin:0;font-size:.9rem}.header-module__yWtf-a__authBtn{background:var(--primary);color:var(--surface);border-radius:var(--radius-md);transition:var(--transition-base);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.header-module__yWtf-a__authBtn:hover{background:var(--secondary);box-shadow:var(--shadow-md)}.header-module__yWtf-a__mobileMenuToggle{border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-base);background:0 0;padding:.75rem;font-size:1.25rem;display:none}.header-module__yWtf-a__mobileMenuToggle:hover{background:var(--background-alt);border-color:var(--primary)}.header-module__yWtf-a__mobileMenu{display:none}@media (max-width:1024px){.header-module__yWtf-a__nav,.header-module__yWtf-a__authBtn{display:none}.header-module__yWtf-a__mobileMenuToggle{display:block}.header-module__yWtf-a__mobileMenu{z-index:10000;background:#000c;display:block;position:fixed;inset:0;overflow-y:auto}.header-module__yWtf-a__mobileMenuContent{background:var(--surface);width:85%;max-width:420px;box-shadow:var(--shadow-xl);flex-direction:column;gap:.75rem;padding:5rem 2rem 2rem;animation:.3s cubic-bezier(.4,0,.2,1) header-module__yWtf-a__slideInFromRight;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.header-module__yWtf-a__mobileCloseBtn{background:var(--background);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:var(--radius-md);width:44px;height:44px;transition:var(--transition-base);z-index:10;justify-content:center;align-items:center;padding:.75rem;font-size:1.25rem;display:flex;position:fixed;top:1.25rem;right:1.25rem}.header-module__yWtf-a__mobileCloseBtn:hover{background:var(--primary);border-color:var(--primary);color:var(--surface);transform:rotate(90deg)}@keyframes header-module__yWtf-a__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.header-module__yWtf-a__mobileLink{color:var(--text-primary);letter-spacing:.5px;border:none;border-bottom:2px solid var(--border);transition:var(--transition-base);text-align:left;background:0 0;padding:1.125rem 1.5rem;font-size:1.05rem;font-weight:700;text-decoration:none}.header-module__yWtf-a__mobileLink:hover{color:var(--primary);border-bottom-color:var(--primary);padding-left:1.75rem}.header-module__yWtf-a__mobileAccordion{border-bottom:2px solid var(--border);flex-direction:column;gap:0;display:flex}.header-module__yWtf-a__mobileAccordionBtn{width:100%;color:var(--text-primary);letter-spacing:.5px;cursor:pointer;transition:var(--transition-base);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;font-family:inherit;font-size:1.05rem;font-weight:700;display:flex}.header-module__yWtf-a__mobileAccordionBtn:hover{color:var(--primary);padding-left:1.75rem}.header-module__yWtf-a__chevronUp{transform:rotate(180deg)}.header-module__yWtf-a__mobileAccordionContent{background:var(--background-alt);border-left:3px solid var(--primary);flex-direction:column;gap:.625rem;padding:1rem 1rem 1.5rem;display:flex}.header-module__yWtf-a__mobileSublink{color:var(--text-secondary);background:var(--surface);border-radius:var(--radius-sm);transition:var(--transition-base);border-left:3px solid #0000;padding:.875rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none}.header-module__yWtf-a__mobileSublink:hover{background:var(--surface);border-left-color:var(--secondary);color:var(--text-primary);padding-left:1.5rem}.header-module__yWtf-a__mobileAuthBtn{background:var(--primary);color:var(--surface);letter-spacing:.5px;border-radius:var(--radius-md);transition:var(--transition-base);box-shadow:var(--shadow-md);justify-content:center;align-items:center;gap:.625rem;margin-top:1.5rem;padding:1.25rem 1.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.header-module__yWtf-a__mobileAuthBtn:hover{background:var(--secondary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}}
.footer-module__AAq0pa__footer{background:var(--background);padding:var(--spacing-3xl)0;margin-top:var(--spacing-3xl);position:relative;overflow:hidden}.footer-module__AAq0pa__shapes{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.footer-module__AAq0pa__shape1,.footer-module__AAq0pa__shape2,.footer-module__AAq0pa__shape3{opacity:.08;filter:blur(80px);border-radius:50%;animation:20s ease-in-out infinite footer-module__AAq0pa__float;position:absolute}.footer-module__AAq0pa__shape1{background:var(--primary);width:600px;height:600px;animation-delay:0s;top:-200px;right:-200px}.footer-module__AAq0pa__shape2{background:var(--secondary);width:500px;height:500px;animation-delay:7s;bottom:-150px;left:-150px}.footer-module__AAq0pa__shape3{background:var(--accent);width:400px;height:400px;animation-delay:14s;top:50%;left:50%}@keyframes footer-module__AAq0pa__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-50px,50px)scale(.9)}}.footer-module__AAq0pa__particles{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.footer-module__AAq0pa__particle{background:var(--primary);opacity:0;border-radius:50%;width:4px;height:4px;animation:20s linear infinite footer-module__AAq0pa__rise;position:absolute;bottom:-10px}.footer-module__AAq0pa__particle:nth-child(2n){background:var(--accent)}.footer-module__AAq0pa__particle:nth-child(3n){background:var(--secondary)}@keyframes footer-module__AAq0pa__rise{0%{opacity:0;transform:translateY(0)scale(0)}10%{opacity:.3}90%{opacity:.3}to{opacity:0;transform:translateY(-100vh)translate(50px)scale(1)}}.footer-module__AAq0pa__content{z-index:2;position:relative}.footer-module__AAq0pa__grid{gap:var(--spacing-2xl);grid-template-columns:1.5fr 1fr 1fr 1fr;align-items:start;display:grid}.footer-module__AAq0pa__brandSection{animation:.8s ease-out footer-module__AAq0pa__slideUp}@keyframes footer-module__AAq0pa__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-module__AAq0pa__logo{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;margin-bottom:var(--spacing-md);letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;position:relative}.footer-module__AAq0pa__logo:after{content:"";background:var(--primary);border-radius:var(--radius-full);width:100px;height:4px;animation:1.5s ease-out footer-module__AAq0pa__expandWidth;position:absolute;bottom:-8px;left:0}@keyframes footer-module__AAq0pa__expandWidth{0%{width:0}to{width:100px}}.footer-module__AAq0pa__tagline{color:var(--text-secondary);margin-bottom:var(--spacing-2xl);font-size:1.25rem;line-height:1.6}.footer-module__AAq0pa__highlight{color:var(--primary);font-weight:700}.footer-module__AAq0pa__newsletter{margin-bottom:var(--spacing-2xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;gap:.5rem;max-width:400px;padding:.5rem;display:flex}.footer-module__AAq0pa__newsletter:focus-within{border-color:var(--primary);box-shadow:var(--shadow-md)}.footer-module__AAq0pa__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.875rem 1.25rem;font-size:1rem}.footer-module__AAq0pa__input:focus{outline:none}.footer-module__AAq0pa__input:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-color:var(--primary);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.15)}.footer-module__AAq0pa__input::placeholder{color:var(--text-muted)}.footer-module__AAq0pa__button{aspect-ratio:1;background:var(--primary);min-width:48px;min-height:48px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);z-index:1;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1rem;display:flex;position:relative}.footer-module__AAq0pa__button svg{z-index:1;color:inherit;fill:currentColor;position:relative}.footer-module__AAq0pa__button:hover{background:var(--primary-hover);box-shadow:var(--shadow-xl);animation:2s infinite footer-module__AAq0pa__pulse;transform:scale(1.1)}.footer-module__AAq0pa__button:focus{outline:none}.footer-module__AAq0pa__button:focus-visible{outline:3px solid var(--primary);outline-offset:2px;box-shadow:var(--shadow-lg)}@keyframes footer-module__AAq0pa__pulse{0%,to{box-shadow:var(--shadow-sm)}50%{box-shadow:var(--shadow-xl)}}.footer-module__AAq0pa__statsRow{gap:var(--spacing-xl);padding:var(--spacing-2xl)0;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;grid-template-columns:repeat(4,1fr);animation:.8s ease-out .3s both footer-module__AAq0pa__slideUp;display:grid}.footer-module__AAq0pa__stat{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-lg);transition:all var(--transition-base);background:#ffffff08;border:1px solid #ffffff0d;animation:.8s ease-out both footer-module__AAq0pa__fadeIn;display:flex}.footer-module__AAq0pa__stat:first-child{animation-delay:.1s}.footer-module__AAq0pa__stat:nth-child(2){animation-delay:.2s}.footer-module__AAq0pa__stat:nth-child(3){animation-delay:.3s}.footer-module__AAq0pa__stat:nth-child(4){animation-delay:.4s}@keyframes footer-module__AAq0pa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-module__AAq0pa__stat:hover{border-color:var(--primary);background:#ffffff0d;transform:translateY(-5px)}.footer-module__AAq0pa__statIcon{width:36px;height:36px;color:var(--primary);transition:all var(--transition-base)}.footer-module__AAq0pa__stat:hover .footer-module__AAq0pa__statIcon{filter:drop-shadow(0 0 8px var(--primary));transform:scale(1.15)rotate(5deg)}.footer-module__AAq0pa__statValue{color:var(--primary);font-size:1.5rem;font-weight:900;line-height:1}.footer-module__AAq0pa__statLabel{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.footer-module__AAq0pa__linksColumn{animation:.8s ease-out both footer-module__AAq0pa__slideUp}.footer-module__AAq0pa__linksColumn:nth-child(2){animation-delay:.1s}.footer-module__AAq0pa__linksColumn:nth-child(3){animation-delay:.2s}.footer-module__AAq0pa__linksColumn:nth-child(4){animation-delay:.3s}.footer-module__AAq0pa__linksTitle{color:var(--text-primary);margin-bottom:var(--spacing-lg);letter-spacing:-.5px;font-size:1.125rem;font-weight:700}.footer-module__AAq0pa__links{gap:var(--spacing-md);flex-direction:column;display:flex}.footer-module__AAq0pa__link{color:var(--text-secondary);transition:all var(--transition-base);width:fit-content;padding-left:0;font-size:.9375rem;font-weight:400;text-decoration:none;display:inline-block;position:relative}.footer-module__AAq0pa__link:before{content:"→";color:var(--primary);opacity:0;transition:all var(--transition-base);position:absolute;left:0;transform:translate(-10px)}.footer-module__AAq0pa__link:hover{color:var(--primary);padding-left:25px}.footer-module__AAq0pa__link:hover:before{opacity:1;transform:translate(0)}.footer-module__AAq0pa__link:focus{outline:none}.footer-module__AAq0pa__link:focus-visible{outline:2px solid var(--primary);outline-offset:4px;text-decoration:underline}.footer-module__AAq0pa__utilityRow{gap:var(--spacing-md);padding:var(--spacing-xl)0;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:center;animation:.8s ease-out .4s both footer-module__AAq0pa__slideUp;display:flex}.footer-module__AAq0pa__utilityBadge{padding:var(--spacing-sm)var(--spacing-lg);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.footer-module__AAq0pa__utilityBadge:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-md);background:#ffffff1a;transform:translateY(-3px)}.footer-module__AAq0pa__bottom{padding-top:var(--spacing-xl);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;animation:.8s ease-out .5s both footer-module__AAq0pa__slideUp;display:flex}.footer-module__AAq0pa__social{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.footer-module__AAq0pa__socialIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);width:50px;height:50px;color:var(--text-secondary);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.footer-module__AAq0pa__socialIcon:before{content:"";background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);opacity:0;width:100%;height:100%;transition:opacity var(--transition-base);position:absolute;top:0;left:0}.footer-module__AAq0pa__socialIcon:hover{border-color:var(--primary);color:var(--text-primary);transform:translateY(-5px)rotate(5deg)}.footer-module__AAq0pa__socialIcon:hover:before{opacity:1}.footer-module__AAq0pa__socialIcon svg{z-index:1;position:relative}.footer-module__AAq0pa__socialIcon:focus{outline:none}.footer-module__AAq0pa__socialIcon:focus-visible{outline:2px solid var(--primary);outline-offset:4px;box-shadow:0 0 0 4px rgba(var(--primary-rgb),.2)}.footer-module__AAq0pa__copyright{color:var(--text-muted);margin:0;font-size:.875rem}@media (max-width:1024px){.footer-module__AAq0pa__grid{gap:var(--spacing-xl);grid-template-columns:1fr 1fr 1fr}.footer-module__AAq0pa__brandSection{grid-column:1/-1}}@media (max-width:768px){.footer-module__AAq0pa__grid{gap:var(--spacing-2xl);grid-template-columns:1fr}.footer-module__AAq0pa__brandSection{grid-column:1}.footer-module__AAq0pa__dumbbellContainer{gap:var(--spacing-md);flex-direction:column}.footer-module__AAq0pa__weight{width:100%;max-width:280px}.footer-module__AAq0pa__bar{width:50px;transform:rotate(90deg)}.footer-module__AAq0pa__newsletter{max-width:100%}.footer-module__AAq0pa__bottom{gap:var(--spacing-lg);text-align:center;flex-direction:column}.footer-module__AAq0pa__social,.footer-module__AAq0pa__utilityRow{justify-content:center}.footer-module__AAq0pa__statsRow{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr)}.footer-module__AAq0pa__shape1,.footer-module__AAq0pa__shape2,.footer-module__AAq0pa__shape3{width:300px;height:300px}.footer-module__AAq0pa__logo{font-size:2.5rem}.footer-module__AAq0pa__tagline{font-size:1.125rem}}
:root[data-theme=light1]{--primary:#ff4757;--primary-hover:#ff3838;--secondary:#5f27cd;--accent:#00d2d3;--success:#10ac84;--warning:#ffa502;--danger:#ee5a6f;--info:#48dbfb;--primary-rgb:255,71,87;--secondary-rgb:95,39,205;--accent-rgb:0,210,211;--warning-rgb:255,165,2;--danger-rgb:238,90,111;--background-rgb:255,255,255;--text-muted-rgb:131,149,167;--text-primary:#2c3e50;--text-secondary:#576574;--text-muted:#8395a7;--text-light:#c8d6e5;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#fff;--background-alt:#f8f9fa;--surface:#fff;--surface-hover:#f5f6fa;--border:#dfe6e9;--border-light:#ecf0f1;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a;--shadow-xl:0 16px 48px #0000001f}:root[data-theme=dark1]{--primary:#ff4757;--primary-hover:#ff5e6e;--secondary:#7c3aed;--accent:#00e7e7;--success:#14d9a5;--warning:#ffb52e;--danger:#ff6b7f;--info:#5ce1ff;--primary-rgb:255,71,87;--secondary-rgb:124,58,237;--accent-rgb:0,231,231;--warning-rgb:255,181,46;--danger-rgb:255,107,127;--background-rgb:26,29,46;--text-muted-rgb:131,149,167;--text-primary:#f5f6fa;--text-secondary:#c8d6e5;--text-muted:#8395a7;--text-light:#576574;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#1a1d2e;--background-alt:#0f111a;--surface:#2c3e50;--surface-hover:#34495e;--border:#34495e;--border-light:#2c3e50;--shadow-sm:0 2px 4px #0003;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 8px 24px #0006;--shadow-xl:0 16px 48px #00000080}:root[data-theme=light2]{--primary:#0984e3;--primary-hover:#006ac1;--secondary:#a29bfe;--accent:#fd79a8;--success:#00b894;--warning:#fdcb6e;--danger:#d63031;--info:#74b9ff;--primary-rgb:9,132,227;--secondary-rgb:162,155,254;--accent-rgb:253,121,168;--warning-rgb:253,203,110;--danger-rgb:214,48,49;--background-rgb:255,255,255;--text-muted-rgb:149,165,166;--text-primary:#2d3436;--text-secondary:#636e72;--text-muted:#95a5a6;--text-light:#bdc3c7;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#fff;--background-alt:#f7f8fc;--surface:#fff;--surface-hover:#e3f2fd;--border:#dfe6e9;--border-light:#ecf0f1;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a;--shadow-xl:0 16px 48px #0000001f}:root[data-theme=dark2]{--primary:#3498db;--primary-hover:#5dade2;--secondary:#bb8fce;--accent:#ff8fab;--success:#17c896;--warning:#fddb7e;--danger:#e74c3c;--info:#85c1ff;--primary-rgb:52,152,219;--secondary-rgb:187,143,206;--accent-rgb:255,143,171;--warning-rgb:253,219,126;--danger-rgb:231,76,60;--background-rgb:12,24,33;--text-muted-rgb:127,140,141;--text-primary:#ecf0f1;--text-secondary:#bdc3c7;--text-muted:#7f8c8d;--text-light:#566573;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#0c1821;--background-alt:#081117;--surface:#1c2833;--surface-hover:#273746;--border:#2c3e50;--border-light:#1c2833;--shadow-sm:0 2px 4px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-xl:0 16px 48px #0009}:root[data-theme=light3]{--primary:#27ae60;--primary-hover:#229954;--secondary:#e67e22;--accent:#8e44ad;--success:#52c41a;--warning:#f39c12;--danger:#c0392b;--info:#3498db;--primary-rgb:39,174,96;--secondary-rgb:230,126,34;--accent-rgb:142,68,173;--warning-rgb:243,156,18;--danger-rgb:192,57,43;--background-rgb:255,255,255;--text-muted-rgb:127,140,141;--text-primary:#1e3a2f;--text-secondary:#34495e;--text-muted:#7f8c8d;--text-light:#95a5a6;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#fff;--background-alt:#f0fdf4;--surface:#fff;--surface-hover:#e8f8f5;--border:#d5dbdb;--border-light:#ebf5fb;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 8px 24px #00000017;--shadow-xl:0 16px 48px #0000001c}:root[data-theme=dark3]{--primary:#2ecc71;--primary-hover:#58d68d;--secondary:#f39c12;--accent:#a569bd;--success:#73d13d;--warning:#ffa502;--danger:#e74c3c;--info:#5dade2;--primary-rgb:46,204,113;--secondary-rgb:243,156,18;--accent-rgb:165,105,189;--warning-rgb:255,165,2;--danger-rgb:231,76,60;--background-rgb:11,31,15;--text-muted-rgb:133,146,158;--text-primary:#e8f8f5;--text-secondary:#aed6f1;--text-muted:#85929e;--text-light:#566573;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#0b1f0f;--background-alt:#071108;--surface:#1a3a21;--surface-hover:#244e2e;--border:#2e5934;--border-light:#1a3a21;--shadow-sm:0 2px 4px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-xl:0 16px 48px #0009}:root[data-theme=light4]{--primary:#ff6348;--primary-hover:#ff4b2b;--secondary:#6c5ce7;--accent:#00cec9;--success:#6ab04c;--warning:#f9ca24;--danger:#eb4d4b;--info:#22a6b3;--primary-rgb:255,99,72;--secondary-rgb:108,92,231;--accent-rgb:0,206,201;--warning-rgb:249,202,36;--danger-rgb:235,77,75;--background-rgb:255,255,255;--text-muted-rgb:112,111,211;--text-primary:#2c2c54;--text-secondary:#474787;--text-muted:#706fd3;--text-light:#aaa8ff;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#fff;--background-alt:#fff5f3;--surface:#fff;--surface-hover:#ffe8e3;--border:#ffddd6;--border-light:#fff0ed;--shadow-sm:0 2px 4px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--shadow-xl:0 16px 48px #0000001a}:root[data-theme=dark4]{--primary:#ff7675;--primary-hover:#ff9190;--secondary:#a29bfe;--accent:#00e6e0;--success:#7ed65d;--warning:#ffd93d;--danger:#ff6b6b;--info:#4bc0c8;--primary-rgb:255,118,117;--secondary-rgb:162,155,254;--accent-rgb:0,230,224;--warning-rgb:255,217,61;--danger-rgb:255,107,107;--background-rgb:30,30,44;--text-muted-rgb:225,112,85;--text-primary:#ffeaa7;--text-secondary:#fdcb6e;--text-muted:#e17055;--text-light:#d63031;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#1e1e2c;--background-alt:#141420;--surface:#2c2c54;--surface-hover:#40407a;--border:#474787;--border-light:#2c2c54;--shadow-sm:0 2px 4px #00000040;--shadow-md:0 4px 12px #00000059;--shadow-lg:0 8px 24px #00000073;--shadow-xl:0 16px 48px #0000008c}:root[data-theme=dark7]{--primary:#d4af37;--primary-hover:#e8c55b;--secondary:#9c9289;--accent:#d4af37;--success:#7fa87f;--warning:#d4af37;--danger:#8b0000;--info:#b8956a;--primary-rgb:212,175,55;--secondary-rgb:156,146,137;--accent-rgb:212,175,55;--warning-rgb:212,175,55;--danger-rgb:139,0,0;--background-rgb:10,10,10;--text-muted-rgb:156,146,137;--text-primary:#f5f1e8;--text-secondary:#d4cec0;--text-muted:#9c9289;--text-light:#6e6558;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#0a0a0a;--background-alt:#0f0e0d;--surface:#1a1816;--surface-hover:#2a2520;--border:#d4af374d;--border-light:#d4af3733;--shadow-sm:0 1px 3px #d4af3726;--shadow-md:0 4px 12px #d4af3740;--shadow-lg:0 8px 24px #d4af3759;--shadow-xl:0 16px 48px #d4af3773}:root[data-theme=light5]{--primary:#8a2be2;--primary-hover:#7d3c98;--secondary:#00ffb3;--accent:#4169e1;--success:#50c878;--warning:gold;--danger:#ff073a;--info:#00ced1;--primary-rgb:138,43,226;--secondary-rgb:0,255,179;--accent-rgb:65,105,225;--warning-rgb:255,215,0;--danger-rgb:255,7,58;--background-rgb:232,245,247;--text-muted-rgb:61,43,79;--text-primary:#2e1a47;--text-secondary:#4a2c63;--text-muted:#7d5ba6;--text-light:#9d8ab0;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#e8f5f7;--background-alt:#fff;--surface:#fff;--surface-hover:#f3e5f5;--border:#8a2be233;--border-light:#8a2be21a;--shadow-sm:0 2px 8px #8a2be226;--shadow-md:0 4px 16px #8a2be233;--shadow-lg:0 8px 32px #00ffb326;--shadow-xl:0 16px 48px #00ffb333}:root[data-theme=dark5]{--primary:#9d4edd;--primary-hover:#af7ac5;--secondary:#00ffb3;--accent:#7fff00;--success:#39ff14;--warning:#ffb800;--danger:#ff1744;--info:#00e5ff;--primary-rgb:157,78,221;--secondary-rgb:0,255,179;--accent-rgb:127,255,0;--warning-rgb:255,184,0;--danger-rgb:255,23,68;--background-rgb:10,24,40;--text-muted-rgb:189,143,206;--text-primary:#f4ecf7;--text-secondary:#d7bde2;--text-muted:#bb8fce;--text-light:#8e44ad;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#0a1828;--background-alt:#1a2332;--surface:#243447;--surface-hover:#2e475c;--border:#9d4edd4d;--border-light:#9d4edd26;--shadow-sm:0 2px 8px #9d4edd4d;--shadow-md:0 4px 16px #9d4edd66;--shadow-lg:0 8px 32px #00ffb340;--shadow-xl:0 16px 48px #00ffb34d}:root[data-theme=light6]{--primary:#000;--primary-hover:#1a1a1a;--secondary:#e63946;--accent:#f1faee;--success:#2a9d8f;--warning:#f4a261;--danger:#e63946;--info:#457b9d;--primary-rgb:0,0,0;--secondary-rgb:230,57,70;--accent-rgb:241,250,238;--warning-rgb:244,162,97;--danger-rgb:230,57,70;--background-rgb:255,255,255;--text-muted-rgb:107,107,107;--text-primary:#000;--text-secondary:#2b2b2b;--text-muted:#6b6b6b;--text-light:#9b9b9b;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#fff;--background-alt:#fafafa;--surface:#fff;--surface-hover:#f5f5f5;--border:#0000001a;--border-light:#0000000d;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000026}:root[data-theme=dark6]{--primary:#e0b0ff;--primary-hover:plum;--secondary:#b19cd9;--accent:silver;--success:#98fb98;--warning:khaki;--danger:#ff69b4;--info:#87ceeb;--primary-rgb:224,176,255;--secondary-rgb:177,156,217;--accent-rgb:192,192,192;--warning-rgb:240,230,140;--danger-rgb:255,105,180;--background-rgb:8,8,20;--text-muted-rgb:177,156,217;--text-primary:#f8f8ff;--text-secondary:#e6e6fa;--text-muted:#b19cd9;--text-light:#9370db;--text-on-color:#000;--text-on-color-inverse:#fff;--background:#080814;--background-alt:#0f0f1e;--surface:#1a1a2e;--surface-hover:#252541;--border:#e0b0ff4d;--border-light:#e0b0ff26;--shadow-sm:0 2px 8px #e0b0ff59;--shadow-md:0 4px 16px #e0b0ff66;--shadow-lg:0 8px 32px #b19cd94d;--shadow-xl:0 16px 48px #b19cd959}:root[data-theme=light9]{--primary:linear-gradient(135deg,#6a1b4d 0%,#8b2e5d 100%);--primary-hover:linear-gradient(135deg,#5a0f3d 0%,#7a1e4d 100%);--secondary:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);--accent:linear-gradient(135deg,#9b6b9e 0%,#b88bb3 100%);--success:#6b8e23;--warning:#daa520;--danger:#b22222;--info:#4682b4;--primary-rgb:106,27,77;--secondary-rgb:74,85,104;--accent-rgb:155,107,158;--warning-rgb:218,165,32;--danger-rgb:178,34,34;--background-rgb:250,248,250;--text-muted-rgb:100,100,100;--text-primary:#2d1b2e;--text-secondary:#4a3850;--text-muted:#646464;--text-light:#8b7d8b;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#faf8fa;--background-alt:#f0e8f0;--surface:#fff;--surface-hover:#e8dce8;--border:#6a1b4d40;--border-light:#6a1b4d1f;--shadow-sm:0 2px 8px #6a1b4d26;--shadow-md:0 4px 16px #6a1b4d33;--shadow-lg:0 8px 32px #8b2e5d26;--shadow-xl:0 16px 48px #8b2e5d33}:root[data-theme=dark9]{--primary:#ff1b8d;--primary-hover:#ff3d9f;--secondary:#a855f7;--accent:#ffd60a;--success:#00ff9f;--warning:#ffd60a;--danger:#ff6b35;--info:#00d4ff;--primary-rgb:255,27,141;--secondary-rgb:168,85,247;--accent-rgb:255,214,10;--warning-rgb:255,214,10;--danger-rgb:255,107,53;--background-rgb:13,2,33;--text-muted-rgb:160,160,160;--text-primary:#f0f0f0;--text-secondary:#d0d0d0;--text-muted:#a0a0a0;--text-light:gray;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#0d0221;--background-alt:#1a0b2e;--surface:#240046;--surface-hover:#3c096c;--border:#a855f7;--border-light:#9333ea;--shadow-sm:0 2px 8px #ff1b8d66;--shadow-md:0 4px 16px #ff1b8d80;--shadow-lg:0 8px 32px #ff1b8d99;--shadow-xl:0 16px 48px #ff1b8db3;--shadow-color:#a855f780}:root[data-theme=light10]{--primary:#ff1b8d;--secondary:#8b5cf6;--accent:#fcd34d;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#06b6d4;--primary-rgb:255,27,141;--secondary-rgb:139,92,246;--accent-rgb:252,211,77;--warning-rgb:245,158,11;--danger-rgb:239,68,68;--background-rgb:250,250,250;--text-muted-rgb:156,163,175;--background:#fafafa;--background-alt:#f3f4f6;--surface:#fff;--surface-hover:#f9fafb;--text-primary:#1a1a1a;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-on-color:#fff;--text-on-color-inverse:#000;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 2px 8px #ff1b8d40;--shadow-md:0 4px 16px #ff1b8d59;--shadow-lg:0 8px 32px #ff1b8d73;--shadow-xl:0 16px 48px #ff1b8d8c;--shadow-color:#8b5cf64d}:root[data-theme=dark10]{--primary:#ff1b8d;--secondary:#a855f7;--accent:#ffc700;--success:#14f195;--warning:#fbbf24;--danger:#f87171;--info:#22d3ee;--primary-rgb:255,27,141;--secondary-rgb:168,85,247;--accent-rgb:255,199,0;--warning-rgb:251,191,36;--danger-rgb:248,113,113;--background-rgb:10,10,10;--text-muted-rgb:113,113,122;--background:#0a0a0a;--background-alt:#1a1a1a;--surface:#1f1f1f;--surface-hover:#2a2a2a;--text-primary:#f0f0f0;--text-secondary:#a1a1aa;--text-muted:#71717a;--text-on-color:#fff;--text-on-color-inverse:#000;--border:#3f3f46;--border-light:#27272a;--shadow-sm:0 2px 8px #ff1b8d80;--shadow-md:0 4px 16px #ff1b8d99;--shadow-lg:0 8px 32px #ff1b8db3;--shadow-xl:0 16px 48px #ff1b8dcc;--shadow-color:#a855f799}:root{--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--brutal-black:#000;--brutal-white:#fff;--brutal-yellow:#ff0;--brutal-red:red;--brutal-orange:#ff6b00;--brutal-gold:#d4af37;--brutal-white-rgb:255,255,255;--brutal-black-rgb:0,0,0;--brutal-gray-darkest:#0a0a0a;--brutal-gray-darker:#111;--brutal-gray-dark:#222;--brutal-gray:#333;--brutal-gray-mid:#666;--brutal-gray-light:#999;--brutal-gray-lighter:#ccc}:root[data-theme=light8]{--primary:#dc143c;--primary-hover:#b8001f;--secondary:#ff4500;--accent:#ff8c00;--success:#32cd32;--warning:gold;--danger:#b22222;--info:#4169e1;--primary-rgb:220,20,60;--secondary-rgb:255,69,0;--accent-rgb:255,140,0;--warning-rgb:255,215,0;--danger-rgb:178,34,34;--background-rgb:255,248,240;--text-muted-rgb:101,67,33;--text-primary:#2b1810;--text-secondary:#5c3a28;--text-muted:#8b6f47;--text-light:#a9927d;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#fff8f0;--background-alt:#fff;--surface:#fff;--surface-hover:#ffe8d6;--border:#dc143c40;--border-light:#dc143c1f;--shadow-sm:0 2px 8px #dc143c26;--shadow-md:0 4px 16px #dc143c33;--shadow-lg:0 8px 32px #ff450033;--shadow-xl:0 16px 48px #ff450040}:root[data-theme=dark8]{--primary:#ff4500;--primary-hover:tomato;--secondary:#dc143c;--accent:gold;--success:#00fa9a;--warning:orange;--danger:red;--info:#00bfff;--primary-rgb:255,69,0;--secondary-rgb:220,20,60;--accent-rgb:255,215,0;--warning-rgb:255,165,0;--danger-rgb:255,0,0;--background-rgb:28,10,0;--text-muted-rgb:210,180,140;--text-primary:bisque;--text-secondary:wheat;--text-muted:#deb887;--text-light:#bc8f8f;--text-on-color:#fff;--text-on-color-inverse:#000;--background:#1c0a00;--background-alt:#2d1b10;--surface:#3e2723;--surface-hover:#4e342e;--border:#ff450066;--border-light:#ff450033;--shadow-sm:0 2px 8px #ff450066;--shadow-md:0 4px 16px #ff450080;--shadow-lg:0 8px 32px #dc143c66;--shadow-xl:0 16px 48px #dc143c80}:root[data-theme=light11]{--primary:#cd7f32;--secondary:#8b4513;--accent:#ff6b1a;--success:#2e8b57;--warning:gold;--danger:#8b0000;--info:#4682b4;--primary-rgb:205,127,50;--secondary-rgb:139,69,19;--accent-rgb:255,107,26;--warning-rgb:255,215,0;--danger-rgb:139,0,0;--background-rgb:245,245,220;--text-muted-rgb:139,115,85;--background:beige;--background-alt:#eae8d9;--surface:#fff;--surface-hover:#f8f6e8;--text-primary:#2f2f2f;--text-secondary:#5a4a3a;--text-muted:#8b7355;--text-on-color:#fff;--text-on-color-inverse:#000;--border:#8b7355;--border-light:#c4b5a0;--shadow-sm:0 2px 8px #cd7f3233;--shadow-md:0 4px 16px #cd7f324d;--shadow-lg:0 8px 32px #ff6b1a66;--shadow-xl:0 16px 48px #ff6b1a80;--shadow-color:#8b45134d}:root[data-theme=dark11]{--primary:orange;--secondary:#b8860b;--accent:#ff4500;--success:#32cd32;--warning:gold;--danger:#dc143c;--info:#4682b4;--primary-rgb:255,165,0;--secondary-rgb:184,134,11;--accent-rgb:255,69,0;--warning-rgb:255,215,0;--danger-rgb:220,20,60;--background-rgb:26,20,16;--text-muted-rgb:139,125,107;--background:#1a1410;--background-alt:#2a2218;--surface:#3a3028;--surface-hover:#4a3e30;--text-primary:#e5e5e5;--text-secondary:#c0b8a8;--text-muted:#8b7d6b;--text-on-color:#fff;--text-on-color-inverse:#000;--border:#4a3c2a;--border-light:#3a2e1a;--shadow-sm:0 2px 8px #ffa50066;--shadow-md:0 4px 16px #ffa50080;--shadow-lg:0 8px 32px #ff450099;--shadow-xl:0 16px 48px #ff4500b3;--shadow-color:#b8860b80}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);transition:background-color var(--transition-base),color var(--transition-base);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin-bottom:var(--spacing-md);font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{color:var(--text-secondary);margin-bottom:var(--spacing-md);line-height:1.6}button{cursor:pointer;font-family:inherit;font-size:inherit}button:disabled{opacity:.6;cursor:not-allowed}button svg,a svg{z-index:1;flex-shrink:0;position:relative}button[style*="border-radius: 50%"],button[class*=circle],button[class*=round],.navBtn,.navButton,.pauseBtn,.playBtn,.arrowBtn{flex-shrink:0}button:has(>svg:only-child){flex-shrink:0}button[style*="border-radius: 50%"]:not([style*=min-width]),button[class*=circle]:not([style*=min-width]),button[class*=round]:not([style*=min-width]){min-width:fit-content;min-height:fit-content}.container{width:100%;max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.section{padding:var(--spacing-3xl)0}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-light{color:var(--text-light)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-surface{background-color:var(--surface)}.bg-background{background-color:var(--background)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}}
