:root{--primary: #3A3532;--secondary: #C18C71;--accent: #EADCC8;--bg-color: #FDFBF7;--text-color: #4A4542;--card-bg: #ffffff;--danger: #e63946;--success: #25D366;--radius: 20px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Manrope,sans-serif;background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,.logo,.magazine-title,.modal-title{font-family:Syne,sans-serif;color:var(--primary);font-weight:500}.header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:#fdfbf7f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;box-shadow:0 4px 15px #00000008}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;display:flex;align-items:center}.header-logo{height:30px;width:auto;object-fit:contain}.cart-icon{font-size:1.5rem;cursor:pointer;position:relative}.badge{position:absolute;top:-5px;right:-8px;background:var(--secondary);color:#fff;font-family:Syne,sans-serif;font-size:.75rem;font-weight:700;height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.magazine-container{padding-bottom:5rem;max-width:1200px;margin:0 auto;background:#fff;min-height:100vh}.magazine-intro{padding:2rem 1.5rem;text-align:center}.magazine-title{font-size:2.2rem;font-weight:600;margin-bottom:.5rem}.magazine-subtitle{color:#888;font-size:.95rem}.magazine-feed{column-count:2;column-gap:1rem;padding:0 1rem}@media (min-width: 768px){.magazine-feed{column-count:3}}@media (min-width: 1024px){.magazine-feed{column-count:4}}.magazine-item{break-inside:avoid;margin-bottom:1rem;position:relative;cursor:pointer;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #0000000a;border:1px solid rgba(0,0,0,.03)}.magazine-item img{width:100%;height:auto;display:block;transition:transform .4s ease}.magazine-item:hover img{transform:scale(1.03)}.magazine-item:active img{transform:scale(.98)}.magazine-item-overlay{padding:.8rem 1rem;background:#fff}.magazine-item-title{font-family:Syne,sans-serif;font-size:.95rem;font-weight:600;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:95%;max-width:900px;background:#fff;border-radius:24px;z-index:1001;opacity:0;pointer-events:none;transition:all .3s ease;box-shadow:0 10px 50px #0003;max-height:90vh;display:flex;flex-direction:column}.product-modal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-content-wrapper{overflow-y:auto;max-height:90vh;position:relative}.modal-body-split{display:flex;flex-direction:column}@media (min-width: 768px){.modal-body-split{flex-direction:row}.modal-img-col{width:50%;border-right:1px solid #eee}.modal-info-col{width:50%;display:flex;flex-direction:column;justify-content:center}}.close-modal-btn{position:absolute;top:1rem;right:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #eee;width:36px;height:36px;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#333}.modal-img{width:100%;height:auto;max-height:400px;object-fit:contain;background:#fdfdfd;padding:1rem}.modal-info{padding:2.5rem 2rem;background:#fff}.modal-title{font-size:1.8rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.modal-desc{font-family:Manrope,sans-serif;font-size:1rem;color:#666;margin-bottom:2rem;white-space:pre-wrap}.modal-price{font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:2rem}.whatsapp-add-btn{background:var(--success);color:#fff;font-family:Manrope,sans-serif;border:none;padding:12px 60px;border-radius:30px;font-weight:700;font-size:1rem;cursor:pointer;display:inline-block;transition:background .3s}.whatsapp-add-btn:active{background:#1da851;transform:scale(.98)}.floating-cart{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:95%;max-width:500px;background:#fff;border-radius:24px;z-index:1005;max-height:85vh;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:all .3s ease;box-shadow:0 10px 50px #0003}.floating-cart.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.cart-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.close-btn{background:#f0f0f0;border:none;font-size:1rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-items{padding:1.5rem;overflow-y:auto;flex-grow:1}.cart-item{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f5f5f5}.cart-item img{width:70px;height:70px;object-fit:contain;border-radius:8px;margin-right:1rem;background:#fafafa}.cart-item-details{flex-grow:1}.cart-item-name{font-family:Syne,sans-serif;font-size:1rem;font-weight:600}.cart-item-price{font-family:Manrope,sans-serif;font-weight:700;color:var(--secondary)}.remove-btn{color:var(--danger);background:none;border:none;font-family:Manrope;font-weight:600;padding:.5rem}.cart-footer{padding:1.5rem 1.5rem 2.5rem;border-top:1px solid #eee;background:#fafafa}.total{font-family:Syne,sans-serif;font-size:1.4rem;font-weight:700;display:flex;justify-content:space-between;margin-bottom:1.5rem}.whatsapp-btn{background:var(--success);color:#fff;border:none;padding:1.1rem;width:100%;border-radius:16px;font-size:1.1rem;font-weight:700;font-family:Manrope,sans-serif;display:flex;justify-content:center;align-items:center}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;opacity:1;transition:opacity .3s}.overlay.hidden{opacity:0;pointer-events:none}.admin-body{background:#f5f3ed}.view-store-btn{background:var(--secondary);color:#fff;text-decoration:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.9rem;font-family:Manrope,sans-serif}.admin-container{max-width:900px;margin:2rem auto;padding:0 1.5rem}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.tab-btn{background:#eadcc8;color:var(--primary);border:none;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;font-family:Syne,sans-serif;cursor:pointer;white-space:nowrap;transition:all .2s ease;opacity:.7}.tab-btn.active{background:var(--primary);color:#fff;opacity:1;transform:scale(1.05)}.tab-content{display:none;animation:fadeIn .3s ease}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.stats-grid{grid-template-columns:1fr 1fr}}.stats-list{display:flex;flex-direction:column;gap:1rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fafafa;border-radius:12px;border:1px solid #eee}.stat-label{font-weight:600;font-family:Syne,sans-serif;color:var(--primary);font-size:1.1rem}.stat-value{background:var(--secondary);color:#fff;padding:.3rem .8rem;border-radius:20px;font-weight:700;font-size:.9rem}.stat-item-product{display:flex;align-items:center;gap:1rem}.stat-item-product img{width:50px;height:50px;object-fit:cover;border-radius:8px}.stat-item-product-name{font-size:.9rem;font-weight:600;font-family:Manrope;color:#444}.card{background:#fff;border-radius:var(--radius);padding:2.5rem;box-shadow:0 4px 15px #00000008;margin-bottom:2.5rem;border:1px solid rgba(0,0,0,.02)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--primary);font-family:Syne,sans-serif;font-size:1.1rem}.form-group input{width:100%;padding:1rem;border:2px solid #EADCC8;border-radius:12px;font-size:1rem;font-family:Manrope,sans-serif;transition:border-color .2s;background:#fafafa}.form-group input:focus{outline:none;border-color:var(--secondary);background:#fff}.image-preview{margin-top:1rem;max-width:100%;height:250px;border-radius:12px;background-size:cover;background-position:center;background-color:#f9f9f9;border:2px dashed #EADCC8;display:none}.form-actions{display:flex;gap:1rem;margin-top:2rem}.submit-btn{background:var(--primary);color:#fff;border:none;padding:1.1rem;border-radius:12px;font-weight:600;font-size:1rem;font-family:Manrope,sans-serif;cursor:pointer;flex-grow:1;transition:background .3s}.submit-btn:hover{background:#222}.cancel-btn{background:#eadcc8;color:var(--primary);border:none;padding:1.1rem;border-radius:12px;font-weight:600;font-size:1rem;font-family:Manrope,sans-serif;cursor:pointer;transition:background .3s}.cancel-btn:hover{background:#ddc8ae}.admin-product-item{display:flex;align-items:center;background:#fff;padding:1.2rem;border-radius:16px;margin-bottom:1rem;box-shadow:0 4px 15px #00000008;border:1px solid rgba(0,0,0,.02)}.admin-product-item img{width:90px;height:90px;object-fit:cover;border-radius:12px;margin-right:1.5rem}.admin-product-actions{display:flex;flex-direction:column;gap:.5rem;margin-left:auto}.edit-btn,.del-btn{border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;font-family:Manrope,sans-serif}.edit-btn{background:#f5f3ed;color:var(--primary)}.del-btn{background:#fff0f0;color:var(--danger)}.hidden{display:none!important}
