@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";:root{--primary: #6366F1;--primary-light: #818CF8;--primary-dark: #4F46E5;--secondary: #EC4899;--secondary-light: #F472B6;--secondary-dark: #DB2777;--accent: #F59E0B;--accent-light: #FBBF24;--accent-dark: #D97706;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--info: #3B82F6;--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--gradient-primary: linear-gradient(135deg, #6366F1 0%, #EC4899 100%);--gradient-secondary: linear-gradient(135deg, #EC4899 0%, #F59E0B 100%);--gradient-accent: linear-gradient(135deg, #F59E0B 0%, #10B981 100%);--gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);--gradient-card: linear-gradient(145deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .6) 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-glow: 0 0 40px rgba(99, 102, 241, .3);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.68, -.55, .265, 1.55);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Poppins", "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--gray-800);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:5rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section-title{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.section-subtitle{font-size:1.125rem;color:var(--gray-500);margin-bottom:3rem}@media(min-width:768px){.section-title{font-size:2.5rem}.section-subtitle{font-size:1.25rem}}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3)}.glass-dark{background:#1e293bcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--transition)}.header.scrolled{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:48px;height:48px;background:var(--gradient-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;box-shadow:var(--shadow-lg)}.logo-text{display:flex;flex-direction:column}.logo-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gray-900);line-height:1.2}.logo-tagline{font-size:.75rem;color:var(--gray-500);font-weight:500}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-link{font-size:.95rem;font-weight:500;color:var(--gray-600);transition:var(--transition);position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:var(--transition);border-radius:var(--radius-full)}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.nav-cta{padding:.625rem 1.5rem;background:var(--gradient-primary);color:#fff;font-weight:600;border-radius:var(--radius-full);transition:var(--transition);box-shadow:var(--shadow-md)}.nav-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg),var(--shadow-glow)}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{width:24px;height:2px;background:var(--gray-700);border-radius:var(--radius-full);transition:var(--transition)}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:last-child{transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;top:0;right:0;width:280px;height:100vh;background:var(--white);box-shadow:var(--shadow-2xl);padding:5rem 1.5rem 2rem;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:1000;will-change:transform}.mobile-nav.open{transform:translate(0)}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-link{font-size:1.125rem;font-weight:500;color:var(--gray-700);padding:.5rem 0;border-bottom:1px solid var(--gray-100);transition:var(--transition)}.mobile-nav-link:hover{color:var(--primary)}.mobile-overlay{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s;z-index:999;will-change:opacity}.mobile-overlay.open{opacity:1;visibility:visible}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e0e7ff,#fce7f3)}.hero-bg{position:absolute;inset:0;overflow:hidden;z-index:0}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.hero-blob-1{width:600px;height:600px;background:var(--primary-light);top:-200px;right:-200px}.hero-blob-2{width:500px;height:500px;background:var(--secondary-light);bottom:-150px;left:-150px;animation-delay:-5s}.hero-blob-3{width:400px;height:400px;background:var(--accent-light);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding-top:6rem}@media(min-width:1024px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem;padding-top:0}}.hero-text h1{font-family:var(--font-display);font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.hero-text h1{font-size:3.5rem}}@media(min-width:1024px){.hero-text h1{font-size:4rem}}.hero-text p{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-image{position:relative}.hero-image-wrapper{position:relative;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-2xl);transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:var(--transition-slow)}.hero-image-wrapper:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.hero-image-wrapper img{width:100%;height:auto;display:block}.hero-floating{position:absolute;animation:bounce 3s ease-in-out infinite}.hero-floating-1{top:-30px;right:-20px;animation-delay:0s}.hero-floating-2{bottom:-20px;left:-30px;animation-delay:-1s}.hero-floating-3{top:40%;right:-40px;animation-delay:-2s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-item{text-align:center;padding:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.stat-value{font-family:var(--font-display);font-size:1.75rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--radius-full);transition:var(--transition);cursor:pointer}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl),0 0 30px #6366f166}.btn-secondary{background:#fff;color:var(--gray-700);border:2px solid var(--gray-200)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--gray-600)}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.btn-icon{width:44px;height:44px;padding:0;border-radius:var(--radius-md)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.featured-products{background:var(--gray-50)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.product-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(145deg,#e0e7ff,#fce7f3)}.product-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.product-card:hover .product-image img{transform:scale(1.05)}.product-category{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;background:var(--gradient-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px}.product-info{padding:1.25rem}.product-name{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.product-meta{display:flex;align-items:center;justify-content:space-between;color:var(--gray-500);font-size:.875rem}.collections{background:#fff}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(4,1fr)}}.collection-card{position:relative;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;cursor:pointer;box-shadow:var(--shadow);transition:var(--transition)}.collection-card:hover{box-shadow:var(--shadow-xl)}.collection-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7) 100%);z-index:1;transition:var(--transition)}.collection-card:hover:before{background:linear-gradient(180deg,transparent 30%,rgba(99,102,241,.85) 100%)}.collection-card img{width:100%;height:100%;object-fit:cover}.collection-info{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;z-index:2;color:#fff}.collection-name{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.collection-count{font-size:.875rem;opacity:.9}.about{background:linear-gradient(180deg,var(--gray-50) 0%,white 100%)}.about-content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.about-content{grid-template-columns:1fr 1fr;gap:5rem}}.about-text h2{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.about-text p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.8}.mission-vision{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mission-card,.vision-card{padding:1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:4px solid}.mission-card{border-color:var(--primary)}.vision-card{border-color:var(--secondary)}.mission-card h3,.vision-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-card{padding:2rem 1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;transition:var(--transition);display:flex;flex-direction:column;align-items:center}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.value-icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.value-card h4{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.value-description{font-size:.875rem;color:var(--gray-500);line-height:1.5;margin:0}.stats-section{padding:4rem 0;background:var(--gradient-primary);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center}.stat-card .stat-value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:#fff;-webkit-text-fill-color:white}.stat-card .stat-label{color:#fffc;margin-top:.5rem}.contact{background:var(--gray-50)}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.contact-content{grid-template-columns:1fr 1fr;gap:4rem}}.contact-info h2{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-info p{color:var(--gray-600);margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:44px;height:44px;background:var(--gradient-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-item-content h4{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.contact-item-content p{font-size:.95rem;color:var(--gray-600);margin:0}.contact-item-content a{color:var(--primary);transition:var(--transition)}.contact-item-content a:hover{color:var(--primary-dark)}.whatsapp-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#25d366;color:#fff;font-weight:600;border-radius:var(--radius-lg);margin-top:1.5rem;transition:var(--transition)}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.contact-form-wrapper{background:#fff;padding:2rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.form-input,.form-textarea{padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);font-size:1rem;transition:var(--transition);width:100%;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-textarea{min-height:150px;resize:vertical}.form-input::placeholder,.form-textarea::placeholder{color:var(--gray-400)}.map-container{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);margin-top:2rem}.map-container iframe{width:100%;height:250px;border:none}.footer{background:var(--gray-900);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand .logo-name{color:#fff}.footer-brand .logo-tagline{color:var(--gray-400)}.footer-brand p{color:var(--gray-400);margin-top:1rem;font-size:.95rem;line-height:1.7}.footer-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--gray-400);font-size:.95rem;transition:var(--transition)}.footer-link:hover{color:#fff}.footer-socials{display:flex;gap:.75rem;margin-top:1rem}.social-link{width:40px;height:40px;background:var(--gray-800);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:var(--transition)}.social-link:hover{background:var(--primary);color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid var(--gray-800);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom p{color:var(--gray-500);font-size:.875rem}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:260px;background:var(--gray-900);padding:1.5rem;display:none;flex-direction:column}@media(min-width:1024px){.admin-sidebar{display:flex}}.admin-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-800)}.admin-logo .logo-name{color:#fff;font-size:1.125rem}.admin-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.admin-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:var(--gray-400);font-weight:500;border-radius:var(--radius-md);transition:var(--transition)}.admin-nav-link:hover,.admin-nav-link.active{background:var(--gray-800);color:#fff}.admin-nav-link.active{background:var(--primary)}.admin-main{flex:1;background:var(--gray-50);min-height:100vh}.admin-header{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between}.admin-title{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.admin-content{padding:1.5rem}@media(min-width:768px){.admin-content{padding:2rem}}.admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}@media(min-width:768px){.admin-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.admin-stat-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.admin-stat-card h3{font-size:.875rem;font-weight:500;color:var(--gray-500);margin-bottom:.5rem}.admin-stat-card .value{font-size:2rem;font-weight:700;color:var(--gray-900)}.inventory-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.inventory-header{flex-direction:row;align-items:center;justify-content:space-between}}.inventory-search{display:flex;gap:1rem;flex:1;max-width:400px}.search-input{flex:1;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);font-size:.95rem}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.inventory-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.inventory-card:hover{box-shadow:var(--shadow-lg)}.inventory-image{aspect-ratio:1/1;background:var(--gray-100);position:relative;overflow:hidden}.inventory-image img{width:100%;height:100%;object-fit:cover}.inventory-badge{position:absolute;top:.5rem;left:.5rem;padding:.2rem .5rem;background:var(--primary);color:#fff;font-size:.65rem;font-weight:600;border-radius:var(--radius-full)}.inventory-content{padding:.75rem}.inventory-name{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inventory-category{font-size:.75rem;color:var(--gray-500);margin-bottom:.75rem}.inventory-stock{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--gray-50);border-radius:var(--radius-md);margin-bottom:.5rem}.stock-label{font-size:.875rem;color:var(--gray-500)}.stock-value{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.inventory-count{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:var(--gray-50);border-radius:var(--radius-md)}.count-value{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.count-buttons{display:flex;gap:.25rem}.count-btn{width:28px;height:28px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;transition:var(--transition)}.count-btn.decrease{background:var(--gray-200);color:var(--gray-600)}.count-btn.decrease:hover{background:var(--error);color:#fff}.count-btn.increase{background:var(--primary);color:#fff}.count-btn.increase:hover{background:var(--primary-dark)}.inventory-actions{display:flex;gap:.75rem;margin-top:.75rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.inventory-actions button{flex:1;padding:.875rem 1rem;border-radius:var(--radius-md);font-size:1rem;font-weight:600;transition:var(--transition);min-height:48px}.edit-btn{background:var(--gray-100);color:var(--gray-700)}.edit-btn:hover{background:var(--gray-200)}.delete-btn{background:var(--gray-100);color:var(--error)}.delete-btn:hover{background:#ef44441a}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem}.login-card{width:100%;max-width:400px;background:#fff;padding:2.5rem;border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl)}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.login-header p{color:var(--gray-500)}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{padding:.875rem;background:#ef44441a;border:1px solid var(--error);border-radius:var(--radius-md);color:var(--error);font-size:.875rem;text-align:center}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.modal{width:100%;max-width:500px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl)}.modal-header{padding:1.5rem;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between}.modal-header h2{font-size:1.25rem;font-weight:600;color:var(--gray-900)}.modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--gray-500);transition:var(--transition)}.modal-close:hover{background:var(--gray-100);color:var(--gray-900)}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--gray-100);display:flex;gap:.75rem;justify-content:flex-end}.image-upload{border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:2rem;text-align:center;cursor:pointer;transition:var(--transition)}.image-upload:hover{border-color:var(--primary);background:#6366f10d}.image-upload.has-image{padding:0;border-style:solid;overflow:hidden}.image-upload img{width:100%;height:200px;object-fit:cover}.image-upload-content{color:var(--gray-500)}.image-upload-content svg{margin-bottom:.5rem}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow)}.empty-state svg{width:80px;height:80px;color:var(--gray-300);margin-bottom:1.5rem}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.empty-state p{color:var(--gray-500);margin-bottom:1.5rem}.text-center{text-align:center}.mb-0{margin-bottom:0}.mt-2{margin-top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;color:var(--gray-700);transition:var(--transition)}.cart-btn:hover{background:var(--gray-100);color:var(--primary)}.cart-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:var(--secondary);color:#fff;font-size:.65rem;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center}.header-mobile-actions{display:flex;align-items:center;gap:.25rem}@media(min-width:1024px){.header-mobile-actions{display:none}}.cart-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#fff;z-index:1001;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200)}.cart-header h2{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:var(--gray-900)}.cart-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border:none;border-radius:var(--radius-md);cursor:pointer;color:var(--gray-600);transition:var(--transition)}.cart-close:hover{background:var(--gray-200);color:var(--gray-900)}.cart-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--gray-400)}.cart-empty p{margin:1rem 0 1.5rem;color:var(--gray-500)}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius-lg)}.cart-item-image{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:#fff}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gray-200);color:var(--gray-400)}.cart-item-details{flex:1;min-width:0}.cart-item-details h4{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-category{font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.cart-item-price{font-size:.95rem;font-weight:600;color:var(--primary)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:var(--radius-md);padding:.25rem}.quantity-controls button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border:none;border-radius:var(--radius-sm);cursor:pointer;color:var(--gray-700);transition:var(--transition)}.quantity-controls button:hover{background:var(--primary);color:#fff}.quantity-controls span{min-width:28px;text-align:center;font-weight:600;font-size:.95rem}.cart-item-remove{background:transparent;border:none;cursor:pointer;color:var(--gray-400);padding:.25rem;transition:var(--transition)}.cart-item-remove:hover{color:var(--error)}.cart-footer{padding:1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-subtotal span:first-child{color:var(--gray-600)}.cart-subtotal-value{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.cart-shipping-note{font-size:.75rem;color:var(--gray-500);margin-bottom:1rem}.products-page{padding:6rem 0 4rem;min-height:100vh;background:var(--gray-50)}.products-header{text-align:center;margin-bottom:2rem}.products-header h1{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.products-subtitle{color:var(--gray-500);font-size:1rem}.products-filters{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow);margin-bottom:2rem;align-items:center}.search-wrapper{position:relative;flex:1;min-width:200px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none}.search-input{width:100%;padding:.875rem 2.5rem;border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:.95rem;transition:var(--transition)}.search-input:focus{outline:none;border-color:var(--primary)}.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:var(--gray-200);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray-600)}.search-clear:hover{background:var(--gray-300)}.category-filter{display:flex;align-items:center;gap:.5rem;color:var(--gray-600)}.category-select{padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:.95rem;background:#fff;cursor:pointer;min-width:180px}.category-select:focus{outline:none;border-color:var(--primary)}.clear-filters{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--gray-100);border:none;border-radius:var(--radius-lg);color:var(--gray-700);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.clear-filters:hover{background:var(--gray-200)}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;color:var(--gray-500)}.products-loading p{margin-top:1rem}.products-empty{display:flex;flex-direction:column;align-items:center;padding:6rem 0;text-align:center;color:var(--gray-400)}.products-empty h3{font-size:1.5rem;color:var(--gray-700);margin-top:1rem;margin-bottom:.5rem}.products-empty p{color:var(--gray-500);margin-bottom:1.5rem}.product-quick-add{position:absolute;bottom:1rem;right:1rem;width:44px;height:44px;background:#fff;border:none;border-radius:50%;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary);opacity:0;transform:translateY(10px);transition:var(--transition)}.product-card:hover .product-quick-add{opacity:1;transform:translateY(0)}.product-quick-add:hover{background:var(--primary);color:#fff}.product-price{font-weight:600;color:var(--primary)}.product-stock{font-size:.75rem;color:var(--success);font-weight:500}.collection-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff}.product-modal{background:#fff;border-radius:var(--radius-2xl);width:90%;max-width:900px;max-height:90vh;overflow:hidden;position:relative}.product-modal .modal-close{position:absolute;top:1rem;right:1rem;z-index:10;width:44px;height:44px;background:#fff;box-shadow:var(--shadow-md)}.product-modal-content{display:grid;grid-template-columns:1fr}@media(min-width:768px){.product-modal-content{grid-template-columns:1fr 1fr}}.product-modal-image{min-height:400px;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center}.product-modal-image img{width:100%;height:100%;object-fit:cover}.product-modal-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-300)}.product-modal-details{padding:2rem;display:flex;flex-direction:column}.product-modal-category{display:inline-block;padding:.375rem .875rem;background:var(--gradient-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;width:fit-content}.product-modal-name{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.product-modal-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.product-modal-description{color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.product-modal-stock{margin-bottom:1.5rem}.stock-available{color:var(--success);font-weight:500;font-size:.95rem}.stock-unavailable{color:var(--error);font-weight:500;font-size:.95rem}.product-modal-quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-modal-quantity>span{color:var(--gray-600);font-weight:500}.product-modal-quantity .quantity-controls{background:var(--gray-100);padding:.5rem}.product-modal-quantity .quantity-controls button{width:36px;height:36px}.product-modal-quantity .quantity-controls span{min-width:40px;font-size:1.1rem}.product-modal-add{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.product-modal-add .add-total{margin-left:auto;font-size:1rem}.product-modal-bulk{text-align:center;font-size:.875rem;color:var(--gray-500)}.product-modal-bulk a{color:var(--primary);font-weight:500}.product-modal-bulk a:hover{text-decoration:underline}.checkout-page{padding:6rem 0 4rem;min-height:100vh;background:var(--gray-50)}.checkout-back{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--gray-600);font-size:.95rem;font-weight:500;cursor:pointer;margin-bottom:1.5rem;transition:var(--transition)}.checkout-back:hover{color:var(--primary)}.checkout-title{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.checkout-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.checkout-content{grid-template-columns:1fr 1fr;gap:3rem}}.checkout-form-section,.checkout-summary-section{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow)}.checkout-form-section h2,.checkout-summary-section h2{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.checkout-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;text-align:center;color:var(--gray-400)}.checkout-empty h2{font-size:1.5rem;color:var(--gray-700);margin-top:1rem}.checkout-empty p{color:var(--gray-500);margin-bottom:1.5rem}.checkout-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.checkout-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--gray-50);border-radius:var(--radius-md)}.checkout-item-image{width:50px;height:50px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff}.checkout-item-image img{width:100%;height:100%;object-fit:cover}.checkout-item-details{flex:1;min-width:0}.checkout-item-details h4{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-item-details p{font-size:.75rem;color:var(--gray-500)}.checkout-item-price{font-weight:600;color:var(--gray-900);white-space:nowrap}.checkout-totals{padding-top:1rem;border-top:1px solid var(--gray-200);margin-bottom:1.5rem}.checkout-total-row{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--gray-600);font-size:.95rem}.checkout-total-row.total{font-size:1.25rem;font-weight:700;color:var(--gray-900);padding-top:1rem;margin-top:.5rem;border-top:2px solid var(--gray-300)}.checkout-submit{width:100%;margin-bottom:1rem}.checkout-note{font-size:.75rem;color:var(--gray-500);text-align:center;line-height:1.5}.form-error{font-size:.75rem;color:var(--error);margin-top:.25rem}.order-success{max-width:500px;margin:0 auto;text-align:center;padding:3rem 2rem;background:#fff;border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg)}.success-icon{width:120px;height:120px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--success)}.order-success h1{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.success-message{color:var(--gray-600);margin-bottom:1.5rem}.order-number-box{display:inline-flex;flex-direction:column;padding:1rem 2rem;background:var(--gray-100);border-radius:var(--radius-lg);margin-bottom:1rem}.order-number-box span{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}.order-number-box strong{font-size:1.5rem;color:var(--gray-900);font-family:var(--font-mono, monospace)}.success-email{font-size:.875rem;color:var(--gray-500);margin-bottom:2rem}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.admin-layout{display:block}.admin-sidebar{position:fixed;left:-280px;top:0;height:100vh;width:280px;z-index:1001;transition:left .3s ease;background:var(--gray-900);display:flex;flex-direction:column;padding:1.5rem}.admin-sidebar.open{left:0}.admin-main{margin-left:0;padding:1rem}.admin-header{padding:1rem;flex-direction:column;gap:1rem;align-items:flex-start}.admin-title{font-size:1.25rem}.admin-stats{grid-template-columns:repeat(2,1fr);gap:.75rem}.admin-stat-card{padding:1rem}.admin-stat-card .value{font-size:1.5rem}.admin-stats{grid-template-columns:repeat(2,1fr)!important}.inventory-actions{flex-direction:row;gap:.5rem}.inventory-actions button{flex:1;font-size:.85rem;padding:.6rem .75rem}.inventory-header{flex-direction:column;gap:1rem;align-items:stretch}.inventory-search{flex-direction:column;gap:.75rem}.inventory-search select,.inventory-search input{width:100%!important}.inventory-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.inventory-name{font-size:.75rem}.inventory-content{padding:.5rem}.count-btn{width:24px;height:24px}.count-value{font-size:1rem}.inventory-actions button{font-size:.7rem;padding:.35rem .5rem}}@media(max-width:480px){.admin-stats{grid-template-columns:repeat(2,1fr)!important;gap:.5rem}.admin-stat-card{padding:.75rem}.admin-stat-card .value{font-size:1.25rem}.admin-stat-card .label{font-size:.7rem}.inventory-grid{grid-template-columns:1fr}.admin-main{padding:.75rem}}@media(max-width:768px){.modal{width:95vw;max-width:none;max-height:90vh;margin:1rem}.modal-body{max-height:60vh;overflow-y:auto}.modal-footer{flex-wrap:wrap;gap:.5rem}.modal-footer button{flex:1;min-width:120px}.product-modal{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;display:flex;flex-direction:column;overflow:hidden}.product-modal .modal-close{position:absolute;top:.75rem;right:.75rem;z-index:100;background:#fff;box-shadow:var(--shadow-lg)}.product-modal-content{flex-direction:column;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.product-modal-image{min-height:250px;max-height:35vh;width:100%;flex-shrink:0}.product-modal-details{padding:1.25rem 1.25rem 1rem;flex:1;display:flex;flex-direction:column}.product-modal-name{font-size:1.25rem}.product-modal-bulk{display:none}.product-modal-add{margin-top:auto;border-radius:var(--radius-lg);justify-content:center}.product-modal-add .add-total{display:none}}@media(max-width:768px){.products-page{padding-top:80px}.products-header h1{font-size:1.75rem}.products-filters{flex-direction:column;gap:.75rem;align-items:stretch}.products-filters .search-wrapper,.products-filters .category-filter,.products-filters select{width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-name{font-size:.875rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}@media(max-width:768px){.checkout-page{padding-top:80px}.checkout-grid{grid-template-columns:1fr;gap:1.5rem}.checkout-form,.order-summary{padding:1rem}}@media(max-width:768px){.hero{min-height:auto;padding:80px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;gap:.75rem}.hero-cta .btn{width:100%}}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:1.5rem}.collections-grid{grid-template-columns:1fr;gap:1rem}.collection-card{aspect-ratio:16/10}.collection-info{padding:1rem}.collection-name{font-size:1.125rem}.collection-count{font-size:.875rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.value-card{padding:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-content>div{display:flex;flex-direction:column;align-items:center}.footer-links{align-items:center}.footer-links .footer-link{justify-content:center}.footer-contact-item{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;text-align:center}.footer-contact-item svg{flex-shrink:0;margin-top:.25rem}.footer-socials{justify-content:center}.footer-bottom{flex-direction:column;gap:.5rem}}@media(max-width:480px){.collections-grid,.values-grid{grid-template-columns:1fr}.cart-drawer{width:100vw}}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--gray-700)}@media(max-width:768px){.mobile-menu-btn{display:flex}}.admin-menu-toggle{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:1001;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;border:none;box-shadow:0 4px 20px #6366f166;cursor:pointer;align-items:center;justify-content:center}@media(max-width:768px){.admin-menu-toggle{display:flex}}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:998}.sidebar-overlay.active{display:block}@media(min-width:769px)and (max-width:1024px){.admin-sidebar{width:220px}.admin-layout{grid-template-columns:220px 1fr}.inventory-grid{grid-template-columns:repeat(3,1fr)}}
