body{margin:0;font-family:Courier New,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;margin:0;padding:0}.app{min-height:100vh;width:100%;background:#0a0a0a;color:#e0e0e0;font-family:Courier New,monospace;line-height:1.6;overflow-x:hidden}.header{text-align:center;padding:80px 20px 40px;border-bottom:1px solid #333;width:100%}.header-title{font-size:3em;font-weight:300;letter-spacing:8px;opacity:0;animation:fadeInDown 1s ease forwards}.subtitle{font-size:1.1em;color:#888;margin-top:10px;letter-spacing:3px;opacity:0;animation:fadeInUp 1s ease .3s forwards}.container{max-width:900px;width:100%;margin:0 auto;padding:20px}.section{margin:60px 0;opacity:0;animation:fadeIn 1s ease forwards;width:100%}.section-bio{animation-delay:.3s;margin:15px 0}.section-1{animation-delay:.5s}.section-2{animation-delay:.7s}.section-3{animation-delay:.9s}.bio-content{text-align:center;max-width:700px;margin:0 auto;padding:10px;color:#b0b0b0;font-size:1.05em;line-height:1.8;letter-spacing:.5px}.bio-text{min-height:3.6em;font-family:Courier New,monospace;display:block}.section-heading{font-size:1.8em;font-weight:300;letter-spacing:4px;margin-bottom:30px;border-left:3px solid #fff;padding-left:15px}.music-item,.video-item{margin-bottom:40px;padding:20px;border:1px solid #222;transition:border-color .3s ease;width:100%}.music-item:hover,.video-item:hover{border-color:#555}.item-title{font-size:1.2em;margin-bottom:15px;letter-spacing:2px}audio{width:100%;margin-top:10px;filter:grayscale(1) contrast(1.2)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-top:10px;background:#000;width:100%}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.contact-text{letter-spacing:1px}.contact-link{color:#e0e0e0;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.contact-link:hover{border-bottom-color:#e0e0e0}.footer{text-align:center;padding:40px 20px;border-top:1px solid #333;margin-top:80px;font-size:.9em;color:#666;letter-spacing:2px;width:100%}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.header-title{font-size:2em;letter-spacing:4px}.section-heading{font-size:1.4em}.container,.music-item,.video-item{padding:15px}}
