@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background:#0d0d0d;--surface:#151515;--surface-light:#1d1d1d;--text:#f1eee7;--muted:#aaa49b;--accent:#7d1f1f;--accent-hover:brown}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3{letter-spacing:-.02em;font-weight:700}h1{font-size:3rem}h2{margin-top:4rem;font-size:2rem}p{color:var(--muted)}.container{width:min(1200px,90%);margin:0 auto}.hero{text-align:center;padding:6rem 0 3rem}.hero h1{margin-bottom:1rem}.hero p{font-size:1.2rem}.comic-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin-top:2rem;display:grid}.comic-card{background:var(--surface);border-radius:12px;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.comic-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000080}.comic-card:hover:after{content:"";background:var(--accent);width:100%;height:4px;position:absolute;bottom:0;left:0}.comic-card img{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}.comic-card-info{padding:1rem}.comic-card-info h2{margin:0;font-size:1.2rem}.comic-card-info p{color:var(--muted);margin:.4rem 0 0;font-size:.9rem}.comic-header{grid-template-columns:280px 1fr;align-items:start;gap:3rem;margin-top:4rem;display:grid}.comic-header img{border-radius:12px;width:100%}.button{background:var(--accent);color:var(--text);border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s;display:inline-block}.button:hover{background:var(--accent-hover)}.reader{text-align:center;margin-top:3rem}.reader-image{max-width:1000px;margin:0 auto}.reader-image img{border-radius:8px;width:100%;height:auto;margin:0 auto;display:block}.reader-controls{justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;display:flex}.reader button{background:var(--surface);color:var(--text);cursor:pointer;border:1px solid #333;border-radius:6px;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;transition:background .2s,border-color .2s}.reader button:hover{background:var(--accent);border-color:var(--accent)}#fullscreen{margin-top:1rem}ul{padding-left:0;list-style:none}li{margin-bottom:.75rem}li a{color:var(--text);transition:color .2s}li a:hover{color:var(--accent-hover)}.reader-image:fullscreen{background:#000;justify-content:center;align-items:center;display:flex}.reader-image:fullscreen img{width:auto;max-height:100vh}@media (width<=768px){h1{font-size:2.2rem}.comic-header{grid-template-columns:1fr}.comic-header img{max-width:300px}.reader-controls{gap:1rem}.reader button{padding:.6rem 1rem}}.site-header{border-bottom:2px solid var(--accent);background:var(--background)}.header-container{justify-content:space-between;align-items:center;width:min(1200px,90%);height:90px;margin:0 auto;display:flex}.brand{z-index:10;align-items:center;display:flex;position:relative}.logo{width:auto;height:120px;position:relative;top:25px}.site-header nav{gap:2rem;display:flex}.site-header nav a{color:var(--muted);font-weight:600;transition:color .2s}.site-header nav a:hover,.site-header nav a.active{color:var(--accent)}.latest-release{margin-top:6rem}.release-banner{background:var(--surface);border-radius:12px;width:100%;margin-left:0;display:flex;overflow:hidden}.release-label{background:var(--accent);color:var(--text);letter-spacing:.08em;flex-direction:column;justify-content:center;align-items:flex-start;width:160px;padding-left:2rem;font-size:1.2rem;font-weight:700;line-height:1.2;display:flex}.release-content{align-items:center;gap:2rem;padding:2rem;display:flex}.release-content img{border-radius:8px;width:120px}.release-info h2{margin:0;font-size:2rem}.release-info p{margin:.5rem 0 1.5rem}@media (width<=768px){.release-banner{flex-direction:column}.release-label{width:100%;padding:1rem}.release-content{text-align:center;flex-direction:column}}.site-footer{background:var(--accent);color:var(--text);margin-top:6rem}.footer-container{width:min(1200px,90%);margin:0 auto;padding:3rem 0 2rem}.footer-brand h2{color:#fff;margin:0;font-size:1.8rem}.footer-brand p{color:#fffc;margin-top:.5rem}.footer-links{gap:2rem;margin-top:2rem;display:flex}.footer-links a{color:#fff;font-weight:500;transition:opacity .2s}.footer-links a:hover{opacity:.7}.footer-bottom{border-top:1px solid #ffffff4d;margin-top:3rem;padding-top:1.5rem}.footer-bottom p{color:#ffffffbf;margin:.25rem 0;font-size:.85rem}@media (width<=768px){.footer-links{flex-direction:column;gap:.5rem}}.new-badge{background:var(--accent);color:var(--text);letter-spacing:.1em;z-index:2;border-radius:4px;padding:.35rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px}.issue-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.issue-card{background:var(--surface);border-radius:10px;flex-direction:column;min-height:150px;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.issue-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0006}.issue-card:after{content:"";background:var(--accent);opacity:0;width:100%;height:3px;transition:opacity .2s;position:absolute;bottom:0;left:0}.issue-card:hover:after{opacity:1}.issue-card h3{margin:0}.issue-card p{margin-top:.5rem;font-size:.9rem}.issue-card span{color:var(--text);margin-top:auto;font-weight:600}
