.navbar{position:relative;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background-color:#000}.navbar-logo img{width:50px;height:auto}.navbar-links{display:flex;list-style:none;gap:32px}.nav-link{color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.active{color:gold}.footer{background-color:#000;color:#fff;padding:40px 40px 20px}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start;margin-bottom:24px}.footer-description p{font-size:11px;line-height:1.6;color:#ccc}.footer-timeline{display:flex;align-items:center;justify-content:center;padding-top:10px}.timeline-bar{display:flex;align-items:center;gap:12px;width:100%;max-width:300px}.timeline-year{font-size:12px;color:#999;white-space:nowrap}.timeline-line{flex:1;height:1px;background-color:#555}.timeline-arrow{font-size:10px;color:#999}.footer-social{display:flex;justify-content:flex-end;align-items:center;gap:16px}.social-icon img{width:28px;height:28px;object-fit:contain;filter:brightness(1);transition:opacity .2s}.social-icon:hover img{opacity:.7}.footer-credit{text-align:center;font-size:12px;color:#999;padding-top:16px;border-top:1px solid #222}.footer-credit .heart{color:#fff}@media(max-width:768px){.footer-content{grid-template-columns:1fr 1fr}.footer-timeline{display:none}}.home{background-color:#000}.home-hero{position:relative;width:100%;min-height:80vh;overflow:hidden}.home-hero-image{width:100%;height:80vh;object-fit:cover;object-position:center top;filter:grayscale(100%)}.home-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-end;padding:60px 40px;background:linear-gradient(to top,#000000d9,#0000004d 40%,#0000001a)}.home-left{display:flex;flex-direction:column;gap:12px}.home-year{display:flex;align-items:center;gap:8px}.year-dot{width:8px;height:8px;background-color:gold;border-radius:50%}.year-text{font-size:14px;color:#ccc}.home-title{font-size:56px;font-weight:800;line-height:1.05;color:gold;font-style:italic}.home-player{max-width:360px;margin-bottom:20px}.player-label{font-size:10px;letter-spacing:2px;color:#999;margin-bottom:8px;text-transform:uppercase}.player-card{display:flex;gap:12px;background-color:#1e1e1ef2;border-radius:8px;padding:12px}.player-artwork img{width:80px;height:80px;border-radius:4px;object-fit:cover}.player-info{display:flex;flex-direction:column;justify-content:center;gap:4px}.player-meta{font-size:9px;color:#888;letter-spacing:.5px;text-transform:uppercase}.player-title{font-size:13px;font-weight:600;color:#fff}.player-subtitle{font-size:11px;color:#999}.player-progress{margin-top:6px;cursor:pointer}.progress-bar{position:relative;width:100%;height:4px;background-color:#444;border-radius:2px}.progress-fill{height:100%;background-color:#7c3aed;border-radius:2px;transition:width .1s linear}.progress-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#fff;border-radius:50%;opacity:0;transition:opacity .15s}.player-progress:hover .progress-thumb{opacity:1}.progress-times{display:flex;justify-content:space-between;font-size:9px;color:#777;margin-top:4px}.player-actions{display:flex;align-items:center;gap:16px;margin-top:6px}.play-button{background-color:#7c3aed;color:#fff;border:none;border-radius:4px;padding:6px 16px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s}.play-button:hover{background-color:#6d28d9}.see-more{font-size:12px;color:#999;text-decoration:none;transition:color .2s}.see-more:hover{color:#fff}.home-cards{padding:80px 40px;text-align:center}.home-cards-heading{font-size:28px;font-weight:700;color:gold;margin-bottom:48px}.home-cards-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:1100px;margin:0 auto}.home-cards-grid .home-card{width:240px}.home-card{display:flex;flex-direction:column;align-items:center;background-color:#1e1e1ef2;border:1px solid #222;border-radius:12px;padding:40px 28px 32px;text-decoration:none;transition:border-color .25s,transform .25s}.home-card:hover{border-color:#7c3aed;transform:translateY(-4px)}.home-card-icon{width:48px;height:48px;margin-bottom:16px}.home-card-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:12px}.home-card-description{font-size:13px;line-height:1.7;color:#999;margin-bottom:20px}.home-card-link{font-size:13px;font-weight:600;color:#7c3aed;transition:color .2s}.home-card:hover .home-card-link{color:#a78bfa}@media(max-width:768px){.home-left{display:none}.home-overlay{padding:60px 5px;justify-content:stretch}.home-player{max-width:100%;width:100%}.home-cards-grid .home-card{width:100%;max-width:400px}.home-cards{padding:60px 24px}}.home-description{padding:40px}.home-description p{font-size:12px;line-height:1.7;color:#ccc;max-width:300px}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
