:root{--prot-primary:#ec4899;--prot-dark:#1e293b;--prot-light:#fdf2f8;--prot-border:#f472b6;--prot-gradient:linear-gradient(135deg, #ec4899 0%, #be185d 100%);--veg-green:#10b981}body{background-color:#fcfcfd;font-family:Inter,sans-serif}.glass-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden}.hero-stat-card{background:var(--prot-gradient);color:#fff;border-radius:24px;padding:40px 20px;text-align:center;box-shadow:0 20px 25px -5px rgba(236,72,153,.2)}.protein-value{font-size:5rem;font-weight:950;line-height:1;letter-spacing:-3px;margin-bottom:5px}.toggle-group{background:#f1f5f9;border-radius:50px;padding:4px;display:inline-flex}.tgl-btn{border:none;padding:6px 14px;border-radius:50px;font-weight:700;font-size:.7rem;cursor:pointer;transition:all .3s ease;background:0 0;color:#64748b;text-transform:uppercase}.tgl-btn.active{background:var(--prot-dark);color:#fff}.tgl-btn.active.veg{background:var(--veg-green)}.input-group-custom{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:8px 12px;height:100%}.input-group-custom label{font-size:.65rem;font-weight:800;color:#94a3b8;text-transform:uppercase;display:block;margin-bottom:2px}.input-group-custom input,.input-group-custom select{border:none;background:0 0;font-weight:700;font-size:1rem;width:100%;outline:0}.food-box{background:var(--prot-light);border:1px dashed var(--prot-border);border-radius:16px;padding:12px;text-align:center;transition:all .3s ease}.food-box.veg-mode{background:#f0fdf4;border-color:#86efac}.food-box.veg-mode .food-amt{color:#15803d}.food-amt{font-size:1.2rem;font-weight:800;color:#be185d;display:block}.food-name{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase}.intensity-range{-webkit-appearance:none;height:8px;border-radius:5px;background:#e2e8f0;outline:0}.intensity-range::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:var(--prot-primary);cursor:pointer;border:4px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}