.Sidebar-module__LL3y9G__sidebar{background:var(--card);border-right:1px solid var(--border);z-index:50;flex-direction:column;width:260px;height:100vh;transition:all .3s;display:flex;position:sticky;top:0}@media (max-width:768px){.Sidebar-module__LL3y9G__sidebar{display:none}}.Sidebar-module__LL3y9G__header{border-bottom:1px solid var(--border);margin-bottom:1rem;padding:2rem 1.5rem}.Sidebar-module__LL3y9G__title{letter-spacing:-.03em;color:var(--foreground);font-size:1.25rem;font-weight:800}.Sidebar-module__LL3y9G__title span{color:var(--primary)}.Sidebar-module__LL3y9G__nav{flex-direction:column;flex:1;gap:.5rem;padding:0 1rem;display:flex}.Sidebar-module__LL3y9G__link{color:var(--muted-foreground);border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Sidebar-module__LL3y9G__link:hover{color:var(--primary);background:#635bff0d;transform:translate(4px)}.Sidebar-module__LL3y9G__active{color:var(--primary);background:#635bff14;box-shadow:inset 0 0 0 1px #635bff1a}.Sidebar-module__LL3y9G__footer{border-top:1px solid var(--border);padding:1.5rem}.Sidebar-module__LL3y9G__layout{background:var(--background);min-height:100vh;display:flex}.Sidebar-module__LL3y9G__main{flex:1;padding:0;position:relative;overflow-y:auto}@media (max-width:768px){.Sidebar-module__LL3y9G__layout{flex-direction:column}.Sidebar-module__LL3y9G__main{padding-bottom:5rem}}.Sidebar-module__LL3y9G__dashboard-container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem;animation:.6s cubic-bezier(.16,1,.3,1) both Sidebar-module__LL3y9G__fadeUp}@media (max-width:768px){.Sidebar-module__LL3y9G__dashboard-container{padding:1.5rem 1rem}}
.Button-module__8RiFmG__button{white-space:nowrap;letter-spacing:.01em;border:none;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:.5rem;height:2.75rem;padding:0 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 4px #0000000d}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.Button-module__8RiFmG__primary{background:var(--primary);color:#fff}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1.5px);box-shadow:0 6px 15px #635bff59,0 2px 4px #0000001a}.Button-module__8RiFmG__primary:focus-visible{box-shadow:0 0 0 3px #635bff4d}.Button-module__8RiFmG__secondary{color:var(--primary);background:#eef2ff}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:#e0e7ff;transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.Button-module__8RiFmG__outline{border:1px solid var(--border);color:var(--foreground);box-shadow:none;background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#f6f9fc}.Button-module__8RiFmG__ghost{color:var(--muted-foreground);box-shadow:none;background:0 0}.Button-module__8RiFmG__ghost:hover:not(:disabled){color:var(--foreground);background:#f3f4f6}.Button-module__8RiFmG__danger{color:var(--error);box-shadow:none;background:0 0;border:1px solid #fee2e2}.Button-module__8RiFmG__danger:hover:not(:disabled){background:var(--error);color:#fff;border-color:var(--error)}.Button-module__8RiFmG__fullWidth{width:100%}
.Card-module__b6YjYG__card{background:var(--card);color:var(--card-foreground);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .2s;overflow:hidden}.Card-module__b6YjYG__card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.Card-module__b6YjYG__header{border-bottom:1px solid var(--border);flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.Card-module__b6YjYG__title{letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.Card-module__b6YjYG__description{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.Card-module__b6YjYG__content{padding:1.5rem}.Card-module__b6YjYG__footer{align-items:center;padding:1rem 1.5rem;display:flex}
.Menu-module__iK4GsW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.Menu-module__iK4GsW__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.Menu-module__iK4GsW__movable{cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s}.Menu-module__iK4GsW__movable:hover{box-shadow:var(--shadow-lg);z-index:10;transform:translateY(-5px)}.Menu-module__iK4GsW__addCard{border:2px dashed var(--border);color:var(--muted-foreground);background:#ffffff80;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:180px;padding:1.5rem;transition:all .2s;display:flex}.Menu-module__iK4GsW__addCard:hover{border-color:var(--primary);color:var(--primary);background:#635bff0d}@media (max-width:992px){.Menu-module__iK4GsW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.Menu-module__iK4GsW__header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.Menu-module__iK4GsW__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.Menu-module__iK4GsW__addCard{display:none}.Menu-module__iK4GsW__actionButtons{gap:.4rem!important;padding:.75rem!important}.Menu-module__iK4GsW__btnText{display:none}.Menu-module__iK4GsW__categoryHeader{flex-wrap:wrap;gap:.5rem}}@media (max-width:480px){.Menu-module__iK4GsW__grid{grid-template-columns:1fr}.Menu-module__iK4GsW__header{flex-direction:column;align-items:stretch;gap:1.25rem;margin-bottom:1.5rem}}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.4rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.Input-module__5jsJuW__input{border:1.5px solid var(--border);width:100%;height:2.75rem;color:var(--foreground);background:#fff;border-radius:8px;outline:none;padding:0 1rem;font-size:1rem;transition:border-color .2s}.Input-module__5jsJuW__input::placeholder{color:#9ca3af}.Input-module__5jsJuW__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #d70f641a}.Input-module__5jsJuW__input:disabled{opacity:.5;cursor:not-allowed}.Input-module__5jsJuW__error{border-color:#ef4444}.Input-module__5jsJuW__error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.Input-module__5jsJuW__errorText{color:#ef4444;font-size:.8rem}
.PublicMenu-module__29pgsq__pageContainer{background:var(--background);color:var(--foreground);min-height:100vh;font-family:Inter,sans-serif}.PublicMenu-module__29pgsq__hero{background:var(--primary);text-align:center;color:#fff;background:linear-gradient(135deg,#635bff 0%,#4f46e5 100%);padding:4.5rem 1.5rem 5.5rem;position:relative;overflow:hidden}.PublicMenu-module__29pgsq__hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 2px 2px,#ffffff1a 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.PublicMenu-module__29pgsq__heroTitle{letter-spacing:-.04em;text-shadow:0 2px 10px #0000001a;margin-bottom:1rem;font-size:clamp(2.25rem,8vw,3.75rem);font-weight:800;line-height:1}.PublicMenu-module__29pgsq__statusBadge{-webkit-backdrop-filter:blur(8px);letter-spacing:.05em;text-transform:uppercase;background:#ffffff26;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #0000001a}.PublicMenu-module__29pgsq__filterBar{border-bottom:1px solid var(--border);z-index:50;scrollbar-width:none;box-shadow:var(--shadow-sm);background:#fff;justify-content:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky;top:0;overflow-x:auto}.PublicMenu-module__29pgsq__filterBar::-webkit-scrollbar{display:none}.PublicMenu-module__29pgsq__filterButton{cursor:pointer;white-space:nowrap;color:var(--muted-foreground);background:#0000000a;border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.PublicMenu-module__29pgsq__filterButton[data-active=true]{background:var(--primary);color:#fff;box-shadow:0 4px 12px #635bff40}.PublicMenu-module__29pgsq__categoryNav{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:40;white-space:nowrap;scrollbar-width:none;background:#ffffffd9;gap:1.5rem;padding:.85rem 1.25rem;display:flex;position:sticky;top:57px;overflow-x:auto}.PublicMenu-module__29pgsq__categoryNav::-webkit-scrollbar{display:none}.PublicMenu-module__29pgsq__categoryLink{color:var(--muted-foreground);padding:.25rem 0;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;position:relative}.PublicMenu-module__29pgsq__categoryLink:hover{color:var(--primary)}.PublicMenu-module__29pgsq__menuGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.PublicMenu-module__29pgsq__itemCard{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.PublicMenu-module__29pgsq__itemCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.PublicMenu-module__29pgsq__itemImageWrapper{background:var(--muted);height:180px;position:relative;overflow:hidden}.PublicMenu-module__29pgsq__itemImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PublicMenu-module__29pgsq__itemCard:hover .PublicMenu-module__29pgsq__itemImage{transform:scale(1.08)}.PublicMenu-module__29pgsq__priceTag{background:var(--primary);color:#fff;border-radius:999px;padding:.4rem .85rem;font-size:.9rem;font-weight:800;box-shadow:0 4px 10px #635bff4d}.PublicMenu-module__29pgsq__cartItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.PublicMenu-module__29pgsq__cartItemInfo{flex:1;margin-right:1rem}.PublicMenu-module__29pgsq__cartItemName{color:var(--foreground);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.PublicMenu-module__29pgsq__cartItemPrice{color:var(--muted-foreground);font-size:.85rem}.PublicMenu-module__29pgsq__quantityControls{background:var(--background);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.75rem;padding:.35rem;display:flex}.PublicMenu-module__29pgsq__checkoutForm{border:1px solid var(--border);background:#f8fafc;border-radius:20px;flex-direction:column;gap:1.25rem;margin-top:1.5rem;padding:1.5rem;display:flex}.PublicMenu-module__29pgsq__floatingActions{z-index:100;pointer-events:none;flex-direction:column;gap:.85rem;width:92%;max-width:520px;display:flex;position:fixed;bottom:1.75rem;left:50%;transform:translate(-50%)}.PublicMenu-module__29pgsq__floatingActions>*{pointer-events:auto}.PublicMenu-module__29pgsq__cartButton{background:var(--foreground);color:#fff;cursor:pointer;border:none;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:1.1rem 1.75rem;font-family:inherit;transition:all .2s;animation:.5s cubic-bezier(.16,1,.3,1) both PublicMenu-module__29pgsq__slideUp;display:flex;box-shadow:0 10px 25px #0003}.PublicMenu-module__29pgsq__cartButton:hover{background:#000;transform:translateY(-2px)}.PublicMenu-module__29pgsq__cartButton:active{transform:scale(.98)}.PublicMenu-module__29pgsq__helpButton{color:var(--foreground);border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow-md);background:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-size:.85rem;font-weight:700;transition:all .2s;animation:.5s cubic-bezier(.16,1,.3,1) both PublicMenu-module__29pgsq__slideUp;display:flex}.PublicMenu-module__29pgsq__helpButton:hover{background:var(--background);transform:translateY(-1px)}@keyframes PublicMenu-module__29pgsq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.PublicMenu-module__29pgsq__hero{padding:1.5rem 1.25rem 2.5rem}.PublicMenu-module__29pgsq__heroTitle{margin-bottom:.5rem;font-size:1.75rem}.PublicMenu-module__29pgsq__statusBadge{margin-bottom:1rem;padding:.4rem 1rem;font-size:.7rem}.PublicMenu-module__29pgsq__menuGrid{grid-template-columns:1fr;gap:1.25rem}.PublicMenu-module__29pgsq__itemCard{flex-direction:row;height:120px}.PublicMenu-module__29pgsq__itemImageWrapper{flex-shrink:0;width:120px;height:120px}.PublicMenu-module__29pgsq__cartButton{border-radius:16px;padding:1rem 1.25rem}}.PublicMenu-module__29pgsq__pageContainer[data-theme=dark]{color:#fff;background-color:#0a0a0a!important}.PublicMenu-module__29pgsq__pageContainer[data-theme=dark] .PublicMenu-module__29pgsq__filterBar,.PublicMenu-module__29pgsq__pageContainer[data-theme=dark] .PublicMenu-module__29pgsq__categoryNav{background:#0f0f0fcc;border-color:#222}.PublicMenu-module__29pgsq__pageContainer[data-theme=dark] .PublicMenu-module__29pgsq__itemCard{background:#111;border-color:#222}
.Landing-module__EMv3da__pageWrapper{background:var(--background,#fff);color:var(--foreground,#000);font-family:var(--font-sans,system-ui, -apple-system, sans-serif)}.Landing-module__EMv3da__header{-webkit-backdrop-filter:blur(12px);z-index:50;background:#ffffffbf;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;position:sticky;top:0}.Landing-module__EMv3da__logo{letter-spacing:-.03em;color:var(--foreground);font-size:1.5rem;font-weight:800}.Landing-module__EMv3da__logoAccent{color:var(--primary,#635bff)}.Landing-module__EMv3da__ctaButton{background:var(--primary,#635bff);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 14px #635bff63}.Landing-module__EMv3da__ctaButton:hover{background:#5046e5;transform:translateY(-2px);box-shadow:0 6px 20px #635bff3b}.Landing-module__EMv3da__ctaButtonSmall{padding:.6rem 1.2rem;font-size:.9rem}.Landing-module__EMv3da__hero{background-color:#09090b;padding:8rem 2.5rem 6rem;position:relative;overflow:hidden}.Landing-module__EMv3da__heroBgColors{z-index:0;filter:blur(30px);background:radial-gradient(circle at 50% 30%,#ec489966,#0000 40%),radial-gradient(circle at 70% 60%,#38bdf866,#0000 40%),radial-gradient(circle at 30% 70%,#a855f766,#0000 40%),radial-gradient(circle at 60% 20%,#facc1533,#0000 40%);width:140%;height:140%;animation:20s linear infinite Landing-module__EMv3da__rotateColors;position:absolute;top:-20%;left:-20%}@keyframes Landing-module__EMv3da__rotateColors{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Landing-module__EMv3da__honeycombBackground{z-index:1;background-image:url("data:image/svg+xml,%3Csvg width='56' height='98' viewBox='0 0 56 98' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-opacity='0.15'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-opacity='0.15'/%3E%3C/svg%3E");background-repeat:repeat;background-size:56px 98px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 95%);mask-image:linear-gradient(#000 40%,#0000 95%)}.Landing-module__EMv3da__hero:after{content:"";clip-path:polygon(0 100%,100% 100%,100% 0);z-index:3;background:#fff;height:50px;position:absolute;bottom:0;left:0;right:0}.Landing-module__EMv3da__heroContent{z-index:2;color:#fff;max-width:1200px;margin:0 auto;position:relative}.Landing-module__EMv3da__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Landing-module__EMv3da__heroTitle{letter-spacing:-.04em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Landing-module__EMv3da__heroSub{color:#cbd5e1;max-width:540px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Landing-module__EMv3da__heroTrust{color:#94a3b8;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;display:flex}.Landing-module__EMv3da__heroMockup{border:1px solid #0000000d;border-radius:12px;width:100%;max-width:600px;transition:transform .3s;transform:rotate(-2deg);box-shadow:0 25px 50px -12px #00000040,0 0 40px #635bff1a}.Landing-module__EMv3da__heroMockup:hover{transform:rotate(0)scale(1.02)}.Landing-module__EMv3da__comparisonSection{text-align:center;background:#fff;padding:6rem 2.5rem}.Landing-module__EMv3da__sectionTitle{color:var(--foreground);letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Landing-module__EMv3da__comparisonGrid{grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.Landing-module__EMv3da__compareCard{background:#f8fafc;border-radius:16px;padding:3rem 2rem;box-shadow:0 4px 6px -1px #0000000d}.Landing-module__EMv3da__compareOld{border-top:4px solid #cbd5e1}.Landing-module__EMv3da__compareNew{border-top:4px solid var(--primary,#635bff);z-index:2;background:#fff;position:relative;transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.Landing-module__EMv3da__compareTitle{color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.Landing-module__EMv3da__compareList{text-align:left;margin:0;padding:0;list-style:none}.Landing-module__EMv3da__compareList li{color:#475569;border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:1rem 0;font-size:1.1rem;display:flex}.Landing-module__EMv3da__compareList li:last-child{border-bottom:none}.Landing-module__EMv3da__crossIcon{color:#ef4444;font-size:1.2rem}.Landing-module__EMv3da__checkIcon{color:#10b981;font-size:1.2rem}.Landing-module__EMv3da__featuresSection{text-align:center;background:#f6f9fc;padding:6rem 2.5rem}.Landing-module__EMv3da__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.Landing-module__EMv3da__featureCard{text-align:left;background:#fff;border:1px solid #0000000d;border-radius:20px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #00000005}.Landing-module__EMv3da__featureCard:hover{transform:translateY(-8px);box-shadow:0 10px 25px -5px #00000014}.Landing-module__EMv3da__featureIcon{color:var(--primary,#635bff);background:#635bff1a;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.Landing-module__EMv3da__featureTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.35rem;font-weight:800}.Landing-module__EMv3da__featureDesc{color:var(--muted-foreground,#64748b);font-size:1.05rem;line-height:1.7}.Landing-module__EMv3da__profitBanner{background:var(--primary,#635bff);color:#fff;text-align:center;background-image:radial-gradient(circle at 100% 0,#8b5cf6,#635bff);padding:5rem 2.5rem}.Landing-module__EMv3da__profitContent{max-width:900px;margin:0 auto}.Landing-module__EMv3da__profitText{letter-spacing:-.01em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.4}.Landing-module__EMv3da__profitHighlight{color:#fef08a;display:inline-block;position:relative}.Landing-module__EMv3da__profitHighlight:after{content:"";opacity:.5;background:#fef08a;height:4px;position:absolute;bottom:0;left:0;right:0}.Landing-module__EMv3da__processSection{text-align:center;background:#fff;padding:8rem 2.5rem}.Landing-module__EMv3da__timeline{justify-content:space-between;max-width:1000px;margin:4rem auto 0;display:flex;position:relative}.Landing-module__EMv3da__timeline:before{content:"";z-index:1;background:#e2e8f0;height:2px;position:absolute;top:32px;left:50px;right:50px}.Landing-module__EMv3da__step{z-index:2;text-align:center;width:30%;position:relative}.Landing-module__EMv3da__stepNumber{background:var(--primary,#635bff);color:#fff;border:6px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 6px #0000000d}.Landing-module__EMv3da__stepTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.Landing-module__EMv3da__stepDesc{color:var(--muted-foreground,#64748b);font-size:1.05rem;line-height:1.6}.Landing-module__EMv3da__footerCta{text-align:center;color:var(--foreground);background:#f6f9fc;padding:6rem 2.5rem}.Landing-module__EMv3da__footerCtaTitle{letter-spacing:-.02em;margin-bottom:2.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Landing-module__EMv3da__footerBar{text-align:center;color:var(--muted-foreground,#64748b);background:#fff;border-top:1px solid #0000000d;padding:2rem 2.5rem;font-size:.9rem}@media (max-width:1024px){.Landing-module__EMv3da__heroGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.Landing-module__EMv3da__heroTitle,.Landing-module__EMv3da__heroSub{margin-left:auto;margin-right:auto}.Landing-module__EMv3da__heroTrust{justify-content:center}.Landing-module__EMv3da__comparisonGrid{grid-template-columns:1fr;max-width:600px}.Landing-module__EMv3da__compareNew{transform:scale(1);box-shadow:0 4px 6px -1px #0000000d}}@media (max-width:768px){.Landing-module__EMv3da__header{padding:1rem 1.5rem}.Landing-module__EMv3da__hero{padding:6rem 1.5rem 4rem}.Landing-module__EMv3da__featuresGrid{grid-template-columns:1fr;max-width:500px}.Landing-module__EMv3da__timeline{flex-direction:column;gap:3rem}.Landing-module__EMv3da__timeline:before{display:none}.Landing-module__EMv3da__step{width:100%}}
.Dashboard-module__8Mmpzq__dashScene{isolation:isolate;min-height:100vh;padding-bottom:2rem;position:relative;overflow:hidden}@media (max-width:768px){.Dashboard-module__8Mmpzq__dashScene{padding-bottom:6rem}}.Dashboard-module__8Mmpzq__requestsSection{margin-bottom:3.5rem;animation:.5s cubic-bezier(.16,1,.3,1) both Dashboard-module__8Mmpzq__fadeUp}.Dashboard-module__8Mmpzq__sectionTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1rem;font-weight:800;display:flex}.Dashboard-module__8Mmpzq__pulseDot{background:var(--warning);border-radius:50%;width:10px;height:10px;animation:2s infinite Dashboard-module__8Mmpzq__pulseWarning;box-shadow:0 0 #f59e0b66}@keyframes Dashboard-module__8Mmpzq__pulseWarning{0%{box-shadow:0 0 #f59e0bb3}70%{box-shadow:0 0 0 10px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.Dashboard-module__8Mmpzq__requestsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.Dashboard-module__8Mmpzq__requestsGrid{grid-template-columns:1fr;gap:1rem}}.Dashboard-module__8Mmpzq__requestCard{box-shadow:var(--shadow-lg);background:#fff;border:1px solid #635bff1a;border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.Dashboard-module__8Mmpzq__requestsSection{margin-bottom:2rem}.Dashboard-module__8Mmpzq__requestCard{border-radius:16px;gap:1rem;padding:1rem}.Dashboard-module__8Mmpzq__sectionTitle{margin-bottom:1rem;font-size:.85rem}}.Dashboard-module__8Mmpzq__serviceCard{animation:2s infinite alternate Dashboard-module__8Mmpzq__servicePulse;border:2px solid var(--warning)!important;box-shadow:0 10px 30px -10px #f59e0b66!important}@keyframes Dashboard-module__8Mmpzq__servicePulse{0%{box-shadow:0 10px 30px -10px #f59e0b66}to{box-shadow:0 10px 40px -5px #f59e0b99}}.Dashboard-module__8Mmpzq__serviceBanner{background:var(--warning);color:#fff;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin:-1.5rem -1.5rem 1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800}.Dashboard-module__8Mmpzq__cancelledCard{background:snow!important;border:2px solid #ef4444!important}.Dashboard-module__8Mmpzq__cancelledBanner{color:#fff;text-transform:uppercase;letter-spacing:.1em;text-align:center;background:#ef4444;margin:-1.5rem -1.5rem 1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800}.Dashboard-module__8Mmpzq__requestCard:before{content:"";background:linear-gradient(90deg, var(--warning), var(--primary));height:4px;position:absolute;top:0;left:0;right:0}.Dashboard-module__8Mmpzq__requestHeader{justify-content:space-between;align-items:flex-start;display:flex}.Dashboard-module__8Mmpzq__requestUser{align-items:center;gap:.75rem;display:flex}.Dashboard-module__8Mmpzq__avatar{width:36px;height:36px;color:var(--primary);background:#635bff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.Dashboard-module__8Mmpzq__requestTime{color:var(--muted-foreground);font-size:.75rem;font-weight:600}.Dashboard-module__8Mmpzq__requestContent{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__requestTotal{border-top:1px dashed var(--border);color:var(--foreground);justify-content:space-between;margin-top:.5rem;padding-top:.75rem;font-weight:800;display:flex}.Dashboard-module__8Mmpzq__tableTag{color:var(--primary);background:#635bff14;border-radius:6px;align-self:flex-start;margin-top:.25rem;padding:.2rem .6rem;font-size:.7rem;font-weight:800}.Dashboard-module__8Mmpzq__requestActions{grid-template-columns:1fr 80px;gap:.75rem;display:grid}.Dashboard-module__8Mmpzq__acceptBtn{background:var(--primary);color:#fff;border-radius:12px;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .2s}.Dashboard-module__8Mmpzq__acceptBtn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #635bff4d}.Dashboard-module__8Mmpzq__rejectBtn{color:#dc2626;background:#fef2f2;border-radius:12px;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .2s}.Dashboard-module__8Mmpzq__rejectBtn:hover{background:#fee2e2}@media (max-width:768px){.Dashboard-module__8Mmpzq__acceptBtn,.Dashboard-module__8Mmpzq__rejectBtn{border-radius:10px;padding:.6rem;font-size:.8rem}.Dashboard-module__8Mmpzq__requestActions{grid-template-columns:1fr 70px;gap:.5rem}}.Dashboard-module__8Mmpzq__dashScene:before{content:"";z-index:-2;background:radial-gradient(80% 60% at 20% 10%,#635bff2e 0%,#0000 60%),radial-gradient(60% 50% at 80% 80%,#38bdf826 0%,#0000 55%),radial-gradient(50% 40%,#a78bfa1a 0%,#0000 60%),#f6f9fc;animation:14s ease-in-out infinite alternate Dashboard-module__8Mmpzq__ambientShift;position:fixed;inset:0}.Dashboard-module__8Mmpzq__dashScene:after{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#635bff0a 1px,#0000 1px),linear-gradient(90deg,#635bff0a 1px,#0000 1px);background-size:48px 48px;animation:20s linear infinite Dashboard-module__8Mmpzq__gridDrift;position:fixed;inset:0}@keyframes Dashboard-module__8Mmpzq__ambientShift{0%{filter:hue-rotate();background-position:0 0}50%{background-position:30% 20%}to{filter:hue-rotate(20deg);background-position:60% 40%}}@keyframes Dashboard-module__8Mmpzq__gridDrift{0%{transform:translateY(0)}to{transform:translateY(48px)}}.Dashboard-module__8Mmpzq__orb{filter:blur(72px);opacity:.55;pointer-events:none;z-index:-1;will-change:transform;border-radius:50%;animation:linear infinite Dashboard-module__8Mmpzq__orbFloat;position:fixed}.Dashboard-module__8Mmpzq__orb1{background:radial-gradient(circle,#635bff80,#0000 70%);width:520px;height:520px;animation-name:Dashboard-module__8Mmpzq__orbFloat1;animation-duration:22s;top:-160px;left:-140px}.Dashboard-module__8Mmpzq__orb2{background:radial-gradient(circle,#38bdf873,#0000 70%);width:420px;height:420px;animation-name:Dashboard-module__8Mmpzq__orbFloat2;animation-duration:18s;bottom:-120px;right:-100px}.Dashboard-module__8Mmpzq__orb3{background:radial-gradient(circle,#a78bfa66,#0000 70%);width:300px;height:300px;animation-name:Dashboard-module__8Mmpzq__orbFloat3;animation-duration:26s;top:40%;left:55%}@keyframes Dashboard-module__8Mmpzq__orbFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,40px)scale(1.1)}66%{transform:translate(-30px,70px)scale(.95)}}@keyframes Dashboard-module__8Mmpzq__orbFloat2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-80px,-50px)scale(1.15)}70%{transform:translate(40px,-30px)scale(.9)}}@keyframes Dashboard-module__8Mmpzq__orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-60px,80px)scale(1.2)}}.Dashboard-module__8Mmpzq__dashTitle{letter-spacing:-.03em;background:linear-gradient(120deg,#0a2540 30%,#635bff 60%,#38bdf8 90%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.7rem;margin-bottom:2.5rem;font-size:1.6rem;font-weight:800;animation:.7s cubic-bezier(.16,1,.3,1) both Dashboard-module__8Mmpzq__titleReveal;display:inline-flex;position:relative}@media (max-width:768px){.Dashboard-module__8Mmpzq__dashTitle{margin-bottom:1.5rem;font-size:1.25rem}}@keyframes Dashboard-module__8Mmpzq__titleReveal{0%{opacity:0;transform:translateY(-14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Dashboard-module__8Mmpzq__liveDot{-webkit-text-fill-color:initial;background:#22c55e;border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block;position:relative}.Dashboard-module__8Mmpzq__liveDot:before{content:"";border:2px solid #22c55e;border-radius:50%;animation:1.8s ease-out infinite Dashboard-module__8Mmpzq__pulseRing;position:absolute;inset:-5px}@keyframes Dashboard-module__8Mmpzq__pulseRing{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}.Dashboard-module__8Mmpzq__tabBar{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #635bff26;gap:.75rem;margin-bottom:2.5rem;padding-bottom:1rem;animation:.5s cubic-bezier(.16,1,.3,1) .1s both Dashboard-module__8Mmpzq__fadeUp;display:flex;overflow-x:auto}.Dashboard-module__8Mmpzq__tabBar::-webkit-scrollbar{display:none}@media (max-width:768px){.Dashboard-module__8Mmpzq__tabBar{gap:.5rem;margin-bottom:1.5rem;margin-left:-1rem;margin-right:-1rem;padding-bottom:.75rem;padding-left:1rem;padding-right:1rem}.Dashboard-module__8Mmpzq__tabBtn{white-space:nowrap;padding:.5rem 1rem;font-size:.85rem}}.Dashboard-module__8Mmpzq__tabBtn{border:1.5px solid #0000;border-radius:999px;padding:.65rem 1.4rem;font-size:.92rem;font-weight:700;transition:all .25s;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__tabBtn:after{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26,#0000);transition:opacity .25s;position:absolute;inset:0}.Dashboard-module__8Mmpzq__tabBtn:hover:after{opacity:1}.Dashboard-module__8Mmpzq__tabActive{color:#fff;background:linear-gradient(135deg,#635bff,#818cf8);border-color:#635bff;transform:translateY(-1px);box-shadow:0 4px 18px -4px #635bff8c,0 0 0 3px #635bff1f}.Dashboard-module__8Mmpzq__tabInactive{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--muted-foreground);background:#fff9;border-color:#635bff26}.Dashboard-module__8Mmpzq__tabInactive:hover{color:var(--primary);border-color:#635bff66;transform:translateY(-1px)}.Dashboard-module__8Mmpzq__statsGrid{perspective:1200px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem;margin-bottom:3.5rem;animation:.55s cubic-bezier(.16,1,.3,1) .15s both Dashboard-module__8Mmpzq__fadeUp;display:grid}.Dashboard-module__8Mmpzq__statCard{-webkit-backdrop-filter:blur(16px);transform-style:preserve-3d;cursor:default;background:#ffffffbf;border:1px solid #635bff1f;border-radius:20px;padding:1.75rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 8px -2px #32325d1a,inset 0 0 0 1px #635bff0f}@media (max-width:768px){.Dashboard-module__8Mmpzq__statCard{padding:1.25rem 1rem}.Dashboard-module__8Mmpzq__statLabel{font-size:.65rem}.Dashboard-module__8Mmpzq__statValue{font-size:1.5rem}.Dashboard-module__8Mmpzq__statIcon{width:32px;height:32px;font-size:1.1rem;top:.75rem;right:.75rem}}.Dashboard-module__8Mmpzq__statCard:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#0000 0%,#635bff14 30%,#38bdf81a 50%,#a78bfa14 70%,#0000 100%) 0 0/300% 300%;animation:4s linear infinite Dashboard-module__8Mmpzq__holoShimmer;position:absolute;inset:-1px}.Dashboard-module__8Mmpzq__statCard:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fffc,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.Dashboard-module__8Mmpzq__statCard:hover{transform:translateY(-8px)rotateX(4deg)scale(1.02);box-shadow:0 20px 40px -12px #635bff4d,0 8px 16px -4px #0000001f,inset 0 0 0 1px #635bff33}@keyframes Dashboard-module__8Mmpzq__holoShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Dashboard-module__8Mmpzq__statLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:flex}.Dashboard-module__8Mmpzq__statValue{letter-spacing:-.04em;z-index:1;font-size:2.2rem;font-weight:900;line-height:1;position:relative}.Dashboard-module__8Mmpzq__statIcon{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff9;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;animation:.6s cubic-bezier(.34,1.56,.64,1) both Dashboard-module__8Mmpzq__iconPop;display:flex;position:absolute;top:1.1rem;right:1.2rem;box-shadow:0 2px 10px -2px #635bff33}@keyframes Dashboard-module__8Mmpzq__iconPop{0%{opacity:0;transform:scale(0)rotate(-20deg)}to{opacity:1;transform:scale(1)rotate(0)}}.Dashboard-module__8Mmpzq__sparkBar{background:linear-gradient(90deg, #635bff00, var(--statColor,#635bff), #635bff00);height:4px;animation:2s ease-in-out infinite Dashboard-module__8Mmpzq__sparkPulse;position:absolute;bottom:0;left:0;right:0}@keyframes Dashboard-module__8Mmpzq__sparkPulse{0%,to{opacity:.4;transform:scaleX(.6)}50%{opacity:1;transform:scaleX(1)}}.Dashboard-module__8Mmpzq__ordersCard{-webkit-backdrop-filter:blur(20px);background:#ffffffd1;border:1px solid #635bff1a;border-radius:20px;animation:.6s cubic-bezier(.16,1,.3,1) .25s both Dashboard-module__8Mmpzq__fadeUp;overflow:hidden;box-shadow:0 4px 24px -6px #32325d1f,0 2px 8px -2px #0000000f}.Dashboard-module__8Mmpzq__ordersHeader{background:linear-gradient(135deg,#635bff0a,#38bdf808);border-bottom:1px solid #635bff1a;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.Dashboard-module__8Mmpzq__ordersTitle{color:var(--foreground);letter-spacing:-.02em;font-size:1rem;font-weight:800}@media (max-width:768px){.Dashboard-module__8Mmpzq__ordersHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Dashboard-module__8Mmpzq__ordersHeader>div:last-child{justify-content:space-between;width:100%;margin-left:0!important}}.Dashboard-module__8Mmpzq__tableWrapper{overflow-x:auto}.Dashboard-module__8Mmpzq__tableHeaderRow{background:linear-gradient(135deg,#635bff0d,#38bdf808)!important}.Dashboard-module__8Mmpzq__mobileOrderCard{background:#fff;border:1px solid #635bff0d;border-radius:18px;flex-direction:column;gap:1rem;margin:.5rem;padding:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) both Dashboard-module__8Mmpzq__fadeUp;display:none;box-shadow:0 4px 12px #00000008}.Dashboard-module__8Mmpzq__mobileOrderCard:last-child{border-bottom:1px solid #635bff0d}@media (max-width:768px){.Dashboard-module__8Mmpzq__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.Dashboard-module__8Mmpzq__statsGrid>div:nth-child(3){grid-column:span 2}.Dashboard-module__8Mmpzq__tableWrapper{display:none}.Dashboard-module__8Mmpzq__mobileOrderCard{display:flex}.Dashboard-module__8Mmpzq__dashScene{padding:1rem}}.Dashboard-module__8Mmpzq__statusSelect{cursor:pointer;border-radius:999px;outline:none;padding:.35rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:box-shadow .2s}.Dashboard-module__8Mmpzq__statusSelect:focus{box-shadow:0 0 0 3px #635bff33}.Dashboard-module__8Mmpzq__deleteButton{color:#ef4444;cursor:pointer;background:#fff0f0e6;border:1px solid #fca5a5;border-radius:10px;justify-content:center;align-items:center;padding:.4rem .6rem;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__deleteButton:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:scale(1.08);box-shadow:0 4px 12px -2px #ef444466}@keyframes Dashboard-module__8Mmpzq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__8Mmpzq__emptyState{text-align:center;color:var(--muted-foreground);padding:4rem 2rem}.Dashboard-module__8Mmpzq__emptyIcon{margin-bottom:1rem;font-size:3rem;animation:3s ease-in-out infinite Dashboard-module__8Mmpzq__floatIcon;display:block}@keyframes Dashboard-module__8Mmpzq__floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.Dashboard-module__8Mmpzq__orb,.Dashboard-module__8Mmpzq__dashScene:before,.Dashboard-module__8Mmpzq__dashScene:after,.Dashboard-module__8Mmpzq__statCard:before,.Dashboard-module__8Mmpzq__sparkBar,.Dashboard-module__8Mmpzq__liveDot:before,.Dashboard-module__8Mmpzq__emptyIcon{animation:none!important}.Dashboard-module__8Mmpzq__statCard:hover{transform:none}}.Dashboard-module__8Mmpzq__cleanupBtn{color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #fca5a5;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__cleanupBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444;box-shadow:0 4px 12px -2px #ef44444d}
.MobileNav-module__HV-q8q__mobileNav{border-top:1px solid var(--border);padding:.75rem .5rem calc(.75rem + env(safe-area-inset-bottom));z-index:100;background:#fff;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.MobileNav-module__HV-q8q__link{color:var(--muted-foreground);flex-direction:column;flex:1;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.MobileNav-module__HV-q8q__active{color:var(--primary)}@media (min-width:769px){.MobileNav-module__HV-q8q__mobileNav{display:none}}
