@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap";:root{--background-color: #121212;--surface-color: #1e1e1e;--primary-text-color: #eaeaea;--secondary-text-color: #a0a0a0;--accent-color: #ff4500;--accent-hover: #ff6347;--border-color: #333;--header-height: 80px;color:var(--primary-text-color);background-color:var(--background-color);font-family:Work Sans,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--background-color)}a{color:var(--accent-color)}a:hover{text-decoration:underline}a.cta,a.cta:visited{color:var(--primary-text-color);text-decoration:none;display:inline-block}main{padding:3rem 1.5rem 4rem}.content-section{width:min(1100px,100%);margin:0 auto 5rem}.content-section:last-of-type{margin-bottom:0}h1,h2,h3,h4{font-family:Work Sans,sans-serif;font-weight:800;margin:0 0 1rem}p{line-height:1.6;margin:0 0 1rem}button{cursor:pointer}.card{background:var(--surface-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--border-color)}.card h3{margin-top:0}.card .meta{font-size:.85rem;color:var(--secondary-text-color);margin-bottom:1rem}textarea,input,select{width:100%;padding:.75rem;border-radius:8px;border:1px solid var(--border-color);margin-bottom:1rem;font-size:1rem}textarea{resize:vertical;min-height:120px}form button,a.cta,button.cta,.cta-button{background:var(--accent-color);border:none;color:var(--primary-text-color);padding:.75rem 1.5rem;border-radius:999px;font-family:Roboto Mono,monospace;font-weight:700;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}form button:hover,a.cta:hover,button.cta:hover,.cta-button:hover{transform:translateY(-1px);background:var(--accent-hover)}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;margin:0 0 1rem}.tag{background:#ff450026;color:var(--accent-color);padding:.35rem .75rem;border-radius:999px;font-size:.85rem}.comment{background:#ff450014;border-left:4px solid var(--accent-color);padding:.75rem 1rem;margin:0 0 1rem;border-radius:8px}.comment .meta{margin-bottom:.5rem}header{background:#121212e6;color:var(--primary-text-color);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%}.header-content{width:100%;margin:0;padding:1rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-content nav{flex:1;display:flex;justify-content:center}.site-title-button{background:none;border:none;padding:0;display:flex;flex-direction:column;align-items:flex-start;color:inherit;text-align:left;gap:.25rem;font:inherit}.site-title-button:focus-visible{outline:3px solid var(--accent-color);outline-offset:4px}.site-title{font-family:Yuji Syuku,serif;font-size:1.75rem;font-weight:400}.site-subtitle{font-size:.9rem;color:var(--secondary-text-color)}.hero{position:relative;isolation:isolate;width:100%;min-height:100vh;text-align:center;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem;color:var(--primary-text-color)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1212128c;z-index:-1}.hero-content{position:relative;width:min(960px,100%);margin:0 auto}.hero h1{font-size:clamp(2.75rem,4vw,4rem)}.hero p{max-width:640px;margin:1.5rem auto 2.5rem;color:var(--secondary-text-color);font-size:clamp(1.05rem,2.5vw,1.25rem)}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.auth-controls{display:flex;gap:.75rem;align-items:center;margin-left:auto}nav ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0;font-family:Yuji Syuku,serif;font-size:1.1rem}nav a{color:inherit;text-decoration:none;font-weight:600}.header-link{position:relative;padding:.25rem 0;transition:color .2s ease}.header-link:hover,.header-link:focus-visible{color:var(--accent-color)}.header-link[aria-current=page]{color:var(--accent-color)}.header-link[aria-current=page]:after{content:"";position:absolute;inset-inline:0;bottom:-.35rem;height:2px;background:var(--accent-color)}.page-shell{padding:3rem 1.5rem 4rem}.hero-shell{padding:0}nav a:hover{text-decoration:underline}.auth-controls span{font-size:.95rem}footer{background:var(--surface-color);color:var(--primary-text-color);padding:2rem 1rem}footer p{margin:.25rem 0;color:var(--secondary-text-color)}.content-section>h2{font-family:Yuji Syuku,serif;letter-spacing:.12em;text-transform:none;font-size:2.5rem}@media (max-width: 720px){.header-content{flex-direction:column;align-items:stretch;padding:1rem 1.25rem}.header-content nav{justify-content:center;width:100%}nav ul{flex-wrap:wrap;justify-content:center}.auth-controls{flex-direction:column;align-items:flex-start;width:100%}.hero{padding:5rem 1.25rem}.hero-actions{flex-direction:column}.hero-actions .cta{width:100%;text-align:center}}@media (min-width: 1100px){.hero{padding:7rem 3rem}.header-content{padding-left:3rem;padding-right:3rem}}
