:root{--primary: #0f172a;--primary-foreground: #f8fafc;--secondary: #e2e8f0;--secondary-foreground: #0f172a;--accent: #3b82f6;--accent-hover: #2563eb;--background: #fdfdfd;--foreground: #020817;--card: #ffffff;--card-foreground: #020817;--border: #e2e8f0;--destructive: #ef4444;--destructive-foreground: #f8fafc;--muted: #f1f5f9;--muted-foreground: #64748b;--radius: .5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.header{background-color:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{font-weight:500;color:var(--muted-foreground);transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--primary)}.footer{background-color:var(--primary);color:var(--primary-foreground);padding:3rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer h3{margin-bottom:1rem}.footer p{color:#cbd5e1}.footer-border{border-top:1px solid #334155;text-align:center;padding-top:1.5rem;margin-top:2rem;color:#94a3b8;font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;padding:.5rem 1rem;cursor:pointer;transition:all .2s;border:none;font-size:.875rem;gap:.5rem}.btn-primary{background-color:var(--accent);color:#fff}.btn-primary:hover{background-color:var(--accent-hover)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background-color:#cbd5e1}.btn-outline{background-color:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-outline:hover{background-color:var(--muted)}.btn-destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.btn-destructive:hover{background-color:#b91c1c}.btn-ghost{background-color:transparent;color:var(--foreground)}.btn-ghost:hover{background-color:var(--muted)}.btn:disabled{opacity:.5;cursor:not-allowed}.product-card{background-color:var(--card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.product-image-container{aspect-ratio:1;overflow:hidden;background-color:var(--muted)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1rem;display:flex;flex-direction:column;flex:1}.product-category{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-name{font-weight:600;font-size:1.125rem;margin-bottom:.5rem;color:var(--primary)}.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.product-price{font-weight:700;font-size:1.25rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem;border-radius:var(--radius);border:1px solid var(--border);background-color:var(--background);color:var(--foreground);font-family:inherit;font-size:1rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.admin-card{background-color:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.table-container{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--muted-foreground);background-color:var(--muted)}tbody tr:hover{background-color:#f8fafc}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-muted{color:var(--muted-foreground)}.text-2xl{font-size:1.5rem;font-weight:700}.text-3xl{font-size:1.875rem;font-weight:800;letter-spacing:-.025em}.text-4xl{font-size:2.25rem;font-weight:800;letter-spacing:-.025em}.hero{text-align:center;padding:4rem 1rem;background-color:var(--muted);border-radius:var(--radius);margin-bottom:3rem;position:relative;overflow:hidden}.hero h1{margin-bottom:1rem;color:var(--primary)}.hero p{color:var(--muted-foreground);font-size:1.125rem;max-width:600px;margin:0 auto 2rem}.menu-toggle{display:none;font-size:28px;background:none;border:none;cursor:pointer}.site-title{white-space:nowrap}@media(max-width:768px){.menu-toggle{display:block}.nav-links{position:absolute;top:70px;right:0;background:#fff;flex-direction:column;width:200px;padding:1rem;border:1px solid var(--border);display:none}.nav-links.open{display:flex}}@media(max-width:768px){.hero{height:auto!important;min-height:420px}.hero h1{font-size:2rem!important;line-height:1.2}.hero p{font-size:1rem!important}}@media(max-width:768px){.admin-header-responsive{flex-direction:column;align-items:flex-start;gap:10px}.admin-header-responsive a,.admin-header-responsive button{width:100%}}.hero img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero>div{position:relative;z-index:2}.hero h1{letter-spacing:-.02em}.whatsapp-float{position:fixed;bottom:25px;right:25px;width:60px;height:60px;z-index:999}.whatsapp-float img{width:100%;height:100%;border-radius:50%;box-shadow:0 4px 10px #0003;transition:transform .2s}.whatsapp-float img:hover{transform:scale(1.1)}
