.app{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;background:#0a0a0ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;border-bottom:1px solid rgba(157,78,221,.2)}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--neon-pink),var(--neon-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(157,78,221,.5)}.nav{display:flex;gap:2rem}.nav-link{color:var(--text-light);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{color:var(--neon-teal);text-shadow:0 0 10px var(--neon-teal)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--neon-teal);transition:width .3s ease}.nav-link:hover:after{width:100%}.hero-section{margin-top:80px;padding:4rem 2rem;max-width:1200px;margin-left:auto;margin-right:auto}.hero-image-container{position:relative;width:100%;max-width:350px;margin:0 auto 2rem;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #9d4edd4d,0 0 40px #f0f3;background:var(--dark-purple)}.hero-image{width:100%;height:auto;display:block;object-fit:contain}.hero-title-section{text-align:center;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-title{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,var(--neon-pink),var(--neon-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(157,78,221,.8);margin-bottom:.5rem;text-align:center}.hero-subtitle{font-size:1.8rem;color:var(--neon-teal);text-shadow:0 0 20px var(--neon-teal);text-align:center;font-weight:600}.podcast-description{text-align:center;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.description-text{font-size:1.2rem;color:var(--text-light);line-height:1.8}.listen-on-section{text-align:center;margin:1rem 0}.listen-on-title{font-size:1.5rem;color:var(--text-light);margin-bottom:2rem;font-weight:600}.platforms{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.platform-link{text-decoration:none;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.platform-link:hover{transform:translateY(-5px)}.platform-name{color:var(--text-light);font-size:.9rem;font-weight:500;text-align:center}.platform-icon{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.fa-spotify{background:#1db954;color:#fff;border:none}.fa-spotify:hover{background:#1ed760;transform:scale(1.1);box-shadow:0 0 20px #1db95499}.fa-apple{background:linear-gradient(135deg,#9b59d0,#d14fd8);color:#fff;border:none}.fa-apple:hover{background:linear-gradient(135deg,#a968db,#dd5de3);transform:scale(1.1);box-shadow:0 0 20px #9b59d099}.fa-amazon{background:#00a8e1;color:#fff;border:none}.fa-amazon:hover{background:#00bfff;transform:scale(1.1);box-shadow:0 0 20px #00a8e199}.story-section{padding:1.5rem 2rem;max-width:900px;margin:0 auto;background:#1a0a2e4d;border-radius:12px;margin-bottom:1rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,var(--neon-pink),var(--neon-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-content{display:flex;flex-direction:column;gap:1.5rem}.story-text{font-size:1.1rem;line-height:1.8;color:var(--text-light);text-align:justify}.contact-section{padding:1.5rem 2rem;text-align:center;max-width:900px;margin:0 auto}.social-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.social-link{color:var(--text-light);transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#9d4edd1a;border:2px solid var(--neon-purple)}.social-link:hover{background:#9d4edd4d;border-color:var(--neon-teal);transform:translateY(-3px);box-shadow:0 0 20px #9d4edd80}.social-icon{width:24px;height:24px;fill:currentColor}.email-contact{margin-top:2rem}.email-link{color:var(--text-light);text-decoration:none;font-size:1.1rem;transition:all .3s ease;display:inline-block;padding:.5rem 1rem;border-radius:8px;background:#9d4edd1a;border:2px solid var(--neon-purple)}.email-link:hover{color:var(--neon-teal);background:#9d4edd4d;border-color:var(--neon-teal);transform:translateY(-2px);box-shadow:0 0 20px #9d4edd80}.footer{text-align:center;padding:2rem;color:var(--text-muted);border-top:1px solid rgba(157,78,221,.2);margin-top:auto}@media (max-width: 768px){.header{flex-direction:column;gap:1rem;padding:1rem}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-section{padding:2rem 1rem;margin-top:120px}.platforms{gap:3rem}.platform-icon{width:100px;height:100px;font-size:3.5rem}.story-section,.contact-section{padding:2rem 1rem}.section-title{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--neon-pink: #ff00ff;--neon-purple: #9d4edd;--neon-teal: #00ffff;--neon-orange: #ff6b35;--dark-bg: #0a0a0f;--dark-purple: #1a0a2e;--dark-blue: #16213e;--text-light: #ffffff;--text-muted: #b8b8b8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--dark-bg);color:var(--text-light);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
