.auth-page{display:flex;align-items:center;justify-content:center;padding:40px 16px;min-height:80vh;background:#f7f7f7;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.auth-container{width:100%;max-width:420px}.auth-logo{display:flex;justify-content:center;margin-bottom:12px}.auth-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:20px;box-shadow:0 4px 12px #0000000a}.auth-card h1{margin:0 0 8px;font-size:1.25rem}.auth-subtitle{margin:0 0 16px;color:#666;font-size:.95rem}.auth-error{background:#ffecec;color:#b00020;border:1px solid #f5c6cb;padding:10px;border-radius:6px;margin-bottom:12px;font-size:.95rem}.auth-form{display:block}.auth-input-group{margin-bottom:12px}.auth-input-group label{display:block;margin-bottom:6px;font-size:.9rem;color:#333}.auth-input{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:1rem;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#b07a56;box-shadow:0 0 0 3px #b07a5614}.auth-submit{width:100%;padding:10px 14px;background:#b07a56;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}.auth-submit[disabled]{opacity:.7;cursor:not-allowed}.auth-link{background:none;border:none;color:#b07a56;text-decoration:underline;cursor:pointer;padding:0;font-size:.95rem}:root{--bronze: #ad6e5f;--bronze-dark: #8a5626;--rose: #e91e63;--rose-soft: #f8bbd0;--bg: #f9f4f3;--text: #333333;--muted: #666;--card-bg: #ffffff;--border: #f1e4e1}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}.app{height:100%;display:flex;flex-direction:column}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6}.header{background:var(--card-bg);border-bottom:1px solid var(--border);padding:0rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--bronze);text-decoration:none}.logo img{height:77px;width:auto;object-fit:contain;display:block;padding:0;margin:0;border:none;box-sizing:content-box}.nav-links{display:flex;gap:2rem;align-items:center}.text-links{display:flex;flex-direction:row;gap:2rem;justify-content:space-evenly;align-items:center;flex:1}.nav-links .inicio-nav-btn,.instagram-nav-btn{text-decoration:none;color:var(--text);font-weight:500;transition:color .3s ease}.nav-links .inicio-nav-btn:hover,.nav-links .instagram-nav-btn:hover{color:var(--rose)}.whatsapp-btn{background:var(--rose);color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease}.whatsapp-btn:hover{background:#c2185b;color:#fff}.icon-whatsapp{display:none}.hero{height:55vh;min-height:400px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(#0000004d,#0000004d)}.hero-content{position:relative;z-index:1}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-content p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1rem;flex:1;flex-wrap:wrap}.home-page{display:flex;flex-direction:column;min-height:100vh}.category-section{margin-bottom:4rem}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:2rem;flex-direction:column}.category-header-layout{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:2rem}.header-description{display:flex;width:100%;justify-content:space-between}.back-to-dash{width:100%}.category-title{font-size:2rem;font-weight:600;color:var(--bronze)}.category-description{color:var(--muted);font-size:1rem;margin-top:.25rem}.view-more-btn-new-product{background:var(--bronze);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease;height:2.5rem;border:none;cursor:pointer}.view-more-btn-new-product:hover{background:var(--bronze-dark);color:#fff}.btns-products{display:flex;width:30%;gap:10px}.view-more-btn{background:var(--bronze);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease;border:none}.view-more-btn:hover{background:var(--bronze-dark);color:#fff}.carousel-container{position:relative}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--card-bg);border:1px solid var(--border);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.carousel-nav:hover{background:var(--rose);color:#fff;border-color:var(--rose)}.carousel-nav.prev{left:-20px}.carousel-nav.next{right:-20px}.products-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.products-carousel::-webkit-scrollbar{display:none}.product-card{display:flex;flex-direction:column;flex:0 0 250px;background:var(--card-bg);border-radius:16px;padding:1rem;border:1px solid var(--border);box-shadow:0 4px 12px #0000000d;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;margin-bottom:1rem}.product-tag{position:absolute;top:1.5rem;right:1.5rem;background:var(--rose-soft);color:var(--text);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.product-name{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.product-price{font-size:1.2rem;font-weight:700;color:#c59d5f;margin-bottom:1rem;margin-top:auto}.product-price-adm{font-size:1rem;font-weight:700;color:#c59d5f;margin-top:auto;display:flex;justify-content:center}.order-btn{background:var(--rose);color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;width:100%;text-decoration:none;text-align:center;display:block;transition:background .3s ease;margin-top:15px auto}.order-btn:hover{background:#c2185b;color:#fff}.breadcrumb{margin-bottom:2rem;color:var(--muted)}.breadcrumb a{color:var(--bronze);text-decoration:none}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:2rem}.products-grid .product-card{flex:none}.footer{background:#c2746d;color:#fff;padding:2rem 0;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:var(--rose-soft)}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.category-header{flex-direction:column;align-items:flex-start;gap:1rem}.nav-links{width:15rem;gap:3px}.text-links{display:flex;flex-direction:row;gap:5px;justify-content:space-evenly;align-items:center;flex:1;margin-left:10px}.icon-whatsapp{display:flex;font-size:20px}.talk-to-us{display:none}.whatsapp-btn{width:4rem;font-size:10px;height:2rem;display:flex;align-items:center;justify-content:center}.nav-links a:not(.whatsapp-btn){display:flex;font-size:11px}.carousel-nav{display:none}.product-card{flex:0 0 200px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.footer-links{flex-direction:column;gap:1rem}}.no-focus-outline:focus{outline:none!important}a:focus,button:focus{outline:2px solid var(--rose);outline-offset:2px}.loading-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.container-notfound{display:flex;flex-direction:column;min-height:64.6vh;align-items:center;justify-content:center;background-color:#f9fafb;padding:2rem;box-sizing:border-box;flex:1}.sub-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.card{width:100%;max-width:400px;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;background-color:#fff;overflow:hidden}.card-content{padding:1.5rem 1.25rem}.content-notfound{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.alert-circle{width:2rem;height:2rem;color:#ef4444;flex-shrink:0}.text-notfound{font-size:1.5rem;font-weight:700;color:#111827}.description-notfound{font-size:.875rem;color:#6b7280;margin-top:.5rem;line-height:1.5;text-align:center}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.modal-content{background:var(--card-bg);border-radius:16px;padding:1.5rem;max-width:800px;width:100%;position:relative;display:flex;flex-direction:column}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:30}.modal-body{display:flex;flex-direction:row;gap:2rem}.modal-image img{width:250px;height:250px;object-fit:cover;border-radius:12px}.modal-info{flex:1;display:flex;flex-direction:column}.modal-info-header{display:flex;align-items:center;gap:.75rem}.modal-product-tag{background:var(--rose-soft);color:var(--text);padding:.25rem .5rem;border-radius:6px;font-size:.85rem;font-weight:600}.modal-info h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.modal-price{font-size:1.3rem;font-weight:600;color:#c59d5f}.modal-description{font-size:1rem;color:var(--text);line-height:1.6;margin:0 0 1rem;background:var(--bg);padding:1rem;border-radius:8px}.modal-description-block{margin-top:1rem}.modal-description-label{font-weight:700;margin-bottom:.5rem;color:var(--text)}.modal-description-content{background:var(--bg);padding:.9rem;border-radius:8px;color:var(--text);line-height:1.6}.modal-meta{color:var(--muted);font-size:.9rem;margin-top:.5rem}@media(max-width:768px){.modal-body{flex-direction:column;align-items:center;text-align:center}.modal-image img{width:200px;height:200px}}.cart-list{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1rem;gap:1rem}.cart-image{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-info{flex:1}.remove-btn{background:none;border:none;color:var(--rose);font-size:1.2rem;cursor:pointer}.remove-btn:hover{color:#c2185b}.qty-control{display:flex;align-items:center;gap:1rem;margin:1rem 0}.qty-btn{background:var(--rose);color:#fff;border:none;padding:.5rem .75rem;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.qty-btn:hover{background:#c2185b}.qty-value{font-size:1.2rem;font-weight:700;min-width:2rem;text-align:center}@media(max-width:768px){.qty-control{justify-content:center}}.admin-page{max-width:1200px;flex:1;margin:2rem auto;padding:1rem;width:100%}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-nav{display:flex;gap:1rem;align-items:center}.admin-nav .view-more-btn{background:var(--bronze);color:#fff}.admin-nav .view-more-btn:hover{background:var(--bronze-dark)}.admin-nav .order-btn{background:var(--rose);margin:0}.admin-nav .order-btn:hover{background:#c2185b}.admin-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.admin-grid-cards{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;justify-content:flex-start}.admin-card{display:block;height:125px;width:370px;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 6px 18px #0000000a}.admin-card h3{margin-bottom:.5rem;color:var(--bronze);font-size:1.1rem}.admin-card p{color:var(--muted);font-size:.95rem}.admin-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #00000014}.simple-table{width:100%;border-collapse:collapse;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;overflow:hidden}.simple-table th,.simple-table td{padding:.75rem .9rem;border-bottom:1px solid var(--border);text-align:left;font-size:.95rem}.simple-table thead th{background:#faf5f499;color:var(--muted);font-weight:600}.simple-table tbody tr:hover td{background:linear-gradient(90deg,rgba(250,245,244,.5),transparent)}.admin-users .rounded-md.border{border-radius:10px;overflow:hidden}.admin-users table{width:100%;border-collapse:separate;border-spacing:0 8px}.admin-users th,.admin-users td{padding:1rem;vertical-align:middle}.admin-users thead th{background:transparent;color:var(--muted);font-weight:700;padding-bottom:.6rem}.admin-users tbody tr{background:var(--card-bg);border:1px solid var(--border);border-radius:10px}.admin-users tbody tr td{border:none}.admin-users .table-actions{gap:.5rem}.admin-users .table-actions .btn{padding:.45rem .6rem;border-radius:8px;background:transparent;border:1px solid rgba(0,0,0,.04)}.admin-users .table-actions .btn:hover{background:#00000008}.admin-users .table-actions .btn[disabled]{opacity:.6}.admin-users .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:8px;background:transparent;border:1px solid rgba(0,0,0,.04);cursor:pointer}.admin-users .icon-btn:hover{background:#00000008}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-users .text-sm.text-muted{margin-top:.25rem}.admin-users .table-cell-strong{font-weight:700}.admin-users .form-group{margin-bottom:.75rem}.admin-users .form-actions{display:flex;gap:.5rem;margin-top:.5rem}.table-actions{display:flex;gap:.5rem;align-items:center}.table-actions .btn{padding:.4rem .6rem;font-size:.9rem;border-radius:8px}.table-actions .btn.danger{padding:.4rem .6rem}.mfa-code-input{padding:.5rem;border-radius:8px;border:2px solid var(--border);background:#fff}.mfa-actions,.mt-4{margin-top:1rem}.text-sm{font-size:.875rem}.text-muted{color:var(--muted)}.text-bronze{color:var(--bronze)}.underline{text-decoration:underline}.admin-list-rows{display:flex;flex-direction:column;gap:.75rem}.wrap{display:flex;flex-direction:column;flex:1}.admin-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:10px;background:var(--card-bg);border:1px solid var(--border);box-shadow:0 4px 10px #00000008}.admin-row:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000000f}.product-thumb-row{flex:0 0 140px;height:100%;overflow:hidden;border-radius:8px}.product-thumb-row img{width:140px;height:140px;object-fit:cover;display:block}.row-body{flex:1;display:flex;flex-direction:column;gap:.5rem}.row-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.row-sub{display:flex;justify-content:space-between;align-items:center}@media(max-width:1000px){.product-thumb-row{flex:0 0 120px}.product-thumb-row img{width:120px;height:120px}}@media(max-width:640px){.admin-row{flex-direction:column;align-items:flex-start}.product-thumb-row{width:100%;flex:0 0 auto}.product-thumb-row img{width:100%;height:220px;object-fit:cover}}.admin-product-card{display:flex;flex-direction:column;background:var(--card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:transform .18s ease,box-shadow .18s ease;flex:0 1 calc(33.333% - .666rem);min-width:220px}@media(max-width:1000px){.admin-product-card{flex:0 1 calc(50% - .5rem)}}@media(max-width:640px){.admin-product-card{flex:0 1 100%}}.admin-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.product-thumb img{width:100%;height:180px;object-fit:cover;display:block}.card-body{padding:.75rem .9rem;display:flex;flex-direction:column;gap:.5rem}.product-name{font-size:1rem;font-weight:700;color:var(--text)}.product-meta,.product-meta-adm{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.adm-product-span{width:120px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--muted);flex:1}.card-actions{display:flex;gap:.5rem;margin-top:.5rem}.admin-form{display:flex;flex-direction:column;gap:.75rem;max-width:600px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg) 0%,#fff5f2 100%);padding:1rem}.auth-container{width:100%;max-width:400px;text-align:center}.auth-logo{margin-bottom:2rem}.auth-logo img{height:80px;width:auto}.auth-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #aa785a1f;border:1px solid rgba(173,110,95,.1)}.auth-card h1{color:var(--bronze);font-size:1.75rem;margin-bottom:.5rem;font-weight:700}.auth-subtitle{color:var(--muted);margin-bottom:2rem;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-input-group{text-align:left}.auth-input-group label{display:block;margin-bottom:.5rem;color:var(--text);font-weight:500;font-size:.95rem}.auth-input{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:all .2s ease}.auth-input:focus{outline:none;border-color:var(--bronze);box-shadow:0 0 0 3px #ad6e5f1a}.auth-submit{background:linear-gradient(to right,var(--bronze),var(--bronze-dark));color:#fff;border:none;padding:.875rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ad6e5f33}.auth-error{display:flex;align-items:center;gap:.5rem;background:#fee2e2;color:#b91c1c;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:left}.auth-error-icon{width:20px;height:20px;flex-shrink:0}.admin-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.admin-form input,.admin-form textarea{padding:.5rem;border-radius:8px;border:1px solid var(--border)}.form-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn{padding:.5rem .75rem;border-radius:10px;background:transparent;border:1px solid transparent;cursor:pointer;font-weight:600;transition:all .18s ease}.btn.outline{background:transparent;color:var(--bronze);border:1px solid rgba(165,117,102,.15)}.btn.primary{background:linear-gradient(180deg,var(--bronze),var(--bronze-dark));color:#fff;border:none;box-shadow:0 6px 18px #aa785a1f}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #aa785a2e}.btn.danger{background:#fff5f5;color:#b91c1c;border:1px solid rgba(185,28,28,.08)}.btn.danger:hover{background:#ffecec}.btn[disabled]{opacity:.6;cursor:not-allowed}.products-grid .product-card .card-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.products-grid .product-card .btn.danger{background:var(--rose-soft);color:var(--rose);border:none;padding:.5rem 1rem;width:100%;text-align:center;font-weight:600;transition:all .2s ease}.products-grid .product-card .btn.danger:hover{background:var(--rose);color:#fff}.products-grid .product-card .product-meta{margin:.25rem 0 .75rem}@media(min-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.new-user{background:var(--rose);color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;width:30%;text-decoration:none;text-align:center;display:block;transition:background .3s ease;margin-top:15px auto}.edit-modal{width:100%;max-width:450px;margin:0 auto;padding:2rem}.modal-title{font-size:1.5rem;font-weight:600;color:var(--bronze);margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text)}.form-input,.form-select{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:all .2s ease;background-color:#fff}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;padding-right:2.5rem}.form-input:focus,.form-select:focus{outline:none;border-color:var(--bronze);box-shadow:0 0 0 3px #ad6e5f1a}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}.modal-actions button{min-width:100px;padding:.75rem 1.25rem}.auth-container--wide{max-width:1000px;width:100%;padding:0 1rem}.auth-card--wide{max-width:900px;width:95%;margin:0 auto}.auth-form{display:flex;flex-direction:column;gap:1.25rem;width:100%}select.auth-input,.auth-input[type=select]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:1em;padding-right:2.5rem;cursor:pointer}select.auth-input option{padding:8px}.auth-input{padding:.9rem 1rem;font-size:1rem;border-radius:10px}.auth-card{display:block;box-sizing:border-box}@media(max-width:640px){.auth-card--wide{max-width:100%;width:100%;padding:1rem}}
