*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #faf9f7;--bg-card: #ffffff;--text: #1a1a1a;--text-secondary: #5c5c5c;--text-muted: #666666;--accent: #c45c3e;--accent-hover: #a84d33;--accent-light: #fdf6f4;--border: #e8e6e3;--border-light: #f0eeeb;--chord-color: #c45c3e}body{font-family:Plus Jakarta Sans,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}header{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-family:"Instrument Serif",Georgia,serif;font-size:1.5rem;font-weight:400;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo span{color:var(--accent)}nav{display:flex;gap:2rem;align-items:center}nav a{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}nav a:hover{color:var(--text)}.hero{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 3rem;text-align:center}.hero h1{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.1;margin-bottom:1rem;letter-spacing:-.03em}.hero h1 em{font-style:italic;color:var(--accent)}.hero p{color:var(--text-secondary);font-size:1.0625rem;max-width:480px;margin:0 auto 2.5rem}main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.section-title{font-family:"Instrument Serif",Georgia,serif;font-size:1.375rem;font-weight:400;letter-spacing:-.01em}.section-link{font-size:.8125rem;color:var(--accent-hover);text-decoration:none;transition:opacity .2s ease}.section-link:hover{opacity:.7}.chord-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.chord-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:1.25rem;text-decoration:none;color:inherit;transition:border-color .2s ease,transform .2s ease;display:block}.chord-card:hover{border-color:var(--border);transform:translateY(-2px)}.chord-meta{display:flex;gap:.5rem;margin-bottom:.75rem}.chord-badge{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;background:var(--bg);border-radius:4px;color:var(--text-muted)}.chord-badge.difficulty-easy,.chord-badge.difficulty-pemula{background:#e8f5e9;color:#2e7d32}.chord-badge.difficulty-medium,.chord-badge.difficulty-menengah{background:#fff3e0;color:#e65100}.chord-badge.difficulty-mahir{background:#ffebee;color:#c62828}.chord-card h3{font-size:1rem;font-weight:600;margin-bottom:.375rem;line-height:1.4}.chord-artist{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.chord-preview{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:var(--text-muted);background:var(--bg);padding:.625rem .75rem;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chord-preview span{color:var(--accent);font-weight:500}.artists-section{margin-top:3rem}.artist-list{display:flex;gap:.75rem;flex-wrap:wrap}.artist-chip{display:flex;align-items:center;gap:.625rem;padding:.5rem 1rem .5rem .5rem;background:var(--bg-card);border:1px solid var(--border-light);border-radius:100px;text-decoration:none;color:inherit;transition:border-color .2s ease}.artist-chip:hover{border-color:var(--border)}.artist-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--border) 0%,var(--bg) 100%);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.artist-name{font-size:.875rem;font-weight:500}.artist-count{font-size:.75rem;color:var(--text-muted)}footer{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;border-top:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-text{font-size:.8125rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.8125rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--text)}@media (max-width: 640px){header{padding:1rem}nav{gap:1rem}nav a:not(:last-child){display:none}.hero{padding:2.5rem 1rem 2rem}.hero h1{font-size:2rem}.hero p{font-size:.9375rem}main{padding:1.5rem 1rem 3rem}.chord-grid{grid-template-columns:1fr}footer{flex-direction:column;text-align:center}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero h1{animation:fadeUp .5s ease forwards}.hero p{animation:fadeUp .5s ease .1s forwards;opacity:0}.search-wrapper{animation:fadeUp .5s ease .2s forwards;opacity:0}.quick-tags{animation:fadeUp .5s ease .3s forwards;opacity:0}
