.Navbar-module___rHu7W__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light);transition:all var(--transition-base);background:#ffffffd9;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{box-shadow:var(--shadow-sm);background:#fffffff2}.Navbar-module___rHu7W__navbarInner{padding:var(--space-md)var(--space-lg);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{align-items:center;gap:var(--space-sm);font-family:var(--font-display);color:var(--color-text);font-size:1.5rem;font-weight:600;display:flex}.Navbar-module___rHu7W__logoImage{object-fit:contain;width:40px;height:40px}.Navbar-module___rHu7W__navLinks{align-items:center;gap:var(--space-xl);list-style:none;display:flex}.Navbar-module___rHu7W__navLink{color:var(--color-text-light);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--color-primary)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__navActions{align-items:center;gap:var(--space-md);display:flex}.Navbar-module___rHu7W__mobileMenuBtn{cursor:pointer;padding:var(--space-sm);background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module___rHu7W__mobileMenuBtn span{background:var(--color-text);width:24px;height:2px;transition:all var(--transition-fast);display:block}.Navbar-module___rHu7W__mobileMenu{background:var(--color-surface);padding:var(--space-xl);gap:var(--space-lg);animation:Navbar-module___rHu7W__slideUp var(--transition-base)forwards;flex-direction:column;display:none;position:fixed;inset:60px 0 0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__active{display:flex}.Navbar-module___rHu7W__mobileNavLinks{gap:var(--space-lg);flex-direction:column;list-style:none;display:flex}.Navbar-module___rHu7W__mobileNavLink{color:var(--color-text);padding:var(--space-md)0;border-bottom:1px solid var(--color-border-light);font-size:1.125rem;font-weight:500}.Navbar-module___rHu7W__userMenu{position:relative}.Navbar-module___rHu7W__userMenuButton{align-items:center;gap:var(--space-sm);padding:var(--space-xs)var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);display:flex}.Navbar-module___rHu7W__userMenuButton:hover{background:var(--color-surface-hover);border-color:var(--color-primary-light)}.Navbar-module___rHu7W__userAvatar{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.Navbar-module___rHu7W__userName{color:var(--color-text);font-size:.875rem;font-weight:500}.Navbar-module___rHu7W__chevron{color:var(--color-text-light);transition:transform var(--transition-fast)}.Navbar-module___rHu7W__chevronUp{transform:rotate(180deg)}.Navbar-module___rHu7W__dropdown{top:calc(100% + var(--space-sm));background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);min-width:220px;box-shadow:var(--shadow-lg);z-index:1000;animation:.2s Navbar-module___rHu7W__dropdownFade;position:absolute;right:0;overflow:hidden}@keyframes Navbar-module___rHu7W__dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__dropdownHeader{padding:var(--space-md);background:var(--color-surface-alt);border-bottom:1px solid var(--color-border-light)}.Navbar-module___rHu7W__dropdownName{color:var(--color-text);font-size:.9375rem;font-weight:600;display:block}.Navbar-module___rHu7W__dropdownEmail{color:var(--color-text-light);margin-top:2px;font-size:.8125rem;display:block}.Navbar-module___rHu7W__dropdownDivider{background:var(--color-border-light);height:1px}.Navbar-module___rHu7W__dropdownItem{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;width:100%;font-size:.875rem;font-weight:500;display:flex}.Navbar-module___rHu7W__dropdownItem:hover{background:var(--color-surface-hover);color:var(--color-primary)}.Navbar-module___rHu7W__dropdownItem svg{color:var(--color-text-light)}.Navbar-module___rHu7W__dropdownItem:hover svg,.Navbar-module___rHu7W__adminItem,.Navbar-module___rHu7W__adminItem svg{color:var(--color-primary)}.Navbar-module___rHu7W__logoutItem{color:var(--color-error)}.Navbar-module___rHu7W__logoutItem:hover{color:var(--color-error);background:#ef44441a}.Navbar-module___rHu7W__logoutItem svg{color:var(--color-error)}.Navbar-module___rHu7W__mobileMenuDivider{background:var(--color-border-light);height:1px;margin:var(--space-md)0}.Navbar-module___rHu7W__mobileLogout{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;color:var(--color-error)!important}.Navbar-module___rHu7W__adminMobileItem{font-weight:600;color:var(--color-primary)!important}@media (max-width:768px){.Navbar-module___rHu7W__navbar{z-index:1000}.Navbar-module___rHu7W__navbarInner{padding:var(--space-sm)var(--space-md)}.Navbar-module___rHu7W__logo{font-size:1.25rem}.Navbar-module___rHu7W__logoImage{width:32px;height:32px}.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__navActions>.btn{display:none}.Navbar-module___rHu7W__userMenu{display:none}.Navbar-module___rHu7W__mobileMenuBtn{display:flex}.Navbar-module___rHu7W__mobileMenu{z-index:999;top:56px}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__active{display:flex}.Navbar-module___rHu7W__mobileAuthButtons{gap:var(--space-md);margin-top:var(--space-lg);flex-direction:column;display:flex}.Navbar-module___rHu7W__mobileAuthButtons .Navbar-module___rHu7W__btn{justify-content:center;width:100%;display:flex}}@media (max-width:480px){.Navbar-module___rHu7W__navbarInner{padding:var(--space-xs)var(--space-sm)}.Navbar-module___rHu7W__logo{font-size:1.125rem}.Navbar-module___rHu7W__logoImage{width:28px;height:28px}.Navbar-module___rHu7W__mobileMenu{padding:var(--space-md);top:52px}.Navbar-module___rHu7W__mobileNavLink{padding:var(--space-sm)0;font-size:1rem}}
.Footer-module__Grjkva__footer{background:var(--color-text);color:#fff;padding:var(--space-3xl)0 var(--space-xl)}.Footer-module__Grjkva__footerContent{max-width:1200px;padding:0 var(--space-lg);gap:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;display:grid}.Footer-module__Grjkva__footerBrand{max-width:300px}.Footer-module__Grjkva__footerLogo{align-items:center;gap:var(--space-sm);font-family:var(--font-display);color:#fff;margin-bottom:var(--space-lg);font-size:1.5rem;font-weight:600;display:flex}.Footer-module__Grjkva__footerLogoImage{filter:brightness(0)invert();width:40px;height:40px}.Footer-module__Grjkva__footerDescription{color:#ffffffb3;font-size:.9375rem;line-height:1.7}.Footer-module__Grjkva__footerColumn h4{margin-bottom:var(--space-lg);color:#fff;font-size:1rem;font-weight:600}.Footer-module__Grjkva__footerLinks{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.Footer-module__Grjkva__footerLink{color:#ffffffb3;transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__Grjkva__footerLink:hover{color:var(--color-primary-light)}.Footer-module__Grjkva__footerSocial{gap:var(--space-md);margin-top:var(--space-lg);display:flex}.Footer-module__Grjkva__socialLink{border-radius:var(--radius-full);color:#fff;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialLink:hover{background:var(--color-primary);transform:translateY(-3px)}.Footer-module__Grjkva__footerBottom{max-width:1200px;margin:var(--space-2xl)auto 0;padding:var(--space-lg)var(--space-lg)0;color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;font-size:.875rem;display:flex}@media (max-width:968px){.Footer-module__Grjkva__footerContent{gap:var(--space-xl);grid-template-columns:1fr 1fr}.Footer-module__Grjkva__footerBrand{grid-column:span 2;max-width:100%}}@media (max-width:480px){.Footer-module__Grjkva__footerContent{grid-template-columns:1fr}.Footer-module__Grjkva__footerBrand{grid-column:span 1}.Footer-module__Grjkva__footerBottom{gap:var(--space-md);text-align:center;flex-direction:column}}
.Hero-module__JgYmMq__hero{background:linear-gradient(135deg,var(--color-secondary)0%,var(--color-background)50%,var(--color-primary-light)100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroBackground{z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__heroPattern{background-image:radial-gradient(circle at 20% 80%,#e8a4b826 0%,#0000 50%),radial-gradient(circle at 80% 20%,#c79a5a1a 0%,#0000 50%);position:absolute;inset:0}.Hero-module__JgYmMq__floatingElement{opacity:.4;border-radius:50%;animation:6s ease-in-out infinite Hero-module__JgYmMq__float;position:absolute}.Hero-module__JgYmMq__floatingElement:first-child{background:linear-gradient(135deg,var(--color-primary-light),transparent);width:300px;height:300px;animation-delay:0s;top:10%;right:10%}.Hero-module__JgYmMq__floatingElement:nth-child(2){background:linear-gradient(135deg,var(--color-accent-light),transparent);width:200px;height:200px;animation-delay:2s;bottom:20%;left:5%}.Hero-module__JgYmMq__floatingElement:nth-child(3){background:linear-gradient(135deg,var(--color-primary),transparent);width:150px;height:150px;animation-delay:4s;top:50%;left:20%}@keyframes Hero-module__JgYmMq__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.Hero-module__JgYmMq__heroContent{z-index:1;gap:var(--space-3xl);max-width:1200px;padding:var(--space-2xl)var(--space-lg);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid;position:relative}.Hero-module__JgYmMq__heroText{animation:.8s forwards Hero-module__JgYmMq__slideUp}.Hero-module__JgYmMq__heroTitle{margin-bottom:var(--space-lg);color:var(--color-text);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.Hero-module__JgYmMq__heroTitle .Hero-module__JgYmMq__highlight{color:var(--color-primary);display:inline-block;position:relative}.Hero-module__JgYmMq__heroTitle .Hero-module__JgYmMq__highlight:after{content:"";background:var(--color-primary-light);z-index:-1;width:100%;height:8px;position:absolute;bottom:0;left:0;transform:skew(-3deg)}.Hero-module__JgYmMq__heroSubtitle{color:var(--color-text-light);margin-bottom:var(--space-xl);max-width:500px;font-size:1.125rem;line-height:1.7}.Hero-module__JgYmMq__heroActions{gap:var(--space-md);flex-wrap:wrap;display:flex}.Hero-module__JgYmMq__heroVisual{opacity:0;justify-content:center;align-items:center;animation:1s .3s forwards Hero-module__JgYmMq__fadeIn;display:flex;position:relative}.Hero-module__JgYmMq__heroImageContainer{aspect-ratio:1;width:100%;max-width:500px;position:relative}.Hero-module__JgYmMq__heroImageWrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);transition:all var(--transition-base);position:absolute;overflow:hidden}.Hero-module__JgYmMq__heroImageWrapper:hover{transform:scale(1.02)}.Hero-module__JgYmMq__heroImageWrapper:first-child{z-index:3;width:60%;top:0;left:0}.Hero-module__JgYmMq__heroImageWrapper:nth-child(2){z-index:2;width:55%;top:20%;right:0}.Hero-module__JgYmMq__heroImageWrapper:nth-child(3){z-index:1;width:50%;bottom:0;left:10%}.Hero-module__JgYmMq__heroImage{object-fit:cover;width:100%;height:100%}.Hero-module__JgYmMq__featuresStrip{gap:var(--space-2xl);margin-top:var(--space-3xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border-light);display:flex}.Hero-module__JgYmMq__feature{align-items:center;gap:var(--space-sm);display:flex}.Hero-module__JgYmMq__featureIcon{width:24px;height:24px;color:var(--color-primary)}.Hero-module__JgYmMq__featureText{color:var(--color-text-light);font-size:.875rem}@media (max-width:968px){.Hero-module__JgYmMq__heroContent{text-align:center;grid-template-columns:1fr}.Hero-module__JgYmMq__heroText{order:1}.Hero-module__JgYmMq__heroSubtitle{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__heroActions{justify-content:center}.Hero-module__JgYmMq__heroVisual{order:2}.Hero-module__JgYmMq__heroImageContainer{max-width:350px}.Hero-module__JgYmMq__featuresStrip{justify-content:center;gap:var(--space-lg);flex-wrap:wrap}}@media (max-width:480px){.Hero-module__JgYmMq__heroActions{flex-direction:column;width:100%}.Hero-module__JgYmMq__heroActions .Hero-module__JgYmMq__btn{width:100%}}
.account-module__zd0OHa__accountPage{min-height:100vh;padding-top:100px;padding-bottom:var(--space-3xl);background:var(--color-background)}.account-module__zd0OHa__container{max-width:700px;padding:0 var(--space-lg);margin:0 auto}.account-module__zd0OHa__loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.account-module__zd0OHa__spinner{border:4px solid var(--color-border-light);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite account-module__zd0OHa__spin}@keyframes account-module__zd0OHa__spin{to{transform:rotate(360deg)}}.account-module__zd0OHa__header{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border-light);display:flex}.account-module__zd0OHa__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex}.account-module__zd0OHa__headerInfo{flex:1}.account-module__zd0OHa__title{color:var(--color-text);margin-bottom:var(--space-xs);font-size:1.75rem;font-weight:700}.account-module__zd0OHa__subtitle{color:var(--color-text-light);font-size:.9375rem}.account-module__zd0OHa__adminBadge{padding:var(--space-xs)var(--space-sm);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border-radius:var(--radius-full);margin-top:var(--space-sm);font-size:.75rem;font-weight:600;display:inline-block}.account-module__zd0OHa__tabs{gap:var(--space-sm);margin-bottom:var(--space-xl);background:var(--color-surface);padding:var(--space-xs);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);display:flex}.account-module__zd0OHa__tab{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md);color:var(--color-text-light);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;flex:1;font-size:.9375rem;font-weight:500;display:flex}.account-module__zd0OHa__tab:hover{color:var(--color-text);background:var(--color-surface-hover)}.account-module__zd0OHa__activeTab{color:var(--color-primary);box-shadow:var(--shadow-sm);background:#fff}.account-module__zd0OHa__activeTab svg{color:var(--color-primary)}.account-module__zd0OHa__content{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--color-border-light);margin-bottom:var(--space-xl)}.account-module__zd0OHa__form{gap:var(--space-lg);flex-direction:column;display:flex}.account-module__zd0OHa__message{padding:var(--space-md);border-radius:var(--radius-md);font-size:.875rem;font-weight:500}.account-module__zd0OHa__success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33}.account-module__zd0OHa__error{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.account-module__zd0OHa__inputHint{color:var(--color-text-light);margin-top:var(--space-xs);font-size:.8125rem;display:block}.account-module__zd0OHa__info{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--color-border-light)}.account-module__zd0OHa__infoTitle{color:var(--color-text);margin-bottom:var(--space-lg);font-size:1rem;font-weight:600}.account-module__zd0OHa__infoGrid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.account-module__zd0OHa__infoItem{gap:var(--space-xs);flex-direction:column;display:flex}.account-module__zd0OHa__infoLabel{color:var(--color-text-light);font-size:.8125rem}.account-module__zd0OHa__infoValue{color:var(--color-text);font-size:.9375rem;font-weight:500}@media (max-width:640px){.account-module__zd0OHa__header{text-align:center;flex-direction:column}.account-module__zd0OHa__tabs{flex-direction:column}.account-module__zd0OHa__infoGrid{grid-template-columns:1fr}}
.dashboard-module__XABe8G__dashboardPage{min-height:100vh;padding-top:100px;padding-bottom:var(--space-3xl);background:var(--color-background)}.dashboard-module__XABe8G__dashboardHeader{max-width:1000px;margin:0 auto var(--space-2xl);padding:0 var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.dashboard-module__XABe8G__dashboardTitle{font-size:2rem}.dashboard-module__XABe8G__dashboardContainer{max-width:1000px;padding:0 var(--space-lg);margin:0 auto}.dashboard-module__XABe8G__emptyState{text-align:center;padding:var(--space-3xl);background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.dashboard-module__XABe8G__emptyIcon{width:80px;height:80px;color:var(--color-text-muted);margin-bottom:var(--space-lg)}.dashboard-module__XABe8G__emptyTitle{margin-bottom:var(--space-sm);font-size:1.25rem}.dashboard-module__XABe8G__emptyText{color:var(--color-text-light);margin-bottom:var(--space-xl)}.dashboard-module__XABe8G__ordersList{gap:var(--space-lg);flex-direction:column;display:flex}.dashboard-module__XABe8G__orderCard{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-lg);gap:var(--space-lg);transition:box-shadow var(--transition-base);grid-template-columns:120px 1fr auto;align-items:center;display:grid}.dashboard-module__XABe8G__orderCard:hover{box-shadow:var(--shadow-md)}.dashboard-module__XABe8G__orderImage{border-radius:var(--radius-md);object-fit:cover;width:120px;height:120px}.dashboard-module__XABe8G__orderInfo{gap:var(--space-sm);flex-direction:column;display:flex}.dashboard-module__XABe8G__orderType{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:.75rem}.dashboard-module__XABe8G__orderDescription{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;display:-webkit-box;overflow:hidden}.dashboard-module__XABe8G__orderMeta{gap:var(--space-lg);color:var(--color-text-light);font-size:.875rem;display:flex}.dashboard-module__XABe8G__orderMetaItem{align-items:center;gap:var(--space-xs);display:flex}.dashboard-module__XABe8G__orderMetaIcon{width:16px;height:16px}.dashboard-module__XABe8G__orderStatus{text-align:right}.dashboard-module__XABe8G__loading{justify-content:center;align-items:center;min-height:300px;display:flex}.dashboard-module__XABe8G__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite dashboard-module__XABe8G__spin}@keyframes dashboard-module__XABe8G__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.dashboard-module__XABe8G__dashboardPage{padding-top:80px;padding-bottom:var(--space-xl)}.dashboard-module__XABe8G__dashboardHeader{margin-bottom:var(--space-lg);padding:0 var(--space-md);flex-direction:column;align-items:flex-start}.dashboard-module__XABe8G__dashboardTitle{font-size:1.5rem}.dashboard-module__XABe8G__dashboardContainer{padding:0 var(--space-md)}.dashboard-module__XABe8G__orderCard{gap:var(--space-md);padding:var(--space-md);grid-template-columns:1fr}.dashboard-module__XABe8G__orderImage{width:100%;height:180px}.dashboard-module__XABe8G__orderStatus{text-align:left}.dashboard-module__XABe8G__orderMeta{gap:var(--space-sm);flex-wrap:wrap}.dashboard-module__XABe8G__emptyState{padding:var(--space-xl)}.dashboard-module__XABe8G__emptyIcon{width:60px;height:60px}.dashboard-module__XABe8G__emptyTitle{font-size:1.125rem}}@media (max-width:480px){.dashboard-module__XABe8G__dashboardPage{padding-top:70px}.dashboard-module__XABe8G__dashboardTitle{font-size:1.375rem}}
.order-module__LeWAWa__orderPage{min-height:100vh;padding-top:100px;padding-bottom:var(--space-3xl);background:var(--color-background)}.order-module__LeWAWa__orderHeader{text-align:center;margin-bottom:var(--space-2xl);padding:0 var(--space-lg)}.order-module__LeWAWa__orderTitle{margin-bottom:var(--space-md);font-size:2.5rem}.order-module__LeWAWa__orderSubtitle{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.125rem}.order-module__LeWAWa__orderContainer{max-width:800px;padding:0 var(--space-lg);margin:0 auto}.order-module__LeWAWa__orderTabs{gap:var(--space-sm);margin-bottom:var(--space-xl);background:var(--color-surface-alt);padding:var(--space-xs);border-radius:var(--radius-full);display:flex}.order-module__LeWAWa__orderTab{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);color:var(--color-text-light);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;flex:1;font-size:.9375rem;font-weight:500;display:flex}.order-module__LeWAWa__orderTab:hover{color:var(--color-text)}.order-module__LeWAWa__orderTab.order-module__LeWAWa__active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.order-module__LeWAWa__tabIcon{width:20px;height:20px}.order-module__LeWAWa__orderCard{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:var(--space-2xl);animation:order-module__LeWAWa__fadeIn var(--transition-base)forwards}.order-module__LeWAWa__uploadZone{border:2px dashed var(--color-border);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;cursor:pointer;transition:all var(--transition-base);margin-bottom:var(--space-xl)}.order-module__LeWAWa__uploadZone:hover,.order-module__LeWAWa__uploadZone.order-module__LeWAWa__dragOver{border-color:var(--color-primary);background:var(--color-primary-light)}.order-module__LeWAWa__uploadZone.order-module__LeWAWa__hasImage{border-style:solid;border-color:var(--color-primary)}.order-module__LeWAWa__uploadIcon{width:48px;height:48px;color:var(--color-primary);margin-bottom:var(--space-md)}.order-module__LeWAWa__uploadText{color:var(--color-text);margin-bottom:var(--space-xs);font-size:1rem}.order-module__LeWAWa__uploadSubtext{color:var(--color-text-muted);font-size:.875rem}.order-module__LeWAWa__uploadPreview{display:inline-block;position:relative}.order-module__LeWAWa__uploadPreviewImage{border-radius:var(--radius-md);object-fit:cover;max-width:300px;max-height:300px}.order-module__LeWAWa__uploadRemove{background:var(--color-error);color:#fff;border-radius:var(--radius-full);cursor:pointer;width:28px;height:28px;transition:transform var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:-8px;right:-8px}.order-module__LeWAWa__uploadRemove:hover{transform:scale(1.1)}.order-module__LeWAWa__aiSection{margin-bottom:var(--space-xl)}.order-module__LeWAWa__aiDescription{color:var(--color-text-light);margin-bottom:var(--space-lg);font-size:.9375rem;line-height:1.7}.order-module__LeWAWa__aiGenerateBtn{margin-top:var(--space-md)}.order-module__LeWAWa__aiResult{margin-top:var(--space-xl);padding:var(--space-lg);background:var(--color-surface-alt);border-radius:var(--radius-lg);text-align:center}.order-module__LeWAWa__aiResultImage{border-radius:var(--radius-md);max-width:100%;max-height:400px;margin-bottom:var(--space-lg)}.order-module__LeWAWa__aiApproveActions{gap:var(--space-md);justify-content:center;display:flex}.order-module__LeWAWa__loadingSpinner{align-items:center;gap:var(--space-md);padding:var(--space-xl);flex-direction:column;display:flex}.order-module__LeWAWa__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite order-module__LeWAWa__spin}@keyframes order-module__LeWAWa__spin{to{transform:rotate(360deg)}}.order-module__LeWAWa__loadingText{color:var(--color-text-light);font-size:.9375rem}.order-module__LeWAWa__orderForm{gap:var(--space-lg);flex-direction:column;display:flex}.order-module__LeWAWa__formDivider{background:var(--color-border-light);height:1px;margin:var(--space-md)0}.order-module__LeWAWa__orderSubmit{margin-top:var(--space-md)}.order-module__LeWAWa__successMessage{text-align:center;padding:var(--space-2xl)}.order-module__LeWAWa__successIcon{width:80px;height:80px;color:var(--color-success);margin-bottom:var(--space-lg)}.order-module__LeWAWa__successTitle{margin-bottom:var(--space-md);font-size:1.5rem}.order-module__LeWAWa__successText{color:var(--color-text-light);margin-bottom:var(--space-xl)}@media (max-width:768px){.order-module__LeWAWa__orderPage{padding-top:80px;padding-bottom:var(--space-xl)}.order-module__LeWAWa__orderHeader{margin-bottom:var(--space-lg)}.order-module__LeWAWa__orderTitle{font-size:1.75rem}.order-module__LeWAWa__orderSubtitle{font-size:1rem}.order-module__LeWAWa__orderContainer{padding:0 var(--space-md)}.order-module__LeWAWa__orderCard{padding:var(--space-lg);border-radius:var(--radius-lg)}.order-module__LeWAWa__orderTabs{margin-bottom:var(--space-lg)}.order-module__LeWAWa__orderTab{padding:var(--space-sm)var(--space-md);font-size:.875rem}.order-module__LeWAWa__tabIcon{display:none}.order-module__LeWAWa__uploadZone{padding:var(--space-lg)}.order-module__LeWAWa__uploadIcon{width:36px;height:36px}.order-module__LeWAWa__uploadText{font-size:.9375rem}.order-module__LeWAWa__uploadPreviewImage{max-width:100%;max-height:250px}.order-module__LeWAWa__aiResultImage{max-height:300px}.order-module__LeWAWa__successIcon{width:60px;height:60px}.order-module__LeWAWa__successMessage{padding:var(--space-lg)}}@media (max-width:480px){.order-module__LeWAWa__orderPage{padding-top:70px}.order-module__LeWAWa__orderTitle{font-size:1.5rem}.order-module__LeWAWa__orderCard{padding:var(--space-md)}.order-module__LeWAWa__aiApproveActions{flex-direction:column}.order-module__LeWAWa__aiApproveActions .order-module__LeWAWa__btn{width:100%}}
.Gallery-module__Sa_FLW__gallery{padding:var(--space-3xl)0;background:var(--color-surface)}.Gallery-module__Sa_FLW__galleryHeader{text-align:center;margin-bottom:var(--space-2xl)}.Gallery-module__Sa_FLW__galleryTitle{margin-bottom:var(--space-md);font-size:2.5rem}.Gallery-module__Sa_FLW__gallerySubtitle{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.125rem}.Gallery-module__Sa_FLW__galleryGrid{gap:var(--space-lg);max-width:1200px;padding:0 var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;display:grid}.Gallery-module__Sa_FLW__galleryItem{border-radius:var(--radius-lg);aspect-ratio:1;cursor:pointer;box-shadow:var(--shadow-md);transition:all var(--transition-base);position:relative;overflow:hidden}.Gallery-module__Sa_FLW__galleryItem:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__galleryOverlay{opacity:1}.Gallery-module__Sa_FLW__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__galleryImage{transform:scale(1.08)}.Gallery-module__Sa_FLW__galleryOverlay{padding:var(--space-lg);opacity:0;transition:opacity var(--transition-base);background:linear-gradient(#0000 40%,#000000b3 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.Gallery-module__Sa_FLW__galleryInfo{color:#fff}.Gallery-module__Sa_FLW__galleryItemTitle{margin-bottom:var(--space-xs);font-size:1rem;font-weight:600}.Gallery-module__Sa_FLW__galleryCta{text-align:center;margin-top:var(--space-2xl)}@media (max-width:768px){.Gallery-module__Sa_FLW__galleryGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.Gallery-module__Sa_FLW__galleryTitle{font-size:2rem}}@media (max-width:480px){.Gallery-module__Sa_FLW__galleryGrid{grid-template-columns:1fr}}
