*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#020c04;--bg2:#030f05;--green:#00ff41;--g60:rgba(0,255,65,.6);--g30:rgba(0,255,65,.3);--g15:rgba(0,255,65,.15);--g08:rgba(0,255,65,.08);--g04:rgba(0,255,65,.04);--gdim:#00c030;--glo:#005518;--gxlo:#010f04;--text:rgba(0,255,65,.82);--tdim:rgba(0,255,65,.42);--tlo:rgba(0,255,65,.18);--line:rgba(0,255,65,.13);--read:rgba(216,231,223,.92);--read-dim:rgba(216,231,223,.6)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Noto Sans JP,sans-serif;font-weight:300;line-height:1.9;min-height:100vh;display:flex;flex-direction:column}a{color:var(--green);text-decoration:none}a:hover{text-shadow:0 0 10px var(--g30)}.blog-nav{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2.4rem;border-bottom:1px solid var(--line);position:sticky;top:0;background:#020c04d9;backdrop-filter:blur(8px);z-index:10}.blog-nav .brand{font-family:Orbitron,monospace;font-weight:900;letter-spacing:.12em;font-size:1rem;color:var(--green);text-shadow:0 0 12px var(--g30)}.blog-nav .back{font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.22em;color:var(--tdim)}.blog-main{flex:1;width:100%;max-width:780px;margin:0 auto;padding:4rem 1.6rem 6rem}.blog-title{font-family:Orbitron,monospace;font-weight:900;font-size:clamp(2rem,6vw,3.2rem);color:var(--green);letter-spacing:.08em;text-shadow:0 0 18px var(--g15);margin-bottom:2.4rem}.blog-lead{font-size:.9rem;line-height:1.9;color:var(--tdim);margin:-1.4rem 0 2.6rem;border-left:2px solid var(--glo);padding-left:1rem}.post-list{list-style:none;display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line)}.post-item a{display:block;position:relative;overflow:hidden;background:var(--bg2);padding:1.7rem 1.9rem;transition:background .3s;color:inherit}.post-item a:before{content:"";position:absolute;top:0;left:0;width:2px;height:0;background:var(--green);box-shadow:0 0 12px var(--green);transition:height .35s ease}.post-item a:hover{background:var(--gxlo);text-shadow:none}.post-item a:hover:before{height:100%}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .7rem;margin-bottom:.8rem}.post-item time{font-family:Share Tech Mono,monospace;font-size:.66rem;letter-spacing:.14em;color:var(--gdim)}.post-tag{font-family:Share Tech Mono,monospace;font-size:.56rem;letter-spacing:.08em;color:var(--tdim);border:1px solid var(--line);padding:.2rem .55rem}.post-item .post-name{font-size:1.18rem;line-height:1.55;color:var(--green);font-weight:700;margin:0;text-shadow:0 0 16px var(--g15);word-break:auto-phrase}.post-item .post-desc{font-size:.82rem;line-height:1.85;color:var(--tdim);margin-top:.6rem}.post-more{display:inline-block;margin-top:1rem;font-family:Share Tech Mono,monospace;font-size:.66rem;letter-spacing:.1em;color:var(--gdim);transition:color .25s,transform .25s}.post-item a:hover .post-more{color:var(--green);text-shadow:0 0 8px var(--g30);transform:translate(3px)}.back-link{font-family:Share Tech Mono,monospace;font-size:.72rem;letter-spacing:.14em;color:var(--tdim);display:inline-block;margin-bottom:2rem}.post>h1{font-size:clamp(1.5rem,4.5vw,2.2rem);line-height:1.5;color:var(--green);text-shadow:0 0 14px var(--g15);margin-bottom:.6rem}.post>time{font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.14em;color:var(--tlo)}.post-body{margin-top:2.4rem;font-size:1.05rem;line-height:2.05;font-weight:400;color:var(--read)}.post-body h2{font-family:Orbitron,monospace;font-size:1.25rem;line-height:1.5;color:var(--green);margin:3.2rem 0 1.2rem;padding-left:.9rem;border-left:3px solid var(--green);text-shadow:0 0 14px var(--g15)}.post-body h3{font-size:1.08rem;color:var(--green);margin:2.2rem 0 .9rem}.post-body p{margin:1.5rem 0;color:var(--read)}.post-body ul,.post-body ol{margin:1.3rem 0 1.3rem 1.5rem}.post-body li{margin:.55rem 0;line-height:1.9;color:var(--read)}.post-body li::marker{color:var(--gdim)}.post-body strong{color:var(--green);font-weight:700}.post-body a{color:var(--green);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--g30)}.post-body a:hover{text-decoration-color:var(--green)}.post-body blockquote{border-left:2px solid var(--green);background:var(--g04);padding:1rem 1.4rem;margin:2rem 0;color:var(--read-dim);font-style:normal}.post-body code{font-family:Share Tech Mono,monospace;background:var(--g08);padding:.15em .4em;border-radius:3px;font-size:.9em;color:var(--green)}.post-body pre{background:var(--bg2);border:1px solid var(--line);padding:1.2rem;overflow-x:auto;margin:1.6rem 0}.post-body pre code{background:none;padding:0}.post-body img{max-width:100%;height:auto;display:block;border:1px solid var(--line)}.post-body figure{margin:1.8rem 0}.post-body figure img{margin:0}.post-body figcaption{font-family:Share Tech Mono,monospace;font-size:.68rem;letter-spacing:.1em;color:var(--tdim);margin-top:.6rem;text-align:center}.blog-footer{border-top:1px solid var(--line);padding:2rem 1.6rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;font-family:Share Tech Mono,monospace;font-size:.68rem;letter-spacing:.12em;color:var(--tdim)}
