:root{--bg-primary: #1B1B23;--bg-secondary: #2B2D42;--bg-tertiary: #363850;--accent-primary: #8287E1;--accent-secondary: #7A82AB;--accent-hover: #9da2f0;--text-primary: #F0F7EE;--text-secondary: #c4c9c2;--text-dim: #7A82AB;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-family:var(--font-body);line-height:1.6;font-weight:400;font-size:16px;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:var(--bg-primary)}::selection{background:var(--accent-primary);color:var(--bg-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.app{min-height:100vh;position:relative}main{max-width:1200px;margin:0 auto}.footer{padding:3rem 2rem;text-align:center;border-top:1px solid var(--bg-tertiary)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1rem}.footer-copyright{font-size:.875rem;color:var(--text-dim)}.footer-github{color:var(--text-dim);opacity:.5;transition:opacity .2s ease}.footer-github:hover{opacity:1;color:var(--text-dim)}.github-icon{width:18px;height:18px;display:block}.menu-overlay{display:none;position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.menu-overlay.open{opacity:1;visibility:visible}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem;background:#1b1b23e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,background .3s ease}.navbar-hidden{transform:translateY(-100%)}.navbar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none;transition:color .2s ease}.nav-logo:hover{color:var(--accent-primary)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.9375rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease;font-weight:500}.nav-links a:hover{color:var(--text-primary)}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:6px;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.menu-toggle .bar{width:100%;height:2px;background:var(--text-primary);transition:all .3s ease;border-radius:1px}.menu-toggle.open .bar:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.menu-toggle.open .bar:nth-child(2){transform:rotate(-45deg) translate(3px,-3px)}@media(max-width:768px){.menu-overlay{display:block}.navbar{padding:1rem 1.5rem;background:#1b1b23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-toggle{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:70%;max-width:280px;height:100dvh;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;background:var(--bg-secondary);transition:right .3s ease;z-index:1000}.nav-links.open{right:0}.nav-links a{font-size:1.25rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;position:relative}.hero-content{max-width:800px;width:100%}.hero-text{animation:fade-in .8s ease-out}.hero-greeting{font-size:1.125rem;color:var(--accent-primary);margin-bottom:.5rem;font-weight:500}.hero-title{font-family:var(--font-heading);font-size:4rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:400}.hero-description{font-size:1.125rem;color:var(--text-dim);max-width:600px;line-height:1.8}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s ease-in-out infinite;transition:opacity .1s ease;z-index:100}.scroll-text{font-size:.875rem;font-weight:500;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em}.scroll-arrow{width:20px;height:20px;color:var(--accent-primary)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media(max-width:768px){.hero{padding:4rem 1.5rem;min-height:100dvh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.scroll-indicator{bottom:1.5rem}.scroll-arrow{width:18px;height:18px}}.projects{padding:6rem 2rem}.section-container{max-width:1000px;margin:0 auto;opacity:0;transform:translateY(60px);transition:opacity .8s ease,transform .8s ease}.section-container.animate-in{opacity:1;transform:translateY(0)}.section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.section-intro{font-size:1.125rem;color:var(--text-dim);margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{background:var(--bg-secondary);border-radius:12px;overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease,box-shadow .2s ease}.section-container.animate-in .project-card{opacity:1;transform:translateY(0)}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.project-image{aspect-ratio:16/10;overflow:hidden;background:var(--bg-tertiary)}.placeholder-art{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%)}.placeholder-text{font-size:.875rem;color:var(--text-dim);font-weight:500}.project-info{padding:1.25rem}.project-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem}.project-description{font-size:.9375rem;color:var(--text-secondary)}@media(max-width:768px){.projects{padding:4rem 1.5rem}.projects-grid{grid-template-columns:1fr}}.music{padding:6rem 2rem}.song-list{display:flex;flex-direction:column;gap:.5rem}.song-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;background:var(--bg-secondary);border-radius:8px;opacity:0;transform:translate(-30px);transition:opacity .5s ease,transform .5s ease,background .2s ease}.section-container.animate-in .song-item{opacity:1;transform:translate(0)}.song-item:hover{background:var(--bg-tertiary)}.song-number{font-size:.875rem;color:var(--text-dim);min-width:1.5rem;font-weight:500}.song-info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.song-title{font-size:1rem;font-weight:500;color:var(--text-primary)}.song-artist{font-size:.875rem;color:var(--text-dim)}@media(max-width:768px){.music{padding:4rem 1.5rem}}.socials{padding:6rem 2rem 4rem}.socials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.social-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-secondary);border-radius:12px;text-decoration:none;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease,background .2s ease}.section-container.animate-in .social-card{opacity:1;transform:translateY(0)}.social-card:hover{background:var(--bg-tertiary);transform:translateY(-2px)}.social-card:hover .social-arrow{transform:translate(4px);opacity:1}.social-icon-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent-primary)}.social-icon{width:24px;height:24px}.social-info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.social-name{font-size:1rem;font-weight:600;color:var(--text-primary)}.social-handle{font-size:.875rem;color:var(--text-dim)}.social-arrow{width:20px;height:20px;color:var(--text-dim);opacity:.5;transition:transform .2s ease,opacity .2s ease}@media(max-width:768px){.socials{padding:4rem 1.5rem}.socials-grid{grid-template-columns:1fr}}.blog-page{padding:8rem 2rem 6rem;min-height:100vh}.blog-page .section-container{opacity:1;transform:none}.page-title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.page-intro{font-size:1.125rem;color:var(--text-dim);margin-bottom:3rem}.posts-list{display:flex;flex-direction:column;gap:1rem}.post-card{display:block;padding:1.5rem;background:var(--bg-secondary);border-radius:12px;text-decoration:none;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease,background .2s ease}.section-container.animate-in .post-card{opacity:1;transform:translateY(0)}.post-card:hover{background:var(--bg-tertiary)}.post-date{font-size:.875rem;color:var(--text-dim);display:block;margin-bottom:.5rem}.post-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.post-excerpt{font-size:1rem;color:var(--text-secondary);line-height:1.6}.no-posts{color:var(--text-dim);font-style:italic}@media(max-width:768px){.blog-page{padding:6rem 1.5rem 4rem}.page-title{font-size:2rem}.post-title{font-size:1.25rem}}.blog-post-page{padding:8rem 2rem 6rem;min-height:100vh}.blog-post-page .section-container{max-width:720px;opacity:1;transform:none}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--text-dim);text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.back-link:hover{color:var(--accent-primary)}.back-link:before{content:"←"}.post-content{animation:fade-in .6s ease-out}.post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--bg-tertiary)}.post-header .post-date{font-size:.9375rem;color:var(--text-dim);display:block;margin-bottom:.75rem}.post-header .post-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1.2}.post-body{font-size:1.0625rem;line-height:1.8;color:var(--text-secondary)}.post-body p{margin-bottom:1.5rem}.post-body h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-top:2.5rem;margin-bottom:1rem}.post-body h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-body li{margin-bottom:.5rem}.post-body a{color:var(--accent-primary);text-decoration:underline;text-underline-offset:2px}.post-body a:hover{color:var(--accent-hover)}.post-body code{font-family:SF Mono,Fira Code,monospace;font-size:.9em;background:var(--bg-tertiary);padding:.2em .4em;border-radius:4px}.post-body pre{background:var(--bg-secondary);padding:1.25rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.post-body pre code{background:none;padding:0}.post-body blockquote{border-left:3px solid var(--accent-primary);padding-left:1.25rem;margin:1.5rem 0;font-style:italic;color:var(--text-dim)}.post-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}@media(max-width:768px){.blog-post-page{padding:6rem 1.5rem 4rem}.post-header .post-title{font-size:1.75rem}.post-body{font-size:1rem}}.admin-page{padding:6rem 2rem;min-height:100vh}.admin-login{max-width:300px;margin:4rem auto;text-align:center}.admin-login h1{font-family:var(--font-heading);font-size:2rem;color:var(--text-primary);margin-bottom:2rem}.admin-login form{display:flex;flex-direction:column;gap:1rem}.admin-login input{padding:.75rem 1rem;font-size:1rem;background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;color:var(--text-primary)}.admin-login input:focus{outline:none;border-color:var(--accent-primary)}.admin-login button{padding:.75rem 1rem;font-size:1rem;font-weight:500;background:var(--accent-primary);color:var(--bg-primary);border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.admin-login button:hover{background:var(--accent-hover)}.admin-login .error{color:#e57373;font-size:.875rem;margin-top:.5rem}.admin-container{max-width:900px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-header h1{font-family:var(--font-heading);font-size:2rem;color:var(--text-primary)}.admin-actions{display:flex;gap:.5rem}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.tab{padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;background:var(--bg-secondary);color:var(--text-secondary);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.tab:hover{background:var(--bg-tertiary);color:var(--text-primary)}.tab.active{background:var(--accent-primary);color:var(--bg-primary)}.manager h2{font-family:var(--font-heading);font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem}.manager-note{color:var(--text-dim);margin-bottom:1.5rem}.add-form{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;margin-bottom:2rem}.add-form h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.add-form input,.add-form textarea{display:block;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:8px;color:var(--text-primary);margin-bottom:.75rem}.add-form input:focus,.add-form textarea:focus{outline:none;border-color:var(--accent-primary)}.add-form textarea{resize:vertical;min-height:100px}.add-form button{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;background:var(--accent-primary);color:var(--bg-primary);border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.add-form button:hover{background:var(--accent-hover)}.items-list{display:flex;flex-direction:column;gap:.75rem}.item{background:var(--bg-secondary);padding:1.25rem;border-radius:12px}.item input,.item textarea{display:block;width:100%;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:6px;color:var(--text-primary);margin-bottom:.5rem}.item input:focus,.item textarea:focus{outline:none;border-color:var(--accent-primary)}.item textarea{resize:vertical;min-height:80px}.item-info{display:flex;flex-direction:column;gap:.25rem}.item-info strong{font-size:1rem;color:var(--text-primary)}.item-info p{font-size:.9375rem;color:var(--text-secondary);margin:0}.item-meta{font-size:.875rem;color:var(--text-dim)}.item-actions{display:flex;gap:.5rem;margin-top:.75rem}.item-actions button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:var(--bg-tertiary);color:var(--text-primary);border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.item-actions button:hover{background:var(--accent-secondary)}.btn-secondary{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:var(--bg-tertiary);color:var(--text-primary);border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.btn-secondary:hover{background:var(--accent-secondary)}.btn-danger{background:#c62828!important;color:#fff!important}.btn-danger:hover{background:#b71c1c!important}.btn-primary{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:var(--accent-primary);color:var(--bg-primary);border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.token-input-section{background:var(--bg-secondary);padding:1.25rem;border-radius:12px;margin-bottom:1.5rem}.token-input-section p{color:var(--text-secondary);font-size:.9375rem;margin-bottom:.75rem}.token-input-row{display:flex;gap:.75rem}.token-input-row input{flex:1;padding:.625rem .875rem;font-size:.9375rem;background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:6px;color:var(--text-primary)}.token-input-row input:focus{outline:none;border-color:var(--accent-primary)}.token-input-row button{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:var(--accent-primary);color:var(--bg-primary);border:none;border-radius:6px;cursor:pointer;white-space:nowrap}.token-input-row button:hover{background:var(--accent-hover)}.save-status{padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9375rem}.save-status.success{background:#4caf5033;color:#81c784}.save-status.error{background:#f4433633;color:#e57373}@media(max-width:768px){.admin-page{padding:5rem 1rem}.admin-header{flex-direction:column;align-items:flex-start}.admin-tabs{width:100%}.tab{flex:1;text-align:center;padding:.625rem .75rem;font-size:.8125rem}}
