@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#ffd600;--text-dark:#1a1a1a;--text-gray:#666;--bg-light:#f5f7fa;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.5}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.header p{color:var(--text-gray);font-size:1.1rem}.filter-bar{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.filter-group{background:var(--white);border-radius:12px;padding:.25rem;display:flex;box-shadow:0 2px 8px #0000000d}.filter-btn{color:var(--text-gray);background:0 0;border-radius:10px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.filter-btn.active{background:var(--primary);color:var(--text-dark);font-weight:600}.voice-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.voice-card{background:var(--white);border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000000d}.voice-card:hover{transform:translateY(-2px)}.play-btn{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex}.play-btn:hover{transform:scale(1.05)}.voice-info{flex:1}.voice-name{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.voice-meta{color:var(--text-gray);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.voice-tag{background:#f0f0f0;border-radius:4px;padding:.125rem .5rem;font-size:.75rem}
