.ui-button{align-items:center;border:none;border-radius:var(--radius-lg);cursor:pointer;display:inline-flex;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);gap:var(--spacing-3);justify-content:center;letter-spacing:.025em;padding:var(--spacing-3) var(--spacing-6);text-transform:uppercase;transition:all var(--transition-fast)}.ui-button:disabled{cursor:not-allowed;opacity:.5}.ui-button.primary{background-color:var(--color-primary-600);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a;color:var(--color-white)}.ui-button.primary:hover:not(:disabled){background-color:var(--color-primary-700);box-shadow:0 10px 15px -3px #2563eb4d,0 4px 6px -2px #2563eb33;transform:translateY(-1px)}.ui-button.primary:active:not(:disabled){transform:translateY(0)}.ui-button.secondary{background-color:var(--color-secondary-100);color:var(--color-secondary-900)}.ui-button.secondary:hover:not(:disabled){background-color:var(--color-secondary-200);transform:translateY(-1px)}.ui-button.secondary:active:not(:disabled){transform:translateY(0)}.category-showcase{background:linear-gradient(180deg,#d49b6d,#cc9393);box-sizing:border-box;margin-bottom:60px;padding:60px 20px;width:100%}.category-showcase .showcase-header{margin-bottom:30px;text-align:center}.category-showcase .showcase-title{color:#fff;font-size:2rem;font-weight:500;margin-bottom:24px}.category-showcase .showcase-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.category-showcase .showcase-tabs .tab-pill{background:none;border:1px solid #e0e0e0;border-radius:999px;cursor:pointer;font-size:.9rem;padding:10px 24px;transition:all .2s ease;white-space:nowrap}.category-showcase .showcase-tabs .tab-pill.active{background-color:#d2a47e0d;border-color:#2c2621;color:#030303;font-weight:600}.category-showcase .showcase-tabs .tab-pill:hover:not(.active){background-color:#f9f9f9;border-color:#ccc}.category-showcase .showcase-content{margin:0 auto;max-width:1200px}.category-showcase .showcase-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.category-showcase .showcase-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.category-showcase .showcase-grid{grid-template-columns:repeat(6,1fr)}}.category-showcase .showcase-item{align-items:center;color:inherit;display:flex;flex-direction:column;text-decoration:none;transition:transform .2s}.category-showcase .showcase-item:hover{transform:translateY(-4px)}.category-showcase .showcase-item:hover .item-label{color:#fff}.category-showcase .showcase-item .item-image-container{align-items:center;aspect-ratio:1/1;background-color:#f5f5f5;border-radius:8px;display:flex;justify-content:center;margin-bottom:12px;overflow:hidden;width:100%}.category-showcase .showcase-item .item-image-container .item-image{height:100%;object-fit:cover;width:100%}.category-showcase .showcase-item .item-label{color:#333;font-size:.95rem;font-weight:500;text-align:center}.feature-item{align-items:center;border-radius:24px;box-shadow:0 4px 6px #0000000a;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:300px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-5px)}.feature-item .feature-image-wrapper{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:2rem;width:100%}.feature-item .feature-image-wrapper .feature-image{max-height:100%;max-width:100%;object-fit:contain}.feature-item .feature-image-wrapper .feature-placeholder{background-color:#ddd;border-radius:50%;height:100px;width:100px}.feature-item .feature-content .feature-title{color:inherit;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.feature-item .feature-content .feature-subtitle{color:inherit;font-size:.8rem;margin:0;opacity:.8}.feature-set-container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 2rem 6rem}@media(max-width:768px){.feature-set-container{padding:0 1rem 4rem}}.feature-set-container .feature-set-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.feature-set-container .feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.feature-set-container .feature-grid.items-1{grid-template-columns:minmax(300px,600px)}.feature-set-container .feature-grid.items-2{grid-template-columns:repeat(2,1fr)}.feature-set-container .feature-grid.items-3{grid-template-columns:repeat(3,1fr)}.feature-set-container .feature-grid.items-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.feature-set-container .feature-grid{grid-template-columns:1fr!important}}.footer-root{background-color:#0b1120;color:#94a3b8;font-family:Inter,sans-serif;padding:60px 0 30px}.footer-root a{color:inherit;text-decoration:none;transition:color .2s ease}.footer-root a:hover{color:#f8fafc}.footer-root .footer-top{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}@media(min-width:1024px){.footer-root .footer-top{align-items:flex-start;flex-direction:row;justify-content:space-between}}.footer-root .footer-brand{flex:0 0 200px}.footer-root .footer-brand .brand-logo{align-items:center;color:#f8fafc;display:flex;font-size:1.5rem;font-weight:700;gap:10px}.footer-root .footer-brand .brand-logo:before{content:"≈";font-size:2rem;line-height:1}.footer-root .footer-links-container{display:flex;flex:1 1;flex-wrap:wrap;gap:40px 80px;justify-content:flex-end}.footer-root .footer-col{min-width:160px;text-align:left}.footer-root .footer-col .col-title{color:#f8fafc;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:20px;text-transform:uppercase}.footer-root .footer-col .col-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer-root .footer-col .col-list li{font-size:.95rem}.footer-root .social-col{max-width:300px}.footer-root .social-col .social-desc{font-size:.95rem;line-height:1.6;margin-bottom:20px}.footer-root .social-col .social-icons{display:flex;gap:20px}.footer-root .social-col .social-icons .social-icon-link{color:#64748b}.footer-root .social-col .social-icons .social-icon-link:hover{color:#38bdf8}.footer-root .footer-divider{background-color:#1e293b;height:1px;margin-bottom:30px}.footer-root .footer-bottom{align-items:center;display:flex;flex-direction:column;font-size:.875rem;gap:20px}@media(min-width:768px){.footer-root .footer-bottom{flex-direction:row;justify-content:space-between}}.footer-root .bottom-links{display:flex;gap:30px}.footer-root .language-selector{align-items:center;color:#f8fafc;cursor:pointer;display:flex;gap:8px}.footer-root .language-selector .arrow{font-size:.7rem}.ui-footer{background-color:var(--color-gray-900);box-sizing:border-box;color:var(--color-gray-400);font-size:var(--font-size-sm);margin-top:auto;padding:var(--spacing-12) 0;width:100%}.ui-footer .footer-content{display:flex;flex-direction:column;gap:var(--spacing-4);padding:0 1rem;text-align:center}@media(max-width:768px){.ui-footer .footer-content{gap:1.5rem}}.ui-footer .footer-copyright{color:var(--color-gray-500);font-weight:var(--font-weight-medium)}.search-container{align-items:center;display:flex;flex-grow:1;margin:0 20px;max-width:600px;position:relative}.search-container .search-input-wrapper{align-items:center;background:#f1f3f4;border-radius:8px;display:flex;padding:8px 12px;position:relative;transition:background-color .2s,box-shadow .2s;width:100%}.search-container .search-input-wrapper:focus-within{background:#fff;box-shadow:0 1px 6px #20212447}.search-container .search-input-wrapper .search-icon{align-items:center;color:#5f6368;display:flex;margin-right:12px}.search-container .search-input-wrapper input{background:#0000;border:none;color:#202124;flex-grow:1;font-size:16px;outline:none;padding:0}.search-container .search-input-wrapper input::placeholder{color:#5f6368}.search-container .search-input-wrapper .input-actions{align-items:center;display:flex;gap:8px;margin-left:8px}.search-container .search-input-wrapper .action-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#5f6368;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s,color .2s}.search-container .search-input-wrapper .action-btn:hover{background-color:#0000000d;color:#202124}.search-container .search-input-wrapper .action-btn.listening{animation:pulse 1.5s infinite;background-color:#ea43351a;color:#ea4335}.search-results-dropdown{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #20212447;left:0;margin-top:8px;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-results-dropdown .search-result-item{align-items:center;border-bottom:1px solid #f1f3f4;color:inherit;cursor:pointer;display:flex;padding:10px;text-decoration:none;transition:background-color .1s}.search-results-dropdown .search-result-item:last-child{border-bottom:none}.search-results-dropdown .search-result-item:hover{background-color:#f1f3f4}.search-results-dropdown .search-result-item .result-thumb{border-radius:4px;height:40px;margin-right:12px;object-fit:cover;width:40px}.search-results-dropdown .search-result-item .result-info{display:flex;flex-direction:column}.search-results-dropdown .search-result-item .result-info .result-name{color:#202124;font-size:14px;font-weight:500}.search-results-dropdown .search-result-item .result-info .result-meta{color:#5f6368;font-size:12px}.ui-header{background:#fff;border-bottom:1px solid #0000000d;padding:var(--spacing-4) 0;position:relative;top:0;transition:all var(--transition-normal);z-index:1000}.ui-header.scrolled{background:#fffffff2;box-shadow:var(--shadow-sm);padding:var(--spacing-2) 0}.ui-header .header-content{align-items:center;display:flex;gap:20px;justify-content:space-between}.ui-header .header-logo{color:var(--color-primary-gradient);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-decoration:none;transition:transform var(--transition-fast),color var(--transition-fast)}.ui-header .header-logo:hover{color:var(--color-primary-gradient);transform:translateY(-1px)}.ui-header .nav-list{display:flex;gap:var(--spacing-8);list-style:none;margin:0;padding:0}.ui-header .nav-link{align-items:center;color:var(--color-gray-600);display:flex;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);gap:4px;letter-spacing:.05em;position:relative;text-decoration:none;text-transform:uppercase;transition:color var(--transition-fast)}.ui-header .nav-link:after{background-color:var(--color-primary-600);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width var(--transition-fast);width:0}.ui-header .nav-link.active,.ui-header .nav-link:hover{color:var(--color-primary-600)}.ui-header .nav-link.active:after,.ui-header .nav-link:hover:after{width:100%}.ui-header .has-submenu{position:relative}@media(min-width:769px){.ui-header .has-submenu:hover .submenu{background:#fff;box-shadow:var(--shadow-md);display:block;opacity:1;pointer-events:auto;position:absolute;top:100%;transform:translateY(0)}}.ui-header .has-submenu.expanded .submenu{background:#f9fafb;box-shadow:none;display:block;margin-top:0;opacity:1;pointer-events:auto;position:relative;top:0;transform:translateY(0)}.ui-header .has-submenu .dropdown-arrow{font-size:.8em;transition:transform .2s ease}.ui-header .has-submenu:hover .dropdown-arrow{transform:rotate(180deg)}.ui-header .submenu{background:#fff;border:1px solid #0000000d;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:none;left:0;list-style:none;margin-top:10px;min-width:220px;opacity:0;padding:var(--spacing-2) 0;position:absolute;top:100%;transform:translateY(10px);transition:all .2s ease;z-index:1100}.ui-header .submenu:before{content:"";height:10px;left:0;position:absolute;top:-10px;width:100%}.ui-header .submenu .submenu-item{width:100%}.ui-header .submenu .sub-nav-link{color:var(--color-gray-700);display:block;font-size:var(--font-size-sm);letter-spacing:normal;padding:var(--spacing-2) var(--spacing-4);text-decoration:none;text-transform:none;transition:background-color .1s ease,color .1s ease}.ui-header .submenu .sub-nav-link:hover{background-color:var(--color-gray-50);color:var(--color-primary-600)}.ui-header .menu-toggle{background:none;border:none;color:var(--color-gray-800);cursor:pointer;display:none;padding:0;z-index:1001}.ui-header .menu-toggle:hover{opacity:.8}@media(max-width:768px){.ui-header .menu-toggle{display:block}.ui-header .nav-menu{background:#fff;border-top:1px solid #0000000d;box-shadow:0 4px 6px -1px #0000001a;left:0;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .3s ease-out;width:100%;z-index:1100}.ui-header .nav-menu.open{height:auto;max-height:100vh;overflow-y:auto}.ui-header .nav-menu .nav-list{flex-direction:column;gap:0;padding:var(--spacing-4) 0}.ui-header .nav-menu .nav-list li{border-bottom:1px solid #00000008;text-align:left;width:100%}.ui-header .nav-menu .nav-list .nav-link{display:block;font-size:var(--font-size-base);padding:var(--spacing-3) var(--spacing-4)}.ui-header .nav-menu .nav-list .nav-link:after{display:none}.ui-header .nav-menu .nav-list .nav-link:hover{background-color:var(--color-gray-50)}}.hero-carousel{background:linear-gradient(135deg,#dae1eb,#dae1eb);color:#fff;min-height:600px;overflow:hidden}.hero-carousel,.hero-carousel .hero-inner{align-items:center;display:flex;justify-content:space-between;position:relative}.hero-carousel .hero-inner{height:100%;margin:0 auto;max-width:1440px;padding:0 4rem;width:100%;z-index:10}@media(max-width:1024px){.hero-carousel .hero-inner{padding:0 2rem}}@media(max-width:768px){.hero-carousel .hero-inner{flex-direction:column-reverse;justify-content:center;padding:2rem;text-align:center}}.hero-carousel .hero-content{color:#0b1120;left:10%;max-width:600px;position:relative;text-align:left;top:auto;transform:none;width:100%;z-index:10}@media(max-width:768px){.hero-carousel .hero-content{left:0;margin-top:2rem;padding:0 1rem;text-align:center;transform:none;width:100%}}.hero-carousel .hero-content .hero-eyebrow{font-size:14px;letter-spacing:2px;margin-bottom:1rem;opacity:.9;text-transform:uppercase}.hero-carousel .hero-content .hero-title{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero-carousel .hero-content .hero-title{font-size:32px}}.hero-carousel .hero-content .hero-subtitle{font-size:18px;font-weight:300;margin-bottom:2rem;opacity:.9}.hero-carousel .hero-content .hero-cta{background:#fff;border:none;border-radius:4px;color:#000;cursor:pointer;font-size:.9rem;font-weight:700;padding:1rem 2.5rem;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}.hero-carousel .hero-content .hero-cta:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.hero-carousel .hero-visual{align-items:center;display:flex;flex:1 1;height:100%;justify-content:flex-end;z-index:5}@media(max-width:768px){.hero-carousel .hero-visual{justify-content:center;margin-bottom:0;width:100%}}.hero-carousel .hero-visual .hero-image-container{display:flex;justify-content:flex-end;margin-right:10%;width:auto}@media(max-width:768px){.hero-carousel .hero-visual .hero-image-container{justify-content:center;margin-right:0}}.hero-carousel .hero-visual .hero-image{max-height:660px;max-width:100%;object-fit:contain}@media(max-width:768px){.hero-carousel .hero-visual .hero-image{max-height:400px}}.hero-carousel .hero-visual .hero-placeholder{align-items:center;background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:50%;display:flex;font-size:1.2rem;height:300px;justify-content:center;width:300px}.hero-carousel .hero-controls{align-items:center;background:#fff;border-radius:50px;bottom:2rem;display:flex;gap:1.5rem;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%)}.hero-carousel .hero-controls .control-btn{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:20px;justify-content:center;opacity:.5}.hero-carousel .hero-controls .control-btn:hover{opacity:1}.hero-carousel .hero-controls .indicators{display:flex;gap:.5rem}.hero-carousel .hero-controls .indicators .indicator{background:#ccc;border-radius:50%;cursor:pointer;height:8px;transition:background .3s;width:8px}.hero-carousel .hero-controls .indicators .indicator.active{background:#333;transform:scale(1.2)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.info-section{align-items:center;background-color:#fff;box-shadow:0 0 10px 5px #0000001a;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;padding:2.5rem 0;position:relative;width:100%;z-index:1}.info-section.full-width{max-width:100%}.info-section .info-item{align-items:center;border-right:1px solid #afaaaa;display:flex;flex:1 1 200px;justify-content:center;padding:0 2rem}.info-section .info-item:last-child{border-right:none}.info-section .info-item .info-icon{flex-shrink:0;height:42px;margin-right:1rem;object-fit:contain;width:42px}.info-section .info-item .info-text{display:flex;flex-direction:column;min-width:0;text-align:left}.info-section .info-item .info-text .info-title{color:#222;font-size:.9rem;font-weight:700;letter-spacing:.5px;margin-bottom:.2rem;text-transform:uppercase;white-space:nowrap}.info-section .info-item .info-text .info-subtitle{color:#666;font-size:.8rem;line-height:1.2;white-space:nowrap}@media(max-width:900px){.info-section .info-item{border-right:none;flex:1 1 40%;padding:1rem}}@media(max-width:600px){.info-section{align-items:center;flex-direction:column;padding:2rem 1rem}.info-section .info-item{border-bottom:1px solid #e2e2e2;border-right:none;flex:1 1 auto;justify-content:flex-start;max-width:320px;padding:1rem 0;width:100%}.info-section .info-item:last-child{border-bottom:none}}.nav-header{box-sizing:border-box;font-family:Inter,sans-serif;position:relative;width:100%;z-index:900}.nav-header .desktop-only{display:none}@media(max-width:768px){.nav-header .desktop-only{display:none!important}}.nav-header .nav-container{align-items:center;display:flex;height:56px;justify-content:space-between;padding:0 1.5rem}@media(min-width:769px){.nav-header .nav-container{height:48px;justify-content:center;padding:0 2rem}}.nav-header .mobile-menu-toggle{background:none;border:none;color:inherit;cursor:pointer;display:block;padding:4px;z-index:1001}@media(min-width:769px){.nav-header .mobile-menu-toggle{display:none}}.nav-header .mobile-menu-toggle .toggle-content{align-items:center;display:flex;gap:8px}.nav-header .mobile-menu-toggle .toggle-label{font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.nav-header .mobile-menu-toggle svg{display:block}.nav-header .nav-items{display:flex;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:768px){.nav-header .nav-items{display:none}}.nav-header .nav-items .nav-item{cursor:pointer;padding:10px 0}.nav-header .nav-items .nav-item.active .nav-link{text-decoration:underline}.nav-header .nav-items .nav-link{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.nav-header .mega-menu{animation:fadeIn .15s ease-out;background-color:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 4px 12px #0000001a;display:flex;justify-content:center;left:0;padding:0;position:absolute;text-align:left;top:100%;width:100%}@media(max-width:768px){.nav-header .mega-menu{display:none}}.nav-header .mega-menu .mega-menu-content{max-width:1400px;width:100%}.nav-header .mega-menu .mega-menu-content.with-promos{display:grid;grid-template-columns:1fr 2fr}.nav-header .mega-menu .mega-menu-content .mega-columns-container{display:inline-grid;gap:0;grid-template-columns:repeat(4,220px);justify-content:start;width:-webkit-max-content;width:max-content}.nav-header .mega-menu .mega-menu-content:not(.with-promos) .mega-columns-container{grid-template-columns:repeat(3,220px)}.nav-header .mega-menu .mega-promos-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.nav-header .mega-menu .promo-card{align-items:flex-end;align-items:flex-start;background-position:50%;background-size:cover;border-radius:0;color:#000;display:flex;height:300px;overflow:hidden;padding:2rem;position:relative}.nav-header .mega-menu .promo-card .promo-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:none;padding:1rem}.nav-header .mega-menu .promo-card .promo-title{font-size:18px;font-weight:700;margin:0 0 .5rem;text-decoration:underline}.nav-header .mega-menu .promo-card .promo-subtitle{font-size:14px;margin:0 0 .5rem;opacity:.8}.nav-header .mega-menu .promo-card .promo-cta{display:block;font-size:14px;font-weight:600}.nav-header .mega-menu .promo-card{transition:transform .3s ease}.nav-header .mega-menu .promo-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.nav-header .mega-menu .mega-column{border-radius:0;padding:1.5rem;transition:transform .2s ease}.nav-header .mega-menu .mega-column:nth-child(odd){background-color:#b6d1ee}.nav-header .mega-menu .mega-column:nth-child(odd) .column-title{color:#3e397e}.nav-header .mega-menu .mega-column:nth-child(2n){background-color:#f8f9fa}.nav-header .mega-menu .mega-column:nth-child(2n) .column-title{color:#333}.nav-header .mega-menu .mega-column:hover{transform:translateY(-2px)}.nav-header .mega-menu .column-title{font-size:13px;font-weight:700;margin-bottom:1rem;text-transform:capitalize}.nav-header .mega-menu .column-items{list-style:none;margin:0;padding:0}.nav-header .mega-menu .column-items li{margin-bottom:.5rem}.nav-header .mega-menu .column-items .column-link{color:#555;font-size:13px;text-decoration:none;transition:color .2s}.nav-header .mega-menu .column-items .column-link:hover{color:#d45d2d;text-decoration:underline}.nav-header .mobile-menu-overlay{background-color:#fff;box-shadow:0 4px 12px #0000001a;color:#000;left:0;overflow-y:visible;padding-bottom:40px;position:absolute;top:100%;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:999}.nav-header .mobile-menu-overlay.open{transform:translateX(0)}.nav-header .mobile-menu-overlay .mobile-menu-content{display:flex;flex-direction:column}.nav-header .mobile-menu-overlay .mobile-category-item{border-bottom:1px solid #eee}.nav-header .mobile-menu-overlay .mobile-category-header{align-items:left;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:1.25rem 1.5rem;text-transform:uppercase}.nav-header .mobile-menu-overlay .mobile-category-header .accordion-icon{font-size:20px;font-weight:300}.nav-header .mobile-menu-overlay .mobile-submenu{background-color:#f9f9f9;border-top:1px solid #eee;padding:1rem 1.5rem}.nav-header .mobile-menu-overlay .mobile-submenu .mobile-submenu-group{margin-bottom:1.5rem}.nav-header .mobile-menu-overlay .mobile-submenu .mobile-submenu-group .mobile-group-title{color:#333;font-size:14px;font-weight:700;margin-bottom:.75rem;text-transform:uppercase}.nav-header .mobile-menu-overlay .mobile-submenu .mobile-submenu-group ul{list-style:none;margin:0;padding:0}.nav-header .mobile-menu-overlay .mobile-submenu .mobile-submenu-group ul li{margin-bottom:.75rem}.nav-header .mobile-menu-overlay .mobile-submenu .mobile-submenu-group ul a{color:#555;font-size:14px;text-decoration:none}.nav-header .mobile-menu-overlay .mobile-submenu .mobile-submenu-group ul a:hover{text-decoration:underline}.layout-wrapper{background-color:var(--color-gray-50);display:flex;flex-direction:column;min-height:100vh}.layout-wrapper .sticky-header-group{position:-webkit-sticky;position:sticky;top:0;transition:transform .3s ease;width:100%;z-index:1000}.layout-wrapper .layout-main{animation:fadeIn .5s ease-out;flex:1 1}@media(max-width:768px){.layout-wrapper .layout-main{padding:24px 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loader-full-page-wrapper{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:2rem;width:100%}@keyframes shimmerMove{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer-loader{margin:0 auto;max-width:1200px;width:100%}.shimmer-loader .shimmer-header{border-radius:4px;height:60px}.shimmer-loader .shimmer-header,.shimmer-loader .shimmer-hero{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmerMove;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);background-size:1000px 100%;margin-bottom:2rem;width:100%}.shimmer-loader .shimmer-hero{border-radius:8px;height:400px}.shimmer-loader .shimmer-content .shimmer-line{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmerMove;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);background-size:1000px 100%;border-radius:4px;height:20px;margin-bottom:1rem;width:100%}.shimmer-loader .shimmer-content .shimmer-line.short{width:60%}.spinner-loader .spinner{animation:spin 1s ease-in-out infinite;border:4px solid #0000001a;border-radius:50%;border-top:4px solid var(--color-primary-500,#3b82f6);height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.dots-loader{display:flex;gap:8px}.dots-loader .dot{animation:bounce 1.4s ease-in-out infinite both;background-color:#3b82f6;background-color:var(--color-primary-500,#3b82f6);border-radius:50%;height:12px;width:12px}.dots-loader .dot:first-child{animation-delay:-.32s}.dots-loader .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.pulse-loader .pulse-circle{animation:pulse 1.2s cubic-bezier(.66,0,0,1) infinite;background-color:#3b82f6;background-color:var(--color-primary-500,#3b82f6);border-radius:50%;height:60px;width:60px}@keyframes pulse{to{box-shadow:0 0 0 45px #fff0}}.not-found-container{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.not-found-content{z-index:10}.error-code{font-size:8rem;font-weight:700;margin:0;text-shadow:0 0 20px #fff3}.error-message{color:#a0a0a0;font-size:1.5rem;margin-bottom:2rem}.home-button{background-color:#e94560;border-radius:25px;box-shadow:0 4px 15px #e9456066;color:#fff;font-weight:700;padding:12px 30px;text-decoration:none;transition:transform .2s,background-color .2s}.home-button:hover{background-color:#ff5e78;transform:translateY(-2px)}.planet{border-radius:50%;opacity:.6;position:absolute}.planet-1{background:#4e4e99;height:100px;left:10%;top:10%;width:100px}.planet-2{background:#2e2e4e;bottom:-50px;height:200px;right:-50px;width:200px}.product-card{background:#fff;border:1px solid #eee;font-family:Inter,sans-serif;margin:0 auto;max-width:300px;padding:1rem;position:relative;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 12px #0000001a}@media(max-width:768px){.product-card{margin-bottom:1rem;max-width:100%}}.product-card .product-image-wrapper{height:350px;margin-bottom:1rem;position:relative}@media(max-width:768px){.product-card .product-image-wrapper{height:280px}}.product-card .product-image-wrapper{align-items:center;background:#f9f9f9;display:flex;justify-content:center;overflow:hidden}.product-card .product-image-wrapper .product-image{height:100%;object-fit:cover;object-position:top;width:100%}.product-card .product-image-wrapper .no-image{color:#ccc}.product-card .product-image-wrapper .product-tag{background:#222;bottom:1rem;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:0;text-transform:uppercase}.product-card .product-details{text-align:left}.product-card .product-details .wishlist-btn{align-items:center;background:#fff;border:1px solid #ddd;color:#333;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:.75rem;padding:.5rem;text-transform:uppercase;transition:all .2s;width:100%}.product-card .product-details .wishlist-btn:hover{border-color:#333}.product-card .product-details .wishlist-btn .heart-icon{font-size:1.1rem}.product-card .product-details .product-sizes{color:#666;font-size:.85rem;margin-bottom:.5rem}.product-card .product-details .product-brand{color:#888;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0 0 .25rem;text-transform:uppercase}.product-card .product-details .product-name{color:#111;font-size:1rem;font-weight:500;line-height:1.3;margin:0 0 .5rem}.product-card .product-details .product-rating{align-items:center;display:flex;margin-bottom:.5rem;margin-top:.5rem}.product-card .product-details .product-rating .stars{display:flex;margin-right:.5rem}.product-card .product-details .product-rating .stars .star{color:#ddd;font-size:.9rem}.product-card .product-details .product-rating .stars .star.filled{color:#f59e0b}.product-card .product-details .product-rating .review-count{color:#666;font-size:.75rem}.product-card .product-details .product-pricing{align-items:baseline;display:flex;font-size:.9rem;gap:.5rem}.product-card .product-details .product-pricing .current-price{color:#000;font-size:1rem;font-weight:700}.product-card .product-details .product-pricing .original-price{color:#999;font-size:.85rem;text-decoration:line-through}.product-card .product-details .product-pricing .discount{color:#ff6b6b;font-size:.85rem}.offer-showcase{box-sizing:border-box;margin-bottom:60px;padding:0 20px;width:100%}.offer-showcase .offer-showcase-container{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1400px}@media(min-width:992px){.offer-showcase .offer-showcase-container{flex-direction:row}.offer-showcase .offer-showcase-container.reversed{flex-direction:row-reverse}}.offer-showcase .products-section{display:flex;flex:1 1;flex-direction:column}.offer-showcase .products-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.offer-showcase .products-section .section-header .section-title{color:#c4c2c2;font-size:1.8rem;font-weight:700;margin:0}.offer-showcase .products-section .section-header .view-all-link{color:#222;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.offer-showcase .products-section .section-header .view-all-link:hover{opacity:.7}.offer-showcase .products-section .products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.offer-showcase .products-section .products-grid .product-wrapper .product-card{height:100%}.offer-showcase .banner-section{border-radius:4px;flex:1 1;min-height:400px;overflow:hidden;position:relative}.offer-showcase .banner-section .banner-content{align-items:center;align-items:flex-end;background-color:#fceaea;background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;text-align:right;width:100%}.offer-showcase .banner-section .banner-content .banner-text{max-width:80%}.offer-showcase .banner-section .banner-content .banner-title{color:#080808;font-size:3rem;font-weight:800;line-height:1.1;margin:0 0 10px}.offer-showcase .banner-section .banner-content .banner-subtitle{color:#0e0e0e;font-size:1.2rem;font-weight:400;margin:0}.offer-showcase .banner-section .banner-placeholder{align-items:center;background-color:#f0f0f0;color:#999;display:flex;font-size:1.2rem;height:100%;justify-content:center;min-height:400px;width:100%}.process-steps{overflow-x:hidden;padding:8rem 0;width:100%}.process-steps .process-header{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:5rem;text-align:center}.process-steps .process-header .process-pill{background:#fff;border-radius:50px;box-shadow:0 4px 15px #00000014;color:#555;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;padding:.5rem 1.5rem;text-transform:uppercase}.process-steps .process-header .header-text{margin:0 auto;max-width:700px}.process-steps .process-header .process-title{color:#0f172a;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.process-steps .process-header .process-title .highlight{color:#f97316}@media(max-width:768px){.process-steps .process-header .process-title{font-size:2.5rem}}.process-steps .process-header .process-desc{color:#64748b;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.process-steps .steps-container{display:flex;margin:0 auto;max-width:1200px;padding-top:2rem;position:relative}@media(max-width:1024px){.process-steps .steps-container{align-items:center;flex-direction:column;gap:4rem;max-width:600px}}@media(min-width:1025px){.process-steps .steps-container{flex-direction:row;flex-wrap:wrap;gap:8rem 2rem;justify-content:center}}.process-steps .process-step{display:flex;position:relative;width:100%;z-index:1}@media(max-width:1024px){.process-steps .process-step{width:100%}.process-steps .process-step:nth-child(odd){justify-content:flex-start}.process-steps .process-step:nth-child(odd):not(:last-child):after{border-bottom-right-radius:60px;border-right:3px dashed #e2e8f0;border-top:3px dashed #e2e8f0;border-top-right-radius:60px;content:"";height:100%;left:125px;opacity:.4;pointer-events:none;position:absolute;top:50%;width:calc(100% - 250px);z-index:-1}.process-steps .process-step:nth-child(2n){justify-content:flex-end}.process-steps .process-step:nth-child(2n):not(:last-child):after{border-bottom-left-radius:60px;border-left:3px dashed #e2e8f0;border-top:3px dashed #e2e8f0;border-top-left-radius:60px;content:"";height:100%;opacity:.4;pointer-events:none;position:absolute;right:125px;top:50%;width:calc(100% - 250px);z-index:-1}}@media(max-width:1024px)and (max-width:600px){.process-steps .process-step:nth-child(2n):after,.process-steps .process-step:nth-child(odd):after{border-width:2px;left:70px!important;right:70px!important;width:calc(100% - 140px)!important}.process-steps .process-step:nth-child(2n):after{left:auto!important;right:70px!important}}@media(min-width:1025px){.process-steps .process-step{flex-basis:calc(33.333% - 2rem);flex-grow:0;flex-shrink:0;justify-content:center}.process-steps .process-step:first-child:after,.process-steps .process-step:nth-child(2):after,.process-steps .process-step:nth-child(4):after{background-image:linear-gradient(90deg,#ccc 50%,#0000 0);background-repeat:repeat-x;background-size:10px 2px;content:"";height:2px;opacity:.5;position:absolute;right:-50%;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.process-steps .process-step:nth-child(3):after{content:"";display:none;height:100%;left:50%;opacity:.4;pointer-events:none;position:absolute;top:50%;width:50%;z-index:-1}}.process-steps .process-step .step-card{align-items:center;background:#fff;border:1px solid #00000008;border-radius:50%;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;height:250px;justify-content:center;padding:2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:250px;z-index:2}@media(max-width:600px){.process-steps .process-step .step-card{height:180px;padding:1rem;width:180px}}.process-steps .process-step .step-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-5px) scale(1.02)}.process-steps .process-step .step-number{align-items:center;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 10px #00000026;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:50px;justify-content:center;position:absolute;right:20px;top:0;width:50px;z-index:3}@media(max-width:600px){.process-steps .process-step .step-number{font-size:.9rem;height:40px;right:10px;width:40px}}.process-steps .process-step .step-content{margin-top:.5rem}.process-steps .process-step .step-title{color:#1a1a1a;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}@media(max-width:600px){.process-steps .process-step .step-title{font-size:1rem}}.process-steps .process-step .step-subtitle{color:#4a4a4a;font-size:.9rem;line-height:1.4;opacity:.7}@media(max-width:600px){.process-steps .process-step .step-subtitle{display:none;font-size:.8rem}}.product-rail-container{margin:0 auto;max-width:1400px;padding:2rem 0}.product-rail-container .product-rail-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-left:10px;text-align:left}.product-rail-container .product-rail-controls{position:relative}.product-rail-container .product-rail-controls .rail-arrow{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:40px;z-index:2}.product-rail-container .product-rail-controls .rail-arrow:hover{background:#000c}.product-rail-container .product-rail-controls .rail-arrow.left{left:-20px}.product-rail-container .product-rail-controls .rail-arrow.right{right:-20px}.product-rail-container .product-rail-controls:hover .rail-arrow{opacity:1}.product-rail-container .product-rail-scroll{-webkit-overflow-scrolling:touch;display:flex;gap:1.5rem;overflow-x:auto;padding:0 .5rem 1rem;scroll-behavior:smooth;scrollbar-width:none}.product-rail-container .product-rail-scroll::-webkit-scrollbar{display:none}.product-rail-container .product-rail-scroll .rail-item{flex:0 0 auto;width:250px}@media(max-width:768px){.product-rail-container .product-rail-scroll .rail-item{width:180px}}.section-wrapper{position:relative;width:100%}.section-wrapper.spacing-none{padding-bottom:0;padding-top:0}.section-wrapper.spacing-top-small{padding-top:2rem}.section-wrapper.spacing-top-medium{padding-top:4rem}.section-wrapper.spacing-top-large{padding-top:8rem}.section-wrapper.spacing-bottom-small{padding-bottom:2rem}.section-wrapper.spacing-bottom-medium{padding-bottom:4rem}.section-wrapper.spacing-bottom-large{padding-bottom:8rem}.section-container{box-sizing:border-box;margin:0 auto;max-width:100%;padding-left:1rem;padding-right:1rem;width:100%}@media(min-width:640px){.section-container{max-width:640px}}@media(min-width:768px){.section-container{max-width:768px}}@media(min-width:1024px){.section-container{max-width:1024px}}@media(min-width:1280px){.section-container{max-width:1280px}}@media(min-width:1536px){.section-container{max-width:1536px}}.section-full-width{width:100%}.service-banner{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:center;min-height:400px;position:relative;text-align:center;width:100%}.service-banner .overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.service-banner .banner-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.service-banner .banner-title{font-size:3rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.service-banner .banner-title{font-size:2rem}}.service-banner .banner-description{font-size:1.25rem;font-weight:400;line-height:1.6;opacity:.9}@media(max-width:768px){.service-banner .banner-description{font-size:1rem}}.service-grid{padding:4rem 0;width:100%}.service-grid .grid-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.service-grid .grid-items{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.service-grid .grid-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.service-grid .grid-items{grid-template-columns:1fr}}.service-grid .grid-card{align-items:center;border-radius:16px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem;text-align:center;transition:transform .2s ease}.service-grid .grid-card:hover{transform:translateY(-5px)}.service-grid .grid-card .card-icon{height:60px;margin-bottom:1.5rem;width:60px}.service-grid .grid-card .card-icon img{height:100%;object-fit:contain;width:100%}.service-grid .grid-card .card-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.service-grid .grid-card .card-subtitle{font-size:.9rem;opacity:.7}.static-page-root{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:60vh;padding:60px 0}.static-page-root .static-page-title{color:#111827;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:2.5rem;text-align:left}.static-page-root .static-page-content{color:#374151;font-size:1.125rem;line-height:1.8;margin:0;text-align:left;width:100%}.static-page-root .static-page-content h1,.static-page-root .static-page-content h2,.static-page-root .static-page-content h3,.static-page-root .static-page-content h4,.static-page-root .static-page-content h5,.static-page-root .static-page-content h6{color:#111827;font-weight:700;line-height:1.3;margin-bottom:.8em;margin-top:2.5em}.static-page-root .static-page-content h2{border-bottom:1px solid #e5e7eb;font-size:1.875rem;letter-spacing:-.025em;padding-bottom:.5rem}.static-page-root .static-page-content h3{font-size:1.5rem;letter-spacing:-.025em}.static-page-root .static-page-content h4{font-size:1.25rem}.static-page-root .static-page-content p{margin-bottom:1.5em}.static-page-root .static-page-content ol,.static-page-root .static-page-content ul{margin-bottom:1.5em;padding-left:1.625em}.static-page-root .static-page-content li{margin-bottom:.5em}.static-page-root .static-page-content li::marker{color:#9ca3af}.static-page-root .static-page-content a{color:#2563eb;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s ease}.static-page-root .static-page-content a:hover{color:#1d4ed8;text-decoration-thickness:2px}.static-page-root .static-page-content blockquote{border-left:4px solid #e5e7eb;color:#4b5563;font-style:italic;margin:2em 0;padding-left:1.25em}.static-page-root .static-page-content blockquote p{margin-bottom:0}.static-page-root .static-page-content pre{background-color:#1f2937;border-radius:.5rem;color:#e5e7eb;font-size:.875em;line-height:1.5;margin:1.5em 0;overflow-x:auto;padding:1rem}.static-page-root .static-page-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.static-page-root .static-page-content :not(pre)>code{background-color:#f3f4f6;border-radius:.25rem;color:#111827;font-size:.875em;font-weight:600;padding:.2rem .4rem}.static-page-root .static-page-content table{border-collapse:collapse;font-size:.875em;margin:2em 0;width:100%}.static-page-root .static-page-content th{border-bottom:1px solid #d1d5db;color:#111827;font-weight:600;padding:.75rem;text-align:left}.static-page-root .static-page-content td{border-bottom:1px solid #e5e7eb;padding:.75rem}.static-page-root .static-page-content tr:last-child td{border-bottom:none}.static-page-root .static-page-content img{border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:block;height:auto;margin:2em auto;max-width:100%}.static-page-root .static-page-content figure{margin:2em 0}.static-page-root .static-page-content figure figcaption{color:#6b7280;font-size:.875em;margin-top:.75em;text-align:center}.static-page-root .static-page-content figure.image-style-side{clear:right;float:right;margin-bottom:1em;margin-left:2em;max-width:50%}.static-page-root .static-page-content figure.image-style-align-left{clear:left;float:left;margin-bottom:1em;margin-right:2em;max-width:50%}.static-page-root .static-page-content figure.image-style-align-center{margin-left:auto;margin-right:auto}.static-page-root .static-page-content hr{border:0;border-top:1px solid #e5e7eb;margin:3em 0}.static-page-root .static-page-content b,.static-page-root .static-page-content strong{color:#111827;font-weight:700}.static-page-root .static-page-content:after{clear:both;content:"";display:table}.App{height:auto;max-width:100vw;overflow:visible;position:relative;text-align:center;width:100%}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--color-primary-50:#eff6ff;--color-primary-100:#dbeafe;--color-primary-200:#bfdbfe;--color-primary-300:#93c5fd;--color-primary-400:#60a5fa;--color-primary-500:#3b82f6;--color-primary-600:#2563eb;--color-primary-700:#1d4ed8;--color-primary-800:#1e40af;--color-primary-900:#1e3a8a;--color-secondary-50:#f8fafc;--color-secondary-100:#f1f5f9;--color-secondary-200:#e2e8f0;--color-secondary-300:#cbd5e1;--color-secondary-400:#94a3b8;--color-secondary-500:#64748b;--color-secondary-600:#475569;--color-secondary-700:#334155;--color-secondary-800:#1e293b;--color-secondary-900:#0f172a;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success:#22c55e;--color-warning:#eab308;--color-error:#ef4444;--color-info:#3b82f6;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--font-family-sans:"Roboto","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius-sm:0.125rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-full:9999px;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:300ms cubic-bezier(0.4,0,0.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--color-gray-50);color:#111827;color:var(--color-gray-900);font-family:Roboto,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family-sans);margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.3fbe4b5d.css.map*/