.home-container{min-height:100vh;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f8fafc}.spinner{width:50px;height:50px;border:5px solid #e2e8f0;border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{font-size:18px;color:#667eea;text-align:center}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:1000}.logo h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:24px;font-weight:700}.nav{display:flex;align-items:center;gap:24px}.nav-link{color:#4a5568;text-decoration:none;font-weight:500;transition:color .2s ease;background:none;border:none;padding:0;font:inherit;cursor:pointer}.nav-link:hover{color:#667eea}.user-menu{display:flex;align-items:center;gap:12px;position:relative}.profile-photo{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.user-greeting{color:#334155;font-weight:500;font-size:14px}.user-dropdown{position:relative;display:inline-block}.dropdown-btn{background:none;border:none;color:#667eea;cursor:pointer;padding:4px;font-size:12px}.dropdown-content{display:none;position:absolute;right:0;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1000;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden}.user-dropdown:hover .dropdown-content{display:block}.dropdown-item{color:#334155;padding:12px 16px;text-decoration:none;display:block;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:14px;transition:background-color .2s}.dropdown-item:hover{background-color:#f1f5f9}.logout-btn{border-top:1px solid #e2e8f0;color:#dc2626}.logout-btn:hover{background-color:#fef2f2}.user-menu:before{content:"";position:absolute;top:-4px;right:-4px;width:8px;height:8px;background-color:#10b981;border-radius:50%;border:2px solid white}.cart-container{position:relative;display:inline-block}.cart-button{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:transform .2s ease}.cart-button:hover{transform:translateY(-2px)}.cart-count{background:#fff3;padding:2px 6px;border-radius:12px;font-size:12px}.cart-dropdown{position:fixed;bottom:20px;right:20px;width:400px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;border:1px solid rgba(226,232,240,.8);z-index:1000;display:flex;flex-direction:column}.close-cart-btn{position:absolute;top:10px;right:30px;background:transparent;border:none;font-size:20px;color:#333;cursor:pointer;z-index:10;transition:color .2s ease}.close-cart-btn:hover{color:#e53e3e}.cart-header{flex-shrink:0;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.cart-header h3{font-size:18px;font-weight:700;color:#2d3748;margin:0}.empty-cart{padding:40px 20px;text-align:center;color:#718096}.empty-cart span{font-size:48px;margin-top:16px;display:block;opacity:.5}.cart-items-list{padding:10px;overflow-y:auto;font-weight:700}.cart-item-dropdown{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.cart-item-dropdown:hover{background:#f8fafc}.cart-item-dropdown:last-child{border-bottom:none}.cart-button-wrapper{position:relative;display:inline-block}.bubble-message{position:absolute;top:130%;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px;border-radius:12px;font-size:15px;white-space:nowrap;box-shadow:0 4px 12px #0003;z-index:1000;animation:fadeInOut 2.5s ease}.bubble-arrow{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #764ba2}.item-image-small{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0}.item-image-small img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-details h4{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 4px}.item-price-small{font-size:14px;color:#667eea;font-weight:700;margin:0 0 8px}.quantity-controls{display:flex;align-items:center;gap:8px}.quantity-btn{background:#f1f5f9;border:1px solid #e2e8f0;width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:600;color:#4a5568;transition:all .2s ease}.quantity-btn:hover{background:#e2e8f0;color:#2d3748}.quantity{font-size:14px;font-weight:600;color:#2d3748;min-width:20px;text-align:center}.remove-item{background:none;border:none;font-size:16px;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;opacity:.6}.remove-item:hover{background:#fed7d7;opacity:1}.cart-summary{flex-shrink:0;padding:16px 20px;border-top:1px solid #e2e8f0;background:#f8fafc;position:sticky}.cart-summary .precio{display:flex;justify-content:space-between;font-weight:700;margin-bottom:10px}.checkout-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero-text h2{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-text p{font-size:18px;margin-bottom:32px;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-button{padding:16px 32px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-button.primary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.hero-button.primary:hover{background:#ffffff4d;transform:translateY(-2px)}.hero-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.hero-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.hero-image img{width:100%;height:300px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0003}.user-dashboard{padding:60px 0;background-color:#f8fafc}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px}.dashboard-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.dashboard-card h3{color:#1e293b;margin:0 0 8px;font-size:18px;font-weight:600}.dashboard-card p{color:#64748b;margin:0 0 16px;font-size:14px;line-height:1.5}.card-link{color:#667eea;text-decoration:none;font-weight:500;font-size:14px;background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.card-link:hover{color:#5a67d8;text-decoration:underline}.products-section{padding:80px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:36px;font-weight:700;color:#2d3748;margin-bottom:0}.section-header p{font-size:18px;color:#718096}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .2s ease;border:1px solid rgba(226,232,240,.8);position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.product-image{width:100%;height:auto;object-fit:contain;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.product-card:hover .product-image img{transform:scale(1.05)}.favorite-btn{position:absolute;top:12px;right:12px;background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#64748b;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.favorite-btn:hover{background:#ef44441a;color:#ef4444;transform:scale(1.1)}.product-info{padding:24px}.product-name{font-size:18px;font-weight:600;color:#2d3748;margin-bottom:8px}.product-price{font-size:24px;font-weight:700;color:#667eea;margin-bottom:16px}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.footer{background:#2d3748;color:#e2e8f0;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3,.footer-section h4{margin-bottom:16px;color:#fff}.footer-section h3{font-size:20px;font-weight:700}.footer-section h4{font-size:16px;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section a{color:#a0aec0;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #4a5568;color:#a0aec0}.member-status{color:#667eea;font-size:14px;margin-top:8px;font-weight:500}@media (max-width: 768px){.user-menu{flex-direction:column;gap:8px;align-items:flex-end}.user-greeting{font-size:12px}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-text h2{font-size:32px}.hero-buttons{justify-content:center}.hero-button{font-size:14px;padding:12px 24px}.dashboard-cards{grid-template-columns:1fr}.dropdown-content{right:-20px;min-width:140px}.cart-dropdown{width:calc(100vw - 40px);right:20px;left:20px}}.dropdown-btn:focus,.hero-button:focus,.card-link:focus,.favorite-btn:focus,.nav-link:focus{outline:2px solid #667eea;outline-offset:2px}.home-container *{transition:color .2s ease,background-color .2s ease,transform .2s ease}.checkout-container{min-height:100vh;background-color:#f8fafc}.empty-checkout{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.empty-message{text-align:center;background:#fff;padding:60px 40px;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid rgba(226,232,240,.8);max-width:500px}.empty-message h2{font-size:28px;font-weight:700;color:#2d3748;margin-bottom:16px}.empty-message p{font-size:16px;color:#718096;margin-bottom:32px}.continue-shopping{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;display:inline-block;transition:all .2s ease}.continue-shopping:hover{transform:translateY(-2px);box-shadow:0 12px 24px #667eea4d}.checkout-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:24px;font-weight:700;text-decoration:none}.logo{text-decoration:none}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px}.breadcrumb a{color:#667eea;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#5a6fd8}.breadcrumb span{color:#718096}.checkout-content{max-width:1200px;margin:0 auto;padding:40px 20px}.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}.checkout-form-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d;border:1px solid rgba(226,232,240,.8)}.form-section{margin-bottom:40px}.form-section:last-child{margin-bottom:0}.form-section h2{font-size:24px;font-weight:700;color:#2d3748;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:20px}.form-group label{display:block;color:#374151;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#374151;background:#fff;transition:all .2s ease;outline:none}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#a0aec0}.payment-methods{margin-bottom:32px}.payment-option{margin-bottom:16px}.payment-option input[type=radio]{display:none}.payment-label{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.payment-option input[type=radio]:checked+.payment-label{border-color:#667eea;background:#667eea0d}.payment-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px}.payment-label strong{color:#2d3748;font-size:16px}.payment-label p{color:#718096;font-size:14px;margin:4px 0 0}.card-form,.pse-form{margin-top:16px;padding:20px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.pay-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:24px}.pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px #667eea4d}.pay-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.order-summary{position:sticky;top:90px}.summary-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid rgba(226,232,240,.8)}.summary-card h2{font-size:20px;font-weight:700;color:#2d3748;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.cart-items{margin-bottom:24px}.cart-item{display:flex;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cart-item:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover}.item-info{flex:1}.item-info h4{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:4px}.item-info p{font-size:12px;color:#718096;margin-bottom:2px}.item-price{font-weight:700!important;color:#667eea!important}.summary-totals{margin-bottom:24px}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px}.total-row:last-child{margin-bottom:0}.total-final{font-size:18px;padding-top:12px;border-top:2px solid #e2e8f0;color:#2d3748}.security-info{background:#f8fafc;padding:16px;border-radius:8px;border:1px solid #e2e8f0}.security-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;color:#4a5568}.security-item:last-child{margin-bottom:0}.security-icon{font-size:14px}@media (max-width: 1024px){.checkout-grid{grid-template-columns:1fr;gap:32px}.order-summary{position:static;order:-1}}@media (max-width: 768px){.checkout-content{padding:24px 16px}.checkout-form-section{padding:24px 20px}.form-row{grid-template-columns:1fr}.header-content{flex-direction:column;height:auto;padding:16px 20px;gap:12px}.summary-card{padding:20px}}@media (max-width: 480px){.checkout-content{padding:20px 12px}.checkout-form-section{padding:20px 16px}.form-section h2{font-size:20px}.payment-label{padding:12px;gap:12px}.payment-icon{width:32px;height:32px;font-size:18px}.summary-card{padding:16px}}.profile-edit-container{min-height:100vh;background-color:#f8fafc}.profile-edit-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:50}.header-content{max-width:1536px;margin:0 auto;padding:0 20px;height:70px}.header-flex{display:flex;align-items:center;justify-content:space-between;height:100%}.header-left{display:flex;align-items:center;gap:16px}.back-button{display:flex;align-items:center;gap:8px;color:#4a5568;background:none;border:none;font-weight:500;cursor:pointer;transition:color .2s ease;padding:8px 0}.back-button:hover{color:#667eea}.header-divider{width:1px;height:24px;background-color:#d1d5db}.page-title{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.save-button-loading{animation:spin 1s linear infinite;border-radius:50%;height:16px;width:16px;border:2px solid white;border-top-color:transparent}.success-message{position:fixed;top:96px;right:24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 10px 25px #00000026;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{max-width:1024px;margin:0 auto;padding:32px 20px}.content-space{display:flex;flex-direction:column;gap:24px}.loading-container{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(226,232,240,.8);padding:32px}.loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 0}.loading-spinner{animation:spin 1s linear infinite;border-radius:50%;height:48px;width:48px;border:4px solid #667eea;border-top-color:transparent;margin-bottom:16px}.loading-text{color:#4a5568;font-weight:500;margin-bottom:8px}.loading-subtext{color:#718096;font-size:14px}.section-header{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(226,232,240,.8);padding:24px;margin-bottom:0;text-align:left}.section-header-content{display:flex;align-items:center;gap:16px}.section-icon{background:linear-gradient(135deg,#667eea,#764ba2);padding:12px;border-radius:50%;color:#fff}.section-title{font-size:24px;font-weight:700;color:#2d3748;margin:0}.section-subtitle{color:#4a5568}.sap-container{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(226,232,240,.8);overflow:hidden}.sap-content{min-height:1000px;padding:24px;width:100%}.sap-loading{display:flex;flex-direction:column;gap:24px}.sap-placeholder{text-align:center;padding:32px;border:2px dashed #d1d5db;border-radius:8px}.sap-placeholder-icon{margin:0 auto 16px;height:48px;width:48px;color:#9ca3af}.sap-placeholder-title{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px}.sap-placeholder-subtitle{color:#6b7280;margin-bottom:16px}.sap-placeholder-spinner{animation:spin 1s linear infinite;border-radius:50%;height:32px;width:32px;border:4px solid #667eea;border-top-color:transparent;margin:0 auto}.footer-info{background:linear-gradient(135deg,#eff6ff,#f3e8ff);border-radius:16px;padding:24px;border:1px solid rgba(59,130,246,.3)}.footer-content{display:flex;align-items:flex-start;gap:12px}.footer-icon{background:#dbeafe;padding:8px;border-radius:8px;color:#2563eb;flex-shrink:0}.footer-title{font-weight:600;color:#2d3748;margin:0 0 8px}.footer-text{color:#4a5568;font-size:14px;line-height:1.5;margin:0}@media (max-width: 768px){.header-content{padding:0 16px}.header-left{gap:12px}.page-title{font-size:20px}.save-button{padding:8px 16px;font-size:14px}.main-content{padding:24px 16px}.section-header{padding:20px}.section-header-content{gap:12px;margin-bottom:20px}.section-title{font-size:20px}.sap-content,.footer-info{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f8fafc;color:#2d3748;line-height:1.6}.App:has(.home-page){background:#f8fafc;display:block}
