@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:radial-gradient(circle at top left,rgba(124,92,200,.16),transparent 55%),radial-gradient(circle at 18% 80%,rgba(196,181,253,.18),transparent 60%),var(--grad-main);color:var(--text-dark);min-height:100vh;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.2px}.container{width:90%;max-width:1200px;margin:auto;overflow:hidden;padding:1rem}:root{--grad-main: linear-gradient(135deg, #fbf8ff 0%, #f2edff 45%, #eef4ff 100%);--grad-card: linear-gradient(180deg, #ffffff 0%, #f5f0ff 100%);--grad-button: linear-gradient(135deg, #7c5cc8 0%, #9b7bee 55%, #c4b5fd 100%);--primary: #7c5cc8;--primary-dark: #6a4cb2;--secondary: #c4b5fd;--accent: #e9d5ff;--accent-warm: #a78bfa;--accent-green: #8bd0b0;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--text-dark: #2f2a2a;--text-medium: #6f6259;--text-light: #9b8e86;--bg-light: #fff9f5;--bg-lighter: #fffdfa;--border-light: #e8defc;--radius: 12px;--shadow-soft: 0 8px 20px rgba(124, 92, 200, .12);--shadow-hover: 0 12px 24px rgba(124, 92, 200, .2);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--font-display: "Playfair Display", "Times New Roman", serif;--font-body: "Manrope", "Segoe UI", sans-serif}.card{background:var(--grad-card);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1rem;transition:var(--transition)}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.card img{width:100%;height:220px;object-fit:cover;border-radius:14px}.card h3{margin-top:.8rem;font-size:1.1rem}.card p{color:var(--text-light)}button{background:var(--grad-button);color:#fff;border:none;padding:.9rem 1.6rem;border-radius:999px;cursor:pointer;font-weight:600;transition:var(--transition)}button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #7c5cc847}button:active{transform:scale(.96)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(124,92,200,.32);outline-offset:3px}a{color:inherit}.navbar{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffbf;box-shadow:var(--shadow-soft);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-width:0}.navbar h2{font-weight:700;letter-spacing:.5px}.navbar a{margin-left:1.2rem;text-decoration:none;color:var(--text-dark);position:relative}.navbar>a,.navbar-links a{margin-left:0}.navbar-links{display:flex;align-items:center;justify-content:flex-end;gap:.75rem 1rem;min-width:0}.navbar a:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:var(--primary);transition:var(--transition)}.navbar a:hover:after{width:100%}.filters{display:flex;gap:1rem;margin-bottom:1.5rem}.filters input{padding:.6rem;border-radius:8px;border:1px solid #ccc}.loader{display:flex;gap:8px}.loader .dot{width:10px;height:10px;background:var(--primary);border-radius:50%;animation:bounce .6s infinite alternate}input{width:100%;padding:.8rem 1rem;border-radius:12px;border:1px solid #ddd;margin-bottom:1rem;transition:var(--transition)}input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #9b7bee40}.loader .dot:nth-child(2){animation-delay:.2s}.loader .dot:nth-child(3){animation-delay:.4s}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem}@media (max-width: 768px){.navbar{flex-direction:column;gap:.75rem;padding:.875rem 1rem}.navbar h2{margin:0;font-size:1.35rem}.navbar-links{width:100%;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.navbar-links>*{flex:0 0 auto}.navbar-links button{width:auto;padding:.6rem .85rem}.mini-cart-dropdown{width:min(340px,calc(100vw - 2rem))}}.badge{background:#333;color:#fff;padding:.3rem .7rem;border-radius:999px;font-size:.8rem;font-weight:700;min-width:24px;text-align:center;box-shadow:0 2px 6px #0000004d}.mini-cart{position:relative;display:inline-block}.mini-cart-btn{background:linear-gradient(135deg,#8f6de8,#6d4bc3);border:none;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;color:#fff;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 8px #7c5cc84d}.mini-cart-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c5cc866}.mini-cart-btn .badge{background:#fff!important;color:#7c5cc8!important;padding:.3rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;min-width:20px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.mini-cart-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:340px;background:var(--grad-card);border-radius:12px;box-shadow:var(--shadow-hover);padding:1rem;z-index:200;animation:fadeInUp .18s ease both}.mini-cart-dropdown h4{margin-bottom:.6rem}.mini-items{max-height:240px;overflow:auto;display:flex;flex-direction:column;gap:.6rem;margin-bottom:.6rem}.mini-item{display:flex;gap:.6rem;align-items:center}.mini-item img{width:56px;height:56px;object-fit:cover;border-radius:8px}.mini-meta{flex:1}.mini-title{font-weight:600;font-size:.9rem}.mini-controls{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.mini-controls button{width:28px;height:28px;border-radius:6px;border:1px solid #eee;background:#fff;cursor:pointer}.mini-remove{background:transparent;border:none;color:#888;font-size:18px;cursor:pointer}.mini-footer{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.mini-actions button{margin-left:.4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page{animation:pageIn .6s ease both}@keyframes pageIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.hero-slider-container{width:100%;height:600px;position:relative;margin-bottom:3rem;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-hover)}.hero-swiper{width:100%;height:100%}.hero-slide{width:100%;height:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;animation:slideInContent .8s ease-out}@keyframes slideInContent{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);letter-spacing:1px}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:2rem;text-shadow:1px 1px 4px rgba(0,0,0,.3);letter-spacing:.5px}.hero-button{display:inline-block;padding:14px 40px;background:linear-gradient(135deg,#cbb8f5,#9b7bee);color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:2px solid transparent;box-shadow:0 8px 20px #7c5cc84d}.hero-button:hover{transform:translateY(-3px);box-shadow:0 12px 28px #7c5cc866;background:linear-gradient(135deg,#b69cf1,#8f6de8)}.hero-button:active{transform:translateY(-1px)}.swiper-button-prev,.swiper-button-next{background:#fffc;color:#9b7bee;width:50px;height:50px;border-radius:50%;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.swiper-button-prev:hover,.swiper-button-next:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.swiper-button-prev:after,.swiper-button-next:after{font-size:1.5rem}.swiper-pagination{bottom:20px!important}.swiper-pagination-bullet{background:#fff9;opacity:1;transition:all .3s ease}.swiper-pagination-bullet-active{background:#fff;width:32px;border-radius:10px}.features-section{padding:4rem 0;background:var(--grad-main)}.features-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--grad-card);padding:2rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-soft);transition:var(--transition);animation:fadeInUp .6s ease both}.feature-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-hover)}.feature-icon{font-size:3.5rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}.feature-card h3{font-size:1.4rem;margin-bottom:.8rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#9b7bee,#7c5cc8);text-align:center;color:#fff;margin-top:3rem}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;padding:16px 50px;background:#fff;color:#7c5cc8;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:700;transition:all .3s ease;box-shadow:0 8px 20px #00000026}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0003;background:#fffffff2}@media (max-width: 768px){.grid{grid-template-columns:1fr}.hero-slider-container{height:400px;margin-bottom:2rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-button{padding:12px 30px;font-size:.95rem}.swiper-button-prev,.swiper-button-next{width:40px;height:40px}.features-section h2{font-size:2rem}.features-grid{gap:1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.1rem}.cta-section{padding:3rem 0}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}}@media (max-width: 480px){.hero-slider-container{height:300px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.85rem;margin-bottom:1rem}.hero-button{padding:10px 24px;font-size:.85rem}.swiper-button-prev,.swiper-button-next{width:35px;height:35px;display:none}.features-grid{grid-template-columns:1fr}.cta-section h2{font-size:1.4rem}.cta-section p{font-size:.9rem}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px;font-weight:600;min-width:300px;max-width:500px;box-shadow:0 8px 24px #00000026;animation:slideInRight .4s cubic-bezier(.4,0,.2,1);pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-success{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.toast-error{background:linear-gradient(135deg,#c026d3,#f472b6);color:#fff}.toast-warning{background:linear-gradient(135deg,orange,#ffb319);color:#fff}.toast-info{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff}.toast-icon{font-size:1.3rem;font-weight:700;flex-shrink:0}.toast-message{flex:1;font-size:.95rem;line-height:1.4}.toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:1.2rem;padding:0 5px;opacity:.7;transition:opacity .2s;flex-shrink:0}.toast-close:hover{opacity:1}@media (max-width: 768px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:100%}}@media (max-width: 480px){.toast{padding:12px 16px;font-size:.9rem}.toast-icon{font-size:1.1rem}.toast-message{font-size:.9rem}}.hero-slider-wrapper{width:100%;margin-bottom:3rem}.hero-slider{position:relative;width:100%;height:550px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026;background:#f3efff}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1;z-index:10}.slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0003,#0006);z-index:1}.slide-content{position:relative;z-index:2;text-align:center;color:#fff;animation:slideInContent .8s cubic-bezier(.34,1.56,.64,1)}@keyframes slideInContent{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.slide-title{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:3px 3px 12px rgba(0,0,0,.4);letter-spacing:2px;line-height:1.1}.slide-subtitle{font-size:1.8rem;font-weight:300;margin-bottom:2.5rem;text-shadow:2px 2px 6px rgba(0,0,0,.3);letter-spacing:1px;opacity:.95}.slide-btn{display:inline-block;padding:16px 50px;background:linear-gradient(135deg,#cbb8f5,#9b7bee);color:#fff;text-decoration:none;border-radius:50px;font-size:1.15rem;font-weight:700;letter-spacing:.5px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 12px 30px #7c5cc859;border:2px solid transparent;cursor:pointer}.slide-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 16px 40px #7c5cc873;background:linear-gradient(135deg,#b69cf1,#8f6de8)}.slide-btn:active{transform:translateY(-2px) scale(1.02)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:#ffffffd9;border:none;width:56px;height:56px;border-radius:50%;font-size:28px;color:#9b7bee;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 15px #0000001a}.slider-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.15);box-shadow:0 8px 25px #00000026;color:#8f6de8}.slider-arrow:active{transform:translateY(-50%) scale(1.08)}.prev-arrow{left:20px}.next-arrow{right:20px}.slider-dots{position:absolute;bottom:25px;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:12px;justify-content:center}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .4s ease;padding:0}.dot:hover{background:#ffffffbf;transform:scale(1.2)}.dot.active{background:#fff;width:32px;border-radius:6px;box-shadow:0 4px 12px #0003}@media (max-width: 768px){.hero-slider{height:400px;border-radius:16px}.slide-title{font-size:2.5rem;margin-bottom:.8rem;letter-spacing:1px}.slide-subtitle{font-size:1.2rem;margin-bottom:1.8rem}.slide-btn{padding:14px 40px;font-size:1rem}.slider-arrow{width:48px;height:48px;font-size:24px}.prev-arrow{left:15px}.next-arrow{right:15px}.slider-dots{bottom:18px;gap:10px}.dot{width:10px;height:10px}.dot.active{width:28px}}@media (max-width: 600px){.hero-slider{height:320px;margin-bottom:2rem;border-radius:12px}.slide-title{font-size:1.8rem;margin-bottom:.6rem;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.slide-subtitle{font-size:.95rem;margin-bottom:1.2rem;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.slide-btn{padding:12px 32px;font-size:.9rem;border-radius:40px}.slider-arrow{width:42px;height:42px;font-size:20px}.prev-arrow{left:10px}.next-arrow{right:10px}.slider-dots{bottom:14px;gap:8px}.dot{width:8px;height:8px}.dot.active{width:24px}}@media (max-width: 480px){.hero-slider{height:280px;border-radius:10px}.slide-title{font-size:1.4rem;margin-bottom:.4rem}.slide-subtitle{font-size:.85rem;margin-bottom:1rem}.slide-btn{padding:10px 28px;font-size:.85rem}.slider-arrow{width:38px;height:38px;font-size:18px}.prev-arrow{left:8px}.next-arrow{right:8px}.slider-dots{bottom:12px;gap:6px}.dot{width:7px;height:7px}.dot.active{width:20px}}@media (max-width: 360px){.hero-slider{height:240px}.slide-title{font-size:1.2rem}.slide-subtitle{font-size:.75rem}.slide-btn{padding:8px 24px;font-size:.8rem}.slider-arrow{display:none}}:root{--primary: #7753c9;--primary-dark: #7753c9;--secondary: #4423c7;--accent: #e9d5ff;--accent-warm: #a78bfa;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--primary-gradient: linear-gradient(135deg, #7c5cc8 0%, #c4b5fd 100%);--secondary-gradient: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 100%);--success-gradient: linear-gradient(135deg, #34d399 0%, #10b981 100%);--gradient-cool: linear-gradient(135deg, #b8b0ff 0%, #8bd0b0 100%);--gradient-nature: linear-gradient(135deg, #8bd0b0 0%, #5fb6a0 100%);--text-dark: #2f2a2a;--text-medium: #6f6259;--text-light: #9b8e86;--bg-light: #f8f5ff;--bg-lighter: #fdfbff;--border-light: #e8defc;--border-color: #e8defc;--primary-color: #7c5cc8;--secondary-color: #c4b5fd;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 8px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .12);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.home-page{width:100%}.stats-section{padding:3rem 1rem;background:var(--primary-gradient);color:#fff}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-card{padding:2rem 1rem;animation:slideInUp .6s ease-out}.stat-card h3{font-size:2.5rem;font-weight:800;margin:0 0 .5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.stat-card p{font-size:1rem;margin:0;opacity:.9}.featured-section{padding:4rem 1rem;background:#fff}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem;animation:slideInDown .6s ease-out}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.section-header p{color:var(--text-light);font-size:1.1rem;margin:0}.products-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2.5rem;animation:fadeIn .6s ease-out}.product-showcase-card{animation:slideInUp .6s ease-out}.section-footer{text-align:center;margin-top:2rem}.btn-view-all{display:inline-block;padding:14px 32px;min-height:44px;background:var(--primary-gradient);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:var(--transition);box-shadow:0 4px 15px #e85d754d;border:2px solid transparent}.btn-view-all:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e85d7573}.btn-view-all:focus-visible{outline:none;border-color:#fff;box-shadow:0 8px 25px #e85d7573}.btn-view-all:active{transform:translateY(0)}.deals-section{padding:4rem 1rem;background:linear-gradient(135deg,#fff5f2,#fde8e1)}.deals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:2rem;animation:slideInDown .6s ease-out}.header-content h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);background:var(--secondary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.5rem 0}.header-content p{color:var(--text-light);font-size:1.1rem;margin:0}.badge{display:inline-block;padding:8px 16px;background:var(--secondary-gradient);color:#0e0d0d;border-radius:20px;font-size:.85rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem}.deals-timer{display:flex;flex-direction:column;align-items:center;gap:.8rem}.timer-label{color:var(--text-light);font-weight:600;font-size:.9rem}.timer{display:flex;align-items:center;gap:.8rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:var(--shadow-md)}.time-unit{display:flex;flex-direction:column;align-items:center;gap:.2rem}.time-value{font-size:1.5rem;font-weight:800;color:var(--secondary-color)}.time-label{font-size:.75rem;color:var(--text-light);font-weight:600}.separator{color:var(--text-light);font-size:1.2rem;font-weight:700}.deals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;animation:fadeIn .6s ease-out}.deal-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition);animation:slideInUp .6s ease-out;border:2px solid transparent;cursor:pointer}.deal-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--secondary-color)}.deal-card:focus-within{border-color:var(--secondary-color);box-shadow:var(--shadow-lg)}.deal-card:active{transform:translateY(-4px)}.deal-image{position:relative;width:100%;height:200px;overflow:hidden;background:var(--bg-light)}.deal-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.deal-card:hover .deal-image img{transform:scale(1.1)}.discount-badge{position:absolute;top:12px;right:12px;background:var(--secondary-gradient);color:#fff;padding:6px 12px;border-radius:8px;font-weight:700;font-size:.85rem}.deal-content{padding:1.5rem}.deal-card h3{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem;line-height:1.3}.deal-description{color:var(--text-light);font-size:.9rem;margin:0 0 1rem;line-height:1.4}.deal-pricing{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.original-price{color:var(--text-light);text-decoration:line-through;font-size:.9rem}.deal-price{font-size:1.4rem;font-weight:800;background:var(--secondary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-quick-add{width:100%;padding:11px;min-height:44px;background:var(--secondary-gradient);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #e76f514d}.btn-quick-add:hover{transform:translateY(-2px);box-shadow:0 6px 18px #e76f5173}.btn-quick-add:focus-visible{outline:2px solid white;outline-offset:2px;box-shadow:0 6px 18px #e76f5173}.btn-quick-add:active{transform:translateY(0)}.features-section{padding:4rem 1rem;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;animation:fadeIn .6s ease-out}.feature-card{padding:2rem;background:linear-gradient(135deg,#e85d7514,#f4a26114);border:1px solid var(--border-color);border-radius:16px;text-align:center;transition:var(--transition);animation:slideInUp .6s ease-out;cursor:pointer}.feature-card:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #e85d7529;transform:translateY(-4px)}.feature-card:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #e85d7538}.feature-card:active{transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:.8rem}.feature-card p{color:var(--text-light);margin:0;line-height:1.6;font-size:.95rem}.testimonials-section{padding:4rem 1rem;background:linear-gradient(135deg,#fff4f5,#fce9e1)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;animation:fadeIn .6s ease-out}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-md);transition:var(--transition);animation:slideInUp .6s ease-out;border:2px solid transparent;cursor:pointer}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--primary-color)}.testimonial-card:focus-within{border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.testimonial-card:active{transform:translateY(-2px)}.rating{font-size:1.2rem;margin-bottom:1rem;letter-spacing:.1em}.testimonial-text{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1rem;font-style:italic}.testimonial-author{color:var(--text-dark);font-weight:600;margin:0;font-size:.95rem}.cta-section{padding:4rem 1rem;background:var(--primary-gradient);color:#fff;text-align:center}.cta-container{max-width:800px;margin:0 auto;animation:slideInUp .6s ease-out}.cta-section h2{font-size:2.2rem;font-weight:800;margin-bottom:.8rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;padding:16px 40px;min-height:44px;background:#fff;color:var(--primary-color);text-decoration:none;border-radius:12px;font-weight:700;font-size:1.05rem;transition:var(--transition);box-shadow:0 8px 20px #0003;border:2px solid transparent}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000004d}.cta-button:focus-visible{outline:none;border-color:#fff;box-shadow:0 12px 30px #0000004d}.cta-button:active{transform:translateY(0)}.newsletter-section{padding:4rem 1rem;background:#fff}.newsletter-card{max-width:600px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(135deg,#e85d751a,#f4a2611f);border:2px solid var(--primary-color);border-radius:20px;text-align:center;animation:slideInUp .6s ease-out}.newsletter-card h2{font-size:1.8rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.newsletter-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.newsletter-form{display:flex;gap:.8rem;margin-bottom:1rem;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:200px;min-height:44px;padding:12px 16px;border:2px solid var(--border-color);border-radius:10px;font-size:1rem;transition:var(--transition)}.newsletter-form input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #e85d7529}.newsletter-form input::placeholder{color:var(--text-light);opacity:.7}.btn-subscribe{padding:12px 28px;min-height:44px;background:var(--primary-gradient);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #e85d7547}.btn-subscribe:hover{transform:translateY(-2px);box-shadow:0 6px 18px #e85d7559}.btn-subscribe:focus-visible{outline:2px solid var(--text-dark);outline-offset:2px}.btn-subscribe:active{transform:translateY(0)}.newsletter-note{color:var(--text-light);font-size:.9rem;margin:0}.loading-placeholder{text-align:center;padding:3rem;color:var(--text-light);font-size:1.1rem}@media (max-width: 1024px){.deals-header{flex-direction:column;text-align:center}.deals-timer{align-items:center}.section-container{padding:0 1.5rem}}@media (max-width: 768px){.stats-section,.featured-section,.deals-section,.features-section,.testimonials-section,.cta-section,.newsletter-section{padding:3rem 1.5rem}.stats-container{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{padding:1.5rem .8rem}.stat-card h3{font-size:2rem}.stat-card p{font-size:.95rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}.products-showcase{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.deals-header{gap:1.5rem}.header-content h2{font-size:1.8rem}.deals-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.1rem}.testimonials-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial-card{padding:1.5rem}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}.cta-button{padding:13px 36px}.newsletter-card{padding:2rem 1.5rem}.newsletter-card h2{font-size:1.5rem}.newsletter-form{flex-direction:row}}@media (max-width: 600px){.stats-section,.featured-section,.deals-section,.features-section,.testimonials-section,.cta-section,.newsletter-section{padding:2.5rem 1rem}.stats-container{grid-template-columns:1fr 1fr;gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-card h3{font-size:1.8rem}.stat-card p{font-size:.9rem}.section-header h2{font-size:1.5rem}.section-header p{font-size:.95rem}.section-header{margin-bottom:2rem}.products-showcase{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.deals-header{gap:1rem;flex-direction:column;text-align:center}.deals-timer{flex-direction:row;justify-content:center;width:100%}.timer{padding:.8rem 1rem;gap:.5rem;font-size:.9rem}.time-value{font-size:1.2rem}.time-label{font-size:.65rem}.separator{font-size:1rem}.deals-grid{grid-template-columns:1fr;gap:1.2rem}.deal-card{display:flex;gap:1rem;padding:1rem}.deal-image{width:120px;height:120px;flex-shrink:0;border-radius:12px}.deal-content{padding:.5rem 0;flex:1;display:flex;flex-direction:column;justify-content:space-between}.deal-card h3{font-size:1rem;margin:0 0 .5rem}.deal-description{display:none}.deal-pricing{margin-bottom:.8rem}.discount-badge{padding:4px 8px;font-size:.75rem}.features-grid{grid-template-columns:1fr;gap:1.2rem}.feature-card{padding:1.2rem}.feature-icon{font-size:2.2rem}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.9rem}.testimonials-grid{grid-template-columns:1fr;gap:1.2rem}.testimonial-card{padding:1.5rem}.rating{font-size:1rem}.testimonial-text,.testimonial-author{font-size:.9rem}.cta-section{padding:2.5rem 1rem}.cta-section h2{font-size:1.6rem}.cta-section p{font-size:1rem}.cta-button{padding:12px 24px;font-size:.95rem}.newsletter-card{padding:1.5rem 1rem}.newsletter-card h2{font-size:1.3rem}.newsletter-card p{font-size:.95rem}.newsletter-form{flex-direction:column;gap:.8rem}.newsletter-form input{width:100%;min-width:auto}.btn-subscribe{width:100%;padding:13px 20px}.btn-view-all{padding:12px 28px;font-size:.95rem}}@media (max-width: 480px){.stats-section,.featured-section,.deals-section,.features-section,.testimonials-section,.cta-section,.newsletter-section{padding:2rem .8rem}.stats-container{grid-template-columns:1fr;gap:.8rem}.stat-card{padding:1.2rem .8rem}.stat-card h3{font-size:1.6rem}.stat-card p{font-size:.85rem}.section-header h2{font-size:1.3rem}.section-header p{font-size:.9rem}.section-header{margin-bottom:1.5rem}.products-showcase{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-showcase-card{margin:0}.deals-header{gap:.8rem}.header-content h2{font-size:1.4rem}.timer{padding:.6rem .8rem;gap:.4rem}.time-value{font-size:1rem}.time-label{font-size:.6rem}.deal-card{gap:.8rem;padding:.8rem}.deal-image{width:100px;height:100px}.deal-content{padding:0}.deal-card h3{font-size:.95rem}.deal-pricing{margin-bottom:.6rem;gap:.6rem}.btn-quick-add{padding:10px;font-size:.9rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1rem}.feature-icon{font-size:2rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.85rem}.testimonial-card{padding:1.2rem}.rating{font-size:.95rem}.testimonial-text{font-size:.85rem}.cta-section h2{font-size:1.4rem}.cta-section p{font-size:.95rem}.cta-container{max-width:100%}.cta-button{padding:11px 20px;font-size:.9rem}.newsletter-card{padding:1.2rem .8rem}.newsletter-card h2{font-size:1.2rem}.newsletter-card p{font-size:.9rem}.newsletter-form{gap:.6rem}.newsletter-form input{padding:10px 12px;font-size:.95rem}.btn-subscribe{padding:11px 16px;font-size:.9rem}.newsletter-note{font-size:.85rem}.badge{padding:6px 12px;font-size:.75rem}}@media (max-width: 360px){.stats-section,.featured-section,.deals-section,.features-section,.testimonials-section,.cta-section,.newsletter-section{padding:1.5rem .6rem}.stat-card h3{font-size:1.4rem}.stat-card p{font-size:.8rem}.section-header h2{font-size:1.2rem}.section-header p{font-size:.85rem}.products-showcase{gap:.6rem}.timer{padding:.5rem .6rem}.btn-quick-add,.cta-button,.btn-view-all,.btn-subscribe{padding:10px 16px;font-size:.85rem}}:root{--primary: #7c5cc8;--primary-dark: #6a4cb2;--secondary: #c4b5fd;--accent: #e9d5ff;--accent-warm: #a78bfa;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gradient-primary: linear-gradient(135deg, #7c5cc8 0%, #c4b5fd 100%);--gradient-warm: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 100%);--gradient-cool: linear-gradient(135deg, #b8b0ff 0%, #8bd0b0 100%);--gradient-nature: linear-gradient(135deg, #34d399 0%, #10b981 100%);--text-dark: #2f2a2a;--text-medium: #6f6259;--text-light: #9b8e86;--bg-light: #f8f5ff;--bg-lighter: #fdfbff;--border-light: #e8defc;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 8px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .12);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.products-page{min-height:100vh;background:linear-gradient(135deg,#fff6f2,#fffdf9);padding:2rem 1rem}.products-container{max-width:1400px;margin:0 auto}.products-header{text-align:center;margin-bottom:3rem;animation:slideInDown .6s ease-out}.products-header h1{font-size:2.5rem;font-weight:800;color:var(--text-dark);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.products-header p{color:var(--text-medium);font-size:1.1rem;font-weight:500}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;margin-bottom:3rem}.filters-sidebar{background:#fff;border-radius:12px;padding:0;box-shadow:var(--shadow-md);height:fit-content;position:sticky;top:20px;overflow:hidden}.filters-header{background:var(--gradient-primary);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.filters-header h2{margin:0;font-size:1.25rem;font-weight:700}.filters-toggle-mobile{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.filters-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-title{font-weight:600;color:var(--text-dark);font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.filter-hint{font-size:.85rem;color:var(--text-light);margin:0;padding:.5rem .75rem;background:var(--bg-lighter);border-radius:6px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.75rem 1rem;border:2px solid var(--border-light);border-radius:8px;font-size:.95rem;color:var(--text-dark);transition:var(--transition);background:#fff;min-height:40px}.search-input:hover{border-color:var(--primary);background:var(--bg-lighter)}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e85d7529}.search-clear-btn{position:absolute;right:8px;background:none;border:none;cursor:pointer;color:var(--text-light);font-size:1.1rem;padding:.25rem .5rem;transition:var(--transition);min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.search-clear-btn:hover{color:var(--accent-warm)}.search-loading{position:absolute;right:8px;font-size:.75rem;color:var(--primary);font-weight:600;animation:pulse 1.5s ease-in-out infinite}.filter-select{padding:.75rem 2rem .75rem .75rem;border:2px solid var(--border-light);border-radius:8px;font-size:.95rem;color:var(--text-dark);background:#fff;cursor:pointer;transition:var(--transition);min-height:40px;-webkit-appearance:none;-moz-appearance:none;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='%23667eea' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.filter-select:hover{border-color:var(--primary);background-color:var(--bg-lighter)}.filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e85d7529}.price-inputs{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;align-items:center}.price-input{padding:.75rem;border:2px solid var(--border-light);border-radius:8px;font-size:.95rem;color:var(--text-dark);transition:var(--transition);min-height:40px}.price-input:hover{border-color:var(--primary);background:var(--bg-lighter)}.price-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e85d7529}.price-separator{color:var(--text-light);font-weight:600}.rating-options{display:flex;flex-direction:column;gap:.75rem}.rating-label{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:var(--transition);background:var(--bg-lighter)}.rating-label:hover{background:var(--bg-light);border-left:3px solid var(--primary);padding-left:calc(.75rem - 3px)}.rating-label input[type=radio]{cursor:pointer;width:16px;height:16px;accent-color:var(--primary)}.rating-display .star{color:#ddd;font-size:.9rem}.rating-display .star.filled{color:#fbbf24}.rating-display span{font-size:.85rem;color:var(--text-light);font-weight:600}.filter-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:var(--transition);background:var(--bg-lighter)}.filter-checkbox:hover{background:var(--bg-light);color:var(--primary)}.filter-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.filter-checkbox span{font-weight:500;color:var(--text-dark)}.btn-reset{width:100%;padding:.75rem;background:var(--gradient-warm);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:var(--transition);min-height:44px;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.btn-reset:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-reset:active{transform:translateY(0)}.products-main{display:flex;flex-direction:column;gap:2rem}.products-controls{display:flex;flex-direction:column;gap:1.5rem}.control-group{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-sm)}.btn-toggle-filters{display:none;background:var(--gradient-primary);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;min-height:44px;transition:var(--transition)}.btn-toggle-filters:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.sort-wrapper{display:flex;align-items:center;gap:.75rem}.sort-wrapper label{font-weight:500;color:var(--text-dark)}.sort-select{padding:.75rem 2rem .75rem .75rem;border:2px solid var(--border-light);border-radius:8px;font-size:.95rem;color:var(--text-dark);background:#fff;cursor:pointer;transition:var(--transition);min-height:40px;-webkit-appearance:none;-moz-appearance:none;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='%23667eea' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.sort-select:hover{border-color:var(--primary);background-color:var(--bg-lighter)}.sort-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e85d7529}.results-count{margin-left:auto}.results-count p{margin:0;color:var(--text-medium);font-weight:600;font-size:.95rem}.active-filters{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#e85d7514,#f4a2611a);border-radius:12px;border-left:4px solid var(--primary)}.filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--border-light);border-radius:20px;font-size:.85rem;color:var(--text-dark);font-weight:500;box-shadow:var(--shadow-xs)}.filter-tag button{background:none;border:none;cursor:pointer;color:var(--text-light);font-size:1rem;padding:0;margin:0;min-height:20px;min-width:20px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.filter-tag button:hover{color:var(--accent-warm)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;animation:fadeIn .6s ease-out}.no-products{grid-column:1 / -1;margin-top:2rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:var(--shadow-md)}.empty-icon{font-size:4rem;margin-bottom:1rem;display:block;animation:bounce 2s ease-in-out infinite}.empty-state h2{font-size:1.75rem;color:var(--text-dark);margin:0 0 .5rem}.empty-state p{color:var(--text-medium);font-size:1.05rem;margin:0 0 1.5rem}.btn-primary{background:var(--gradient-primary);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:var(--transition);min-height:44px;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.products-layout{grid-template-columns:1fr}.filters-sidebar{position:static}.filters-sidebar.closed{display:none}.btn-toggle-filters{display:block}}@media (max-width: 768px){.products-header h1{font-size:2rem}.products-header p{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem}.control-group{flex-direction:column;align-items:stretch;gap:1rem}.sort-wrapper{width:100%}.sort-wrapper label{display:block;margin-bottom:.5rem}.sort-select{width:100%}.results-count{margin-left:0;text-align:center}.active-filters{justify-content:center}.filters-toggle-mobile{display:block}.filters-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;border-radius:0;max-height:100vh;overflow-y:auto;transition:var(--transition)}.filters-sidebar.closed{transform:translate(-100%)}}@media (max-width: 480px){.products-page{padding:1rem .5rem}.products-header h1{font-size:1.5rem}.products-header p{font-size:.9rem}.products-grid{grid-template-columns:1fr}.control-group{padding:1rem}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}.filter-tag{font-size:.75rem;padding:.4rem .75rem}}.review-section{margin-top:3rem;padding-top:3rem;border-top:2px solid #e9ecef}.review-section h3{font-size:1.5rem;color:#2c3e50;margin-bottom:2rem;font-weight:600}.rating-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem;border-radius:10px;margin-bottom:3rem}.rating-stats{display:grid;grid-template-columns:150px 1fr;gap:3rem;align-items:start}.average-rating{text-align:center}.rating-number{font-size:3rem;color:#7c5cc8;margin:0;font-weight:700}.average-rating .stars{font-size:1.5rem;margin:.5rem 0;display:flex;justify-content:center;gap:.25rem}.average-rating .star{color:#ffc107}.average-rating .star.empty{color:#ddd}.review-count{color:#6c757d;font-size:.9rem;margin:.5rem 0 0}.rating-bars{display:grid;gap:1rem}.rating-bar{display:grid;grid-template-columns:40px 1fr 40px;gap:1rem;align-items:center}.rating-bar .label{font-size:.9rem;font-weight:600;color:#495057}.rating-bar .bar{height:8px;background:#dee2e6;border-radius:4px;overflow:hidden}.rating-bar .fill{height:100%;background:linear-gradient(90deg,#7c5cc8,#c4b5fd);border-radius:4px;transition:width .3s ease}.rating-bar .count{font-size:.85rem;color:#6c757d;text-align:right}.add-review-section{background:#fff;padding:2rem;border:2px solid #e9ecef;border-radius:10px;margin-bottom:3rem}.add-review-section h3{margin-top:0}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:#2c3e50;font-size:.95rem}.char-count{display:block;margin-top:.5rem;font-size:.85rem;color:#6c757d}.star-rating{display:flex;gap:.5rem;margin-bottom:1rem}.star-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#ddd;transition:all .2s ease;padding:0;line-height:1}.star-btn:hover,.star-btn.active{color:#ffc107;transform:scale(1.2)}.star-btn:disabled{cursor:default;transform:none}.submit-btn{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;padding:.75rem 2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;font-size:1rem;width:100%;max-width:200px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #e85d7559}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.user-review-section{background:#e7f3ff;padding:2rem;border:2px solid #0d6efd;border-radius:10px;margin-bottom:3rem}.user-review-section h3{margin-top:0;color:#0d6efd}.user-review{background:#fff;border:2px solid #0d6efd!important;position:relative}.user-review:before{content:"Your Review";position:absolute;top:-10px;left:1rem;background:#0d6efd;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.reviews-list{margin-top:2rem}.reviews-list h3{margin-bottom:1.5rem}.review-item{background:#fff;padding:1.5rem;border:2px solid #e9ecef;border-radius:8px;margin-bottom:1.5rem;transition:all .3s ease}.review-item:hover{border-color:#7c5cc8;box-shadow:0 4px 12px #e85d752e}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.reviewer-info{flex:1}.reviewer-name{font-weight:600;color:#2c3e50;margin:0 0 .5rem}.rating-display{display:flex;align-items:center;gap:.5rem}.rating-display .stars{display:flex;gap:.25rem;font-size:.9rem}.rating-display .star{color:#ddd}.rating-display .star.filled{color:#ffc107}.rating-text{font-size:.85rem;color:#6c757d;min-width:30px}.verified-badge{background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.review-title{margin:0 0 .75rem;color:#2c3e50;font-size:1rem;font-weight:600}.review-comment{color:#495057;line-height:1.6;margin:0 0 1rem;word-wrap:break-word}.review-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e9ecef;font-size:.85rem}.review-date{color:#6c757d;margin:0}.helpful-count{color:#7c5cc8;cursor:pointer;transition:all .2s ease}.helpful-count:hover{color:#c4b5fd}.review-actions{display:flex;gap:.5rem}.delete-btn{background:#ff6b6b;color:#fff;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease;min-height:44px;min-width:44px}.delete-btn:hover{background:#ff5252;transform:scale(1.1)}.no-reviews{text-align:center;color:#6c757d;padding:2rem;background:#f8f9fa;border-radius:8px;font-size:.95rem}@media (max-width: 768px){.rating-stats{grid-template-columns:1fr;gap:1.5rem}.review-header{flex-direction:column}.add-review-section{padding:1.5rem}.submit-btn{width:100%;max-width:100%}.review-item{padding:1rem}.review-footer{flex-direction:column;gap:.5rem;align-items:flex-start}.star-rating{gap:.75rem}.star-btn{font-size:1.5rem}}@media (max-width: 480px){.review-section{margin-top:2rem;padding-top:1.5rem}.rating-summary{padding:1rem}.average-rating .stars{font-size:1.2rem}.rating-number{font-size:2rem}.rating-bar .label{font-size:.8rem}.add-review-section{padding:1rem}.review-item{padding:.75rem}.review-title,.reviewer-name,.review-comment{font-size:.9rem}.form-group input,.form-group textarea{padding:.5rem;font-size:.9rem}}.image-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;cursor:zoom-in;transition:all .4s ease;background:var(--grad-card);display:flex;align-items:center;justify-content:center;border:2px solid transparent}.main-image:hover{transform:scale(1.02);border-color:#d89ab44d;box-shadow:0 12px 36px #d89ab433}.main-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.main-image:hover img{transform:scale(1.05)}.thumbs{display:flex;gap:.8rem;overflow-x:auto;padding:.5rem;scroll-behavior:smooth}.thumbs::-webkit-scrollbar{height:6px}.thumbs::-webkit-scrollbar-track{background:#d89ab41a;border-radius:10px}.thumbs::-webkit-scrollbar-thumb{background:#d89ab44d;border-radius:10px}.thumbs::-webkit-scrollbar-thumb:hover{background:#d89ab480}.thumb{width:80px;height:80px;border-radius:10px;border:3px solid transparent;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff;flex-shrink:0;padding:0}.thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.thumb:hover{border-color:#d89ab480;transform:scale(1.05)}.thumb:hover img{transform:scale(1.1)}.thumb.active{border-color:var(--primary);box-shadow:0 0 0 2px #d89ab433;transform:scale(1)}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.lb-img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:12px}.lb-close{position:absolute;top:-45px;right:0;background:#fff3;border:none;color:#fff;width:45px;height:45px;border-radius:50%;font-size:28px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.lb-close:hover{background:#fff6;transform:scale(1.15)}.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;width:50px;height:50px;border-radius:50%;font-size:28px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:1001}.lb-prev:hover:not(:disabled),.lb-next:hover:not(:disabled){background:#fff6;transform:translateY(-50%) scale(1.15)}.lb-prev:disabled,.lb-next:disabled{opacity:.3;cursor:not-allowed}.lb-prev{left:-70px}.lb-next{right:-70px}@media (max-width: 768px){.main-image{border-radius:12px}.thumbs{gap:.6rem;padding:.4rem}.thumb{width:70px;height:70px;border-radius:8px}.lb-prev,.lb-next{width:45px;height:45px;font-size:24px}.lb-prev{left:10px}.lb-next{right:10px}.lb-close{top:10px;right:10px;width:40px;height:40px;font-size:24px}}@media (max-width: 600px){.main-image{border-radius:10px}.thumbs{gap:.5rem}.thumb{width:60px;height:60px;border-radius:6px}.lb-prev,.lb-next{width:40px;height:40px;font-size:20px}.lb-close{width:36px;height:36px;font-size:20px}.lightbox-content{max-width:95vw}.lb-img{max-height:80vh}}@media (max-width: 480px){.main-image{border-radius:8px}.thumbs{gap:.4rem}.thumb{width:50px;height:50px;border-width:2px}.lb-prev,.lb-next{display:none}.lb-close{top:5px;right:5px}}.product-details-page{min-height:100vh;padding:3rem 0}.product-container{width:90%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-image-section{animation:fadeInLeft .6s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.product-info-section{animation:fadeInRight .6s ease-out;display:flex;flex-direction:column;gap:1.5rem}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.category-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#cbb8f5,#9b7bee);color:#fff;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;width:fit-content;box-shadow:0 4px 12px #d89ab440}.product-title{font-size:2.8rem;font-weight:800;color:var(--text-dark);line-height:1.2;letter-spacing:-.5px}.rating-section{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:2px solid rgba(216,154,180,.1)}.stars{display:flex;gap:.2rem;font-size:1.3rem}.star{color:#ffc107;text-shadow:0 2px 4px rgba(0,0,0,.1)}.star.half{opacity:.5}.review-count{color:var(--text-light);font-size:.95rem;margin:0}.price-section{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#e8b4c91a,#d89ab40d);border-radius:12px;border:2px solid rgba(216,154,180,.2);position:relative}.price{font-size:2.5rem;font-weight:800;color:var(--primary);margin:0;letter-spacing:-1px}.original-price{font-size:1.1rem;color:var(--text-light);text-decoration:line-through;margin:0}.discount-badge{position:absolute;top:-12px;right:15px;background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;box-shadow:0 4px 12px #ff6b6b4d}.description-section{padding:1.5rem 0}.description{font-size:1rem;color:var(--text-light);line-height:1.8;margin:0}.stock-section{display:flex;flex-direction:column;gap:1.5rem}.stock-info{display:flex;align-items:center;gap:1rem}.stock-badge{display:inline-block;padding:.6rem 1.2rem;border-radius:8px;font-weight:700;font-size:.95rem}.stock-badge.in-stock{background:linear-gradient(135deg,#4caf5026,#388e3c1a);color:#2e7d32;border:2px solid rgba(76,175,80,.3)}.stock-badge.out-of-stock{background:linear-gradient(135deg,#f4433626,#d32f2f1a);color:#c62828;border:2px solid rgba(244,67,54,.3);padding:1rem 2rem;text-align:center}.stock-details{color:var(--text-light);font-size:.9rem;margin:0}.quantity-section{display:flex;align-items:center;gap:1.5rem}.quantity-section label{font-weight:600;color:var(--text-dark);font-size:1rem}.quantity-controls{display:flex;align-items:center;background:var(--grad-card);border-radius:10px;border:2px solid rgba(216,154,180,.2);overflow:hidden;box-shadow:0 4px 12px #0000000d}.qty-btn{background:transparent;border:none;width:45px;height:45px;font-size:1.3rem;color:var(--primary);cursor:pointer;transition:all .3s ease;font-weight:700;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#d89ab41a;color:var(--primary-dark)}.quantity-controls input{width:70px;height:45px;border:none;text-align:center;font-size:1.1rem;font-weight:700;color:var(--text-dark);background:transparent}.quantity-controls input:focus{outline:none}.add-to-cart-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#cbb8f5,#9b7bee);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 24px #d89ab459;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.add-to-cart-btn:hover:not(.added){transform:translateY(-4px);box-shadow:0 12px 36px #d89ab473;background:linear-gradient(135deg,#b69cf1,#8f6de8)}.add-to-cart-btn:active:not(.added){transform:translateY(-2px)}.add-to-cart-btn.added{background:linear-gradient(135deg,#4caf50,#388e3c);box-shadow:0 8px 24px #4caf5059;animation:pulse .6s ease-out}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.features-section{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(216,154,180,.1)}.feature{display:flex;gap:1.2rem;padding:1rem;background:var(--grad-card);border-radius:10px;border:1px solid rgba(216,154,180,.1);transition:all .3s ease}.feature:hover{transform:translate(8px);box-shadow:0 6px 16px #00000014;border-color:#d89ab433}.feature-icon{font-size:2rem;flex-shrink:0}.feature-title{font-weight:700;color:var(--text-dark);margin:0;font-size:.95rem}.feature-desc{color:var(--text-light);font-size:.85rem;margin:.3rem 0 0}@media (max-width: 1024px){.product-container{gap:3rem}.product-title{font-size:2.2rem}.price{font-size:2rem}}@media (max-width: 768px){.product-container{grid-template-columns:1fr;gap:2rem;width:95%}.product-title{font-size:1.8rem}.price-section{flex-wrap:wrap}.price{font-size:1.8rem}.quantity-section{flex-wrap:wrap}.add-to-cart-btn{width:100%}.features-section{flex-direction:column}}@media (max-width: 600px){.product-container{width:100%;gap:1.5rem;padding:0 1rem}.product-title{font-size:1.5rem}.category-badge{font-size:.75rem;padding:.4rem .8rem}.rating-section{gap:.8rem;padding:.8rem 0}.stars{font-size:1rem}.price-section{padding:1rem;border-radius:8px;gap:1rem}.price{font-size:1.5rem}.original-price{font-size:.95rem}}.reviews-container{width:90%;max-width:1200px;margin:0 auto;padding-top:2rem}.similar-section{width:90%;max-width:1200px;margin:3rem auto 2rem;padding:2rem;background:var(--grad-card);border-radius:20px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1.5rem}.similar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.similar-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--text-light);margin-bottom:.4rem}.similar-subtitle{color:var(--text-medium);margin-top:.4rem}.similar-controls{display:flex;gap:.5rem}.similar-nav{width:42px;height:42px;border-radius:50%;border:1px solid var(--border-light);background:#fff;color:var(--primary);font-size:1.5rem;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center}.similar-nav:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.similar-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.similar-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:999px;border:1px solid var(--border-light);background:#fff;color:var(--text-dark);font-weight:600;cursor:pointer;transition:var(--transition)}.similar-tab.active{background:var(--grad-button);color:#fff;border-color:transparent;box-shadow:var(--shadow-soft)}.tab-icon{font-size:1rem}.similar-carousel{display:flex;gap:1.2rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}.similar-carousel::-webkit-scrollbar{height:6px}.similar-carousel::-webkit-scrollbar-thumb{background:#7c5cc859;border-radius:999px}.similar-card{flex:0 0 260px;scroll-snap-align:start}.similar-card-inner{display:flex;flex-direction:column;gap:.8rem}.similar-tag{align-self:flex-start;padding:.3rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#7c5cc81f;color:var(--primary)}.similar-product .card{height:100%}.similar-product .card h3{font-size:1rem}.similar-product .card p{font-size:.9rem}.similar-product .card img{height:180px}.similar-empty{padding:1.5rem;text-align:center;color:var(--text-light);background:#fff9;border-radius:14px}@media (max-width: 600px){.discount-badge{font-size:.75rem;padding:.3rem .6rem}.description{font-size:.9rem}.stock-badge{font-size:.9rem;padding:.5rem 1rem}.quantity-controls{border-radius:8px}.qty-btn{width:40px;height:40px;font-size:1.1rem}.quantity-controls input{width:60px;height:40px;font-size:1rem}.add-to-cart-btn{padding:.9rem 1.5rem;font-size:.95rem;letter-spacing:0px}.feature{gap:1rem;padding:.8rem}.feature-icon{font-size:1.5rem}.feature-title{font-size:.9rem}.feature-desc{font-size:.8rem}}@media (max-width: 480px){.product-details-page{padding:1.5rem 0}.product-title,.price{font-size:1.3rem}.description{font-size:.85rem}.add-to-cart-btn{padding:.8rem 1.2rem;font-size:.9rem}}:root{--primary-gradient: linear-gradient(135deg, #7c5cc8 0%, #c4b5fd 100%);--secondary-gradient: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 100%);--primary-color: #7c5cc8;--text-dark: #2f2a2a;--text-light: #9b8e86;--bg-light: #f8f5ff;--border-color: #e8defc;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.cart-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;transition:var(--transition);animation:slideInUp .4s ease-out}.cart-item:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #7c5cc82e}.item-image{width:100px;height:100px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#fff;border:1px solid var(--border-color)}.item-details{flex:1;min-width:150px}.item-name{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem;line-height:1.3}.item-price{font-size:1rem;font-weight:600;color:var(--primary-color);margin:0}.item-quantity{display:flex;align-items:center;gap:.8rem;background:#fff;padding:.5rem .8rem;border-radius:8px;border:1px solid var(--border-color)}.qty-btn{background:none;border:none;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:var(--primary-color);cursor:pointer;transition:var(--transition);border-radius:4px;min-width:28px;min-height:28px;padding:0;flex:0 0 28px}.qty-btn:hover:not(:disabled){background:var(--bg-light);color:var(--primary-color)}.qty-btn:disabled{color:var(--border-color);cursor:not-allowed;opacity:.5}.qty-value{font-weight:700;color:var(--text-dark);min-width:25px;text-align:center;font-size:1rem}.item-total{min-width:120px;text-align:right}.total-price{font-size:1.3rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.btn-remove{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid var(--border-color);color:var(--text-light);font-size:1.2rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:36px;min-height:36px;padding:0}.btn-remove:hover{background:#f8d7da;border-color:#a78bfa;color:#a78bfa;transform:scale(1.1)}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.cart-item{display:grid;grid-template-columns:80px minmax(0,1fr) auto;grid-template-areas:"image details remove" "image quantity total";align-items:center;gap:.75rem 1rem;min-width:0}.item-image{grid-area:image;width:80px;height:80px}.item-details{grid-area:details;min-width:0}.item-quantity{grid-area:quantity;justify-self:start;gap:.5rem;padding:.35rem .5rem}.item-total{grid-area:total;min-width:0;width:auto}.btn-remove{grid-area:remove;justify-self:end}}@media (max-width: 768px){.cart-item{gap:1rem;padding:1.2rem}.item-image{width:90px;height:90px}.item-name{font-size:1rem}.item-total{min-width:100px}.total-price{font-size:1.2rem}}@media (max-width: 600px){.cart-item{grid-template-columns:64px minmax(0,1fr) auto;gap:.5rem .6rem;padding:.8rem}.item-image{width:64px;height:64px}.item-name{font-size:.95rem}.item-price{font-size:.9rem}.item-details{min-width:0}.item-quantity{padding:.25rem .35rem;gap:.35rem}.qty-btn{width:24px;height:24px;min-width:24px;min-height:24px;flex-basis:24px;font-size:1rem}.qty-value{min-width:20px;font-size:.9rem}.item-total{min-width:0;order:initial;width:auto;text-align:right}.btn-remove{width:32px;height:32px;min-width:32px;min-height:32px;order:initial}.total-price{font-size:1.1rem}}@media (max-width: 480px){.cart-item{gap:.6rem;padding:.8rem}.item-image{width:70px;height:70px}.item-name{font-size:.9rem;margin-bottom:.3rem}.item-price{font-size:.85rem}.item-quantity{padding:.3rem .5rem}.qty-btn{width:24px;height:24px;font-size:.9rem}.qty-value{min-width:18px;font-size:.85rem}.item-total{min-width:70px}.total-price{font-size:1rem}.btn-remove{width:30px;height:30px;font-size:1rem}}:root{--primary: #7c5cc8;--primary-dark: #6a4cb2;--secondary: #c4b5fd;--accent: #e9d5ff;--accent-warm: #a78bfa;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--primary-gradient: linear-gradient(135deg, #7c5cc8 0%, #c4b5fd 100%);--secondary-gradient: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 100%);--success-gradient: linear-gradient(135deg, #34d399 0%, #10b981 100%);--gradient-cool: linear-gradient(135deg, #b8b0ff 0%, #8bd0b0 100%);--text-dark: #2f2a2a;--text-medium: #6f6259;--text-light: #9b8e86;--bg-light: #f8f5ff;--bg-lighter: #fdfbff;--border-light: #e8defc;--border-color: #e8defc;--primary-color: #7c5cc8;--secondary-color: #c4b5fd;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 8px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .12);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.cart-empty{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fff5f2,#fde8e1)}.empty-container{text-align:center;background:#fff;padding:3rem 2rem;border-radius:20px;max-width:500px;box-shadow:var(--shadow-lg);animation:slideInUp .6s ease-out}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-container h1{font-size:2rem;color:var(--text-dark);margin-bottom:.8rem;font-weight:700}.empty-container p{color:var(--text-light);font-size:1.05rem;margin-bottom:2rem;line-height:1.6}.btn-primary{padding:14px 32px;min-height:44px;background:var(--primary-gradient);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #e85d754d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e85d7566}.btn-primary:focus-visible{outline:2px solid white;outline-offset:2px}.btn-primary:active{transform:translateY(0)}.cart-page{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cart-container{max-width:1400px;margin:0 auto}.cart-header{text-align:center;margin-bottom:3rem;animation:slideInDown .6s ease-out}.cart-header h1{font-size:2.5rem;font-weight:800;color:var(--text-dark);background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.cart-header p{color:var(--text-light);font-size:1rem}.cart-content{display:grid;grid-template-columns:1fr 380px;gap:2rem}.cart-items-section{animation:slideInLeft .6s ease-out}.items-list{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.continue-shopping{display:flex;justify-content:flex-start}.btn-secondary{padding:12px 28px;min-height:44px;background:#fff;color:var(--text-dark);border:2px solid var(--border-color);border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--bg-light);transform:translateY(-1px)}.btn-secondary:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.btn-secondary:active{transform:translateY(0)}.cart-summary-section{animation:slideInRight .6s ease-out}.summary-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg);position:sticky;top:20px}.summary-card h2{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.summary-rows{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid var(--border-color);color:var(--text-light);font-weight:500}.summary-row span:last-child{color:var(--text-dark);font-weight:600}.summary-row .free{color:#38ef7d;font-weight:700}.promo-badge{background:linear-gradient(135deg,#11998e,#38ef7d 20%,#11998e);color:#fff;padding:1rem;border-radius:10px;text-align:center;font-weight:600;margin:1rem 0 0!important;font-size:.9rem;animation:pulse 2s infinite}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:700;color:var(--text-dark);padding:1rem;background:linear-gradient(135deg,#e85d7514,#f4a2611a);border-radius:10px;margin-bottom:1.5rem}.btn-checkout{width:100%;padding:14px 20px;min-height:44px;background:var(--secondary-gradient);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #f5576c4d;margin-bottom:1.5rem}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f5576c80}.btn-checkout:focus-visible{outline:2px solid white;outline-offset:2px}.btn-checkout:active{transform:translateY(0)}.security-badges{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.8rem;margin-bottom:1.5rem;padding:1rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.badge{text-align:center;padding:.8rem;background:var(--bg-light);border-radius:8px;transition:var(--transition);border:1px solid transparent;cursor:pointer}.badge span{display:block;font-size:1.3rem;margin-bottom:.2rem}.badge p{font-size:.8rem;color:var(--text-light);margin:0;font-weight:600}.cart-info{background:var(--bg-light);padding:1rem;border-radius:8px;border-left:3px solid var(--primary-color)}.cart-info p{margin:.5rem 0;color:var(--text-light);font-size:.9rem;line-height:1.5}.cart-info p:before{content:"✓ ";color:var(--primary-color);font-weight:700}@media (max-width: 1200px){.cart-content{grid-template-columns:minmax(0,1fr);gap:1.5rem}.cart-items-section,.cart-summary-section,.items-list{width:100%;min-width:0}.summary-card{position:static}.cart-page{padding:1.5rem 1rem}}@media (max-width: 768px){.cart-page{padding:1.5rem 1rem}.cart-header{margin-bottom:2.5rem}.cart-header h1{font-size:2rem}.cart-header p{font-size:.95rem}.items-list{padding:1.5rem;gap:1.3rem}.summary-card{padding:1.5rem}.summary-card h2,.summary-total{font-size:1.2rem}.security-badges{gap:.6rem}.badge span{font-size:1.2rem}.badge p{font-size:.75rem}}@media (max-width: 600px){.cart-page{padding:1rem .5rem;background:#fff}.cart-container{padding:0 .5rem}.cart-header{margin-bottom:2rem;padding:1rem 0}.cart-header h1{font-size:1.8rem}.cart-header p{font-size:.9rem}.items-list{padding:1rem;border-radius:16px;margin-bottom:1rem;gap:1rem}.continue-shopping{justify-content:flex-start}.summary-card{padding:1.2rem;border-radius:12px}.summary-card h2{font-size:1.1rem;margin-bottom:1rem}.summary-row{padding:.7rem 0;font-size:.95rem}.summary-total{font-size:1.1rem;padding:.8rem;margin-bottom:1rem}.btn-checkout{padding:12px 18px;font-size:.95rem;min-height:44px}.btn-secondary{padding:11px 22px;font-size:.9rem}.security-badges{gap:.5rem;padding:.8rem 0}.badge{padding:.6rem}.badge span{font-size:1.1rem}.badge p{font-size:.75rem}.promo-badge{padding:.8rem;font-size:.85rem}.cart-info{padding:.8rem}.cart-info p{font-size:.85rem;margin:.4rem 0}.empty-container{padding:2.5rem 1.5rem;max-width:100%}.empty-container h1{font-size:1.6rem}.empty-container p{font-size:1rem}.empty-icon{font-size:3.5rem}.btn-primary{padding:12px 28px;font-size:.95rem}}@media (max-width: 480px){.cart-page{padding:1rem .6rem}.cart-header h1{font-size:1.6rem}.items-list{padding:.8rem;gap:1rem}.summary-card{padding:1rem}.summary-card h2{font-size:1rem;margin-bottom:.8rem}.summary-row{padding:.6rem 0;font-size:.9rem}.summary-total{font-size:1rem;padding:.6rem}.btn-checkout{padding:11px 16px;font-size:.9rem;min-height:44px}.btn-secondary{padding:10px 18px;font-size:.85rem;min-height:44px}.btn-primary{padding:10px 20px;font-size:.9rem;min-height:44px}.security-badges{grid-template-columns:1fr;gap:.5rem}.badge{padding:.6rem}.badge span{font-size:1rem}.badge p{font-size:.7rem}.cart-info{padding:.6rem;font-size:.8rem}.cart-info p{font-size:.8rem;margin:.3rem 0}.empty-container{padding:2rem 1.2rem}.empty-container h1{font-size:1.4rem}.empty-icon{font-size:3rem}.empty-container p{font-size:.95rem}.summary-divider{margin:1rem 0}.promo-badge{padding:.7rem;font-size:.8rem}}@media (max-width: 360px){.cart-page{padding:.8rem .4rem}.cart-header h1{font-size:1.4rem}.items-list,.summary-card{padding:.8rem}.summary-row{font-size:.85rem}.btn-checkout,.btn-secondary,.btn-primary{padding:10px 12px;font-size:.85rem}.security-badges{gap:.4rem}.badge{padding:.5rem}.badge span{font-size:.9rem}.empty-container{padding:1.5rem 1rem}}:root{--primary: #7c5cc8;--primary-dark: #6a4cb2;--secondary: #c4b5fd;--accent: #e9d5ff;--accent-warm: #a78bfa;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--primary-gradient: linear-gradient(135deg, #7c5cc8 0%, #c4b5fd 100%);--secondary-gradient: linear-gradient(135deg, #e9d5ff 0%, #a78bfa 100%);--success-gradient: linear-gradient(135deg, #34d399 0%, #10b981 100%);--gradient-cool: linear-gradient(135deg, #b8b0ff 0%, #8bd0b0 100%);--text-dark: #2f2a2a;--text-medium: #6f6259;--text-light: #9b8e86;--bg-light: #f8f5ff;--bg-lighter: #fdfbff;--border-light: #e8defc;--border-color: #e8defc;--primary-color: #7c5cc8;--secondary-color: #c4b5fd;--success-color: #10b981;--error-color: #ef4444;--warning-bg: #fef3c7;--success-bg: #dcfce7;--error-bg: #fee2e2;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 8px 24px rgba(0, 0, 0, .12);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .15);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.checkout-empty{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fff5f2,#fde8e1)}.empty-content{text-align:center;background:#fff;padding:3rem 2rem;border-radius:20px;max-width:500px;box-shadow:var(--shadow-lg)}.empty-content h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.empty-content p{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.shop-btn{padding:14px 32px;min-height:44px;background:var(--primary-gradient);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #e85d7559}.shop-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e85d7573}.shop-btn:focus-visible{outline:2px solid white;outline-offset:2px}.shop-btn:active{transform:translateY(0)}.checkout-page{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.checkout-container{max-width:1400px;margin:0 auto}.checkout-header{text-align:center;margin-bottom:3rem;animation:slideInDown .6s ease-out}.checkout-header h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-header p{color:var(--text-light);font-size:1rem;font-weight:500}.progress-steps{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;gap:2rem}.step{display:flex;flex-direction:column;align-items:center;gap:.8rem;position:relative;animation:fadeIn .6s ease-out}.step-number{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;background:#fff;color:var(--text-light);border:2px solid var(--border-color);transition:var(--transition);box-shadow:var(--shadow-sm)}.step.active .step-number{background:var(--primary-gradient);color:#fff;border-color:transparent;box-shadow:0 4px 15px #e85d7559;transform:scale(1.1)}.step.completed .step-number{background:var(--success-gradient);color:#fff;border-color:transparent}.step-label{font-size:.95rem;font-weight:600;color:var(--text-dark);text-align:center}.step.active .step-label{color:var(--primary-color)}.step-line{width:100px;height:3px;background:var(--border-color);border-radius:2px;transition:var(--transition)}@media (max-width: 768px){.progress-steps{gap:1rem}.step-line{width:50px}}.alert{padding:1.2rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500;animation:slideInDown .4s ease-out;border-left:4px solid}.alert-error{background:var(--error-bg);color:#721c24;border-left-color:var(--error-color)}.alert-success{background:var(--success-bg);color:#155724;border-left-color:var(--success-color)}.checkout-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;margin-bottom:2rem}.checkout-main{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-lg);animation:slideInLeft .6s ease-out}.checkout-summary{animation:slideInRight .6s ease-out}.form-section{margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group textarea{padding:12px 14px;min-height:44px;border:2px solid var(--border-color);border-radius:10px;font-size:1rem;font-family:inherit;transition:var(--transition);background:#fff;color:var(--text-dark)}.form-group input:hover,.form-group textarea:hover{border-color:#cbd5e0;background:#e85d750a}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #e85d7529;background:#fff}.form-group input:focus-visible,.form-group textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.form-group textarea{resize:vertical;min-height:100px}.btn-primary,.btn-secondary,.btn-pay{padding:14px 28px;min-height:44px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.btn-primary{background:var(--primary-gradient);color:#fff;margin-top:1.5rem;box-shadow:0 4px 15px #e85d754d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #e85d7566}.btn-primary:focus-visible:not(:disabled){outline:2px solid white;outline-offset:2px}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:var(--text-dark);border:2px solid var(--border-color);margin-bottom:1rem;margin-right:1rem;width:auto;min-height:44px}.btn-secondary:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color);background:var(--bg-light);transform:translateY(-1px)}.btn-secondary:focus-visible:not(:disabled){outline:2px solid var(--primary-color);outline-offset:2px}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-pay{background:var(--secondary-gradient);color:#fff;margin-top:1.5rem;box-shadow:0 4px 15px #f5576c4d;position:relative;overflow:hidden}.btn-pay:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f5576c80}.btn-pay:focus-visible:not(:disabled){outline:2px solid white;outline-offset:2px}.btn-pay:active:not(:disabled){transform:translateY(0)}.btn-pay:disabled{opacity:.8;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.edit-btn{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:.9rem;font-weight:600;padding:.4rem .8rem;min-height:44px;min-width:44px;border-radius:6px;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.edit-btn:hover:not(:disabled){background:var(--bg-light);transform:scale(1.05)}.edit-btn:focus-visible:not(:disabled){outline:2px solid var(--primary-color);outline-offset:2px}.edit-btn:active:not(:disabled){transform:scale(1)}.edit-btn:disabled{opacity:.5;cursor:not-allowed}.review-section{animation:fadeIn .4s ease-out}.info-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;animation:slideInUp .5s ease-out}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;font-weight:700;color:var(--text-dark)}.info-card h3{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.card-content p{color:var(--text-light);margin-bottom:.5rem;line-height:1.6}.card-content p:first-child{color:var(--text-dark);font-weight:600}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;gap:1rem;align-items:center;padding:1rem;background:#fff;border-radius:10px;border:1px solid var(--border-color);transition:var(--transition);cursor:pointer}.order-item:hover{box-shadow:var(--shadow-sm);border-color:var(--primary-color);background:#e85d750a;transform:translateY(-1px)}.order-item:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 2px #e85d7529}.item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg-light)}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-name{font-weight:600;color:var(--text-dark);margin-bottom:.3rem}.item-qty{color:var(--text-light);font-size:.9rem}.item-price{font-weight:700;color:var(--primary-color);font-size:1.1rem;white-space:nowrap}.summary-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg);position:sticky;top:20px;animation:slideInRight .6s ease-out}.summary-card h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;color:var(--text-light);font-weight:500;border-bottom:1px solid var(--border-color)}.summary-item span:last-child{color:var(--text-dark);font-weight:600}.summary-item .free{color:var(--success-color);font-weight:700}.summary-divider{height:2px;background:linear-gradient(to right,transparent,var(--border-color) 10%,var(--border-color) 90%,transparent);margin:1.2rem 0}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;padding:1rem 0;background:linear-gradient(135deg,#e85d7514,#f4a2611a);padding:1rem .8rem;border-radius:10px}.summary-total span:last-child{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.free-shipping-badge{background:linear-gradient(135deg,#11998e,#38ef7d 20%,#11998e);color:#fff;padding:1rem;border-radius:10px;text-align:center;font-weight:600;margin-bottom:1.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #38ef7d66}50%{box-shadow:0 0 0 8px #38ef7d00}}.trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.badge{text-align:center;padding:1rem;background:var(--bg-light);border-radius:10px;transition:var(--transition);border:1px solid transparent;cursor:pointer}.badge:hover{background:#fff;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.badge:focus-within{outline:2px solid var(--primary-color);outline-offset:2px}.badge span{display:block;font-size:1.5rem;margin-bottom:.3rem}.badge p{font-size:.85rem;color:var(--text-light);margin:0;font-weight:500}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.checkout-page{padding:1.5rem 1rem}.checkout-container{max-width:100%}.checkout-content{grid-template-columns:1fr;gap:1.5rem}.checkout-main{padding:2rem}.summary-card{position:static}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.checkout-page{padding:1rem}.checkout-header h1{font-size:2rem}.checkout-header p{font-size:.95rem}.checkout-main{padding:1.5rem;border-radius:16px}.summary-card{padding:1.5rem}.progress-steps{margin-bottom:2rem;gap:1.5rem}.step-number{width:45px;height:45px;font-size:1rem}.step-label{font-size:.85rem}.step-line{width:50px}.section-title{font-size:1.3rem}.form-group input,.form-group textarea{padding:11px 12px;font-size:16px;min-height:44px}.btn-primary,.btn-secondary,.btn-pay{padding:12px 20px;font-size:.95rem;min-height:44px}.order-item{gap:.8rem}.item-image{width:70px;height:70px}.summary-total{font-size:1.2rem}}@media (max-width: 600px){.checkout-page{padding:.5rem;background:#fff}.checkout-container{padding:0}.checkout-header{margin-bottom:2rem;padding-top:1rem}.checkout-header h1{font-size:1.8rem}.checkout-header p{font-size:.9rem}.progress-steps{gap:.8rem;margin-bottom:1.5rem}.step-number{width:40px;height:40px;font-size:.9rem}.step-label{font-size:.75rem}.step-line{width:40px}.checkout-main{padding:1.2rem;border-radius:12px;margin-bottom:1rem}.summary-card{padding:1.2rem;border-radius:12px}.form-section{margin-bottom:1.5rem}.section-title{font-size:1.1rem;margin-bottom:1rem}.form-row{gap:1rem;margin-bottom:1rem}.form-group{gap:.4rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:10px 12px;font-size:16px;border-radius:8px;min-height:44px}.form-group textarea{min-height:90px}.btn-primary,.btn-secondary,.btn-pay{padding:11px 18px;font-size:.9rem;border-radius:10px;margin-top:1rem;min-height:44px}.btn-secondary{margin-bottom:.5rem;margin-right:.5rem;width:auto;display:inline-flex}.alert{padding:1rem 1.2rem;font-size:.9rem;border-radius:10px;margin-bottom:1.5rem}.info-card{padding:1.2rem;margin-bottom:1rem;border-radius:10px}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.edit-btn{margin-left:0;margin-top:.5rem}.card-content p{font-size:.95rem}.order-items{gap:.8rem}.order-item{gap:.7rem;padding:.8rem}.item-image{width:65px;height:65px}.item-name{font-size:.95rem}.item-qty{font-size:.85rem}.item-price{font-size:1rem}.summary-item{padding:.7rem 0;font-size:.95rem}.summary-divider{margin:1rem 0}.summary-total{font-size:1.1rem;padding:.8rem;margin-bottom:1rem}.free-shipping-badge{padding:.8rem;font-size:.9rem;margin-bottom:1rem}.trust-badges{gap:.8rem;margin-top:1rem;padding-top:1rem}.badge{padding:.8rem}.badge span{font-size:1.3rem}.badge p{font-size:.8rem}.empty-content{padding:2.5rem 1.5rem;max-width:100%}.empty-content h1{font-size:1.8rem}.empty-content p{font-size:1rem}.shop-btn{padding:12px 28px;font-size:.95rem;min-height:44px}}@media (max-width: 480px){.checkout-page{padding:.8rem .6rem}.checkout-header h1{font-size:1.6rem}.checkout-header p{font-size:.85rem}.progress-steps{gap:.5rem}.step-line{width:30px}.checkout-main,.summary-card{padding:1rem}.summary-card h3{font-size:1.1rem;margin-bottom:1rem}.section-title{font-size:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:9px 10px;font-size:16px;min-height:44px}.btn-primary,.btn-secondary,.btn-pay{padding:10px 16px;font-size:.85rem;min-height:44px}.btn-pay{margin-top:.8rem}.order-item{flex-direction:column;align-items:flex-start}.item-image{width:100%;height:150px}.item-price{width:100%;text-align:right}.trust-badges{grid-template-columns:1fr}.badge{padding:.8rem}.badge span{font-size:1.2rem}.badge p{font-size:.75rem}.empty-content{padding:2rem 1.2rem}.empty-content h1{font-size:1.5rem}.empty-content p{font-size:.95rem}.shop-btn{padding:10px 20px;font-size:.9rem;min-height:44px}}@media (max-width: 360px){.checkout-page{padding:.6rem .4rem}.checkout-header h1{font-size:1.4rem}.progress-steps{gap:.3rem}.step-number{width:35px;height:35px;font-size:.8rem}.step-label{font-size:.65rem}.checkout-main,.summary-card{padding:.8rem}.form-group input,.form-group textarea{padding:8px 10px;font-size:16px;min-height:44px}.btn-primary,.btn-secondary,.btn-pay{padding:9px 14px;font-size:.8rem;min-height:44px}.section-title{font-size:.95rem}.summary-item{font-size:.85rem}.badge{padding:.6rem}.badge span{font-size:1rem}}.auth-container{min-height:100vh;background:linear-gradient(135deg,#7c5cc8,#c4b5fd);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.auth-container:before,.auth-container:after{content:"";position:absolute;border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.auth-container:before{width:300px;height:300px;background:#fff;top:-100px;left:-100px;animation-delay:0s}.auth-container:after{width:200px;height:200px;background:#fff;bottom:-50px;right:-50px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.auth-wrapper{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:100%;padding:4rem 2rem;position:relative;z-index:1;animation:slideUp .6s ease both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;color:#333;margin:0 0 .5rem;font-weight:700}.auth-header p{color:#666;font-size:.95rem;margin:0}.auth-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{position:relative;display:flex;flex-direction:column}.form-group label{font-size:.85rem;font-weight:600;color:#333;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.form-group input{padding:12px 16px;min-height:44px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f9f9f9}.form-group input:hover{border-color:#d0d0d0;background:#fff}.form-group input:focus{outline:none;border-color:#7c5cc8;background:#fff;box-shadow:0 0 0 3px #e85d7529;transform:translateY(-2px)}.form-group input:focus-visible{outline:2px solid #7c5cc8;outline-offset:2px}.form-group input::placeholder{color:#bbb}.form-group.error input{border-color:#ff6b6b;background:#ff6b6b0d}.error-message{font-size:.85rem;color:#ff6b6b;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.auth-button{padding:12px 20px;min-height:44px;background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;border:2px solid transparent;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;margin-top:.5rem}.auth-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease}.auth-button:hover:before{left:100%}.auth-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #e85d7559}.auth-button:focus-visible{outline:none;border-color:#fff;box-shadow:0 10px 25px #e85d7559}.auth-button:active{transform:translateY(-1px)}.auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-loader{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#ccc}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.auth-footer{text-align:center;margin-top:1.5rem;color:#666;font-size:.95rem}.auth-footer a{color:#7c5cc8;text-decoration:none;font-weight:600;transition:color .3s ease;padding:.2rem .4rem;border-radius:4px;display:inline-block;min-height:44px;min-width:44px;display:inline-flex;align-items:center}.auth-footer a:hover{color:#c4b5fd;text-decoration:underline}.auth-footer a:focus-visible{outline:2px solid #7c5cc8;outline-offset:2px}.success-message{padding:1rem;background:#4caf501a;color:#4caf50;border-left:4px solid #4caf50;border-radius:6px;margin-bottom:1rem;animation:slideDown .3s ease}.input-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem;color:#bbb;pointer-events:none}.form-group.focused .input-icon{color:#7c5cc8}@media (max-width: 1024px){.auth-wrapper{padding:3rem 2rem}}@media (max-width: 768px){.auth-container{padding:1.5rem}.auth-wrapper{padding:2.5rem 1.5rem;max-width:100%}.auth-header h1{font-size:1.8rem}.auth-header p{font-size:.9rem}.auth-form{gap:1rem}.form-group input{padding:11px 14px;font-size:16px;min-height:44px}.auth-button{padding:11px 18px;min-height:44px;font-size:.95rem}}@media (max-width: 600px){.auth-container{padding:1rem .5rem;min-height:100vh}.auth-wrapper{padding:2rem 1.2rem;border-radius:16px;margin:auto}.auth-header h1{font-size:1.5rem;margin-bottom:.3rem}.auth-header p{font-size:.85rem}.auth-form{gap:.8rem}.form-group{gap:.4rem}.form-group label{font-size:.8rem}.form-group input{padding:10px 12px;font-size:16px;min-height:44px;border-radius:8px}.auth-button{padding:10px 16px;font-size:.9rem;min-height:44px;margin-top:.3rem}.error-message{font-size:.8rem}.auth-divider{gap:.8rem;margin:1rem 0}.auth-footer{font-size:.9rem;margin-top:1.2rem}.button-loader{width:14px;height:14px}.success-message{padding:.8rem;font-size:.85rem;border-radius:6px}}@media (max-width: 480px){.auth-container{padding:.8rem .4rem}.auth-wrapper{padding:1.5rem 1rem}.auth-header h1{font-size:1.3rem}.auth-header p{font-size:.8rem}.form-group input{padding:9px 10px;font-size:16px;min-height:44px}.auth-button{padding:9px 14px;font-size:.85rem;min-height:44px}.input-icon{right:.8rem;font-size:1rem}.auth-divider{margin:.8rem 0}.auth-form{gap:.6rem}}@media (max-width: 360px){.auth-wrapper{padding:1.2rem .8rem}.auth-header h1{font-size:1.2rem}.form-group input{padding:8px 10px;font-size:16px;min-height:44px}.auth-button{padding:8px 12px;font-size:.8rem;min-height:44px}.auth-divider,.auth-footer{font-size:.8rem}}.orders-page{padding:2.5rem 0 4rem}.orders-container{width:90%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.orders-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.orders-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--text-light);margin-bottom:.35rem}.orders-subtitle{color:var(--text-medium);margin-top:.4rem}.orders-last-updated{margin-top:.4rem;font-size:.8rem;color:var(--text-light)}.orders-header-actions{display:flex;gap:.75rem}.orders-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric-card{background:var(--grad-card);border-radius:16px;padding:1.2rem 1.4rem;box-shadow:var(--shadow-soft)}.metric-label{color:var(--text-light);font-size:.85rem}.metric-note{color:var(--text-light);font-size:.8rem;margin-top:.3rem}.orders-controls{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(2,minmax(0,1fr));gap:1rem;align-items:end}.search-field input,.filter-group select{width:100%;padding:.7rem .9rem;border-radius:12px;border:1px solid var(--border-light);background:#fff;color:var(--text-dark)}.filter-group label{display:block;font-size:.8rem;color:var(--text-medium);margin-bottom:.35rem}.orders-list{display:flex;flex-direction:column;gap:1.25rem}.order-card{background:var(--grad-card);border-radius:18px;padding:1.5rem;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1.25rem}.order-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.order-id{font-weight:600}.order-meta{color:var(--text-light);margin-top:.25rem}.order-header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.status-pill{padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.status-processing{background:#f59e0b26;color:#b45309}.status-shipped{background:#3b82f626;color:#1d4ed8}.status-success{background:#10b98126;color:#047857}.status-cancelled{background:#ef444426;color:#b91c1c}.status-refunded{background:#f4a2612e;color:#b45309}.status-default{background:#6b728026;color:#374151}.order-summary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem;border-radius:14px;background:#fff9}.summary-block{display:flex;flex-direction:column;gap:.35rem}.summary-label{font-size:.8rem;color:var(--text-light)}.inline-link{color:var(--primary);font-weight:600;text-decoration:none}.order-progress{background:#ffffffa6;padding:1rem;border-radius:14px}.cancel-hint{margin-top:.75rem;font-size:.8rem;color:var(--text-medium)}.cancel-hint strong{color:#b91c1c}.progress-track{position:relative}.progress-track:before{content:"";position:absolute;top:8px;left:0;right:0;height:2px;background:var(--border-light)}.progress-line{position:absolute;top:8px;left:0;height:2px;background:var(--primary)}.progress-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;position:relative}.progress-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;font-size:.75rem;color:var(--text-light)}.progress-step .step-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--border-light);background:#fff;z-index:1}.progress-step.active{color:var(--text-dark)}.progress-step.active .step-dot{border-color:var(--primary);background:var(--primary)}.progress-step.current .step-dot{box-shadow:0 0 0 6px #e85d752e}.progress-step .step-date{font-size:.7rem;color:var(--text-light)}.cancelled-banner{background:#ef44441f;padding:.9rem 1rem;border-radius:12px;color:#991b1b;font-weight:600;text-align:center}.order-items h4{margin-bottom:.75rem}.items-list{display:flex;flex-direction:column;gap:.6rem}.item-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;border-radius:12px;background:#fff;border:1px solid var(--border-light)}.item-name{font-weight:600}.item-qty{color:var(--text-light);font-size:.85rem}.item-price{font-weight:600}.order-actions{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.order-details{background:#fff9;border-radius:14px;padding:1rem}.details-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.detail-label{font-size:.75rem;color:var(--text-light)}.detail-value{font-weight:600;margin-top:.25rem}.orders-empty{background:var(--grad-card);padding:2.5rem;border-radius:18px;text-align:center;box-shadow:var(--shadow-soft)}.btn-primary,.btn-outline,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:999px;font-weight:600;text-decoration:none;font-size:.9rem}.btn-primary{background:var(--grad-button);color:#fff;border:none}.btn-outline{background:#fff;border:1px solid var(--border-light);color:var(--text-dark);box-shadow:none}.btn-danger{background:#ef44441f;border:1px solid rgba(239,68,68,.4);color:#b91c1c}.btn-danger:hover{background:#ef444433}.btn-ghost{background:transparent;border:1px solid transparent;color:var(--text-medium);box-shadow:none}.btn-outline:hover,.btn-ghost:hover{transform:none;box-shadow:none;background:var(--bg-lighter)}@media (max-width: 1024px){.orders-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-controls{grid-template-columns:minmax(0,1fr)}.order-summary-row,.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.orders-header{flex-direction:column}.order-header{flex-direction:column;align-items:flex-start}.order-header-actions{justify-content:flex-start}.order-summary-row,.details-grid{grid-template-columns:minmax(0,1fr)}.progress-steps{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1rem}}:root{--primary: #7c5cc8;--secondary: #8bd0b0;--accent: #e9d5ff;--dark: #2f2a2a;--light: #f8f5ff;--border: #e8defc;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15)}*{box-sizing:border-box}.news-feed-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#fbf8ff,#f2edff);padding:20px}.news-header{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);border-radius:16px;padding:40px 30px;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-lg);color:#fff}.header-content h1{margin:0 0 8px;font-size:2.2em;font-weight:700}.header-content p{margin:0;font-size:1.1em;opacity:.95}.header-stats{display:flex;gap:20px;font-size:1em;font-weight:600}.header-stats span{background:#fff3;padding:8px 16px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header-stats span:hover{background:#ffffff4d;transform:translateY(-2px)}.search-section{margin-bottom:30px;display:flex;justify-content:center}.search-box{width:100%;max-width:600px}.search-input{width:100%;padding:14px 20px;min-height:44px;font-size:1em;border:2px solid var(--border);border-radius:12px;background:#fff;transition:all .3s ease;box-shadow:var(--shadow-sm)}.search-input:hover{border-color:var(--primary)}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ff6b6b1a;transform:translateY(-2px)}.search-input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.search-input::placeholder{color:#999}.category-tabs{display:flex;gap:12px;margin-bottom:30px;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch}.category-tabs::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar-track{background:#e0e0e0;border-radius:10px}.category-tabs::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.category-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;min-height:44px;border:2px solid var(--border);background:#fff;border-radius:20px;font-size:.95em;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:var(--shadow-sm)}.category-btn:hover{border-color:var(--secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.category-btn:active{transform:translateY(0)}.category-btn.active{background:linear-gradient(135deg,var(--secondary) 0%,#8bd0b0 100%);color:#fff;border-color:transparent;box-shadow:var(--shadow-md)}.category-icon{font-size:1.2em}.category-text{display:inline}@media (max-width: 768px){.category-text{font-size:.82em}}.news-content{max-width:1400px;margin:0 auto}.featured-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:40px}.featured-card{position:relative;height:300px;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:var(--shadow-lg);transition:all .4s ease}.featured-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0003}.featured-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.featured-card:hover .featured-image{transform:scale(1.08)}.featured-overlay h2{margin:0 0 10px;font-size:1.4em;font-weight:700;line-height:1.3}.featured-overlay p{margin:0 0 15px;font-size:.9em;opacity:.95}.featured-badge{display:inline-block;background:var(--accent);color:var(--dark);padding:6px 12px;border-radius:6px;font-size:.8em;font-weight:700;margin-bottom:10px;width:fit-content}.featured-meta{display:flex;gap:15px;font-size:.9em;font-weight:600}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:40px}@media (max-width: 768px){.articles-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}}@media (max-width: 480px){.articles-grid{grid-template-columns:1fr}}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;border:2px solid transparent}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.article-card:focus-within{border-color:var(--primary);box-shadow:var(--shadow-lg)}.article-card.featured{border:2px solid var(--accent)}.card-image-wrapper{position:relative;width:100%;padding-top:66.67%;overflow:hidden;background:linear-gradient(135deg,#f0e6ff,#e0f4ff)}.card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .card-image{transform:scale(1.06)}.card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0}.article-card:hover .card-overlay{background:#0006;opacity:1}.card-actions{display:flex;gap:12px}.action-btn{background:#fff;border:none;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;font-size:1.3em;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center}.action-btn:hover{transform:scale(1.1);box-shadow:var(--shadow-lg)}.action-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.action-btn:active{transform:scale(1)}.action-btn.saved{color:var(--primary)}.card-content{padding:16px;flex-grow:1;display:flex;flex-direction:column}.card-header{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.source-badge{background:#e3f2fd;color:#1976d2;padding:4px 8px;border-radius:4px;font-size:.75em;font-weight:600;text-transform:uppercase}.category-badge{background:#f3e5f5;color:#7b1fa2;padding:4px 8px;border-radius:4px;font-size:.75em;font-weight:600;text-transform:capitalize}.card-title{margin:0 0 10px;font-size:1.1em;font-weight:700;color:var(--dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-description{margin:0 0 12px;font-size:.9em;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.card-stats{display:flex;gap:10px;margin:10px 0;padding:10px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;font-size:.85em;color:#666;font-weight:600}.card-stats span{display:flex;align-items:center;gap:4px}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:.85em;color:#999}.read-more{color:var(--primary);font-weight:700;transition:transform .2s ease}.article-card:hover .read-more{transform:translate(4px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{font-size:1.1em;color:#666;font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;text-align:center;padding:40px 20px;background:#fff;border-radius:16px;box-shadow:var(--shadow-md)}.empty-icon{font-size:4em}.empty-state h2{margin:0;color:var(--dark);font-size:1.5em}.empty-state p{margin:0;color:#666;font-size:1em}.load-more-container{display:flex;justify-content:center;margin:40px 0}.load-more-btn{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border:none;padding:14px 32px;min-height:44px;font-size:1em;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md)}.load-more-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.load-more-btn:focus-visible{outline:2px solid white;outline-offset:2px}.load-more-btn:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:#fff;border:none;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;font-size:1.5em;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f5f5f5;transform:scale(1.1)}.modal-close:focus-visible{outline:2px solid #333;outline-offset:2px}.modal-close:active{transform:scale(1)}.modal-header{position:relative;height:300px;overflow:hidden;border-radius:16px 16px 0 0}.modal-image{width:100%;height:100%;object-fit:cover}.modal-header-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg,#0000004d,#000c);padding:20px;color:#fff}.modal-source{display:inline-block;background:var(--primary);color:#fff;padding:6px 12px;border-radius:6px;font-size:.85em;font-weight:700;margin-bottom:10px}.modal-header-info h1{margin:0;font-size:1.8em;font-weight:700;line-height:1.3}.modal-body{padding:30px}.modal-meta{background:#f5f7fa;padding:16px;border-radius:12px;margin-bottom:24px}.meta-row{display:flex;gap:16px;flex-wrap:wrap;font-weight:600;color:var(--dark);font-size:.95em}.article-section{margin-bottom:24px}.article-section h2{margin:0 0 12px;font-size:1.3em;color:var(--dark);font-weight:700}.article-section p{margin:0;line-height:1.7;color:#555;text-align:justify}.modal-actions{display:flex;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0;flex-wrap:wrap}.action-button{flex:1;min-width:120px;padding:12px 20px;min-height:44px;border:2px solid var(--border);background:#fff;border-radius:8px;font-size:.95em;font-weight:700;cursor:pointer;transition:all .3s ease}.action-button:hover{transform:translateY(-2px)}.action-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.action-button:active{transform:translateY(0)}.save-button{color:var(--primary);border-color:var(--primary)}.save-button:hover,.save-button.saved{background:var(--primary);color:#fff}.share-button{color:var(--secondary);border-color:var(--secondary)}.share-button:hover{background:var(--secondary);color:#fff}.read-button{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border:none;text-decoration:none;display:flex;align-items:center;justify-content:center;min-height:44px}.read-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.read-button:focus-visible{outline:2px solid white;outline-offset:2px}@media (max-width: 1024px){.news-feed-container{padding:1.5rem}.featured-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.news-header{flex-direction:column;gap:16px;align-items:flex-start;text-align:left;padding:2rem 1.5rem;margin-bottom:2rem}.header-content h1{font-size:1.8em}.header-content p{font-size:1em}.header-stats{width:100%;justify-content:space-between}.header-stats span{padding:6px 12px;font-size:.9em}.featured-section{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2rem}.featured-card{height:250px}.featured-overlay h2{font-size:1.2em}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem}.modal-content{max-height:95vh;border-radius:16px 16px 0 0}.modal-header{height:250px}.modal-header-info h1{font-size:1.5em}.modal-body{padding:20px}.modal-actions{flex-direction:column}.action-button{min-width:100%}.modal-close{width:44px;height:44px}}@media (max-width: 600px){.news-feed-container{padding:1rem}.news-header{padding:1.5rem 1rem;margin-bottom:1.5rem;border-radius:12px}.header-content h1{font-size:1.5em}.header-content p{font-size:.95em}.header-stats{flex-direction:column;gap:.8rem;font-size:.85em}.search-box{max-width:100%}.search-input{padding:12px 16px;font-size:16px;min-height:44px}.category-tabs{gap:8px;margin-bottom:1.5rem}.category-btn{padding:8px 12px;font-size:.85em;min-height:44px}.featured-section{margin-bottom:2rem}.featured-card{height:200px}.featured-overlay h2{font-size:1.1em}.featured-overlay p{font-size:.85em}.featured-meta{font-size:.8em}.articles-grid{grid-template-columns:1fr;gap:1rem}.article-card{border-radius:10px}.card-content{padding:12px}.card-title{font-size:1em}.card-description{font-size:.85em}.card-stats{font-size:.8em}.load-more-container{margin:2rem 0}.load-more-btn{padding:11px 24px;min-height:44px;font-size:.95em}.modal-overlay{padding:0}.modal-content{max-width:100%;border-radius:16px 16px 0 0;max-height:100vh}.modal-header{height:200px}.modal-header-info{padding:1.5rem 1rem}.modal-header-info h1{font-size:1.3em}.modal-body{padding:1rem}.modal-meta{padding:1rem;font-size:.9em}.meta-row{gap:1rem}.article-section h2{font-size:1.1em}.modal-actions{gap:8px;margin-top:1rem}.action-button{padding:10px 16px;font-size:.9em;min-height:44px}.empty-state{padding:2rem 1rem}.empty-state h2{font-size:1.3em}.empty-icon{font-size:3em}}@media (max-width: 480px){.news-feed-container{padding:.8rem}.news-header{padding:1.2rem 1rem;margin-bottom:1.2rem}.header-content h1{font-size:1.3em;margin-bottom:.2rem}.header-stats{font-size:.8em;gap:.6rem}.header-stats span{padding:4px 8px}.category-tabs{gap:6px}.category-btn{padding:6px 10px;font-size:.8em;min-height:44px}.category-icon{font-size:1em}.featured-section{margin-bottom:1.5rem;gap:.8rem}.featured-card{height:180px}.featured-overlay h2{font-size:1em;margin-bottom:6px}.featured-badge{padding:4px 8px;font-size:.75em}.articles-grid{gap:.8rem}.card-content{padding:10px}.card-title{font-size:.95em;margin-bottom:8px}.card-description{font-size:.8em;display:none}.card-stats{margin:8px 0;font-size:.75em}.card-footer{font-size:.8em}.load-more-btn{padding:10px 20px;min-height:44px;font-size:.9em}.modal-header{height:180px}.modal-header-info h1{font-size:1.2em;line-height:1.2}.modal-body{padding:.8rem}.article-section h2{font-size:1em}.article-section p{font-size:.9em}.modal-meta{padding:.8rem;font-size:.85em}.modal-actions{gap:6px}.action-button{padding:8px 12px;font-size:.8em;min-height:44px;min-width:100%}.modal-close{width:40px;height:40px;top:12px;right:12px;font-size:1.3em}.loading-container{min-height:300px}.spinner{width:40px;height:40px;border-width:3px}.empty-state{padding:1.5rem 1rem}.empty-icon{font-size:2.5em}.empty-state h2{font-size:1.2em}.empty-state p{font-size:.9em}}.business-badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ff8e72);color:#fff;padding:8px 14px;border-radius:8px;font-size:.85em;font-weight:700;margin-bottom:10px;animation:badge-pulse 2s infinite}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.business-metrics{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0;padding:10px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.metric{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:6px;font-size:.85em;font-weight:600;background:#f5f7fa;border:1px solid #e0e0e0;transition:all .3s ease}.metric:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.profit-high{background:linear-gradient(135deg,#d4fc79,#96f34d);border-color:#96f34d;color:#2c3e50}.profit-very\ high{background:linear-gradient(135deg,#a8e6cf,#56ab2f);border-color:#56ab2f;color:#fff}.profit-medium{background:linear-gradient(135deg,#ffd89b,#ff9a56);border-color:#ff9a56;color:#fff}.profit-low{background:linear-gradient(135deg,#fecaca,#fca5a5);border-color:#fca5a5;color:#fff}.startup-cost{background:linear-gradient(135deg,#bfdbfe,#60a5fa);border-color:#60a5fa;color:#fff}.difficulty-easy{background:linear-gradient(135deg,#d1fae5,#10b981);border-color:#10b981;color:#fff}.difficulty-medium{background:linear-gradient(135deg,#fed7aa,#f59e0b);border-color:#f59e0b;color:#fff}.difficulty-hard{background:linear-gradient(135deg,#fecaca,#ef4444);border-color:#ef4444;color:#fff}.entrepreneur-tips-section{background:linear-gradient(135deg,#f8f9fa,#f0e6ff);border-radius:16px;padding:30px;margin-bottom:40px;border:2px solid var(--border)}.tips-header{text-align:center;margin-bottom:30px}.tips-header h2{margin:0 0 10px;font-size:1.8em;color:var(--dark)}.tips-header p{margin:0;color:#666;font-size:1em}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.tip-card{background:#fff;padding:20px;border-radius:12px;border:2px solid var(--border);transition:all .3s ease;text-align:center;box-shadow:var(--shadow-sm)}.tip-card:hover{transform:translateY(-4px);border-color:var(--secondary);box-shadow:var(--shadow-md)}.tip-icon{font-size:2em;margin-bottom:10px;display:block}.tip-card h4{margin:12px 0 10px;font-size:1.1em;color:var(--dark)}.tip-card p{margin:0;color:#666;font-size:.95em;line-height:1.5}.business-info-section{background:linear-gradient(135deg,#f8f9fa,#f0e6ff);border-radius:12px;padding:20px;margin:20px 0;border-left:4px solid var(--primary)}.business-info-section h3{margin:0 0 15px;color:var(--dark);font-size:1.1em}.business-details{display:flex;flex-direction:column;gap:12px}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e0e0e0}.detail-item:last-child{border-bottom:none}.detail-item strong{color:var(--dark);font-weight:600}.detail-item span{padding:6px 12px;border-radius:6px;background:#fff;border:1px solid #e0e0e0;font-weight:600}.detail-item span.status.high{background:linear-gradient(135deg,#d4fc79,#96f34d);color:#2c3e50;border:none}.detail-item span.status.very\ high{background:linear-gradient(135deg,#a8e6cf,#56ab2f);color:#fff;border:none}.detail-item span.status.medium{background:linear-gradient(135deg,#ffd89b,#ff9a56);color:#fff;border:none}.detail-item span.status.easy{background:linear-gradient(135deg,#d1fae5,#10b981);color:#fff;border:none}.business-button{background:linear-gradient(135deg,var(--primary) 0%,#ff8e72 100%);color:#fff;border:none}.business-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff6b6b4d}.featured-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0006,#000000b3);padding:20px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;transition:all .3s ease}.featured-badge{display:inline-block;background:var(--accent);color:var(--dark);padding:6px 12px;border-radius:6px;font-size:.8em;font-weight:700;margin-bottom:10px;width:fit-content;animation:badge-glow 1.5s infinite}@keyframes badge-glow{0%,to{box-shadow:0 0 8px transparent}50%{box-shadow:0 0 16px #ffd93d99}}.resources-section{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;padding:30px;margin-bottom:40px;border:2px solid var(--border)}.resources-header{text-align:center;margin-bottom:30px}.resources-header h2{margin:0;font-size:1.8em;color:var(--dark)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.resource-card{background:#fff;padding:20px;border-radius:12px;border:2px solid #e0e0e0;transition:all .3s ease;box-shadow:var(--shadow-sm)}.resource-card:hover{transform:translateY(-4px);border-color:var(--secondary);box-shadow:var(--shadow-md)}.resource-icon{font-size:2em;margin-bottom:10px;display:block}.resource-card h4{margin:10px 0 15px;font-size:1.1em;color:var(--dark)}.resource-card ul{margin:0;padding:0;list-style:none}.resource-card li{margin:8px 0}.resource-card a{color:var(--primary);text-decoration:none;font-weight:600;font-size:.95em;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.resource-card a:hover{color:var(--secondary);transform:translate(3px)}.resource-card a:after{content:"↗";opacity:0;transition:all .3s ease}.resource-card a:hover:after{opacity:1}@media (max-width: 768px){.resources-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.resources-section{padding:20px}.resource-card{padding:15px}.resource-icon{font-size:1.8em}}.featured-opportunities-banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:40px;margin-top:20px}.opportunity-item{padding:20px;border-radius:12px;border-left:6px solid var(--primary);background:#fff;box-shadow:var(--shadow-md);transition:all .3s ease;position:relative;overflow:hidden}.opportunity-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary))}.opportunity-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.opportunity-high{border-left-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#fff)}.opportunity-high:before{background:linear-gradient(90deg,#10b981,#059669)}.opportunity-medium{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.opportunity-medium:before{background:linear-gradient(90deg,#f59e0b,#d97706)}.opportunity-challenge{border-left-color:var(--secondary);background:linear-gradient(135deg,#f0fdfa,#fff)}.opportunity-challenge:before{background:linear-gradient(90deg,var(--secondary),#14b8a6)}.opportunity-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:.8em;font-weight:700;margin-bottom:10px}.opportunity-high .opportunity-badge{background:#d1fae5;color:#065f46}.opportunity-medium .opportunity-badge{background:#fed7aa;color:#92400e}.opportunity-challenge .opportunity-badge{background:#ccfbf1;color:#134e4a}.opportunity-item h3{margin:10px 0;color:var(--dark);font-size:1.2em}.opportunity-item p{margin:12px 0;color:#666;font-size:.95em;line-height:1.5}.profit-badge{display:inline-block;padding:8px 14px;border-radius:8px;background:linear-gradient(135deg,#d4fc79,#96f34d);color:#2c3e50;font-weight:700;font-size:.9em;margin-top:10px}.join-challenge-btn{display:block;width:100%;padding:12px;margin-top:15px;background:linear-gradient(135deg,var(--primary) 0%,#ff8e72 100%);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.join-challenge-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff6b6b4d}@media (max-width: 768px){.featured-opportunities-banner{grid-template-columns:1fr;gap:15px}.opportunity-item{padding:15px}.opportunity-item h3{font-size:1.1em}}.trending-topics-section{background:#fff;border-radius:16px;padding:30px;margin-bottom:40px;border:2px solid var(--border);box-shadow:var(--shadow-md)}.trending-topics-section h2{margin:0 0 10px;font-size:1.8em;color:var(--dark)}.section-subtitle{margin:0 0 25px;color:#666;font-size:1em}.trending-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 1.5fr 1.5fr 1.5fr;background:linear-gradient(135deg,#f0e6ff,#e8f5e9);padding:16px 20px;font-weight:700;color:var(--dark);border-bottom:2px solid var(--border)}.table-row{display:grid;grid-template-columns:2fr 1.5fr 1.5fr 1.5fr;padding:16px 20px;border-bottom:1px solid var(--border);align-items:center;transition:all .3s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f5f7fa;transform:translate(2px)}.col{display:flex;align-items:center;gap:8px}.topic-name{font-weight:600;color:var(--dark)}.demand-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:8px;font-size:.85em;font-weight:600;white-space:nowrap}.demand-high{background:linear-gradient(135deg,#d1fae5,#10b981);color:#fff}.demand-very-high{background:linear-gradient(135deg,#a8e6cf,#059669);color:#fff}.demand-growing{background:linear-gradient(135deg,#fed7aa,#f59e0b);color:#fff}.profit-level{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:8px;font-size:.85em;font-weight:600;white-space:nowrap}.profit-very-high{background:linear-gradient(135deg,#d4fc79,#65a30d);color:#fff}.profit-high{background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff}.profit-medium{background:linear-gradient(135deg,#93c5fd,#3b82f6);color:#fff}@media (max-width: 768px){.table-header,.table-row{grid-template-columns:1.5fr 1fr 1fr}.col:nth-child(2){display:none}.table-header>:nth-child(2),.table-row>:nth-child(2){display:none}.trending-topics-section{padding:20px}.trending-topics-section h2{font-size:1.5em}}@media (max-width: 480px){.trending-table{border:none;border-radius:0}.table-header{display:none}.table-row{grid-template-columns:1fr;padding:12px;border-bottom:2px solid var(--border)}.table-row:before{content:attr(data-label);display:block;font-weight:700;color:var(--dark);margin-bottom:8px}.col{justify-content:space-between}}@media (max-width: 768px){.tips-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.entrepreneur-tips-section{padding:20px}.tip-card{padding:15px}.tip-icon{font-size:1.8em}}@media print{.news-feed-container{background:#fff}.modal-overlay{display:none}.article-card{break-inside:avoid;page-break-inside:avoid}}.user-profile-page{min-height:100vh;background:linear-gradient(135deg,#f7f4ff,#d8d2f6);padding:2rem 1rem}.profile-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;overflow:hidden}.profile-header{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;padding:2.5rem 2rem;text-align:center}.profile-header h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.profile-header p{font-size:1.1rem;margin:0;opacity:.9}.profile-tabs{display:flex;border-bottom:2px solid #e9ecef;background:#f8f9fa;overflow-x:auto}.tab-button{flex:1;min-width:120px;padding:1.2rem 1.5rem;background:none;border:none;font-size:.95rem;font-weight:600;color:#6c757d;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-button:hover{color:#495057;background:#fff}.tab-button.active{color:#7c5cc8;border-bottom-color:#7c5cc8;background:#fff}.profile-content{padding:2.5rem 2rem;min-height:400px}.profile-section,.addresses-section,.orders-section{animation:fadeIn .4s ease}.profile-section h2,.addresses-section h2,.orders-section h2{font-size:1.8rem;color:#2c3e50;margin:0 0 2rem;font-weight:700}.profile-info{background:#f8f9fa;padding:2rem;border-radius:10px;margin-bottom:2rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e9ecef}.info-item:last-child{border-bottom:none}.info-item label{font-weight:600;color:#495057;min-width:120px}.info-item span{color:#2c3e50;font-size:1rem}.profile-form{background:#f8f9fa;padding:2rem;border-radius:10px}.form-group label{display:block;font-weight:600;color:#495057;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7c5cc8;box-shadow:0 0 0 3px #e85d7529}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions button{padding:.75rem 1.5rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;min-height:44px}.btn-primary{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px}.btn-secondary{background:#e9ecef;color:#495057;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px}.btn-secondary:focus-visible{outline:2px solid #495057;outline-offset:2px}.addresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.addresses-header h2{margin:0}.address-form-card{background:#f8f9fa;padding:2rem;border-radius:10px;margin-bottom:2rem;border:2px solid #7c5cc8}.address-form-card h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1.5rem}.address-form{display:flex;flex-direction:column;gap:1rem}.addresses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.address-card{background:#fff;border:2px solid #e9ecef;border-radius:10px;padding:1.5rem;transition:all .3s ease;position:relative}.address-card:hover{border-color:#7c5cc8;box-shadow:0 4px 12px #e85d7533;transform:translateY(-4px)}.address-card.default{border-color:#7c5cc8;background:#e85d750a}.default-badge{display:inline-block;background:#7c5cc8;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.address-info h4{display:flex;align-items:center;gap:.75rem;margin:0 0 .75rem;color:#2c3e50;font-size:1.1rem}.address-type-badge{display:inline-block;background:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:auto}.address-info p{margin:.4rem 0;color:#6c757d;font-size:.95rem;line-height:1.4}.phone-info{font-weight:600;color:#7c5cc8}.instructions{background:#fff3cd;padding:.75rem;border-radius:6px;color:#856404;font-size:.9rem;margin-top:.75rem!important;border-left:3px solid #ffc107}.address-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.btn-link{background:none;border:none;color:#7c5cc8;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;padding:.4rem .8rem;min-height:44px;display:flex;align-items:center}.btn-link:hover{color:#c4b5fd;text-decoration:underline}.btn-link:focus-visible{outline:2px solid #7c5cc8;outline-offset:2px;border-radius:4px}.btn-link.delete{color:#e74c3c}.btn-link.delete:hover{color:#c0392b}.btn-link.edit{color:#7c5cc8}.empty-state{text-align:center;padding:3rem 2rem;background:#f8f9fa;border-radius:10px;border:2px dashed #dee2e6}.empty-state p{margin:.5rem 0;color:#6c757d;font-size:1rem}.empty-state p:first-child{font-weight:600;font-size:1.1rem;color:#495057}.orders-section{text-align:center}.orders-section button{margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.profile-header{padding:1.5rem 1rem}.profile-header h1{font-size:1.8rem}.profile-header p{font-size:.95rem}.profile-content{padding:1.5rem 1rem}.profile-tabs{overflow-x:auto}.tab-button{padding:1rem .75rem;font-size:.85rem;min-width:100px}.addresses-header{flex-direction:column;align-items:stretch}.addresses-header button{width:100%}.addresses-list,.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.address-form-card{padding:1.5rem 1rem}}@media (max-width: 480px){.profile-container{border-radius:0}.user-profile-page{padding:0}.profile-header{padding:1.5rem .75rem}.profile-header h1{font-size:1.5rem}.profile-content{padding:1rem}.tab-button{padding:.75rem .5rem;font-size:.75rem}.address-info h4{font-size:1rem}.address-actions{flex-direction:column}.btn-link{width:100%;justify-content:flex-start}}.policy-page,.faq-page,.help-page{min-height:100vh;background:linear-gradient(135deg,#f7f4ff,#d8d2f6);padding:2rem 1rem}.policy-container,.faq-container,.help-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;overflow:hidden}.policy-header,.faq-header,.help-header{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;padding:2.5rem 2rem;text-align:center}.policy-header h1,.faq-header h1,.help-header h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.policy-header p,.faq-header p,.help-header p{font-size:1.1rem;margin:0;opacity:.9}.policy-content,.faq-content,.help-content{padding:2rem}.policy-section,.faq-category{margin-bottom:2rem}.policy-section h2,.faq-category h2{font-size:1.6rem;color:#2c3e50;margin:0 0 1.5rem;font-weight:700;border-bottom:3px solid #7c5cc8;padding-bottom:.75rem}.category-title{font-size:1.5rem;color:#7c5cc8;margin:2rem 0 1.5rem!important;border:none!important;padding:0!important;font-weight:600}.highlight-box{background:linear-gradient(135deg,#7c5cc815,#c4b5fd15);border-left:4px solid #7c5cc8;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.highlight-box p{margin:.75rem 0;color:#2c3e50;line-height:1.6;font-size:.95rem}.highlight-box strong{color:#7c5cc8}.policy-list{display:grid;gap:1.5rem}.list-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.list-item h4{margin:0 0 1rem;color:#2c3e50;font-size:1.05rem}.list-item ul{margin:0;padding-left:1.5rem}.list-item li{margin:.5rem 0;color:#6c757d;line-height:1.6}.not-returnable{background:#fff3cd;padding:1.5rem;border-radius:8px;border-left:4px solid #ffc107}.not-returnable ul{margin:0;padding-left:1.5rem}.not-returnable li{margin:.5rem 0;color:#856404;line-height:1.6}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:1.5rem}.step{background:#fff;border:2px solid #e9ecef;padding:1.5rem;border-radius:8px;text-align:center;position:relative;transition:all .3s ease}.step:hover{border-color:#7c5cc8;box-shadow:0 4px 12px #e85d7533;transform:translateY(-4px)}.step-number{display:inline-block;width:40px;height:40px;background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;border-radius:50%;line-height:40px;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.step h4{margin:.75rem 0;color:#2c3e50;font-size:1rem}.step p{margin:0;color:#6c757d;font-size:.9rem;line-height:1.4}.faq-items{display:grid;gap:1rem}.faq-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.faq-question{width:100%;padding:1.25rem;background:#f8f9fa;border:none;font-size:.95rem;font-weight:600;color:#2c3e50;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:44px}.faq-question:hover{background:#e9ecef;padding-left:1.5rem}.faq-question:focus-visible{outline:2px solid #7c5cc8;outline-offset:-2px}.faq-question.active{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff}.q-text{flex:1}.q-icon{font-size:1.5rem;font-weight:700;flex-shrink:0}.faq-answer{padding:1.25rem;background:#fff;border-top:1px solid #e9ecef;animation:slideDown .3s ease}.faq-answer p{margin:0;color:#6c757d;line-height:1.6;font-size:.95rem}.refund-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-bottom:1.5rem}.method-card{background:#fff;border:2px solid #e9ecef;padding:1.5rem;border-radius:8px;text-align:center;transition:all .3s ease}.method-card:hover{border-color:#7c5cc8;box-shadow:0 4px 12px #e85d7533}.method-card h4{margin:0 0 .5rem;color:#2c3e50;font-size:.95rem}.method-card p{margin:0;color:#6c757d;font-size:.85rem;line-height:1.4}.policy-note{background:#e7f3ff;border-left:4px solid #0d6efd;padding:1.5rem;border-radius:8px;margin:2rem 0}.policy-note h4{margin-top:0;color:#0d6efd}.policy-note ul{margin:1rem 0 0;padding-left:1.5rem}.policy-note li{color:#004085;margin:.5rem 0;line-height:1.5}.contact-section{text-align:center;margin-top:2rem;padding-top:2rem;border-top:2px solid #e9ecef}.contact-section h2{border:none!important;padding:0!important;margin-bottom:.5rem!important}.contact-section p{color:#6c757d;margin-bottom:1.5rem}.contact-buttons,.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#7c5cc8,#c4b5fd);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;text-decoration:none;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e85d7559}.btn-primary:focus-visible{outline:2px solid #7c5cc8;outline-offset:2px}.btn-secondary{background:#e9ecef;color:#495057;padding:.75rem 1.5rem;border:none;border-radius:6px;text-decoration:none;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:#dee2e6;transform:translateY(-2px)}.help-cta{background:linear-gradient(135deg,#7c5cc815,#c4b5fd15);border:2px solid #7c5cc8;padding:2rem;border-radius:10px;text-align:center;margin-top:2rem}.help-cta h2{border:none!important;margin-bottom:.5rem!important}.help-cta p{color:#6c757d;margin-bottom:1.5rem}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.contact-card{background:#fff;border:2px solid #e9ecef;padding:2rem;border-radius:10px;text-align:center;transition:all .3s ease}.contact-card:hover{border-color:#7c5cc8;box-shadow:0 8px 20px #e85d7538;transform:translateY(-8px)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{margin:1rem 0 .5rem;color:#2c3e50;font-size:1.1rem}.contact-info{font-weight:600;margin:.75rem 0}.contact-info a{color:#7c5cc8;text-decoration:none}.contact-info a:hover{text-decoration:underline}.description{color:#6c757d;font-size:.9rem;margin:0!important}.quick-links-section{margin-bottom:3rem}.quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.quick-link{background:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:center;transition:all .3s ease;border:2px solid transparent}.quick-link:hover{background:#e9ecef;border-color:#7c5cc8}.quick-link a{color:#7c5cc8;text-decoration:none;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:.5rem}.quick-link a:hover{color:#c4b5fd}.quick-link-icon{font-size:2rem}.issues-section,.contact-form-section{margin-bottom:2rem}.issues-section h2{border:none!important;padding:0!important}.response-times{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.time-card{background:linear-gradient(135deg,#7c5cc815,#c4b5fd15);border:2px solid #7c5cc8;padding:1.5rem;border-radius:8px;text-align:center}.time-card h4{margin:0 0 .5rem;color:#7c5cc8}.time-card p{margin:0;color:#2c3e50;font-weight:600}.contact-form{background:#f8f9fa;padding:2rem;border-radius:8px;max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#7c5cc8;box-shadow:0 0 0 3px #e85d7529}.form-group textarea{resize:vertical;min-height:120px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.policy-header,.faq-header,.help-header{padding:1.5rem 1rem}.policy-header h1,.faq-header h1,.help-header h1{font-size:1.8rem}.policy-content,.faq-content,.help-content{padding:1.5rem}.process-steps,.refund-methods{grid-template-columns:repeat(2,1fr)}.contact-buttons,.cta-buttons,.contact-methods{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}}@media (max-width: 480px){.policy-page,.faq-page,.help-page{padding:0}.policy-container,.faq-container,.help-container{border-radius:0}.policy-content,.faq-content,.help-content{padding:1rem}.policy-header h1,.faq-header h1,.help-header h1{font-size:1.5rem}.policy-section h2,.faq-category h2{font-size:1.3rem}.process-steps,.refund-methods{grid-template-columns:1fr}.faq-question{padding:1rem;font-size:.9rem}.faq-answer{padding:1rem}.contact-methods{grid-template-columns:1fr}.quick-links{grid-template-columns:repeat(2,1fr)}.response-times{grid-template-columns:1fr}.contact-card{padding:1rem}}#root{width:100%;max-width:none;min-height:100vh;margin:0;padding:0;text-align:initial}
