*{box-sizing:border-box}body{background:#f5f5f5;color:#222;font-family:Arial,Helvetica,sans-serif;margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}.auth-page{background:linear-gradient(#140000bf,#140000bf),url(https://placehold.co/1600x900?text=Licoreria);background-position:50%;background-size:cover;display:grid;min-height:100vh;padding:24px;place-items:center}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000040;max-width:430px;padding:32px;width:100%}.auth-card h1{color:#8b0000;margin-top:0;text-align:center}.auth-description{color:#555;text-align:center}.auth-card form{grid-gap:10px;display:grid;gap:10px}.auth-card label{font-weight:700;margin-top:8px}.auth-card input{border:1px solid #bbb;border-radius:8px;outline:none;padding:12px;width:100%}.auth-card input:focus{border-color:#8b0000;box-shadow:0 0 0 3px #8b000026}.primary-button{background:#8b0000;border:none;border-radius:8px;color:#fff;font-weight:700;margin-top:14px;padding:12px}.primary-button:disabled{cursor:not-allowed;opacity:.65}.link-button{background:#0000;border:none;color:#8b0000;font-weight:700;margin-top:18px;width:100%}.alert{border-radius:8px;margin:16px 0;padding:12px}.alert-error{background:#ffebee;border:1px solid #ef9a9a;color:#b71c1c}.alert-success{background:#e8f5e9;border:1px solid #a5d6a7;color:#1b5e20}.store-page{min-height:100vh;padding-bottom:40px}.store-header{align-items:center;background:#8b0000;color:#fff;display:flex;gap:20px;justify-content:space-between;padding:24px max(20px,calc(50% - 600px))}.store-header h1,.store-header p{margin:0}.store-header p{margin-top:6px;opacity:.85}.store-header button{background:#0000;border:1px solid #fff;border-radius:8px;color:#fff;padding:10px 16px}.product-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin:32px auto;width:min(1200px,calc(100% - 40px))}.product-card{background:#fff;border-radius:14px;box-shadow:0 5px 18px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 10px 28px #00000029;transform:translateY(-5px)}.product-card img{display:block;height:220px;object-fit:cover;width:100%}.product-content{padding:18px}.product-content h2{font-size:20px;margin:0 0 10px}.description{color:#555;line-height:1.4;min-height:44px}.price{color:#2e7d32;font-size:22px;margin-bottom:8px}.price,.stock{font-weight:700}.stock{font-size:14px;margin:0}.available{color:#2e7d32}.unavailable{color:#b71c1c}.status-message{margin-top:50px;text-align:center}.store-page>.alert{margin:30px auto;width:min(800px,calc(100% - 40px))}@media (max-width:600px){.store-header{align-items:flex-start;flex-direction:column}.store-header button{width:100%}.auth-card{padding:24px 20px}}
/*# sourceMappingURL=main.3da6a522.css.map*/