*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{text-align:center;max-width:1200px;width:100%}h1{color:#fff;font-size:3rem;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.cow-display{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #0000004d;display:flex;align-items:center;justify-content:center}.cow-display svg{max-width:100%;height:auto;display:block}.controls{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:2rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 20px 60px #0000004d}.audio-controls,.mic-controls{text-align:left}.controls h3{color:#667eea;margin-bottom:1rem;font-size:1.2rem}.control-group{margin-bottom:1rem}.control-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}input[type=file]{width:100%;padding:.5rem;border:2px solid #667eea;border-radius:8px;background:#fff;cursor:pointer}input[type=file]:hover{background:#f0f0f0}#audioPlayer{width:100%;margin-top:1rem;border-radius:8px}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}button:active{transform:translateY(0)}.play-song-btn{background:linear-gradient(135deg,#f093fb,#f5576c);font-size:1.2rem;padding:1rem 2rem;margin-bottom:1rem;box-shadow:0 4px 15px #f5576c4d}.play-song-btn:hover{box-shadow:0 6px 20px #f5576c80}#micStatus{margin-top:1rem;padding:.5rem;background:#f5f5f5;border-radius:8px;text-align:center;font-weight:500;color:#666}input[type=range]{width:100%;height:8px;border-radius:5px;background:linear-gradient(to right,#667eea,#764ba2);outline:none;-webkit-appearance:none;margin:.5rem 0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;border:3px solid #667eea;box-shadow:0 2px 8px #0003;transition:transform .2s,box-shadow .2s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea66}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;border:3px solid #667eea;box-shadow:0 2px 8px #0003;transition:transform .2s,box-shadow .2s}input[type=range]::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea66}.slider-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#666;margin-top:.25rem}#sensitivityValue{color:#667eea;font-weight:700;font-size:1.1em}@media (max-width: 768px){h1{font-size:2rem}.cow-display{padding:1rem}.controls{grid-template-columns:1fr;gap:1.5rem;padding:1rem}}
