:root{--bg:#0f172a;--card:#111827;--text:#e5e7eb;--muted:#9ca3af;--link:#60a5fa;--link-hover:#93c5fd;--accent:#22d3ee}*,:after,:before{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;background:linear-gradient(145deg,var(--bg) 0,#0b1224 100%);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}.container{max-width:900px;margin:0 auto;padding:24px}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 24px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:24px}.header nav{display:flex;gap:20px}.header nav a{font-weight:500}.brand{display:flex;align-items:center;gap:10px}.brand-title{font-weight:700;letter-spacing:.2px;font-size:20px}.brand-sub{color:var(--muted);font-size:12px}.post-list{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.post-card{background:linear-gradient(145deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.07);border-radius:12px;padding:18px;transition:transform .12s ease,border-color .12s ease,background .12s ease}.post-card:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.15);background:linear-gradient(145deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02))}.post-card h2{margin:0 0 6px;font-size:20px}.post-card time{font-size:12px;color:var(--muted)}.post-content{background:linear-gradient(145deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.07);border-radius:12px;padding:24px}.post-content h1,.post-content h2,.post-content h3{margin-top:1.4em}.post-content p{line-height:1.65}.post-content pre{white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;background-color:hsla(0,0%,100%,.04);padding:12px;border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.5;max-width:100%;box-sizing:border-box}.footer{margin-top:40px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.08);color:var(--muted);font-size:13px}.sidebar{padding:24px;background:linear-gradient(145deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.07);border-radius:12px}.sidebar h3{margin-top:0;margin-bottom:12px;font-size:16px}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin-bottom:8px}.post-content form{display:flex;flex-direction:column;max-width:400px}.post-content label{margin-bottom:4px;font-weight:500}.post-content input,.post-content textarea{padding:8px;margin-bottom:16px;border:1px solid hsla(0,0%,100%,.2);border-radius:6px;background-color:hsla(0,0%,100%,.05);color:var(--text)}.post-content button{padding:10px 16px;border:none;border-radius:6px;background-color:var(--link);color:var(--text);cursor:pointer}