.products-page{background:linear-gradient(135deg,#f8f9fa,#fff);height:auto;width:100%}.products-page .products{height:auto;margin-top:0;padding:60px 0;width:100%}.products-page .products-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;box-shadow:0 10px 40px #667eea33;display:flex;flex-direction:column;gap:40px;margin-bottom:60px;padding:40px 20px;width:100%}.products-page .products-title-wrapper{align-items:center;display:flex;flex-direction:column;gap:5px}.products-page .products-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0ff);-webkit-background-clip:text;background-clip:text;text-shadow:0 4px 20px #ffffff4d}.products-page .products-subtitle,.products-page .products-title{font-family:Dancing Script,cursive;font-size:64px;font-weight:800;line-height:1.2}.products-page .products-subtitle{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text}.products-page .search-container{align-items:center;display:flex;gap:15px;max-width:700px;width:100%}.products-page .search-input-wrapper{align-items:center;background:#fff;border-radius:50px;box-shadow:0 8px 25px #0000001a;display:flex;flex:1 1;padding:0 20px;position:relative;transition:all .3s ease}.products-page .search-input-wrapper:focus-within{box-shadow:0 12px 35px #667eea4d;transform:translateY(-2px)}.products-page .search-icon{color:#667eea;font-size:24px;margin-right:12px}.products-page .search-input{background:#0000;border:none;color:#1a1a1a;flex:1 1;font-family:Poppins,sans-serif;font-size:16px;outline:none;padding:16px 0}.products-page .search-input::placeholder{color:#9ca3af}.products-page .search-button{align-items:center;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50px;box-shadow:0 8px 25px #f5576c4d;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;gap:8px;padding:16px 32px;text-transform:none;transition:all .3s ease}.products-page .search-button:hover{box-shadow:0 12px 35px #f5576c66;transform:translateY(-2px)}.products-page .filters-section{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:20px;margin-bottom:50px;padding:30px;width:100%}.products-page .filters-header{align-items:center;display:flex;gap:12px}.products-page .filter-icon{color:#667eea;font-size:28px}.products-page .filters-title{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.products-page .filter-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.products-page .filter-btn{align-items:center;background:#f3f4f6;border:2px solid #0000;border-radius:50px;box-shadow:0 2px 8px #0000000d;color:#4b5563;display:flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;gap:8px;padding:12px 28px;text-transform:none;transition:all .3s ease}.products-page .filter-btn:hover{background:#e5e7eb;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.products-page .filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 15px #667eea66;color:#fff}.products-page .filter-btn.active:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.products-page .filter-btn-icon{font-size:20px}.products-page .list-category-section{align-items:flex-start;display:flex;flex-direction:row;gap:40px;width:100%}.products-page .product-wrapper{grid-gap:30px;display:grid;flex:1 1;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%}.products-page .product-card-modern{animation:fadeInUp .6s ease-out forwards;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;cursor:pointer;opacity:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.products-page .product-card-modern:hover{box-shadow:0 20px 60px #667eea40;transform:translateY(-12px) scale(1.02)}.products-page .product-image-container-modern{background:#f3f4f6;overflow:hidden;padding-top:100%;position:relative;width:100%}.products-page .product-image-modern{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);width:100%}.products-page .product-card-modern:hover .product-image-modern{transform:scale(1.15)}.products-page .product-badge-modern{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-radius:50px;box-shadow:0 4px 15px #ff6b6b66;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;left:15px;letter-spacing:.5px;padding:8px 16px;position:absolute;top:15px;z-index:10}.products-page .product-overlay-modern{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;display:flex;gap:15px;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transition:opacity .3s ease}.products-page .product-card-modern:hover .product-overlay-modern{opacity:1}.products-page .product-action-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 15px #0003;color:#667eea;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.products-page .product-action-btn:hover{background:#fff;box-shadow:0 6px 20px #0000004d;transform:scale(1.1)}.products-page .product-action-btn.cart-btn{color:#22c55e}.products-page .product-info-modern{display:flex;flex-direction:column;gap:12px;padding:24px}.products-page .product-title-modern{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.products-page .product-price-modern{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;display:flex;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;gap:6px}.products-page .price-icon{color:#667eea;font-size:24px}.products-page .product-category-modern{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;min-width:220px;padding:30px;position:-webkit-sticky;position:sticky;top:20px}.products-page .category-title-modern{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #f3f4f6;color:#1a1a1a;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;margin-bottom:25px;padding-bottom:15px}.products-page .category-list{display:flex;flex-direction:column;gap:12px}.products-page .category-item{align-items:center;background:#f9fafb;border:2px solid #0000;border-radius:12px;color:#4b5563;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;gap:12px;padding:14px 18px;transition:all .3s ease}.products-page .category-item:hover{background:#f3f4f6;color:#667eea;transform:translateX(5px)}.products-page .category-item.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;box-shadow:0 2px 10px #667eea33;color:#667eea}.products-page .category-dot{background:#9ca3af;border-radius:50%;height:8px;transition:all .3s ease;width:8px}.products-page .category-item.active .category-dot{background:#667eea;box-shadow:0 0 10px #667eea80}.products-page .no-data-modern{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;color:#9ca3af;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;padding:80px 20px;text-align:center;width:100%}.products-page .products .MuiPagination-root{display:flex;justify-content:center;margin:50px 0}.products-page .products .MuiPaginationItem-root{color:#4b5563;font-family:Poppins,sans-serif;font-weight:600}.products-page .products .MuiPaginationItem-root.Mui-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.products-page .products .brands-top{background:linear-gradient(135deg,#667eea,#764ba2);margin-top:100px;min-height:500px;padding:80px 0;width:100%}.products-page .products .brands-top .brands-frame{align-items:center;display:flex;flex-direction:column}.products-page .products .brands-top .brands-frame .brand-title{color:#fff;font-family:Dancing Script,cursive;font-size:42px;font-weight:800;margin-bottom:60px;text-align:center;text-shadow:0 4px 20px #0003}.products-page .products .brands-top .brands-frame .brands-boxes{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1400px;width:100%}.products-page .products .brands-top .brands-frame .brands-boxes .brands-box{background-color:#fff;border-radius:24px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;justify-content:space-between;min-height:350px;padding:30px;transition:all .4s ease;width:100%}.products-page .products .brands-top .brands-frame .brands-boxes .brands-box:hover{box-shadow:0 20px 60px #0000004d;transform:translateY(-10px)}.products-page .products .brands-top .brands-frame .brands-boxes .brands-box .brand-review-text{color:#4b5563;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.8;margin-bottom:20px}.products-page .products .brands-top .brands-frame .brands-boxes .brands-box .img{height:24px;width:24px}.products-page .products .brands-top .brands-frame .brands-boxes .brands-box .brand-reviewer-name{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;margin-top:15px;text-align:center}.products-page .products .address{background:linear-gradient(135deg,#f8f9fa,#fff);padding:80px 0}.products-page .products .address .address-area{align-items:center;display:flex;flex-direction:column}.products-page .products .address .address-area .title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-family:Dancing Script,cursive;font-size:42px;font-weight:800;margin-bottom:40px;text-align:center}.address-area iframe{border:none;border-radius:20px;box-shadow:0 10px 40px #00000026;height:500px;max-width:1000px;width:100%}@media (max-width:1024px){.products-page .list-category-section{flex-direction:column}.products-page .product-category-modern{position:static;width:100%}.products-page .product-wrapper{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.products-page .products-header{padding:30px 20px}.products-page .products-subtitle,.products-page .products-title{font-size:48px}.products-page .search-container{flex-direction:column}.products-page .search-button{justify-content:center;width:100%}.products-page .filter-buttons{flex-direction:column;width:100%}.products-page .filter-btn{justify-content:center;width:100%}.products-page .product-wrapper{gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.products-page .products-subtitle,.products-page .products-title{font-size:36px}.products-page .product-wrapper{grid-template-columns:1fr}}.products-page .chosen-product{background:#f8f8ff;padding:60px 0 100px}.products-page .chosen-product .product-container{display:flex;flex-direction:column;gap:48px}.products-page .chosen-product .product-hero{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.products-page .chosen-product .gallery-block{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:20px}.products-page .chosen-product .main-image{align-items:center;aspect-ratio:4/5;background:#111;border-radius:14px;display:flex;justify-content:center;overflow:hidden;width:100%}.products-page .chosen-product .main-image img{height:100%;object-fit:cover;width:100%}.products-page .chosen-product .thumbs-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.products-page .chosen-product .thumbs-row .thumb{background:#fff;border:1px solid #e5e5e5;border-radius:10px;cursor:pointer;padding:6px;transition:border-color .2s ease,box-shadow .2s ease}.products-page .chosen-product .thumbs-row .thumb img{border-radius:8px;height:72px;object-fit:cover;width:100%}.products-page .chosen-product .thumbs-row .thumb.active{border-color:#f9a602;box-shadow:0 0 0 2px #f9a60233}.products-page .chosen-product .info-panel{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:24px 28px}.products-page .chosen-product .product-title{font-weight:700;letter-spacing:.2px}.products-page .chosen-product .rating-text{color:#888;font-weight:600}.products-page .chosen-product .product-price{color:#e49300;font-size:26px;font-weight:700}.products-page .chosen-product .product-copy{color:#4d4d4d;font-size:15px;line-height:1.6}.products-page .chosen-product .option-block{display:flex;flex-direction:column;gap:8px}.products-page .chosen-product .option-label{color:#333;font-weight:700}.products-page .chosen-product .option-chip{background:#fff;border:1px solid #dcdcdc;border-radius:20px;cursor:pointer;padding:8px 14px;transition:all .2s ease}.products-page .chosen-product .option-chip.active{border-color:#f9a602;box-shadow:0 0 0 2px #f9a60226;color:#f9a602}.products-page .chosen-product .stock-text{color:#2f8f2f;font-weight:600}.products-page .chosen-product .quantity-box{border:1px solid #dcdcdc;border-radius:24px;gap:12px;padding:6px 10px}.products-page .chosen-product .quantity-box button{background:#0000;border:none;cursor:pointer;font-size:18px;width:28px}.products-page .chosen-product .quantity-box span{font-weight:700;min-width:20px;text-align:center}.products-page .chosen-product .cta-button{background:#f9a602;font-weight:700;text-transform:none}.products-page .chosen-product .meta-info{color:#555}.products-page .chosen-product .product-tabs{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:20px 24px}.products-page .chosen-product .tab-headers{display:flex;font-weight:700;gap:24px}.products-page .chosen-product .tab-headers span{color:#666;cursor:pointer}.products-page .chosen-product .tab-headers .active{color:#f9a602}.products-page .chosen-product .tab-content{color:#444;display:flex;flex-direction:column;gap:12px;line-height:1.6}.products-page .chosen-product .related-section{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;gap:18px;padding:20px 24px 28px}.products-page .chosen-product .related-title{font-weight:700}.products-page .chosen-product .related-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.products-page .chosen-product .related-card{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:12px;text-align:center}.products-page .chosen-product .related-card img{border-radius:10px;height:140px;object-fit:cover;width:100%}.products-page .chosen-product .related-name{font-weight:600;margin-top:8px}.products-page .chosen-product .related-price{color:#e49300;font-weight:700}.products-page .chosen-product .related-btn{margin-top:8px;text-transform:none}.order-page{background:radial-gradient(circle at 20% 20%,#3b82f61f,#0000 40%),radial-gradient(circle at 80% 10%,#9333ea1f,#0000 32%),radial-gradient(circle at 40% 80%,#22d3ee1a,#0000 36%),#0b1021;color:#e5e7f0;display:flex;min-height:100vh;padding:32px 0 48px;width:100%}.order-container{display:flex;flex-direction:column;gap:18px}.order-hero{background:linear-gradient(120deg,#2563eb73,#6d28d973);border:1px solid #ffffff1f;border-radius:28px;box-shadow:0 30px 70px #00000059;overflow:hidden;padding:26px 24px;position:relative}.order-pill{align-items:center;background:#ffffff1a;border-radius:999px;color:#dbeafe;display:inline-flex;font-weight:700;gap:8px;letter-spacing:1px;padding:6px 14px;text-transform:uppercase}.order-title{font-size:30px;font-weight:800;letter-spacing:.2px}.order-sub{color:#e2e8f0d9;font-size:16px;line-height:1.5;max-width:760px}.order-chip{align-items:center;background:#ffffff1f;border:1px solid #fff3;border-radius:14px;color:#e0f2fe;display:inline-flex;font-size:14px;padding:6px 12px}.order-blob{background:radial-gradient(circle,#60a5faa6,#9333ea99);border-radius:50%;filter:blur(26px);height:170px;opacity:.7;width:170px}.order-layout{display:flex;flex-direction:row;gap:24px}.order-left{background:#0a0d1acc;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 18px 38px #00000073;flex:1 1 60%;padding:18px 16px 22px}.order-nav-frame{display:flex;justify-content:center;width:100%}.order-nav-frame .table-list{display:flex}.order-nav-frame .MuiTab-root{color:#e2e8f0b3;font-weight:700;letter-spacing:.4px}.order-nav-frame .Mui-selected{color:#e2e8f0!important}.order-nav-frame .MuiTabs-indicator{background:linear-gradient(90deg,#60a5fa,#a78bfa);height:3px}.order-main-content{padding:16px 0 0;width:100%}.order-main-box{background:linear-gradient(180deg,#101828e6,#1e293be0);border:1px solid #ffffff14;border-radius:18px;box-shadow:0 20px 45px #00000061;overflow:hidden;padding:14px 12px 16px;position:relative;width:100%}.order-main-box:after{background:radial-gradient(circle,#6366f140,#22d3ee29);content:"";filter:blur(30px);height:190px;opacity:.7;pointer-events:none;position:absolute;right:-90px;top:-70px;width:190px}.order-box-scroll{overflow:hidden;position:relative;width:100%}.orders-name-price{align-items:center;background:#ffffff0a;border-radius:12px;display:flex;gap:16px;margin-bottom:8px;padding:10px 12px}.order-dish-img{border-radius:16px;height:54px;object-fit:cover;width:54px}.title-dish{color:#f8fafc;flex:1 1;font-family:Commissioner,sans-serif;font-size:18px;font-weight:600}.price-box{align-items:center;color:#e2e8f0e6;display:flex;font-weight:600;gap:10px}.price-box img{height:16px;width:16px}.total-price-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;margin-top:10px;padding:10px 14px;position:relative;width:100%}.box-total,.total-price-box{align-items:center;display:flex;gap:10px}.box-total{color:#e2e8f0eb;flex-wrap:wrap;font-family:Commissioner,sans-serif;font-size:14px;font-weight:600}.box-total img{height:14px;width:14px}.cancel-button,.pay-button,.verify-button{border-radius:12px!important;font-weight:800!important;letter-spacing:.3px;padding:10px 14px!important;text-transform:uppercase}.cancel-button{background:linear-gradient(120deg,#f97316,#f59e0b)!important;color:#0b1021!important}.pay-button{background:linear-gradient(120deg,#22d3ee,#60a5fa)!important;color:#0b1021!important}.verify-button{background:linear-gradient(120deg,#10b981,#4ade80)!important;color:#0b1021!important}.data-compl{color:#e2e8f0bf;font-family:Commissioner,sans-serif;font-size:12px;margin-right:6px}.order-right{display:flex;flex:1 1 40%;flex-direction:column;gap:18px;margin-top:10px}.order-right .order-info-box{background:linear-gradient(180deg,#101828e6,#1e293be0);border:1px solid #ffffff14;border-radius:20px;box-shadow:0 22px 45px #0006;overflow:hidden;padding:22px 18px;width:100%}.order-right .order-info-box,.order-right .order-info-box .member-box{align-items:center;display:flex;flex-direction:column}.order-right .order-info-box .liner{border:1px solid #ffffff14;margin:22px 0 8px;width:100%}.order-user-img{align-items:center;display:flex;flex-direction:column;position:relative}.order-user-avatar{border-radius:22px;box-shadow:0 15px 30px #00000059,0 0 0 6px #ffffff0f;height:120px;object-fit:cover;width:120px}.order-user-icon-box{align-items:center;background:#4f46e5d9;border-radius:12px;box-shadow:0 10px 22px #00000059;display:flex;height:36px;justify-content:center;padding:6px;position:absolute;right:-10px;top:78%;width:36px}.order-user-prof-img{filter:brightness(0) invert(1);height:22px;width:22px}.order-user-name{color:#f8fafc;font-size:22px;font-weight:700;margin-top:12px}.order-user-name,.order-user-prof{font-family:Commissioner,sans-serif}.order-user-prof{color:#e2e8f0bf;font-size:15px;font-weight:500}.order-user-address{align-items:center;color:#e2e8f0d9;display:flex;width:100%}.spec-address-txt{color:#e5e7eb;font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;margin-left:5px}.card-input{background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;color:#e2e8f0;height:40px;margin-top:10px;padding:10px;width:100%}@media (max-width:1024px){.order-layout{flex-direction:column}.order-left,.order-right{width:100%}.order-title{font-size:24px}}.user-page{background:radial-gradient(circle at 20% 20%,#4ca6ff14,#0000 35%),radial-gradient(circle at 80% 10%,#818cf81f,#0000 28%),radial-gradient(circle at 40% 80%,#22d3ee14,#0000 32%),#0b1021;color:#e5e7f0;min-height:100vh;overflow:hidden;padding:32px 0 48px;width:100%}.user-hero{background:linear-gradient(120deg,#2563eb73,#6d28d973);border:1px solid #ffffff1f;border-radius:28px;box-shadow:0 30px 70px #00000059;margin-bottom:18px;overflow:hidden;padding:28px 26px;position:relative}.user-hero .hero-pill{align-items:center;background:#ffffff1a;border-radius:999px;color:#dbeafe;display:inline-flex;font-weight:700;gap:8px;letter-spacing:1px;padding:6px 14px;text-transform:uppercase}.user-hero .hero-title{font-size:30px;font-weight:800;letter-spacing:.2px}.user-hero .hero-sub{color:#e2e8f0d9;font-size:16px;line-height:1.5;max-width:720px}.user-hero .hero-chip{align-items:center;background:#ffffff1f;border:1px solid #fff3;border-radius:14px;color:#e0f2fe;display:inline-flex;font-size:14px;padding:6px 12px}.user-hero .hero-blob{background:radial-gradient(circle,#60a5faa6,#9333ea99);border-radius:50%;filter:blur(28px);height:180px;opacity:.7;width:180px}.user-page .my-page-frame{display:flex;flex-direction:row;gap:24px;width:100%}.my-page-frame .my-page-left{display:flex;flex:1 1 55%;flex-direction:column;gap:12px}.my-page-left .menu-name{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:18px;box-shadow:inset 0 1px 0 #ffffff1f;color:#f1f5f9;font-family:Poppins,sans-serif;font-size:28px;font-weight:700;padding:18px 22px}.my-page-left .menu-content{background:#0a0d1abf;border:1px solid #ffffff14;border-radius:18px;box-shadow:0 18px 38px #00000073;margin-top:4px;padding:20px}.my-page-frame .my-page-right{display:flex;flex:1 1 45%;flex-direction:column}.user-page .order-info-box{align-items:center;background:linear-gradient(180deg,#101828e6,#1e293be0);border:1px solid #ffffff14;border-radius:22px;box-shadow:0 24px 55px #00000073;display:flex;flex-direction:column;overflow:hidden;padding:26px 24px 30px;position:relative;width:100%}.user-page .order-info-box:after{background:radial-gradient(circle,#6366f159,#22d3ee33);content:"";filter:blur(32px);height:220px;opacity:.7;pointer-events:none;position:absolute;right:-100px;top:-80px;width:220px}.user-page .order-info-box .order-user-img{align-items:center;display:flex;flex-direction:column;position:relative}.user-page .order-info-box .order-user-img .order-user-avatar{border-radius:24px;box-shadow:0 15px 30px #00000059,0 0 0 6px #ffffff0f;height:150px;object-fit:cover;width:150px}.user-page .order-info-box .order-user-icon-box{align-items:center;background:#4f46e5d9;border-radius:14px;box-shadow:0 10px 22px #00000059;display:flex;height:44px;justify-content:center;padding:6px;position:absolute;right:-12px;top:78%;width:44px}.user-page .order-info-box .order-user-icon-box img{height:26px;width:26px}.user-page .order-info-box .order-user-name{color:#f8fafc;font-family:Commissioner,sans-serif;font-size:24px;font-weight:700;margin-top:14px}.user-page .order-info-box .order-user-prof{color:#e2e8f0bf;font-family:Commissioner,sans-serif;font-size:16px;font-weight:500}.user-page .order-info-box .user-media-box{display:flex;flex-direction:row;gap:12px;justify-content:space-between;margin-top:14px;width:70%}.user-page .order-info-box .user-media-box svg{background:#ffffff14;border-radius:12px;color:#c7d2fe;height:42px;padding:8px;transition:all .2s ease;width:42px}.user-page .order-info-box .user-media-box svg:hover{background:#6366f133;transform:translateY(-3px)}.user-page .order-info-box .user-desc{color:#e2e8f0e6;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;line-height:22px;margin-top:20px;text-align:center;width:95%}.user-page .settings{display:flex;flex-direction:column;gap:12px;width:100%}.user-page .settings .input-frame{display:flex;flex-direction:row;gap:12px;justify-content:space-between;width:100%}.user-page .settings .long-input,.user-page .settings .short-input{display:flex;flex-direction:column;gap:6px;width:100%}.user-page .settings .spec-label{color:#cbd5f5;font-family:"Source Serif Pro",serif;font-size:15px;font-weight:500}.user-page .settings .spec-input,.user-page .settings .spec-textarea{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;box-shadow:inset 0 1px 0 #ffffff0f;color:#e5e7eb;margin-top:6px;width:100%}.user-page .settings .spec-input{font-size:15px;height:54px;padding-left:16px}.user-page .settings .spec-textarea{font-size:15px;min-height:200px;padding:16px;resize:vertical}.user-page .settings .member-media-frame{background:#ffffff0d;border:1px dashed #e2e8f047;border-radius:12px;display:flex;gap:14px;margin-top:10px;padding:12px}.user-page .settings .member-media-frame .mb-image{border-radius:16px;height:100px;object-fit:cover;width:100px}.user-page .settings .media_change-box{display:flex;flex-direction:column;gap:6px;margin-left:10px}.user-page .settings .media-change-box span{color:#e5e7eb;font-family:GT Walsheim Pro,sans-serif;font-size:15px;font-weight:600}.user-page .settings .media-change-box p{color:#e2e8f0cc;font-family:GT Walsheim Pro,sans-serif;font-size:14px;font-weight:400;margin:0}.user-page .settings .up-del-box{align-items:center;background:#94a3b859;border-radius:10px;display:flex;height:38px;justify-content:center;width:38px}.user-page .settings .up-del-box input{clip:rect(0,0,0,0);border:0;height:16px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:20px}.user-page .settings .save-box{display:flex;justify-content:flex-end;margin-top:10px}@media (max-width:992px){.user-page .my-page-frame{flex-direction:column}.my-page-frame .my-page-left,.my-page-frame .my-page-right{width:100%}.user-hero{padding:22px 18px}.user-hero .hero-title{font-size:24px}}.help-page{background:radial-gradient(circle at 18% 22%,#3b82f61f,#0000 38%),radial-gradient(circle at 80% 8%,#9333ea1f,#0000 32%),radial-gradient(circle at 40% 80%,#22d3ee1a,#0000 34%),#0b1021;color:#e5e7f0;display:flex;min-height:100vh;padding:32px 0 48px;width:100%}.help-container{display:flex;flex-direction:column;gap:16px}.help-hero{background:linear-gradient(120deg,#2563eb73,#6d28d973);border:1px solid #ffffff1f;border-radius:28px;box-shadow:0 30px 70px #00000059;overflow:hidden;padding:26px 24px;position:relative}.help-pill{align-items:center;background:#ffffff1a;border-radius:999px;color:#dbeafe;display:inline-flex;font-weight:700;gap:8px;letter-spacing:1px;padding:6px 14px;text-transform:uppercase}.help-title{font-size:30px;font-weight:800;letter-spacing:.2px}.help-sub{color:#e2e8f0d9;font-size:16px;line-height:1.5;max-width:760px}.help-chip{align-items:center;background:#ffffff1f;border:1px solid #fff3;border-radius:14px;color:#e0f2fe;display:inline-flex;font-size:14px;padding:6px 12px}.help-blob{background:radial-gradient(circle,#60a5faa6,#9333ea99);border-radius:50%;filter:blur(26px);height:170px;opacity:.7;width:170px}.help-menu{justifyContent:center;display:flex;width:100%}.help-menu .table-list,.help-menu .table_list{display:flex;justify-content:space-between}.help-menu .MuiTab-root{color:#e2e8f0b3;font-weight:700;letter-spacing:.4px}.help-menu .Mui-selected{color:#e2e8f0!important}.help-menu .MuiTabs-indicator{background:linear-gradient(90deg,#60a5fa,#a78bfa);height:3px}.help-main-content{margin-top:12px;width:100%}.rules-box{background:linear-gradient(180deg,#101828e6,#1e293be0);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 22px 45px #0006;padding:20px;width:100%}.rules-box,.rules-frame{display:flex;flex-direction:column}.rules-frame{gap:12px}.rules-frame p{border-bottom:1px solid #ffffff14;color:#f8fafc;font-family:Commissioner,sans-serif;font-size:15px;font-weight:500;letter-spacing:.01em;padding-bottom:12px}.accordion-menu{display:flex;flex-direction:column;gap:10px;width:100%}.help-accordion{background:#ffffff0a!important;border:1px solid #ffffff14!important;border-radius:14px!important;box-shadow:0 12px 30px #00000059!important;color:#e5e7f0!important}.help-accordion .MuiAccordionSummary-root{padding:0 12px}.accordion-title{color:#f8fafc!important;font-weight:700!important}.accordion-body{color:#e2e8f0e6}.admin-letter-box{background:linear-gradient(180deg,#101828e6,#1e293be0);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 22px 45px #0006;padding:24px;width:100%}.admin-letter-box,.admin-letter-container,.admin-letter-frame{display:flex;flex-direction:column}.admin-letter-frame{color:#e5e7f0;gap:12px;margin-top:14px}.admin-letter-frame span{font-family:ABeeZee,sans-serif;font-size:22px;font-weight:700}.admin-letter-frame p{color:#e2e8f0d9;font-family:Sedan,serif;font-size:15px;font-weight:400;margin:0}.admin-input-box{display:flex;flex-direction:column;gap:8px}.admin-input-box label{color:#e2e8f0;font-family:Verdana,sans-serif;font-size:15px;font-weight:700}.admin-input-box input,.admin-input-box textarea{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;color:#e5e7eb;font-family:Verdana,sans-serif;font-size:14px;font-weight:500;padding:14px;width:100%}.admin-input-box textarea{min-height:150px;resize:vertical}.admin-letter-frame button{background:linear-gradient(120deg,#22d3ee,#60a5fa);font-weight:800;letter-spacing:.3px;padding:10px 14px;text-transform:uppercase}@media (max-width:1024px){.help-hero{padding:22px 18px}.help-title{font-size:24px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-float 3s ease-in-out infinite}}.App-header{align-items:center;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#704cb6}@keyframes App-logo-float{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.home-navbar{background:url(/static/media/apple.159bdd15523f94febe85.jpeg);background-position:50%;background-size:cover;display:flex;height:774px;width:100%}.home-navbar a{text-decoration:none}.home-navbar .navbar-container{height:642px;margin-top:55px}.home-navbar .navbar-container .menu{align-items:center;display:flex;flex-direction:row;height:55px;justify-content:space-between}.home-navbar .navbar-container .menu .brand-logo{background-color:#000;border-radius:8px;box-shadow:0 4px 6px #440b0b4d;color:#fff;font-size:24px;letter-spacing:2px;padding:10px 20px;text-decoration:none;text-transform:uppercase}.home-navbar .navbar-container .menu .brand-logo:hover{background-color:#fff;color:#000;text-decoration:none}.home-navbar .navbar-container .menu .Links{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-width:700px}.home-navbar .navbar-container .menu .Links .login-button,.home-navbar .navbar-container .menu .Links .signup-button{background:#3776cc;color:#f8f8ff}.home-navbar .navbar-container .menu .user-avatar{border-radius:24px;height:50px;width:50px}.home-navbar .hover-line a{color:#070709;font-size:18px;font-weight:700;z-index:100}.home-navbar .hover-line:after,.home-navbar .underline{border-bottom:2px solid #d7b686;content:"";display:block}.home-navbar .hover-line:after{transform:scaleX(0);transition:transform .25s ease-in-out}.home-navbar .hover-line:hover:after{transform:scaleX(1)}.home-navbar div.hover-line:after{transform-origin:0 50%}.home-navbar .navbar-container .header-frame .head-main-txt{color:#08080a;font-family:"Roboto Serif";font-size:63px;font-style:normal;font-weight:800;height:80px;letter-spacing:-.75;line-height:normal;width:450px}.home-navbar .navbar-container .header-frame .wel-txt{color:#060606;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:.4px;line-height:normal;text-shadow:0 1px 6px #0000000f;text-transform:capitalize}.home-navbar .shop-collections{background:#110e0e;border-radius:90px;font-size:48px;font-weight:500;height:60px;line-height:58px}.home-navbar .navbar-container .header-frame .shop-link{color:#dad5d5;font-family:Plus Jakarta Sans,sans-serif;font-size:25px;font-style:normal;font-weight:700;letter-spacing:1.2px;line-height:148%;margin-bottom:40px;margin-left:70px;text-transform:uppercase}.other-navbar{background:url(/static/media/Content.162a279bacee6fb03e2f.png);background-size:cover;display:flex;height:400px;width:100%}.other-navbar .navbar-container{height:642px;margin-top:55px}.other-navbar .navbar-container .menu{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:space-between}.other-navbar .navbar-container .menu .brand-logo:hover{background-color:#fff;color:#000;text-decoration:none}.other-navbar .navbar-container .menu .Links{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-width:700px}.other-navbar .navbar-container .menu .Links .login-button{background:#3776cc;color:#f8f8ff}.other-navbar .navbar-container .menu .user-avatar{border-radius:24px;height:50px;width:50px}.other-navbar a{text-decoration:none}.other-navbar .hover-line a{color:#f8f8ff;z-index:100}.other-navbar .navbar-container .menu .brand-logo{background-color:#000;border-radius:8px;box-shadow:0 4px 6px #440b0b4d;color:#fff;font-size:24px;letter-spacing:2px;padding:10px 20px;text-decoration:none;text-transform:uppercase}.other-navbar .hover-line:after,.other-navbar .underline{border-bottom:2px solid #d7b686;content:"";display:block}.other-navbar .hover-line:after{transform:scaleX(0);transition:transform .25s ease-in-out}.other-navbar .hover-line:hover:after{transform:scaleX(1)}.other-navbar div.hover-line:after{transform-origin:0 50%}.basket-frame{background:#f8f8ff;border-radius:16px;display:flex;flex-direction:column;height:auto;padding:10px 4px 0;position:relative;width:450px}.basket-frame .all-check-box{background:#d7b586;border-color:#343434;border-style:solid;border-width:1px 0;height:35px;padding:0 6px}.basket-frame .all-check-box,.basket-frame .basket-info-box{align-items:center;display:flex;flex-direction:row;width:100%}.basket-frame .basket-info-box{height:auto;margin-top:6px;position:relative}.basket-info-box .product-img{border-radius:29px;filter:drop-shadow(0 0 4px rgba(0,0,0,.25));height:60px;width:60px}.basket-info-box .product-name{color:#000;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:30px;margin-left:11px;width:185px}.basket-info-box .product-price{color:#ae0000;font-family:Poppins;font-size:15px;font-style:normal;font-weight:600;line-height:22px;width:80px}.basket-info-box .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{padding:6.5px 14px}.basket-info-box .css-ece9u5{min-width:72px}.basket-frame .cancel-btn{cursor:pointer;position:absolute;right:2%;top:33%}.basket-frame .basket-order{align-items:center;border-top:1px solid #00000080;display:flex;flex-direction:row;height:64px;justify-content:space-evenly;margin-top:10px;width:100%}.basket-order .price{color:#000;display:flex;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:30px;width:200px}.basket-frame .orders-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:scroll;position:relative;width:100%}.basket-frame .orders-wrapper::-webkit-scrollbar{width:10px}.basket-frame .orders-wrapper::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}.basket-frame .orders-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.basket-frame .orders-main-wrapper{display:flex;flex-direction:column;height:260px;margin-top:10px;overflow:hidden;position:relative;width:100%}.footer-container{display:flex;flex-direction:column;gap:28px}.insta-section{align-items:center;margin:0 auto;max-width:960px}.insta-title{color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:800;letter-spacing:.4px;text-align:center;text-transform:capitalize}.insta-row{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:14px;justify-content:center;overflow-x:auto;width:100%}.insta-img{border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 12px #00000014;height:170px;object-fit:cover;width:170px}.footer-grid{display:flex;flex-wrap:wrap;gap:24px}.footer-col{flex:1 1 200px;min-width:200px}.brand-name{color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:800}.brand-accent{color:#d97706}.brand-desc{color:#4b5563;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px;margin-top:6px}.sns-context{display:flex;gap:12px;margin-top:10px}.sns-context img{filter:grayscale(.2);height:28px;width:28px}.foot-category-title{color:#1f2937;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.foot-category-link{color:#4b5563;display:flex;flex-direction:column;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:600;gap:8px;margin-top:8px}.foot-category-link a{color:inherit;letter-spacing:.2px;text-decoration:none}.foot-category-link a:hover{color:#d97706}.contact-text,.find-us div,.track-order div{color:#4b5563;font-size:18px;font-weight:600}.contact-text{font-family:Plus Jakarta Sans,sans-serif}.contact-text a{color:#1f2937;font-weight:800;text-decoration:none}.footer-bottom{align-items:center;border-top:1px solid #e5e7eb;color:#4b5563;display:flex;flex-wrap:wrap;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;gap:10px;justify-content:space-between;padding-top:10px}.bottom-label{color:#1f2937;font-weight:700}.bottom-muted{color:#6b7280}.footer-btn,.footer-btn.alt{border-radius:20px;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:700;letter-spacing:.2px;padding:8px 18px;text-transform:none}.footer-btn{background:linear-gradient(90deg,#f59e0b,#d97706);color:#fff}.footer-btn.alt{border:1px solid #d97706;color:#d97706}@media (max-width:768px){.insta-title{font-size:20px}.insta-img{height:140px;width:140px}.footer-bottom{align-items:flex-start;flex-direction:column}}.homepage{height:auto;width:100%}.homepage .static-frame{background:#343434;height:236px;width:100%}.homepage .static-frame .info{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between}.homepage .static-frame .info .static-box{align-items:center;display:flex;flex-direction:column;height:116px;justify-content:center;width:200px}.homepage .static-frame .info .static-box .static-num{color:#d7b686;font-family:Poppins;font-size:54px;font-style:normal;font-weight:600;line-height:80px;text-align:center}.homepage .static-frame .info .static-box .static-text{color:#d7b586;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:30px;text-align:center}.homepage .popular-dishes-frame{background:linear-gradient(135deg,#667eea,#764ba2 25%,#f8f8ff 0,#f8f8ff);display:flex;height:auto;overflow:hidden;padding:100px 0;position:relative;width:100%}.homepage .popular-dishes-frame:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:200px;left:0;opacity:.05;position:absolute;right:0;top:0;z-index:0}.homepage .popular-dishes-frame .popular-section{align-items:center;display:flex;flex-direction:column;margin-top:0;position:relative;z-index:1}.homepage .popular-dishes-frame .section-header{align-items:center;display:flex;flex-direction:column;margin-bottom:60px;text-align:center}.homepage .popular-dishes-frame .section-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-radius:50px;box-shadow:0 4px 15px #ff6b6b4d;display:inline-flex;gap:8px;margin-bottom:20px;padding:8px 20px}.homepage .popular-dishes-frame .section-badge .fire-icon{animation:flicker 1.5s ease-in-out infinite;color:#fff;font-size:20px}.homepage .popular-dishes-frame .section-badge span{color:#fff;font-family:Poppins;font-size:14px;font-weight:600;letter-spacing:.5px}.homepage .popular-dishes-frame .category-title{align-items:center;display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.homepage .popular-dishes-frame .category-title .title-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-family:Dancing Script,cursive;font-size:56px;font-weight:800;line-height:1.2;text-shadow:0 2px 10px #667eea33}.homepage .popular-dishes-frame .category-title .title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;font-family:Dancing Script,cursive;font-size:56px;font-weight:800;line-height:1.2}.homepage .popular-dishes-frame .section-subtitle{color:#6b7280;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.6;max-width:500px}.homepage .popular-dishes-frame .popular-section .cards-frame{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px;padding:0 20px;width:100%}.homepage .popular-dishes-frame .cards-frame .product-card{animation:fadeInUp .6s ease-out forwards;background:#fff;border-radius:24px;box-shadow:0 10px 40px #00000014;cursor:pointer;min-height:480px;opacity:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes flicker{0%,to{opacity:1}50%{opacity:.7}}.homepage .popular-dishes-frame .cards-frame .product-card:hover{box-shadow:0 20px 60px #667eea40;transform:translateY(-12px) scale(1.02)}.homepage .popular-dishes-frame .best-seller-badge{align-items:center;animation:shimmer 2s ease-in-out infinite;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50px;box-shadow:0 4px 15px #ffd70066;display:flex;gap:6px;padding:8px 16px;position:absolute;right:20px;top:20px;z-index:10}.homepage .popular-dishes-frame .best-seller-badge .star-icon{animation:rotate 3s linear infinite;color:#ff6b00;font-size:18px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{0%,to{box-shadow:0 4px 15px #ffd70066}50%{box-shadow:0 4px 25px #ffd700b3}}.homepage .popular-dishes-frame .best-seller-badge span{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.5px}.homepage .popular-dishes-frame .product-image-wrapper{height:280px;overflow:hidden;position:relative}.homepage .popular-dishes-frame .product-image-wrapper .product-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);width:100%}.homepage .popular-dishes-frame .product-card:hover .product-image{transform:scale(1.15)}.homepage .popular-dishes-frame .image-overlay{background:linear-gradient(0deg,#0009,#0000);bottom:0;height:100px;left:0;position:absolute;right:0;z-index:1}.homepage .popular-dishes-frame .product-content{background:#fff;padding:24px;position:relative;z-index:2}.homepage .popular-dishes-frame .product-header{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:12px}.homepage .popular-dishes-frame .product-name{color:#1a1a1a;flex:1 1;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;line-height:1.4;margin-right:15px}.homepage .popular-dishes-frame .product-stats{align-items:center;display:flex;gap:12px}.homepage .popular-dishes-frame .stat-item{align-items:center;background:#f3f4f6;border-radius:20px;color:#4b5563;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:5px;padding:6px 12px}.homepage .popular-dishes-frame .stat-item .stat-icon{color:#667eea;font-size:16px}.homepage .popular-dishes-frame .favorite-icon{color:#ef4444;cursor:pointer;font-size:24px;transition:all .3s ease}.homepage .popular-dishes-frame .favorite-icon:hover{color:#dc2626;transform:scale(1.2)}.homepage .popular-dishes-frame .product-desc{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin-top:8px}.homepage .popular-dishes-frame .product-footer{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.homepage .popular-dishes-frame .price-section{display:flex;flex-direction:column}.homepage .popular-dishes-frame .price-label{color:#9ca3af;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.homepage .popular-dishes-frame .price-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:28px;font-weight:800}.homepage .popular-dishes-frame .view-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .3s ease}.homepage .popular-dishes-frame .view-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.homepage .popular-dishes-frame .no-data{align-items:center;color:#e3c08d;display:flex;font-family:Poppins;font-size:30px;font-style:normal;font-weight:400;height:300px;justify-content:center;line-height:34px;text-transform:capitalize;width:100%}@media (max-width:768px){.homepage .popular-dishes-frame{background:linear-gradient(135deg,#667eea,#764ba2 15%,#f8f8ff 0,#f8f8ff);padding:60px 0}.homepage .popular-dishes-frame .category-title .title-accent,.homepage .popular-dishes-frame .category-title .title-main{font-size:42px}.homepage .popular-dishes-frame .popular-section .cards-frame{gap:25px;grid-template-columns:1fr;padding:0 15px}.homepage .popular-dishes-frame .cards-frame .product-card{min-height:450px}.homepage .popular-dishes-frame .product-footer{align-items:stretch;flex-direction:column;gap:15px}.homepage .popular-dishes-frame .view-button{text-align:center;width:100%}}@media (max-width:480px){.homepage .popular-dishes-frame .category-title .title-accent,.homepage .popular-dishes-frame .category-title .title-main{font-size:36px}.homepage .popular-dishes-frame .section-subtitle{font-size:14px;padding:0 20px}.homepage .popular-dishes-frame .product-header{flex-direction:column;gap:12px}.homepage .popular-dishes-frame .product-stats{justify-content:space-between;width:100%}}.homepage .new-products-frame{background:linear-gradient(135deg,#f8f8ff,#f8f8ff 75%,#f093fb 0,#f5576c);display:flex;height:auto;margin-top:100px;overflow:hidden;padding:100px 0;position:relative;width:100%}.homepage .new-products-frame:before{background:radial-gradient(circle,#f5576c1a 0,#0000 70%);border-radius:50%;content:"";height:300px;position:absolute;right:0;top:0;width:300px;z-index:0}.homepage .go-to-shop-link{align-items:center;display:flex;justify-content:center;margin-left:0;margin-top:60px;width:100%}.homepage .go-to-shop-link .shop-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 8px 25px #667eea59;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;gap:12px;letter-spacing:1px;overflow:hidden;padding:18px 48px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.homepage .go-to-shop-link .shop-link:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.homepage .go-to-shop-link .shop-link:hover:before{left:100%}.homepage .go-to-shop-link .shop-link:hover{box-shadow:0 12px 35px #667eea73;letter-spacing:1.5px;transform:translateY(-3px)}.homepage .go-to-shop-link .shop-link .arrow-icon{font-size:20px;transition:transform .3s ease}.homepage .go-to-shop-link .shop-link:hover .arrow-icon{transform:translateX(5px)}.homepage .main{align-items:center;display:flex;flex-direction:column;margin-top:0;position:relative;z-index:1}.homepage .new-products-frame .section-header{align-items:center;display:flex;flex-direction:column;margin-bottom:60px;text-align:center}.homepage .new-products-frame .new-badge{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 15px #f5576c4d}.homepage .new-products-frame .new-badge .new-icon{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.homepage .new-products-frame .category-title{align-items:center;display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.homepage .new-products-frame .category-title .title-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;font-family:Dancing Script,cursive;font-size:56px;font-weight:800;line-height:1.2}.homepage .new-products-frame .category-title .title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-family:Dancing Script,cursive;font-size:56px;font-weight:800;line-height:1.2}.homepage .new-products-frame .section-subtitle{color:#6b7280;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.6;max-width:500px}.homepage .new-products-frame .main .cards-frame{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px;padding:0 20px;width:100%}.homepage .new-products-frame .new-product-card{animation:fadeInUp .6s ease-out forwards;background:#fff;border:none;border-radius:24px;box-shadow:0 10px 40px #00000014;cursor:pointer;height:auto;opacity:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}.homepage .new-products-frame .new-product-card:hover{box-shadow:0 20px 60px #f5576c40;transform:translateY(-12px) scale(1.02)}.homepage .new-products-frame .new-badge-overlay{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50px;box-shadow:0 4px 15px #f5576c66;display:flex;gap:6px;left:20px;padding:8px 16px;position:absolute;top:20px;z-index:10}.homepage .new-products-frame .new-badge-overlay .offer-icon{color:#fff;font-size:18px}.homepage .new-products-frame .new-badge-overlay span{color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.5px}.homepage .new-products-frame .product-image-container{overflow:hidden;position:relative}.homepage .new-products-frame .product-sale{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-radius:50px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;height:32px;justify-content:center;letter-spacing:.5px;line-height:21px;min-width:70px;padding:0 14px;position:absolute;right:20px;top:20px;width:auto;z-index:100}.homepage .new-products-frame .aspect-wrapper{overflow:hidden;position:relative}.homepage .new-products-frame .product-img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);width:100%}.homepage .new-products-frame .new-product-card:hover .product-img{transform:scale(1.15)}.homepage .new-products-frame .image-gradient-overlay{background:linear-gradient(0deg,#f5576c1a,#0000);bottom:0;height:60px;left:0;position:absolute;right:0;z-index:1}.homepage .new-products-frame .product-detail-new{background:#fff;border-top:2px solid #f3f4f6;padding:24px;width:auto}.homepage .new-products-frame .product-info-new{display:flex;flex-direction:column;gap:16px;width:100%}.homepage .new-products-frame .product-title-section{display:flex;flex-direction:column;gap:8px}.homepage .new-products-frame .product-title-new{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;line-height:1.4}.homepage .new-products-frame .product-price-new{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:28px;font-weight:800}.homepage .new-products-frame .product-meta{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.homepage .new-products-frame .views-container{align-items:center;background:#f3f4f6;border-radius:20px;display:flex;gap:8px;padding:8px 16px}.homepage .new-products-frame .views-icon{color:#f5576c;font-size:18px}.homepage .new-products-frame .views-text{color:#4b5563;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.homepage .new-products-frame .favorite-icon-new{color:#f5576c;cursor:pointer;font-size:26px;transition:all .3s ease}.homepage .new-products-frame .favorite-icon-new:hover{color:#dc2626;transform:scale(1.2)}.homepage .new-products-frame .no-data{align-items:center;color:#e3c08d;display:flex;font-family:Poppins;font-size:30px;font-style:normal;font-weight:400;height:300px;justify-content:center;line-height:34px;text-transform:capitalize;width:100%}.homepage .ads-restaurant-frame{box-shadow:-3px 0 20px 14px #34334880;display:flex;height:auto;margin-top:200px;overflow:hidden;transform:perspective(0);width:100%}.homepage .ads-restaurant-frame .ads-video{background:#75a8c2;box-shadow:0 -8px 90px #d7d7ff;display:flex;overflow:hidden;transform:scale(1.5);width:100%}.homepage .active-users-frame{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f8f8ff 0,#f8f8ff);display:flex;justify-content:center;margin-top:100px;min-height:650px;overflow:hidden;padding:100px 0;position:relative;width:100%}.homepage .active-users-frame:before{background:radial-gradient(circle,#667eea1a 0,#0000 70%);border-radius:50%;content:"";height:400px;left:0;position:absolute;top:0;width:400px;z-index:0}.homepage .active-users-frame .main{align-items:center;display:flex;flex-direction:column;position:relative;width:100%;z-index:1}.homepage .active-users-frame .section-header-users{align-items:center;display:flex;flex-direction:column;margin-bottom:60px;text-align:center}.homepage .active-users-frame .section-badge-users{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 15px #667eea4d;display:inline-flex;gap:8px;margin-bottom:20px;padding:8px 20px}.homepage .active-users-frame .section-badge-users .people-icon{color:#fff;font-size:20px}.homepage .active-users-frame .section-badge-users span{color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;letter-spacing:.5px}.homepage .active-users-frame .category-title-users{align-items:center;display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.homepage .active-users-frame .category-title-users .title-main-users{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00f5ff,#00d4ff 50%,#00b8ff);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 2px 10px rgba(0,245,255,.4));font-family:Dancing Script,cursive;font-size:56px;font-weight:800;line-height:1.2;text-shadow:0 0 30px #00f5ff80}.homepage .active-users-frame .category-title-users .title-accent-users{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;font-family:Dancing Script,cursive;font-size:56px;font-weight:800;line-height:1.2}.homepage .active-users-frame .section-subtitle-users{color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.6;max-width:500px;text-shadow:0 2px 10px #0000001a}.homepage .active-users-frame .cards-frame-users{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;justify-content:center;margin-top:50px;overflow-x:auto;padding:0 20px;scrollbar-color:#667eea4d #0000;scrollbar-width:thin;width:100%}.homepage .active-users-frame .cards-frame-users::-webkit-scrollbar{height:8px}.homepage .active-users-frame .cards-frame-users::-webkit-scrollbar-track{background:#0000}.homepage .active-users-frame .cards-frame-users::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px}.homepage .active-users-frame .cards-frame-users::-webkit-scrollbar-thumb:hover{background:#667eea80}.homepage .active-users-frame .user-card-modern{align-items:center;animation:fadeInUp .6s ease-out forwards;background:#fff;border:none;border-radius:24px;box-shadow:0 10px 40px #00000026;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;max-width:280px;min-height:380px;min-width:280px;opacity:0;overflow:hidden;padding:0;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:280px}.homepage .active-users-frame .user-card-modern:hover{box-shadow:0 20px 60px #667eea4d;transform:translateY(-15px) scale(1.03)}.homepage .active-users-frame .user-rank-badge{align-items:center;animation:shimmer 2s ease-in-out infinite;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50px;box-shadow:0 4px 15px #ffd70066;display:flex;gap:6px;left:20px;padding:8px 16px;position:absolute;top:20px;z-index:10}.homepage .active-users-frame .user-rank-badge .rank-star{animation:rotate 3s linear infinite;color:#ff6b00;font-size:18px}.homepage .active-users-frame .user-rank-badge span{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:14px;font-weight:800}.homepage .active-users-frame .user-image-wrapper{overflow:hidden;padding-top:100%;position:relative;width:100%}.homepage .active-users-frame .user-aspect{border-radius:0;height:100%;left:0;position:absolute;top:0;width:100%}.homepage .active-users-frame .user-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);width:100%}.homepage .active-users-frame .user-card-modern:hover .user-image{transform:scale(1.2)}.homepage .active-users-frame .user-image-overlay{background:linear-gradient(0deg,#667eea4d,#0000);bottom:0;height:80px;left:0;position:absolute;right:0;z-index:1}.homepage .active-users-frame .verified-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;bottom:20px;box-shadow:0 4px 15px #667eea66;display:flex;height:40px;justify-content:center;position:absolute;right:20px;width:40px;z-index:10}.homepage .active-users-frame .verified-badge .verified-icon{color:#fff;font-size:22px}.homepage .active-users-frame .user-info-box{align-items:center;background:#fff;display:flex;flex-direction:column;gap:12px;padding:24px;width:100%}.homepage .active-users-frame .user-name-modern{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;text-align:center}.homepage .active-users-frame .user-status{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:2px solid #ffffff4d;border-radius:50px;box-shadow:0 4px 15px #22c55e66;display:flex;gap:8px;padding:8px 18px}.homepage .active-users-frame .status-dot{animation:blink 2s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 0 8px #fffc;height:10px;width:10px}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}.homepage .active-users-frame .status-text{color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;letter-spacing:.8px;text-shadow:0 1px 3px #0003}.homepage .active-users-frame .no-data{align-items:center;color:#e3c08d;display:flex;font-family:Poppins;font-size:30px;font-style:normal;font-weight:400;height:300px;justify-content:center;line-height:34px;text-transform:capitalize;width:100%}@media (max-width:768px){.homepage .new-products-frame{background:linear-gradient(135deg,#f8f8ff,#f8f8ff 85%,#f093fb 0,#f5576c);padding:60px 0}.homepage .new-products-frame .category-title .title-accent,.homepage .new-products-frame .category-title .title-main{font-size:42px}.homepage .new-products-frame .main .cards-frame{gap:25px;grid-template-columns:1fr;padding:0 15px}.homepage .new-products-frame .new-product-card{min-height:auto}}@media (max-width:480px){.homepage .new-products-frame .category-title .title-accent,.homepage .new-products-frame .category-title .title-main{font-size:36px}.homepage .new-products-frame .section-subtitle{font-size:14px;padding:0 20px}.homepage .new-products-frame .product-title-section{gap:6px}.homepage .new-products-frame .product-meta{align-items:flex-start;flex-direction:column;gap:12px}}@media (max-width:768px){.homepage .active-users-frame{background:linear-gradient(135deg,#667eea,#764ba2 40%,#f8f8ff 0,#f8f8ff);padding:60px 0}.homepage .active-users-frame .category-title-users .title-accent-users,.homepage .active-users-frame .category-title-users .title-main-users{font-size:42px}.homepage .active-users-frame .cards-frame-users{flex-wrap:nowrap;gap:20px;justify-content:flex-start;overflow-x:auto;padding:0 15px}.homepage .active-users-frame .user-card-modern{max-width:250px;min-width:250px;width:250px}}@media (max-width:480px){.homepage .active-users-frame .category-title-users .title-accent-users,.homepage .active-users-frame .category-title-users .title-main-users{font-size:36px}.homepage .active-users-frame .section-subtitle-users{font-size:14px;padding:0 20px}.homepage .active-users-frame .cards-frame-users{gap:15px;padding:0 10px}.homepage .active-users-frame .user-card-modern{max-width:220px;min-width:220px;width:220px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.235c64fd.css.map*/