.app{min-height:100vh;background-color:#fff;color:#000;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #000000;background-color:#fff;position:sticky;top:0;z-index:100}.logo{font-size:1.25rem;font-weight:700;text-decoration:underline;color:#000;text-transform:uppercase;letter-spacing:.5px}.header-icons{display:flex;gap:1.25rem;align-items:center}.header-icons svg{color:#000;cursor:pointer;stroke-width:2;transition:opacity .2s}.header-icons svg:hover{opacity:.6}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#000;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.search-container{position:relative;padding:1.25rem;border-bottom:1px solid #e5e5e5;background-color:#fff}.search-icon{position:absolute;left:2.25rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none;stroke-width:2}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e5e5e5;border-radius:12px;font-size:1rem;outline:none;background-color:#f8f8f8;color:#000;transition:all .2s}.search-input:focus{border-color:#000;background-color:#fff}.search-input::placeholder{color:#999}.section{padding:1.5rem 1.25rem}.section-title{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;color:#000;letter-spacing:-.3px}.list{display:flex;flex-direction:column;gap:.75rem}.list-item{display:flex;align-items:center;padding:1rem;background-color:#fff;border-radius:1.25rem;cursor:pointer;transition:all .3s;border:1px solid rgba(226,232,240,.5);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.list-item:hover{background-color:#fff;border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;transform:translateY(-2px)}.list-item:active{background-color:#f8fafc;transform:translateY(0)}.list-item-text{flex:1;font-size:1rem;color:#000;font-weight:500}.list-item-count{font-size:.875rem;color:#666;margin-right:.75rem;font-weight:400}.list-item-arrow{color:#666;flex-shrink:0;stroke-width:2}.footer{margin-top:auto;padding:2.5rem 1.25rem;text-align:center;border-top:1px solid #e5e5e5;background-color:#fff}.footer-text{font-size:.75rem;color:#999;margin-bottom:.5rem;font-weight:400}.footer-text:last-child{margin-bottom:0}.btn{padding:1rem 1.5rem;border:none;border-radius:1.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.btn-primary:active{background-color:#1d4ed8;transform:translateY(0)}.btn-primary:disabled{background-color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary:active{background-color:#e2e8f0;transform:translateY(0)}.card{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.loading{padding:2rem;text-align:center;color:#666}.empty-state{padding:3rem 1.25rem;text-align:center;color:#999}.empty-state-text{font-size:.9375rem;margin-top:.5rem}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;animation:fadeIn .2s ease-out}.menu-drawer{position:fixed;top:0;left:0;width:85%;max-width:400px;height:100vh;background-color:#f8fafc;z-index:1000;display:flex;flex-direction:column;box-shadow:4px 0 20px #00000026;animation:slideInLeft .3s ease-out;overflow-y:auto}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(226,232,240,.5);background-color:#f8fafce6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.menu-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.menu-close{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#475569;transition:all .2s}.menu-close:hover{background-color:#94a3b81a;color:#3b82f6}.menu-content{flex:1;overflow-y:auto;padding:0}.menu-section{padding:1.25rem;border-bottom:1px solid #e5e5e5}.menu-section:last-child{border-bottom:none}.menu-section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.menu-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.menu-back{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;cursor:pointer;color:#3b82f6;font-weight:500;padding:.5rem;border-radius:.5rem;transition:all .2s}.menu-back:hover{background-color:#3b82f61a;color:#2563eb}.menu-back svg{color:#3b82f6}.menu-profile{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.profile-avatar{width:50px;height:50px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 0 15px #6366f14d}.profile-info{flex:1;min-width:0}.profile-name{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-username{font-size:.875rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:all .3s;border-radius:1rem;margin-bottom:.5rem;background-color:#fff;border:1px solid rgba(226,232,240,.5)}.menu-item:hover{background-color:#f8fafc;border-color:#3b82f6;transform:translate(4px)}.menu-item-icon{font-size:1.5rem;width:40px;text-align:center;flex-shrink:0;color:#3b82f6}.menu-item-content{flex:1;min-width:0}.menu-item-title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.menu-item-subtitle{font-size:.875rem;color:#64748b}.menu-item-arrow{color:#64748b;flex-shrink:0;transition:color .2s}.menu-item:hover .menu-item-arrow{color:#3b82f6}.language-list{display:flex;flex-direction:column;gap:.5rem}.language-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;border-radius:1rem;border:1px solid rgba(226,232,240,.5);transition:all .3s;background-color:#fff;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.language-item:hover{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 6px -1px #3b82f61a,0 2px 4px -1px #3b82f60d;transform:translate(4px)}.language-item.active{border-color:#3b82f6;background-color:#3b82f60d;box-shadow:0 0 0 3px #3b82f61a}.language-flag{font-size:1.5rem;width:40px;text-align:center;flex-shrink:0}.language-name{flex:1;font-size:1rem;font-weight:500;color:#0f172a}.language-check{color:#3b82f6;flex-shrink:0}.address-form{padding:1rem 0}.address-form-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.address-form .form-group{margin-bottom:1rem}.address-form .form-group label{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.address-form .form-group input,.address-form .form-group select{width:100%;padding:1rem;border:1px solid #E2E8F0;border-radius:1.25rem;font-size:1rem;background-color:#fff;color:#0f172a;outline:none;transition:all .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.address-form .form-group input:focus,.address-form .form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.address-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.phone-input-group{display:flex;gap:.5rem}.phone-code-input{width:80px!important;flex-shrink:0;background-color:#f1f5f9!important;cursor:not-allowed}.phone-number-input{flex:1}.address-form-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.5)}.address-form-actions .btn{flex:1}.saved-addresses-list{display:flex;flex-direction:column;gap:1rem}.saved-address-card{padding:1rem;background-color:#fff;border-radius:1.25rem;border:1px solid rgba(226,232,240,.5);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s}.saved-address-card:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f633,0 4px 6px -2px #3b82f61a;transform:translateY(-2px)}.saved-address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.saved-address-label{font-size:1rem;font-weight:600;color:#0f172a}.delete-address-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:.5rem}.delete-address-btn:hover{color:#ef4444;background-color:#ef44441a}.saved-address-details{font-size:.875rem;color:#64748b;line-height:1.6}.saved-address-details>div{margin-bottom:.25rem}.empty-state{text-align:center;padding:2rem 1rem}.empty-state-text{font-size:.9375rem;color:#666;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;border:none}.btn{min-height:44px;min-width:44px}@media (max-width: 640px){.menu-overlay{padding:0}.menu{max-width:100%;width:100%;border-radius:0;height:100vh}.menu-header{padding:1rem}.menu-title{font-size:1.125rem}.menu-content{padding:1rem}.menu-item{padding:.875rem}.menu-item-icon{font-size:1.25rem;width:36px}.menu-item-title{font-size:.9375rem}.menu-item-subtitle{font-size:.8125rem}.language-item{padding:.875rem}.language-flag{font-size:1.25rem;width:36px}.language-name{font-size:.9375rem}.address-form{padding:.75rem 0}.address-form-title{font-size:1rem}.address-form .form-group input,.address-form .form-group select{padding:.875rem;font-size:.9375rem}.address-form .form-row{grid-template-columns:1fr;gap:.75rem}.phone-code-input{width:100%!important}.saved-address-card{padding:.875rem}.saved-address-label{font-size:.9375rem}.saved-address-details{font-size:.8125rem}}@media (max-width: 480px){.menu-header{padding:.875rem}.menu-title{font-size:1rem}.menu-content{padding:.875rem}.menu-item{padding:.75rem}.menu-item-icon{font-size:1.125rem;width:32px}.menu-item-title{font-size:.875rem}.menu-item-subtitle{font-size:.75rem}.language-item{padding:.75rem}.language-flag{font-size:1.125rem;width:32px}.language-name{font-size:.875rem}.address-form .form-group input,.address-form .form-group select{padding:.75rem;font-size:.875rem}}.home-footer{background-color:#0f172a;color:#cbd5e1;padding:2.5rem 1.25rem;margin-top:auto;border-radius:2.5rem 2.5rem 0 0;box-shadow:0 -10px 25px -5px #00000080}.footer-content{text-align:center;display:flex;flex-direction:column;gap:1.5rem}.footer-ssl-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#16653433;border:1px solid rgba(22,101,52,.3);border-radius:9999px;margin:0 auto}.ssl-icon{font-size:.875rem;color:#22c55e}.ssl-text{color:#4ade80;font-size:.75rem;font-weight:500}.footer-copyright-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-copyright-text{color:#fff;font-weight:700;font-size:.875rem;letter-spacing:.05em}.footer-links{display:flex;align-items:center;gap:1rem;font-size:.6875rem;color:#64748b}.footer-link{color:#64748b;text-decoration:none;transition:color .2s}.footer-link:hover{color:#cbd5e1}.footer-link-separator{width:.25rem;height:.25rem;border-radius:50%;background-color:#475569}@media (max-width: 640px){.home-footer{padding:2rem 1rem;border-radius:2rem 2rem 0 0}.footer-content{gap:1.25rem}.footer-ssl-badge{padding:.5rem .875rem}.ssl-text{font-size:.6875rem}.footer-copyright-text{font-size:.8125rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem;font-size:.625rem}}@media (max-width: 480px){.home-footer{padding:1.5rem .875rem;border-radius:1.5rem 1.5rem 0 0}.footer-content{gap:1rem}.footer-ssl-badge{padding:.4375rem .75rem}.ssl-icon{font-size:.8125rem}.ssl-text{font-size:.625rem}.footer-copyright-text{font-size:.75rem}.footer-links{gap:.5rem;font-size:.5625rem}}.home-page{min-height:100vh;background-color:#fafafa;color:#1e293b;display:flex;flex-direction:column;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif}.home-page>footer{flex-shrink:0;margin-top:auto}.home-header-new{padding:2.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-user-section{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s}.header-user-section:active{transform:scale(.98)}.user-avatar-wrapper{position:relative}.user-avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:#fff;padding:.25rem;box-shadow:0 10px 25px -5px #0000000d;transition:transform .3s}.header-user-section:hover .user-avatar{transform:scale(1.05)}.user-avatar>div{width:100%;height:100%;border-radius:50%;background:#6366f1;display:flex;align-items:center;justify-content:center}.user-avatar-initials{color:#fff;font-weight:700;font-size:1.125rem;font-family:Manrope,sans-serif}.user-avatar-badge-green{position:absolute;top:0;right:0;width:1rem;height:1rem;background-color:#10b981;border-radius:50%;border:2px solid white;z-index:10;transform:translate(25%,-25%)}.user-greeting{display:flex;flex-direction:column}.user-greeting-text{font-size:.875rem;font-weight:700;color:#64748b;margin:0;line-height:1.2}.user-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.header-cart-btn-new{position:relative;width:3rem;height:3rem;border-radius:1.2rem;background:#fff;box-shadow:0 10px 25px -5px #0000000d;border:none;display:flex;align-items:center;justify-content:center;color:#1e293b;cursor:pointer;transition:all .2s}.header-cart-btn-new:hover{color:#2b7cee}.header-cart-btn-new:active{transform:scale(.95)}.header-cart-btn-new .material-symbols-rounded{font-size:1.5rem;line-height:1}.header-cart-badge{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;background-color:#3b82f6;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#fff;padding:0 .25rem;box-sizing:border-box;z-index:10}.home-main-new{flex-grow:1;display:flex;flex-direction:column;justify-content:center;padding-top:1rem;padding-bottom:1rem;gap:1.5rem}.search-wrapper-new{padding:0 1.5rem;margin-bottom:0;position:relative;z-index:10;flex-shrink:0}.search-container-new{background:#fff;border-radius:1.8rem;padding:.5rem;display:flex;align-items:center;transition:all .2s}.search-container-new:focus-within{transform:scale(1.02)}.search-input-new-design{width:100%;background:transparent;border:none;color:#1e293b;font-weight:700;padding:0 1rem;font-size:1rem;outline:none;box-sizing:border-box}.search-input-new-design:focus{outline:none;box-shadow:none;border:none;ring:0}.search-input-new-design::placeholder{color:#64748b99;font-weight:700}.categories-section-new{margin-bottom:0;padding:0 1.5rem}.categories-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.categories-title-new{font-size:1.5rem;font-weight:700;color:#1e293b;letter-spacing:-.025em;margin:0}.categories-see-all{font-size:.875rem;font-weight:700;color:#2b7cee;text-decoration:none;transition:opacity .2s;padding-bottom:.25rem}.categories-see-all:hover{opacity:.8}.categories-masonry{columns:2;column-gap:1.25rem;gap:1.25rem}.category-card-new{break-inside:avoid;border-radius:2rem;padding:1.25rem;position:relative;overflow:hidden;cursor:pointer;text-decoration:none;display:block;transition:all .3s;margin-bottom:1.25rem}.category-card-new:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.category-decorative-circle{position:absolute;width:8rem;height:8rem;border-radius:50%;filter:blur(2rem);opacity:.3}.category-yellow-bg{background:#fef3c7}.category-yellow-bg .category-decorative-circle{background:#fcd34d;right:-1.5rem;top:-1.5rem}.category-yellow-bg:hover{box-shadow:0 20px 25px -5px #fbbf244d,0 10px 10px -5px #fbbf2433}.category-blue-bg{background:#e0f2fe}.category-blue-bg .category-decorative-circle{background:#7dd3fc;right:0;top:0;width:6rem;height:6rem}.category-blue-bg:hover{box-shadow:0 20px 25px -5px #3b82f64d,0 10px 10px -5px #3b82f633}.category-pink-bg{background:#fce7f3}.category-pink-bg .category-decorative-circle{background:#f9a8d4;left:-1rem;bottom:-1rem;width:6rem;height:6rem}.category-pink-bg:hover{box-shadow:0 20px 25px -5px #f472b64d,0 10px 10px -5px #f472b633}.category-green-bg{background:#d1fae5}.category-green-bg .category-decorative-circle{background:#6ee7b7;right:-1rem;bottom:0;width:6rem;height:6rem}.category-green-bg:hover{box-shadow:0 20px 25px -5px #10b9814d,0 10px 10px -5px #10b98133}.category-card-content{position:relative;z-index:1}.category-icon-new{width:3rem;height:3rem;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;transition:transform .3s}.category-card-new:hover .category-icon-new{transform:scale(1.1)}.category-icon-new .material-symbols-rounded{font-size:1.5rem}.category-icon-new.text-amber-500{color:#f59e0b}.category-icon-new.text-blue-500{color:#3b82f6}.category-icon-new.text-pink-500{color:#ec4899}.category-icon-new.text-emerald-600{color:#059669}.category-title-new{font-size:1.125rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.category-title-new.text-amber-900{color:#78350f}.category-title-new.text-blue-900{color:#1e3a8a}.category-title-new.text-rose-900{color:#881337}.category-title-new.text-emerald-900{color:#064e3b}.category-count-new{font-size:.75rem;font-weight:600;margin:0;margin-top:.25rem}.category-count-new.text-amber-700{color:#b45309b3}.category-count-new.text-blue-700{color:#1d4ed8b3}.category-count-new.text-rose-700{color:#be123cb3}.category-count-new.text-emerald-700{color:#059669b3}.category-loading{padding:2rem;text-align:center;color:#64748b}.quick-actions-section-new{padding:0 1.5rem;margin-bottom:0}.quick-actions-title-new{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .75rem}.quick-actions-grid-new{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.quick-action-btn-new{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:0;transition:transform .2s}.quick-action-btn-new:active{transform:scale(.95)}.quick-action-icon-new{width:4.5rem;height:4.5rem;border-radius:1.5rem;background:#fff;border:2px solid transparent;box-shadow:0 10px 25px -5px #0000000d;display:flex;align-items:center;justify-content:center;transition:all .3s}.quick-action-btn-new:hover .quick-action-icon-new{transform:translateY(-.25rem)}.quick-action-icon-new .material-symbols-rounded{font-size:1.875rem}.quick-action-icon-new.blue{color:#3b82f6}.quick-action-btn-new:hover .quick-action-icon-new.blue{border-color:#3b82f633}.quick-action-icon-new.green{color:#10b981}.quick-action-btn-new:hover .quick-action-icon-new.green{border-color:#10b98133}.quick-action-icon-new.purple{color:#9333ea}.quick-action-btn-new:hover .quick-action-icon-new.purple{border-color:#9333ea33}.quick-action-icon-new.orange{color:#f97316}.quick-action-btn-new:hover .quick-action-icon-new.orange{border-color:#f9731633}.quick-action-label-new{font-size:.75rem;font-weight:700;color:#64748b;text-align:center;transition:color .2s}.quick-action-btn-new:hover .quick-action-label-new{color:#1e293b}.quick-action-btn-new:hover .quick-action-label-new{color:#2b7cee}.quick-action-btn-new:hover .quick-action-icon-new.green~.quick-action-label-new{color:#10b981}.quick-action-btn-new:hover .quick-action-icon-new.purple~.quick-action-label-new{color:#9333ea}.quick-action-btn-new:hover .quick-action-icon-new.orange~.quick-action-label-new{color:#f97316}@media (max-width: 640px){.home-header-new{padding:2rem 1.25rem .75rem}.user-avatar{width:3rem;height:3rem}.user-avatar-initials{font-size:1rem}.user-name{font-size:1.125rem}.user-greeting-text{font-size:.8125rem}.header-cart-btn{width:2.75rem;height:2.75rem}.home-main-new{padding:0 1.25rem 2rem;gap:1.5rem}.categories-title-new{font-size:1.25rem}.categories-masonry{column-gap:1rem;gap:1rem}.category-card-new{padding:1rem;margin-bottom:1rem}.quick-actions-grid-new{gap:.5rem}.quick-action-icon-new{width:3.75rem;height:3.75rem}.quick-action-icon-new .material-symbols-rounded{font-size:1.5rem}}@media (max-width: 480px){.home-header-new{padding:1.5rem 1rem .5rem}.user-avatar{width:2.75rem;height:2.75rem}.user-avatar-initials{font-size:.9375rem}.user-name{font-size:1rem}.home-main-new{padding:0 1rem 1.5rem;gap:1.25rem}.categories-masonry{column-gap:.75rem;gap:.75rem}.category-card-new{padding:.875rem}.category-icon-new{width:2.5rem;height:2.5rem}.category-icon-new .material-symbols-rounded{font-size:1.25rem}.category-title-new{font-size:1rem}.quick-action-icon-new{width:3.5rem;height:3.5rem}.quick-action-label-new{font-size:.6875rem}}.new-header{padding:2.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center}.new-header-back-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e293b;transition:all .2s}.new-header-back-btn:hover{background-color:#94a3b81a}.new-header-back-btn .material-symbols-outlined{font-size:1.5rem;color:#475569}.new-header-user-section{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s;flex:1}.new-header-user-section:active{transform:scale(.98)}.new-header-user-avatar-wrapper{position:relative}.new-header-user-avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:#fff;padding:.25rem;box-shadow:0 10px 25px -5px #0000000d;transition:transform .3s}.new-header-user-section:hover .new-header-user-avatar{transform:scale(1.05)}.new-header-user-avatar>div{width:100%;height:100%;border-radius:50%;background:#6366f1;display:flex;align-items:center;justify-content:center}.new-header-user-avatar-initials{color:#fff;font-weight:700;font-size:1.125rem;font-family:Manrope,sans-serif}.new-header-user-avatar-badge-green{position:absolute;top:0;right:0;width:1rem;height:1rem;background-color:#10b981;border-radius:50%;border:2px solid white;z-index:10;transform:translate(25%,-25%)}.new-header-user-greeting{display:flex;flex-direction:column}.new-header-user-greeting-text{font-size:.875rem;font-weight:700;color:#64748b;margin:0;line-height:1.2}.new-header-user-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.new-header-title{font-size:1.25rem;font-weight:700;color:#1e293b;flex:1;text-align:center;margin:0 1rem}.new-header-cart-btn{position:relative;width:3rem;height:3rem;border-radius:1.2rem;background:#fff;box-shadow:0 10px 25px -5px #0000000d;border:none;display:flex;align-items:center;justify-content:center;color:#1e293b;cursor:pointer;transition:all .2s}.new-header-cart-btn:hover{color:#2b7cee}.new-header-cart-btn:active{transform:scale(.95)}.new-header-cart-btn .material-symbols-rounded{font-size:1.5rem;line-height:1}.new-header-cart-badge{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;background-color:#3b82f6;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#fff;padding:0 .25rem;box-sizing:border-box;z-index:10}@media (max-width: 640px){.new-header{padding:2rem 1.25rem .75rem}.new-header-user-avatar{width:3rem;height:3rem}.new-header-user-avatar-initials{font-size:1rem}.new-header-user-name{font-size:1.125rem}.new-header-user-greeting-text{font-size:.8125rem}.new-header-cart-btn{width:2.75rem;height:2.75rem}}@media (max-width: 480px){.new-header{padding:1.5rem 1rem .5rem}.new-header-user-avatar{width:2.75rem;height:2.75rem}.new-header-user-avatar-initials{font-size:.9375rem}.new-header-user-name{font-size:1rem}}.header-back{cursor:pointer;display:flex;align-items:center;padding:.5rem;margin-left:-.5rem}.products-filters{padding:.5rem 1.25rem 0;background-color:#fff;margin:0}.search-filter-row{display:flex;gap:.75rem;align-items:center}.search-input-filter{flex:1;padding:.75rem 1rem;border:1px solid rgba(226,232,240,.5);border-radius:0;font-size:.9375rem;background-color:#fff;color:#0f172a;outline:none;transition:border-color .2s;height:44px;min-height:44px;box-sizing:border-box;line-height:1.5}.ingredient-filter{flex:1;padding:.625rem 1.25rem .625rem 0;border:none;border-bottom:1px solid rgba(226,232,240,.5);font-size:.875rem;background-color:transparent;color:#0f172a;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%2364748B' d='M7 10L2 5h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .25rem center;background-size:14px;height:44px;min-height:44px;box-sizing:border-box;line-height:1.6}.search-input-filter:focus{border-color:#3b82f6}.search-input-filter::placeholder{color:#94a3b8}.products-grid{padding:0 1.25rem 1rem;margin-top:-.5rem;display:flex;flex-direction:column;gap:.5rem;background-color:#f8fafc;width:100%;box-sizing:border-box}.product-card{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;min-width:0;width:100%;align-self:start}.product-card:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f633,0 4px 6px -2px #3b82f61a;transform:translateY(-2px)}.product-image{width:100%;height:180px;object-fit:contain;background-color:#f5f5f5;display:block;flex-shrink:0;padding:.5rem;box-sizing:border-box}.product-info{padding:1rem;display:flex;flex-direction:column;min-width:0}.product-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem;line-height:1.4}.product-description{font-size:.875rem;color:#666;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.125rem;font-weight:700;color:#3b82f6}.products-table{padding:1.5rem 1.25rem;background-color:#f8fafc}.products-table-container{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.products-table-row{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e5e5e5;cursor:pointer;transition:background-color .2s}.products-table-row:last-child{border-bottom:none}.products-table-row:hover{background-color:#3b82f60d;border-color:#3b82f6}.products-table-image{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-right:1rem;background-color:#f5f5f5;flex-shrink:0}.products-table-info{flex:1;min-width:0}.products-table-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.25rem}.products-table-description{font-size:.875rem;color:#666;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-table-price{font-size:1.125rem;font-weight:700;color:#000}.product-detail{flex:1;overflow-y:auto;background-color:#f8fafc;min-height:0}.product-detail-image{width:100%;height:300px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;margin-bottom:0}.product-detail-image img{max-width:100%;max-height:100%;object-fit:contain}.product-detail-info{padding:1.5rem 1.25rem 2rem;background-color:#f8fafc}.product-detail-name{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.75rem;line-height:1.3}.product-specs-row{display:flex;flex-direction:row;gap:1rem;margin-bottom:1rem;flex-wrap:nowrap;align-items:center;width:100%}.product-spec-item{display:inline-flex;flex-direction:row;align-items:center;flex:0 0 auto;min-width:0}.spec-label{font-size:.75rem;font-weight:600;color:#666;margin-right:.25rem;white-space:nowrap;flex-shrink:0}.spec-value{font-size:.75rem;color:#000;font-weight:500;white-space:nowrap}.product-detail-description{font-size:1rem;color:#666;margin-bottom:1.5rem;margin-top:1rem;line-height:1.5}.product-detail-specs{margin-bottom:2rem}.spec-item{display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.spec-item strong{font-size:.875rem;font-weight:600;color:#000;margin-bottom:.25rem}.spec-item span{font-size:.9375rem;color:#666}.product-variants{margin-bottom:2rem}.variants-title{font-size:1rem;font-weight:600;color:#000;margin-bottom:1rem}.variant-option{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;margin-bottom:.75rem;cursor:pointer;transition:all .3s;background-color:#fff;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.variant-info{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.variant-option:hover{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 6px -1px #3b82f61a,0 2px 4px -1px #3b82f60d;transform:translateY(-1px)}.variant-option.selected{border-color:#3b82f6;background-color:#3b82f60d;box-shadow:0 0 0 3px #3b82f61a}.variant-name-wrapper{display:flex;flex-direction:column;gap:.25rem;flex:1}.variant-name{font-size:1rem;font-weight:500;color:#000;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.variant-price-wrapper{display:flex;align-items:center;gap:.5rem;flex-direction:row}.variant-old-price{font-size:.875rem;font-weight:400;color:#94a3b8;text-decoration:line-through}.variant-price{font-size:1rem;font-weight:600;color:#000}.variant-price-per-pill{font-size:.875rem;font-weight:500;color:#64748b}.variant-old-price{font-size:.875rem;font-weight:400;color:#999;text-decoration:line-through}.product-detail-actions{margin-bottom:1.5rem}.continue-shopping{text-align:center;color:#3b82f6;font-size:.875rem;cursor:pointer;text-decoration:none;padding:.5rem;transition:color .2s}.continue-shopping:hover{color:#2563eb;text-decoration:underline}@media (max-width: 640px){.products-grid{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem 1rem;margin-top:-.5rem}.product-image{height:150px;object-fit:contain;padding:.5rem;box-sizing:border-box}.product-detail-image{height:250px}.product-detail-name{font-size:1.25rem}.products-table-row{flex-direction:column;align-items:flex-start;gap:.75rem}.products-table-image{width:100%;height:200px;margin-right:0}.products-filters{padding:.5rem 1rem 0}.search-input-filter{padding:.5rem .875rem;font-size:.875rem;height:36px}}@media (max-width: 480px){.products-filters{padding:.5rem .75rem 0}.search-filter-row{gap:.5rem}.search-input-filter{flex:1;padding:.75rem .875rem;font-size:.875rem;height:44px;min-height:44px;line-height:1.5}.ingredient-filter{flex:1;padding:.625rem 1.25rem .625rem 0;font-size:.8125rem;height:44px;min-height:44px;background-position:right .25rem center;background-size:14px;line-height:1.6}.products-grid{padding:0 .75rem .75rem;margin-top:-.5rem;gap:.5rem;display:flex;flex-direction:column}.product-info{padding:.875rem}.product-detail-info{padding:1rem 1rem 1.5rem}.product-specs-row{gap:.5rem}.spec-label{font-size:.6875rem;margin-right:.25rem}.spec-value{font-size:.6875rem}.variant-option{padding:.875rem}}@media (min-width: 641px){.ingredient-filter{padding:.625rem 1.25rem .625rem 0!important;font-size:.875rem!important;height:44px!important;min-height:44px!important;line-height:1.6!important;box-sizing:border-box!important}}.cart-content{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#f8fafc}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s}.cart-item:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;transform:translateY(-2px)}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px;background-color:#f5f5f5;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.25rem}.cart-item-variant{font-size:.875rem;color:#666;margin-bottom:.5rem}.cart-item-price{font-size:1rem;font-weight:600;color:#000}.cart-item-controls{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid rgba(226,232,240,.5);border-radius:1rem;padding:.25rem;background-color:#fff}.quantity-btn{width:32px;height:32px;border:none;background-color:#f1f5f9;color:#0f172a;font-size:1.25rem;font-weight:600;cursor:pointer;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.quantity-btn:hover{background-color:#3b82f6;color:#fff;transform:scale(1.1)}.quantity-value{min-width:30px;text-align:center;font-weight:600;color:#000}.remove-icon-btn{width:32px;height:32px;border:none;background-color:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;padding:0;margin-left:.25rem;border-radius:.5rem}.remove-icon-btn:hover{color:#ef4444;background-color:#ef44441a;transform:scale(1.1)}.cart-summary{border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem;position:sticky;bottom:0;background-color:#fff}.cart-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem;color:#666;border-bottom:1px solid #e5e5e5}.cart-summary-total{display:flex;justify-content:space-between;padding:1rem 0;font-size:1.25rem;font-weight:700;color:#000}@media (max-width: 640px){.cart-content{padding:1rem}.cart-item{flex-direction:row;gap:.75rem;padding:.875rem;align-items:center}.cart-item-image{width:60px;height:60px;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-controls{flex-direction:row;align-items:center;gap:.5rem;flex-shrink:0}.quantity-controls{flex-direction:row;align-items:center}.quantity-btn{min-width:36px;min-height:36px;width:36px;height:36px;font-size:1rem}.remove-icon-btn{min-width:36px;min-height:36px;width:36px;height:36px}.cart-summary{padding:1rem}.cart-summary-total{font-size:1.125rem}}@media (max-width: 480px){.cart-content{padding:.75rem}.cart-item{padding:.75rem;gap:.5rem}.cart-item-image{width:50px;height:50px}.cart-item-name{font-size:.875rem;margin-bottom:.125rem}.cart-item-variant{font-size:.75rem;margin-bottom:.25rem}.cart-item-price{font-size:.875rem}.quantity-btn{width:32px;height:32px;min-width:32px;min-height:32px;font-size:.875rem}.remove-icon-btn{width:32px;height:32px;min-width:32px;min-height:32px}.remove-icon-btn svg{width:16px;height:16px}}.checkout-form{flex:1;overflow-y:auto;padding:1rem;background:linear-gradient(to bottom,#f8fafc,#fff);min-height:0}.checkout-section{background-color:#fff;border:1px solid rgba(226,232,240,.6);border-radius:.75rem;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease}.checkout-section:hover{box-shadow:0 4px 6px #00000012}.checkout-section-title{font-size:.9375rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-.3px;padding-bottom:.75rem;border-bottom:2px solid rgba(226,232,240,.6);overflow:visible;white-space:normal;word-wrap:break-word}.form-row{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:flex-start;flex-wrap:wrap}.form-row:last-child{margin-bottom:0}.form-group{margin-bottom:0;display:flex;flex-direction:column}.form-group-half{flex:1;margin-bottom:0;min-width:0}.form-group-full{flex:1;margin-bottom:0}.form-group-country{flex:1.5;margin-bottom:0}.form-group-country-phone{flex:1.2;margin-bottom:0;min-width:0}.form-group-phone{flex:1;margin-bottom:0;min-width:0}.form-group-phone-code{width:100px;flex-shrink:0;margin-bottom:0}.form-group-country-display,.form-group-delivery-country{flex:1;margin-bottom:0}.phone-code-display,.country-display{width:100%;padding:.875rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.9375rem;font-family:inherit;background-color:#f8f8f8;color:#666;cursor:not-allowed;height:48px;box-sizing:border-box;font-weight:500}.form-group-phone{flex:1;margin-bottom:0}.form-group-email{flex:1.5;margin-bottom:0}.form-group-postal{width:120px;flex-shrink:0;margin-bottom:0}.form-group-street{flex:1;margin-bottom:0;min-width:0}.form-group-house,.form-group-apartment{width:100px;flex-shrink:0;margin-bottom:0}.country-select,.phone-code-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:16px;font-family:inherit;background-color:#fff;color:#0f172a;cursor:pointer;min-height:44px;height:44px;line-height:1.3;box-sizing:border-box;transition:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;position:relative;z-index:100;box-shadow:none;display:block}.country-select option:first-child{color:#999}.country-select:hover,.phone-code-select:hover{border-color:#e2e8f0;box-shadow:none}.country-select:focus,.phone-code-select:focus{outline:none;border-color:#3b82f6;box-shadow:none}.form-group label{display:block;font-size:.8125rem;font-weight:600;color:#333;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.3px;overflow:visible;white-space:normal;word-wrap:break-word;width:100%}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:16px;font-family:inherit;background-color:#fff;color:#0f172a;height:auto;min-height:44px;box-sizing:border-box;transition:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-weight:400}.form-group textarea{height:auto;min-height:60px;max-height:100px;resize:vertical;padding:.75rem;line-height:1.5;font-size:16px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:none}.form-group input:hover:not(:focus):not([readonly]),.form-group textarea:hover:not(:focus){border-color:#e2e8f0;box-shadow:none}.crypto-currency-selector{margin-top:1rem;padding:1rem;background-color:#f8fafc;border-radius:1rem;border:1px solid rgba(226,232,240,.5)}.crypto-select-label{display:block;margin-bottom:.75rem;font-size:.875rem;font-weight:600;color:#0f172a}.crypto-currency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.crypto-currency-card{display:flex;align-items:center;gap:.75rem;padding:.875rem;background-color:#fff;border:2px solid rgba(226,232,240,.5);border-radius:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px -1px #0000000d}.crypto-currency-card:hover{border-color:#3b82f6;background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 6px -1px #3b82f61a}.crypto-currency-card.selected{border-color:#3b82f6;background-color:#3b82f60d;box-shadow:0 0 0 3px #3b82f61a}.crypto-currency-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:#f1f5f9;border-radius:.5rem;flex-shrink:0}.crypto-currency-card.selected .crypto-currency-icon{background-color:#3b82f61a}.crypto-currency-info{flex:1;min-width:0}.crypto-currency-name{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.125rem;word-break:break-word;overflow-wrap:break-word}.crypto-currency-code{font-size:.75rem;color:#64748b;font-weight:500}.crypto-currency-check{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:1rem;font-weight:700;flex-shrink:0}.delivery-option,.payment-option{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border:1.5px solid rgba(226,232,240,.6);border-radius:1rem;margin-bottom:.875rem;cursor:pointer;transition:all .2s ease;background-color:#fff;box-shadow:0 2px 4px #0000000a;gap:1rem}.delivery-option:hover,.payment-option:hover{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 8px #3b82f61f;transform:translateY(-1px)}.delivery-option.selected,.payment-option.selected{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f614,#3b82f608);box-shadow:0 0 0 3px #3b82f626,0 4px 8px #3b82f61a}.delivery-option-content{flex:1;min-width:0;overflow:visible}.delivery-option-name,.payment-option-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.25rem}.delivery-option-description{font-size:.875rem;color:#666;margin-bottom:.25rem;line-height:1.4}.delivery-option-price{font-size:.875rem;color:#666;font-weight:600}.delivery-option-radio,.payment-option-radio{width:24px;height:24px;border:2px solid #E2E8F0;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s;margin-top:0;align-self:flex-start;margin-top:.125rem}.delivery-option.selected .delivery-option-radio,.payment-option.selected .payment-option-radio{border-color:#3b82f6}.radio-dot{width:12px;height:12px;background-color:#3b82f6;border-radius:50%}.insurance-option{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border:1.5px solid rgba(226,232,240,.6);border-radius:1rem;cursor:pointer;transition:all .2s ease;background-color:#fff;box-shadow:0 2px 4px #0000000a}.insurance-option:hover{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 6px -1px #3b82f61a,0 2px 4px -1px #3b82f60d;transform:translateY(-1px)}.insurance-option input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3B82F6;margin-top:.125rem;flex-shrink:0}.insurance-option-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.insurance-option-label{font-size:1rem;color:#000;font-weight:500}.insurance-option-description{font-size:.875rem;color:#666;line-height:1.4}.promo-code-group{display:flex;gap:.875rem;align-items:flex-start}.promo-code-input{flex:1;padding:.875rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.9375rem;font-family:inherit;background-color:#fff;color:#000;height:48px;box-sizing:border-box;transition:all .2s ease}.promo-code-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.promo-code-input:hover:not(:focus){border-color:#ccc}.promo-code-btn{padding:.875rem 1.5rem;white-space:nowrap;flex-shrink:0;height:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.promo-discount{margin-top:.875rem;padding:.875rem 1rem;background-color:#f0f0f0;border-radius:8px;color:#000;font-weight:600;font-size:.9375rem;border-left:3px solid #000000}.promo-error-message{margin-top:.875rem;padding:.875rem 1rem;background-color:#fff5f5;border-radius:8px;color:#d32f2f;font-size:.875rem;border-left:3px solid #d32f2f}.checkout-summary{background:linear-gradient(135deg,#fff,#f8fafc);border:1.5px solid rgba(226,232,240,.6);border-radius:1rem;padding:1.5rem;margin-top:1.25rem;box-shadow:0 4px 6px #0000000d}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem;color:#666;border-bottom:1px solid #e5e5e5}.summary-row.discount{color:#000;font-weight:600}.summary-total{display:flex;justify-content:space-between;padding:1rem 0 0;font-size:1.25rem;font-weight:700;color:#000}@media (max-width: 640px){.checkout-form{padding:1rem}.checkout-section{padding:1rem;margin-bottom:1rem}.checkout-section-title{font-size:1rem;margin-bottom:1rem}.form-group-half{flex:1 1 100%;width:100%;min-width:100%}.form-group-full{flex:1;width:100%}.form-group-country-phone,.form-group-phone{flex:1;min-width:0;width:auto}.form-group-country,.form-group-phone-code,.form-group-country-display,.form-group-delivery-country{flex:1;width:100%}.form-group-phone-code,.phone-code-display,.country-display{width:100%}.promo-code-group{flex-direction:column;gap:.75rem}.promo-code-btn{width:100%}.checkout-summary{padding:1rem}.summary-total{font-size:1.125rem}}@media (max-width: 480px){.checkout-form{padding:.75rem}.checkout-section{padding:.875rem;border-radius:1rem}.checkout-section-title{font-size:.9375rem;padding-bottom:.5rem}.form-group-half{flex:1 1 100%;width:100%;min-width:100%}.form-row:has(.form-group-country-phone){flex-direction:row!important;gap:.375rem}}@media (min-width: 641px){.country-select,.phone-code-select{padding:.625rem 2.5rem .125rem 1rem!important;min-height:48px!important;height:48px!important;line-height:1.3!important;font-size:.9375rem!important;box-sizing:border-box!important}}.orders-list{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;background-color:#f8fafc;min-height:0}.order-card{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;margin-bottom:1rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.order-card:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f633,0 4px 6px -2px #3b82f61a;transform:translateY(-2px)}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.order-number{font-size:1rem;font-weight:700;color:#000}.order-status{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase}.payment-status{font-size:.875rem;color:#666}.order-total{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.order-tracking{font-size:.875rem;color:#666}.order-detail-content{flex:1;overflow-y:auto;padding:1.25rem}.order-detail-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.section-title{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e5e5;font-size:.9375rem}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#666}.detail-row span:last-child{color:#000;font-weight:500}.order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e5e5}.order-item:last-child{border-bottom:none}.order-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px;background-color:#f5f5f5;flex-shrink:0}.order-item-info{flex:1;min-width:0}.order-item-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.25rem}.order-item-variant{font-size:.875rem;color:#666;margin-bottom:.25rem}.order-item-quantity{font-size:.875rem;color:#666}.order-item-price{font-size:1rem;font-weight:600;color:#000;align-self:flex-start}.order-total-amount{font-size:1.5rem;font-weight:700;color:#000;text-align:right}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;box-shadow:0 10px 15px -3px #3b82f64d,0 4px 6px -2px #3b82f633;transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:#0f172a;border:1px solid #E2E8F0}.btn-secondary:hover{background-color:#f1f5f9;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.payment-success-header{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#10b9811a,#0596691a);border:2px solid rgba(16,185,129,.3);margin-bottom:1.25rem;border-radius:1.25rem}.payment-success-icon{font-size:4rem;margin-bottom:1rem;color:#10b981;line-height:1}.payment-success-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-.5px}.payment-success-message{font-size:1rem;color:#64748b;line-height:1.6;margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.payment-success-actions{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}@media (max-width: 640px){.orders-content,.order-detail-content,.order-card{padding:1rem}.order-header{flex-direction:column;align-items:flex-start;gap:.5rem}.order-number{font-size:1rem}.order-date{font-size:.8125rem}.order-status{flex-wrap:wrap;gap:.5rem}.order-detail-section{padding:1rem;margin-bottom:1rem}.order-detail-section-title{font-size:1rem;margin-bottom:1rem}.order-items-list{gap:.75rem}.order-item{padding:.875rem}.order-item-image{width:60px;height:60px}.order-item-info{gap:.25rem}.order-item-name{font-size:.9375rem}.order-item-variant{font-size:.8125rem}.order-item-price{font-size:.9375rem}.payment-success-header{padding:1.5rem 1rem}.payment-success-title{font-size:1.25rem}.payment-success-message{font-size:.9375rem;margin-top:.75rem}.payment-success-actions{margin-top:1.5rem}}@media (max-width: 480px){.orders-content,.order-detail-content{padding:.75rem}.order-card{padding:.875rem}.order-detail-section{padding:.875rem;border-radius:1rem}.order-item{padding:.75rem}.order-item-image{width:50px;height:50px}.payment-success-header{padding:1rem .875rem}.payment-success-title{font-size:1.125rem}}.affiliate-content{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;background-color:#f8fafc;min-height:0}.affiliate-section{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;margin-bottom:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s}.affiliate-section:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;transform:translateY(-2px)}.section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-.3px}.referral-link-container{display:flex;gap:.75rem}.referral-link-input{flex:1;padding:.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.875rem;background-color:#f5f5f5;color:#000}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1rem;text-align:center;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s}.stat-card:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f633,0 4px 6px -2px #3b82f61a;transform:translateY(-2px)}.stat-label{font-size:.875rem;color:#666;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#000}.stat-subvalue{font-size:1rem;color:#666;margin-top:.25rem}.balance-list{display:flex;flex-direction:column;gap:.75rem}.balance-item{display:flex;justify-content:space-between;padding:1rem;background-color:#f5f5f5;border-radius:8px}.balance-label{font-size:1rem;color:#666}.balance-value{font-size:1rem;font-weight:600;color:#000}.balance-value.available{color:#4caf50}.affiliate-welcome{flex:1;overflow-y:auto;padding:1rem 1.25rem 1.5rem;background-color:#f8fafc;min-height:0}.affiliate-hero{text-align:center;padding:0 0 1.5rem;margin-bottom:1.5rem}.affiliate-description{font-size:.9375rem;color:#64748b;line-height:1.6;text-align:left;background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;white-space:pre-wrap}.affiliate-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.affiliate-feature{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;display:flex;gap:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.affiliate-feature-icon{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center}.affiliate-feature-icon .material-symbols-outlined{font-size:1.5rem;color:#fff}.affiliate-feature-content{flex:1;display:flex;flex-direction:column;gap:0}.affiliate-feature-content h3.affiliate-feature-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0!important;padding:0!important;letter-spacing:-.3px;line-height:1.2}.affiliate-feature-content p.affiliate-feature-text{font-size:.875rem;color:#64748b;line-height:1.4;margin:0!important;padding:0!important}.affiliate-info{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.affiliate-info-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;text-align:center;letter-spacing:-.3px}.affiliate-steps{display:flex;flex-direction:column;gap:1.5rem}.affiliate-step{display:flex;gap:1rem;align-items:flex-start}.affiliate-step-number{width:40px;height:40px;min-width:40px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#fff}.affiliate-step-content{flex:1;padding-top:.5rem}.affiliate-step-content h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem;letter-spacing:-.3px}.affiliate-step-content p{font-size:.875rem;color:#64748b;line-height:1.5}.affiliate-cta{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.5rem;text-align:center;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.affiliate-cta-text{font-size:.9375rem;color:#64748b;margin-bottom:1.25rem;line-height:1.6}.btn-large{width:100%;padding:1rem;font-size:1rem;font-weight:600;border-radius:1.25rem}@media (max-width: 640px){.affiliate-content{padding:1rem}.affiliate-hero{padding:1.5rem 1rem;margin-bottom:1rem}.affiliate-hero-title{font-size:1.5rem}.affiliate-hero-subtitle{font-size:1rem}.affiliate-section{padding:1rem;margin-bottom:1rem}.affiliate-section-title{font-size:1.125rem;margin-bottom:1rem}.affiliate-stats-grid{grid-template-columns:1fr;gap:.875rem}.affiliate-stat-card{padding:1rem}.affiliate-steps{gap:1rem}.affiliate-step{padding:1rem}.affiliate-step-number{width:36px;height:36px;min-width:36px;font-size:1rem}.affiliate-step-content h4{font-size:.9375rem}.affiliate-step-content p{font-size:.8125rem}.affiliate-cta{padding:1rem}.affiliate-cta-text{font-size:.875rem;margin-bottom:1rem}}@media (max-width: 480px){.affiliate-content{padding:.75rem}.affiliate-hero{padding:1rem .875rem}.affiliate-hero-title{font-size:1.25rem}.affiliate-hero-subtitle{font-size:.9375rem}.affiliate-section{padding:.875rem;border-radius:1rem}.affiliate-stat-card,.affiliate-step{padding:.875rem}.affiliate-step-number{width:32px;height:32px;min-width:32px;font-size:.9375rem}}.home-page .affiliate-tabs{display:flex;background-color:#fff;border-bottom:1px solid rgba(226,232,240,.5);padding:0 1rem!important;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0!important}.affiliate-tab{padding:.75rem 1rem;border:none;background:none;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;position:relative}.affiliate-tab:hover{color:#3b82f6}.affiliate-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.home-page .affiliate-dashboard-content{flex:1;overflow-y:auto;padding:0!important;background-color:#f8fafc;min-height:0;margin:0!important}.affiliate-tab-content{animation:fadeIn .3s ease-in;margin:0!important;padding:0!important}.affiliate-dashboard-content .referral-link-container{display:flex;gap:.5rem;margin-top:.5rem!important;margin-bottom:0!important}.affiliate-dashboard-content .referral-link-input{flex:1;padding:.5rem .75rem;border:1px solid #E2E8F0;border-radius:0;font-size:.875rem;background-color:#f8fafc;color:#0f172a}.affiliate-dashboard-content .btn-primary{padding:.5rem 1rem;font-size:.875rem;border-radius:0;white-space:nowrap}.affiliate-dashboard-content .affiliate-section{border-radius:0!important;padding:.75rem 1rem!important;margin-bottom:0!important;margin-top:0!important;box-shadow:none!important;border-top:1px solid rgba(226,232,240,.5);border-left:none!important;border-right:none!important;background-color:#fff}.affiliate-dashboard-content .affiliate-section:first-of-type{border-top:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.affiliate-dashboard-content .period-filter{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0!important;padding:.5rem 1rem!important;flex-wrap:wrap;background-color:#fff;border-bottom:1px solid rgba(226,232,240,.5)}.period-buttons-group{display:flex;gap:.5rem;flex-wrap:wrap}.subid-toggle-group{display:flex;align-items:center}.subid-toggle-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;color:#64748b}.subid-toggle-checkbox{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3B82F6}.subid-toggle-text{font-weight:500}.period-btn{padding:.5rem 1rem;border:1px solid #E2E8F0;border-radius:.75rem;background-color:#fff;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.period-btn:hover{border-color:#3b82f6;color:#3b82f6}.period-btn.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.affiliate-dashboard-content .stats-table-container{background-color:#fff;border:none!important;border-radius:0!important;padding:.5rem 1rem!important;box-shadow:none!important;overflow-x:auto;margin-top:0!important;margin-bottom:0!important}.stats-table{width:100%;border-collapse:collapse;font-size:.875rem}.stats-table thead{background-color:#f8fafc}.affiliate-dashboard-content .stats-table th{padding:.5rem .75rem!important;text-align:left;font-weight:600;color:#0f172a;border-bottom:1px solid #E2E8F0;white-space:nowrap;font-size:.8125rem}.affiliate-dashboard-content .stats-table td{padding:.375rem .75rem!important;border-bottom:1px solid #E2E8F0;color:#475569;font-size:.8125rem}.stats-table-total-row{background-color:#f8fafc;border-top:2px solid #E2E8F0}.stats-table-total-row td{padding:.5rem .75rem;font-weight:600;color:#0f172a;border-bottom:none}.stats-table tbody tr:hover{background-color:#f8fafc}.stats-table tbody tr:last-child td{border-bottom:none}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;margin-top:.5rem;border-top:1px solid #E2E8F0;flex-wrap:wrap;gap:.75rem}.pagination-info{font-size:.875rem;color:#64748b}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-btn{padding:.375rem .75rem;border:1px solid #E2E8F0;border-radius:.5rem;background-color:#fff;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background-color:#f8fafc}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;align-items:center;gap:.25rem}.pagination-page-btn{min-width:2rem;height:2rem;padding:0 .5rem;border:1px solid #E2E8F0;border-radius:.5rem;background-color:#fff;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.pagination-page-btn:hover{border-color:#3b82f6;color:#3b82f6;background-color:#f8fafc}.pagination-page-btn.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.pagination-ellipsis{padding:0 .25rem;color:#64748b;font-size:.875rem}.affiliate-dashboard-content .tier-info-card{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:0!important;padding:.625rem 1rem!important;margin-bottom:0!important;margin-top:0!important;color:#fff;box-shadow:none!important}.tier-info-label{font-size:.8125rem;opacity:.9;margin-bottom:.125rem}.tier-info-value{font-size:1.25rem;font-weight:700}.subid-explanation{background-color:#f1f5f9;border-left:3px solid #3B82F6;padding:.5rem .75rem;border-radius:0;margin-bottom:.5rem;margin-top:0}.subid-explanation p{margin:0;font-size:.875rem;color:#475569;line-height:1.5}.subid-input-group{margin-bottom:.5rem;margin-top:0}.subid-input{width:100%;padding:.5rem .75rem;border:1px solid #E2E8F0;border-radius:0;font-size:.875rem;background-color:#fff;color:#0f172a;transition:all .2s}.subid-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.affiliate-dashboard-content .payouts-list{display:flex;flex-direction:column;gap:0!important;margin:0!important;padding:0!important}.affiliate-dashboard-content .payout-card{background-color:#fff;border:none!important;border-top:1px solid rgba(226,232,240,.5)!important;border-radius:0!important;padding:.75rem 1rem!important;box-shadow:none!important;margin:0!important}.affiliate-dashboard-content .payout-card:first-child{border-top:none!important}.payout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.payout-amount{font-size:1.25rem;font-weight:700;color:#0f172a}.payout-status{padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.payout-status-processing{background-color:#dbeafe;color:#1e40af}.payout-status-failed,.payout-status-cancelled{background-color:#fee2e2;color:#991b1b}.payout-dates{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#64748b}.subid-badges{display:flex;flex-wrap:wrap;gap:.25rem}.subid-badge{display:inline-block;padding:.25rem .5rem;background-color:#e0e7ff;color:#3730a3;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:help}.affiliate-dashboard-content .subid-summary-section{margin-top:0!important;margin-bottom:0!important;padding:.75rem 1rem!important;background-color:#fff;border-top:1px solid rgba(226,232,240,.5)}.affiliate-dashboard-content .section-title{font-size:.9375rem!important;font-weight:700;color:#0f172a;margin-bottom:.5rem!important;margin-top:0!important;letter-spacing:-.3px}.affiliate-dashboard-content .subid-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem!important;margin-top:.5rem!important;margin-bottom:0!important}.subid-summary-card{background-color:#f8fafc;border:1px solid rgba(226,232,240,.5);border-radius:.5rem;padding:.625rem;box-shadow:none}.subid-summary-header{margin-bottom:.375rem;padding-bottom:.375rem;border-bottom:1px solid #E2E8F0}.subid-name{font-size:.875rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.5px}.subid-summary-stats{display:flex;flex-direction:column;gap:.25rem}.subid-stat-item{display:flex;justify-content:space-between;align-items:center}.subid-stat-label{font-size:.875rem;color:#64748b}.subid-stat-value{font-size:.875rem;font-weight:600;color:#0f172a}@media (max-width: 640px){.affiliate-dashboard-content{padding:1rem}.affiliate-tabs{padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.affiliate-tab{padding:.875rem 1rem;font-size:.875rem;white-space:nowrap}.stats-table{font-size:.75rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-table th,.stats-table td{padding:.5rem;white-space:nowrap}.subid-summary-grid{grid-template-columns:1fr;gap:.875rem}.subid-summary-card{padding:1rem}.subid-summary-title{font-size:.9375rem}.subid-summary-value{font-size:1.5rem}.earnings-table{font-size:.75rem}.earnings-table th,.earnings-table td{padding:.5rem}.payouts-table{font-size:.75rem}.payouts-table th,.payouts-table td{padding:.5rem}}@media (max-width: 480px){.affiliate-dashboard-content{padding:.75rem}.affiliate-tabs{padding:0 .75rem}.affiliate-tab{padding:.75rem .875rem;font-size:.8125rem}.stats-table{font-size:.6875rem}.stats-table th,.stats-table td{padding:.375rem}.subid-summary-card{padding:.875rem}.subid-summary-title{font-size:.875rem}.subid-summary-value{font-size:1.25rem}}.daily-stats-date-nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#fff;border-bottom:1px solid rgba(226,232,240,.5);gap:.75rem}.date-nav-btn{width:40px;height:40px;min-width:40px;border:1px solid #E2E8F0;background-color:#f8fafc;border-radius:8px;font-size:1.125rem;color:#3b82f6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.date-nav-btn:hover:not(:disabled){background-color:#eff6ff;border-color:#3b82f6;transform:scale(1.05)}.date-nav-btn:active:not(:disabled){transform:scale(.95)}.date-nav-btn:disabled{opacity:.3;cursor:not-allowed}.date-nav-label{font-size:.9375rem;font-weight:600;color:#0f172a;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily-stats-container{padding:.75rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem;background-color:#f8fafc}.daily-stat-card{background-color:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #E2E8F0;display:flex;flex-direction:column}.daily-stat-label{font-size:.75rem;color:#64748b;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}.daily-stat-value{font-size:2rem;font-weight:700;color:#0f172a;line-height:1.1;flex:1}.daily-stat-subtext{font-size:.75rem;color:#64748b;margin-top:.375rem;line-height:1.3}.commission-card{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;grid-column:1 / -1}.commission-card .daily-stat-label{color:#ffffffe6}.commission-card .daily-stat-value{color:#fff}.commission-card .daily-stat-subtext{color:#ffffffd9}.commission-value{font-size:2.5rem!important}.orders-breakdown{padding:1rem;grid-column:1 / -1}.orders-breakdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.75rem}.order-status-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.625rem .5rem;background-color:#f8fafc;border-radius:8px;border:1px solid #E2E8F0;text-align:center;gap:.25rem}.order-status-label{font-size:.6875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.2px;line-height:1.2}.order-status-value{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.2}.order-status-value.approved{color:#10b981}.order-status-value.cancelled{color:#ef4444}.daily-stats-empty{padding:3rem 1rem;text-align:center}.empty-message{color:#64748b;font-size:1rem}.payouts-empty{padding:3rem 1rem;text-align:center}.payouts-list{padding:1rem;display:flex;flex-direction:column;gap:1rem}.payout-item{background-color:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000001a;border:1px solid #E2E8F0}.payout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.payout-amount{font-size:1.5rem;font-weight:700;color:#0f172a}.payout-status{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.payout-status-pending{background-color:#fef3c7;color:#92400e}.payout-status-paid{background-color:#d1fae5;color:#065f46}.payout-date{font-size:.875rem;color:#64748b}.orders-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.orders-modal{background-color:#fff;border-radius:12px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.orders-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #E2E8F0}.orders-modal-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.orders-modal-close{width:32px;height:32px;border:none;background:none;font-size:1.5rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.orders-modal-close:hover{background-color:#f1f5f9;color:#0f172a}.orders-modal-date{padding:.75rem 1.25rem;background-color:#f8fafc;border-bottom:1px solid #E2E8F0;font-size:.875rem;font-weight:600;color:#64748b}.orders-modal-content{flex:1;overflow-y:auto;padding:1rem 1.25rem}.orders-loading,.orders-empty{text-align:center;padding:2rem 1rem;color:#64748b;font-size:.875rem}.orders-list{display:flex;flex-direction:column;gap:.75rem}.order-item{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:1rem}.order-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-number{font-size:.9375rem;font-weight:700;color:#0f172a}.order-amount{font-size:1rem;font-weight:700;color:#3b82f6}.order-date{font-size:.8125rem;color:#64748b;margin-bottom:.5rem}.order-cancellation-reason{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #E2E8F0}.cancellation-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.375rem}.cancellation-text{font-size:.875rem;color:#0f172a;line-height:1.5}.order-status-item.clickable{transition:all .2s}.order-status-item.clickable:hover{background-color:#eff6ff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f61a}.affiliate-orders-page{padding:0;background-color:#f8fafc;min-height:calc(100vh - 60px)}.affiliate-orders-header{background-color:#fff;padding:1rem 1.25rem;border-bottom:1px solid #E2E8F0}.orders-date-label{font-size:.9375rem;font-weight:600;color:#64748b}.orders-table-container{padding:1rem;background-color:#fff;margin:.75rem;border-radius:8px;overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.orders-table thead{background-color:#f8fafc}.orders-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#0f172a;border-bottom:2px solid #E2E8F0;white-space:nowrap;font-size:.8125rem;text-transform:uppercase;letter-spacing:.3px}.orders-table td{padding:.875rem 1rem;border-bottom:1px solid #E2E8F0;color:#475569;font-size:.875rem}.orders-table tbody tr:hover{background-color:#f8fafc}.orders-table tbody tr:last-child td{border-bottom:none}.order-number-cell{font-weight:600;color:#0f172a}.order-date-cell{color:#64748b;font-size:.8125rem}.order-amount-cell{font-weight:600;color:#3b82f6}.order-reason-cell{color:#475569;font-size:.8125rem;max-width:300px;word-wrap:break-word}.orders-loading,.orders-error,.orders-empty{padding:3rem 1rem;text-align:center}.error-message{color:#ef4444;font-size:.875rem;margin-bottom:1rem}.track-order-content,.support-form,.request-form{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;background-color:#f8fafc;min-height:0}.track-form{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;margin-bottom:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.track-form label{display:block;font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.track-form input{width:100%;padding:1rem;border:1px solid #E2E8F0;border-radius:1.25rem;font-size:1rem;margin-bottom:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .2s}.track-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.order-result{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.order-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.tracking-info{margin-bottom:.75rem;font-size:.9375rem;color:#000}.order-date{font-size:.875rem;color:#666}.support-form,.request-form{background-color:#fff}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid #E2E8F0;border-radius:1.25rem;font-size:1rem;font-family:inherit;background-color:#fff;color:#0f172a;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical}@media (max-width: 640px){.track-order-content,.support-form,.request-form{padding:1rem}.track-form,.order-result{padding:1rem;margin-bottom:1rem}.order-result-header{flex-direction:column;align-items:flex-start;gap:.5rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.875rem;font-size:.9375rem}}@media (max-width: 480px){.track-order-content,.support-form,.request-form{padding:.75rem}.track-form,.order-result{padding:.875rem;border-radius:1rem}.form-group input,.form-group textarea{padding:.75rem;font-size:.875rem}}.support-main{flex:1;overflow-y:auto;padding:1.5rem;background-color:#fafafa;min-height:0}.support-form-new{background-color:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 10px 25px -5px #0000000d;max-width:600px;margin:0 auto}.form-group-new{margin-bottom:1.25rem}.form-label-new{display:block;font-size:.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.form-input-new,.form-textarea-new{width:100%;padding:.875rem 1rem;border:1px solid #E2E8F0;border-radius:1rem;font-size:1rem;font-family:Inter,sans-serif;background-color:#fff;color:#1e293b;box-shadow:0 4px 6px -1px #0000000d;transition:all .2s;box-sizing:border-box}.form-input-new:focus,.form-textarea-new:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea-new{resize:vertical;min-height:120px}.support-submit-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;border-radius:1rem;margin-top:.5rem}.support-submit-btn:disabled{opacity:.6;cursor:not-allowed}.support-error{background-color:#fef2f2;border:1px solid #FECACA;color:#dc2626;padding:.875rem 1rem;border-radius:.75rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.support-success{background-color:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 10px 25px -5px #0000000d;text-align:center;max-width:500px;margin:0 auto}.success-icon{font-size:3rem;margin-bottom:1rem}.support-success h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.support-success p{font-size:1rem;color:#64748b;line-height:1.6}@media (max-width: 640px){.support-main{padding:1rem}.support-form-new{padding:1.25rem}.form-group-new{margin-bottom:1rem}}@media (max-width: 480px){.support-main{padding:.75rem}.support-form-new{padding:1rem;border-radius:1rem}.form-input-new,.form-textarea-new{padding:.75rem;font-size:.9375rem}}.payment-section{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:.75rem;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 4px -1px #0000000d,0 1px 2px -1px #00000008}.payment-order-header{text-align:center;padding:1.5rem 1.25rem}.order-number-display-large{margin-bottom:1rem}.order-number-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.order-number-value-large{display:block;font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:.5px}.payment-amount-display-large{margin-bottom:1rem}.payment-amount-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.payment-amount-value{display:block;font-size:1.5rem;font-weight:700;color:#3b82f6}.payment-status-badge{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.payment-status-badge.pending{background-color:#fef3c7;color:#92400e}.payment-status-badge.confirmed{background-color:#d1fae5;color:#065f46}.payment-status-badge.failed{background-color:#fee2e2;color:#991b1b}.section-title-new{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.crypto-payment-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.crypto-info-card{background-color:#f8fafc;border:1px solid rgba(226,232,240,.5);border-radius:.75rem;padding:1rem;transition:all .2s;position:relative}.crypto-info-row{display:flex;gap:1.5rem;align-items:flex-start}.crypto-info-col{flex:1;min-width:0}.crypto-info-card-clickable{cursor:pointer}.crypto-info-card-clickable:hover{border-color:#3b82f6;background-color:#f1f5f9}.crypto-info-card-holding{border-color:#3b82f6;background-color:#3b82f60d}.crypto-info-label{font-size:.75rem;color:#64748b;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.crypto-info-value,.crypto-info-value-large{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.crypto-info-eur,.crypto-info-network{font-size:.875rem;color:#64748b;font-weight:500}.crypto-info-change-hint{margin-top:.5rem;text-align:center}.crypto-hold-progress-bar{position:absolute;bottom:0;left:0;right:0;height:4px;background-color:#3b82f61a;border-radius:0 0 .75rem .75rem;overflow:hidden}.crypto-hold-progress-fill{height:100%;background-color:#3b82f6;transition:width .1s linear}.qr-code-section{margin-bottom:1.5rem}.qr-code-label{font-size:.875rem;color:#64748b;text-align:center;margin-bottom:1rem;font-weight:500}.qr-code-container{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:.75rem;margin-bottom:1rem}.qr-code-image{max-width:100%;height:auto;display:block}.qr-code-error{text-align:center;padding:2rem;color:#ef4444}.qr-code-error strong{display:block;margin-bottom:.5rem}.qr-code-error small{display:block;font-size:.875rem;color:#64748b}.crypto-address-section,.crypto-amount-copy-section{margin-bottom:1.5rem}.crypto-address-label,.crypto-amount-label{font-size:.875rem;color:#64748b;margin-bottom:.75rem;font-weight:600}.crypto-address-box,.crypto-amount-box{background-color:#f8fafc;border:1px solid rgba(226,232,240,.5);border-radius:.75rem;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;transition:all .2s}.clickable-copy{cursor:pointer}.clickable-copy:hover{border-color:#3b82f6;background-color:#f1f5f9}.crypto-address-text,.crypto-amount-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#0f172a;word-break:break-all;flex:1;margin:0;background:none;border:none;padding:0}.copy-icon{font-size:1.25rem;flex-shrink:0;opacity:.6;transition:opacity .2s}.clickable-copy:hover .copy-icon{opacity:1}.payment-warning-box{background-color:#fef3c7;border:1px solid #FCD34D;border-radius:.75rem;padding:1rem;display:flex;gap:.75rem;margin-top:1.5rem}.payment-warning-icon{font-size:1.5rem;flex-shrink:0}.payment-warning-content{flex:1}.payment-warning-title{font-size:.9375rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.payment-warning-list{margin:0;padding-left:1.25rem;color:#78350f;font-size:.875rem;line-height:1.6}.payment-warning-list li{margin-bottom:.25rem}.payment-warning-list li:last-child{margin-bottom:0}.payment-instructions{color:#64748b;font-size:.9375rem;line-height:1.6}.payment-link-display{margin-top:1rem;padding:.75rem;background-color:#f8fafc;border-radius:.5rem;font-size:.875rem;word-break:break-all;color:#0f172a}.payment-loading-state,.payment-error-state{text-align:center;padding:2rem 1rem}.payment-loading-icon{font-size:3rem;margin-bottom:1rem}.payment-loading-title,.payment-error-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.order-number-display{margin:1rem 0}.order-number-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.order-number-value{font-size:1.125rem;font-weight:700;color:#0f172a}.payment-amount-display{font-size:1rem;color:#64748b;margin-bottom:1rem}.payment-help-text{color:#64748b;font-size:.9375rem;line-height:1.6;margin-top:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;border-radius:1rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(226,232,240,.5);position:sticky;top:0;background-color:#fff;z-index:10;border-radius:1rem 1rem 0 0}.modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.modal-close{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.5rem;line-height:1;width:32px;height:32px;transition:all .2s}.modal-close:hover:not(:disabled){background-color:#94a3b81a;color:#3b82f6}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.25rem}.modal-description{color:#64748b;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.modal-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;color:#64748b;font-size:.9375rem}.loading-spinner{border:3px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-auto-check-info{display:flex;gap:1rem;align-items:flex-start;background-color:#f0f9ff;border:1px solid #BAE6FD;border-radius:.75rem;padding:1rem}.payment-auto-check-icon{font-size:1.5rem;flex-shrink:0;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-auto-check-content{flex:1}.payment-auto-check-title{font-size:.9375rem;font-weight:700;color:#0369a1;margin-bottom:.5rem}.payment-auto-check-text{font-size:.875rem;color:#075985;line-height:1.6}@media (max-width: 640px){.payment-section{padding:1rem;margin-bottom:.875rem}.crypto-address-text,.crypto-amount-text{font-size:.8125rem}.modal-content{max-width:100%;max-height:95vh}.modal-header,.modal-body{padding:1rem}.payment-auto-check-info{padding:.875rem}.payment-auto-check-title{font-size:.875rem}.payment-auto-check-text{font-size:.8125rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-page>main{flex-grow:1;padding:1.5rem 1.25rem;background-color:#f8fafc}.home-page>div:not(.home-header):not(.home-footer):not(.view-mode-control):not(.affiliate-tabs):not(.affiliate-dashboard-content):not(.products-filters):not(.products-grid){flex-grow:1;padding:1.5rem 1.25rem;background-color:#f8fafc}.home-page input[type=text],.home-page input[type=email],.home-page input[type=tel],.home-page input[type=number],.home-page textarea,.home-page select{width:100%;padding:1rem;background-color:#fff;border:1px solid #E2E8F0;border-radius:1.25rem;font-size:1rem;color:#0f172a;outline:none;transition:all .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif}.home-page input:focus,.home-page textarea:focus,.home-page select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.home-page input::placeholder,.home-page textarea::placeholder{color:#94a3b8}.home-page label{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.home-page h2,.home-page h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.home-page a{color:#3b82f6;text-decoration:none;transition:color .2s}.home-page a:hover{color:#2563eb}.home-page button:not(.header-icon-btn):not(.header-back-btn):not(.quantity-btn):not(.remove-icon-btn){transition:all .3s}.home-page button:not(.header-icon-btn):not(.header-back-btn):not(.quantity-btn):not(.remove-icon-btn):hover{transform:translateY(-1px)}.home-page .card,.home-page .section-card{background-color:#fff;border:1px solid rgba(226,232,240,.5);border-radius:1.25rem;padding:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s}.home-page .card:hover,.home-page .section-card:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;transform:translateY(-2px)}.home-page .empty-state{padding:2rem 1.25rem;text-align:center;background-color:#fff;border-radius:1.25rem;margin:0 1.25rem 1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.home-page .empty-state-text{font-size:1rem;color:#64748b;margin-bottom:1rem}.home-page .loading{padding:2rem;text-align:center;color:#64748b;background-color:#fff;border-radius:1.25rem;margin:1.5rem 1.25rem}@media (max-width: 640px){.home-page>main,.home-page>div:not(.home-header):not(.home-footer):not(.view-mode-control):not(.affiliate-tabs):not(.affiliate-dashboard-content){padding:1rem}.home-page input[type=text],.home-page input[type=email],.home-page input[type=tel],.home-page input[type=number],.home-page textarea,.home-page select{padding:.875rem;font-size:.9375rem}.home-page h2,.home-page h3{font-size:1rem;margin-bottom:1rem}.home-page .card,.home-page .section-card{padding:1rem;border-radius:1rem}.home-page .empty-state{padding:2rem 1rem;margin:1rem;border-radius:1rem}.home-page .empty-state-text{font-size:.9375rem}.home-page .loading{padding:1.5rem 1rem;margin:1rem;border-radius:1rem}}@media (max-width: 480px){.home-page>main,.home-page>div:not(.home-header):not(.home-footer):not(.view-mode-control):not(.affiliate-tabs):not(.affiliate-dashboard-content){padding:.75rem}.home-page input[type=text],.home-page input[type=email],.home-page input[type=tel],.home-page input[type=number],.home-page textarea,.home-page select{padding:.75rem;font-size:.875rem;border-radius:1rem}.home-page h2,.home-page h3{font-size:.9375rem;margin-bottom:.875rem}.home-page .card,.home-page .section-card{padding:.875rem;border-radius:.875rem}.home-page .empty-state{padding:1.5rem .875rem;margin:.75rem}.home-page .loading{padding:1.25rem .875rem;margin:.75rem}}
