@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);*{margin:0;padding:0;box-sizing:border-box}:root{--background:hsl(0,0%,98%);--foreground:hsl(174,100%,15%);--card:hsl(0,0%,100%);--card-foreground:hsl(174,100%,15%);--primary:hsl(174,100%,25%);--primary-foreground:hsl(0,0%,100%);--secondary:hsl(174,30%,85%);--secondary-foreground:hsl(174,100%,15%);--muted:hsl(174,20%,90%);--muted-foreground:hsl(174,40%,45%);--accent:hsl(63,74%,49%);--accent-foreground:hsl(174,100%,15%);--border:hsl(174,25%,88%);--gradient-hero:linear-gradient(135deg,hsl(174,30%,85%,.3),hsl(174,40%,90%,.5));--gradient-card:linear-gradient(180deg,hsl(0,0%,100%),hsl(174,25%,98%));--shadow-soft:0 4px 20px -4px hsl(174 100% 25% / .10);--shadow-hover:0 8px 30px -8px hsl(174 100% 25% / .15);--radius:1rem}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6}#calculator{padding:3rem 1.5rem}.container{max-width:1200px;margin:0 auto}.cal_container{max-width:1024px;margin:0 auto;background:var(--gradient-card);border:2px solid var(--secondary);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:2rem}.cal_container h1,.cal_container h2,.cal_container h3{color:var(--primary);font-weight:600;line-height:1.2}.headP{text-align:center;margin-bottom:1.5rem}.headP h1{font-size:1.875rem;color:var(--primary);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.calculator-description{color:var(--muted-foreground);text-align:center;margin-bottom:2rem}.calculator-box{background-color:var(--card);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-soft)}.containerP{margin-bottom:2rem}.rowP{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.rowP{grid-template-columns:1fr}}.columnP{padding:1.5rem;background-color:var(--card);border-radius:.75rem;border:2px solid var(--border)}.columnP h2{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.columnP p{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.form{width:100%}#containerop{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){#containerop{grid-template-columns:repeat(3,1fr)}}.inputGroup{position:relative;background-color:var(--card);border:2px solid var(--border);border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.inputGroup:hover{box-shadow:var(--shadow-hover);transform:scale(1.05);border-color:var(--accent)}.inputGroup label{padding:1.5rem;width:100%;display:block;cursor:pointer;position:relative;text-align:left;color:var(--foreground);font-weight:600;font-size:1.125rem}.inputGroup input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.inputGroup input:checked~label{border-color:var(--accent);background-color:hsl(63 74% 49% / .1)}.inputGroup input:checked~label::after{content:"✓";position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;border-radius:50%;background-color:var(--accent);color:var(--accent-foreground);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.option_container{padding:1rem 0}.range-slider,#range{width:100%;height:.5rem;border-radius:.25rem;background:var(--secondary);outline:none;-webkit-appearance:none}#range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:0 2px 4px rgb(0 0 0 / .2)}#range::-moz-range-thumb{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary);cursor:pointer;border:none;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.range-numbers-container{display:flex;justify-content:space-between;margin-top:.75rem}.range-numbers{font-size:.875rem;color:var(--muted-foreground);cursor:pointer;user-select:none}#tooltip{position:relative;top:-2.25rem;font-size:.875rem;color:var(--primary);font-weight:700}.button-container{display:flex;justify-content:center;padding-top:1rem}button{padding:.75rem 3rem;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s;background-color:var(--accent);color:var(--accent-foreground);min-width:200px}button:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);opacity:.9}.results-section{padding:3rem 1.5rem;background-color:hsl(174 20% 95%)}.results-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.results-grid{grid-template-columns:repeat(2,1fr)}}.result-card{background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-soft);text-align:center}.result-title{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.result-value-large{font-size:4rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:.5rem}.result-subtitle{font-size:1rem;color:var(--muted-foreground)}.diet-info{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.diet-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--muted);border-radius:.5rem}.diet-label{font-size:1rem;color:var(--muted-foreground)}.diet-value{font-size:1.125rem;font-weight:600;color:var(--foreground)}.visoralb{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.visoralb{flex-direction:row;align-items:center}}.visorText{flex:1}.visoralbi{flex:1}.racion{font-size:1.125rem;text-align:center;font-weight:600;padding:1rem 1.5rem;background-color:var(--muted);border-radius:.5rem}.pie{width:95px;height:95px;border-radius:50%;background-size:cover;--s:25%;--mask:conic-gradient(#000 var(--s),transparent var(--s) 360%);-webkit-mask:var(--mask);mask:var(--mask)}.products-section{margin-top:3rem}.products-header{text-align:center;margin-bottom:2rem}.products-title{font-size:1.875rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.products-description{color:var(--muted-foreground)}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-soft);text-align:center;transition:all .3s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-image{margin-bottom:1rem}.product-image img{width:100%;max-width:200px;height:auto;border-radius:.5rem}.product-name{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.product-info{margin-bottom:1.5rem}.product-quantity{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary)}.btn-cart{width:100%;background-color:var(--accent);color:var(--accent-foreground);padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-cart:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);opacity:.9}.table_products,.card{display:none}.footer{background-color:var(--primary);color:var(--primary-foreground);padding:2rem 1.5rem;margin-top:4rem;text-align:center}.footer-text{font-size:.875rem;opacity:.9}@media (max-width:768px){.headP h1{font-size:2rem}.rowP{grid-template-columns:1fr}#containerop{grid-template-columns:1fr}}