:root{color:#00ff41;background:#000;font-family:Courier New,Courier,monospace;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--green: #00ff41;--green-dim: #008f11;--green-dark: #003b00;--article-text: #f2f7f2;--article-muted: #c5d3c7;--panel: rgba(0, 0, 0, .82);--panel-strong: rgba(0, 14, 0, .92)}*{box-sizing:border-box}html{min-height:100%;background:#000}body{min-width:320px;min-height:100vh;margin:0;background:#000}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.shell{position:relative;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 50% 8%,rgba(0,255,65,.08),transparent 28rem),#000}.matrix-canvas{position:fixed;inset:0;z-index:0;opacity:.4;pointer-events:none}.crt-overlay{position:fixed;inset:0;z-index:1;pointer-events:none;background:linear-gradient(#12101000 50%,#00000038 50%),linear-gradient(90deg,#ff00000a,#00ff0005,#0000ff0a);background-size:100% 4px,6px 100%}.scanline{position:fixed;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to bottom,transparent,rgba(0,255,65,.08),transparent);animation:scan 8s linear infinite}.main-frame{position:relative;z-index:10;display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem}.hero{width:min(56rem,100%);margin:0 auto 3.5rem;text-align:center}.hero-compact{margin-bottom:2rem}.eyebrow{margin-bottom:1rem;color:var(--green-dim);font-size:.875rem;letter-spacing:.5em;text-transform:uppercase}.hero h1{margin:0 0 1rem;color:var(--green);font-size:clamp(3rem,8vw,4.5rem);font-weight:700;letter-spacing:0;line-height:1;text-shadow:0 0 10px rgba(0,255,65,.9),0 0 22px rgba(0,255,65,.45),0 0 38px rgba(0,255,65,.24)}.hero-compact h1{font-size:clamp(2.4rem,7vw,3.8rem)}.mode-line{display:flex;justify-content:center;gap:1rem;color:var(--green-dim);font-size:.875rem}.mode-line span:nth-child(2){letter-spacing:.22em}.rule{margin-top:1rem;color:var(--green-dim);font-size:.75rem;letter-spacing:.2em}.portal-grid{display:grid;width:min(56rem,100%);grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.featured-log{display:flex;width:min(56rem,100%);align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;border:1px solid var(--green);border-radius:8px;background:linear-gradient(90deg,#00ff411f,#003b001f),var(--panel);box-shadow:0 0 28px #00ff411f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.featured-kicker{margin:0 0 .25rem;color:var(--green-dim);font-size:.75rem;letter-spacing:.24em}.featured-log h2{margin:0 0 .35rem;color:var(--green);font-size:clamp(1.5rem,3vw,2rem);line-height:1.1}.featured-log p:last-child{margin:0;color:#00ff41b8;line-height:1.45}.featured-command{display:inline-flex;min-height:2.6rem;flex:0 0 auto;align-items:center;gap:.5rem;padding:.55rem .9rem;border:1px solid var(--green-dark);border-radius:6px;background:#0000008a;color:var(--green);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.featured-command:hover,.featured-command:focus-visible{border-color:var(--green);background:#00ff411f;outline:none;transform:translateY(-1px)}.portal-card{position:relative;display:block;width:100%;min-height:9.8rem;padding:1.5rem;overflow:hidden;border:1px solid var(--green-dark);border-radius:8px;background:var(--panel);color:var(--green);cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.portal-card:hover,.portal-card:focus-visible{border-color:var(--green);background:#001100eb;box-shadow:0 0 28px #00ff411f;outline:none;transform:translateY(-2px)}.card-content{display:flex;align-items:flex-start;gap:1rem}.icon-box{display:grid;width:3.5rem;height:3.5rem;flex:0 0 auto;place-items:center;border-radius:8px;background:#003b0080;color:var(--green);transition:background .18s ease,transform .18s ease}.portal-card:hover .icon-box,.portal-card:focus-visible .icon-box{background:#00ff4129;transform:scale(1.06)}.card-copy{min-width:0;flex:1}.card-heading{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.card-heading h2{margin:0;color:var(--green);font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.2}.card-external{flex:0 0 auto;color:var(--green-dim);opacity:0;transition:opacity .18s ease}.portal-card:hover .card-external,.portal-card:focus-visible .card-external{opacity:1}.subtitle{margin:0 0 .5rem;color:var(--green-dim);font-size:.875rem;overflow-wrap:anywhere}.description{margin:0;color:#008f11b8;font-size:.875rem;line-height:1.45}.corner{position:absolute;width:.75rem;height:.75rem;border-color:var(--green);opacity:.5;transition:opacity .18s ease}.portal-card:hover .corner,.portal-card:focus-visible .corner{opacity:1}.corner-tl{top:0;left:0;border-top:2px solid;border-left:2px solid}.corner-tr{top:0;right:0;border-top:2px solid;border-right:2px solid}.corner-bl{bottom:0;left:0;border-bottom:2px solid;border-left:2px solid}.corner-br{right:0;bottom:0;border-right:2px solid;border-bottom:2px solid}.card-progress{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,var(--green),transparent);transition:width .42s ease}.portal-card:hover .card-progress,.portal-card:focus-visible .card-progress{width:100%}.pulse-border{animation:pulse-border 1.5s ease-in-out infinite}.latest-log{display:flex;width:min(56rem,100%);align-items:center;gap:.75rem;margin-top:1.25rem;padding:.85rem 1rem;border:1px dashed rgba(0,143,17,.72);border-radius:8px;background:#0000009e;color:var(--green-dim);cursor:pointer;text-align:left;transition:border-color .18s ease,color .18s ease,background .18s ease}.latest-log:hover,.latest-log:focus-visible{border-color:var(--green);background:#001100db;color:var(--green);outline:none}.latest-log strong{color:var(--green);font-weight:700}.blog-shell,.article-shell{width:min(56rem,100%);border:1px solid var(--green-dark);border-radius:8px;background:#000000c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.blog-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--green-dark)}.ghost-button,.read-command{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--green-dark);border-radius:6px;background:#003b004d;color:var(--green);cursor:pointer;transition:border-color .18s ease,background .18s ease}.ghost-button{min-height:2.4rem;padding:.5rem .75rem}.ghost-button:hover,.ghost-button:focus-visible,.read-command:hover,.read-command:focus-visible{border-color:var(--green);background:#00ff411f;outline:none}.terminal-label{display:inline-flex;align-items:center;min-width:0;gap:.5rem;color:#008f11bd;font-size:.875rem;overflow-wrap:anywhere}.blog-list{display:grid;gap:0}.log-entry{display:grid;grid-template-columns:9rem minmax(0,1fr) auto;gap:1.25rem;padding:1.25rem;border-bottom:1px solid rgba(0,59,0,.7)}.log-entry:last-child{border-bottom:0}.log-meta{display:flex;flex-direction:column;gap:.5rem;color:#008f11d1;font-size:.8rem}.log-meta span{display:inline-flex;align-items:center;gap:.4rem}.log-body h2,.article-header h2,.not-found h2{margin:0 0 .5rem;color:var(--article-text);font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.2;text-shadow:0 0 18px rgba(0,255,65,.22)}.log-body p,.article-header p,.not-found p{margin:0;color:var(--article-muted);line-height:1.6}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.tag-row span{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .45rem;border:1px solid rgba(0,59,0,.85);border-radius:999px;color:#00ff41c7;font-size:.75rem}.read-command{align-self:center;min-height:2.4rem;padding:.5rem .8rem}.article-shell{padding-bottom:1.5rem}.article-header{padding:1.5rem 1.5rem 0}.article-header h2{max-width:42rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,4vw,2.45rem);font-weight:700}.article-header p{max-width:47rem;font-family:Georgia,Times New Roman,serif;font-size:1.02rem}.article-header .log-meta{flex-direction:row;flex-wrap:wrap;margin-bottom:1rem}.article-content{display:grid;gap:1rem;max-width:48rem;padding:1.5rem;color:var(--article-text);font-family:Georgia,Times New Roman,serif;font-size:1.05rem;line-height:1.8}.article-intro{max-width:48rem;padding:1.25rem 1.5rem 0;color:var(--article-text);font-family:Georgia,Times New Roman,serif;font-size:1.05rem;line-height:1.8}.article-intro p{margin:0}.article-intro p:before{color:var(--green-dim);content:"> ";font-family:Courier New,Courier,monospace}.article-cover{margin:1.5rem 1.5rem 0;overflow:hidden;border:1px solid rgba(0,255,65,.34);border-radius:8px;background:#000000b3}.article-cover img{display:block;width:100%;height:auto}.article-content p{margin:0}.article-content p:before{color:var(--green-dim);content:"> ";font-family:Courier New,Courier,monospace}.article-quote{margin:0 1.5rem 1.5rem;padding:1rem 1.2rem;border-left:3px solid var(--green);border-radius:0 8px 8px 0;background:#00ff4114;color:var(--article-text);font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-style:italic;line-height:1.65}.article-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0 1.5rem 1.5rem}.gallery-card{min-width:0;margin:0;overflow:hidden;border:1px solid rgba(0,59,0,.9);border-radius:8px;background:#000000ad}.gallery-card-log{grid-column:1 / -1}.gallery-card-log img{max-width:34rem;margin:0 auto}.gallery-card img{display:block;width:100%;height:auto}.gallery-card figcaption{padding:.85rem 1rem;color:var(--article-muted);font-family:Georgia,Times New Roman,serif;font-size:.95rem;line-height:1.5;white-space:pre-line}.log-caption{display:grid;gap:.65rem;white-space:normal}.log-caption-title{color:var(--article-text);font-weight:700}.log-caption-lines{display:grid;gap:.35rem}.log-caption-lines code{display:block;padding:.55rem .65rem;overflow-x:auto;border:1px solid rgba(0,255,65,.2);border-radius:6px;background:#0000008c;color:#eaf2ea;font-family:Courier New,Courier,monospace;font-size:.8rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.join-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 1.5rem;padding:1rem 1.2rem;border:1px dashed rgba(0,255,65,.45);border-radius:8px;background:#00ff410f}.join-panel h3{margin:0 0 .35rem;color:var(--article-text);font-size:1.35rem}.join-panel p{margin:0;color:var(--article-muted);font-family:Georgia,Times New Roman,serif;line-height:1.5}.not-found{padding:1.5rem}.not-found .ghost-button{margin-top:1.25rem}.footer{margin-top:3.5rem;color:#003b00f2;text-align:center}.footer div{margin-bottom:.5rem;font-size:.75rem;letter-spacing:.25em}.footer p{margin:.25rem 0 0;color:#008f1180;font-size:.75rem}.hud{position:fixed;z-index:20;color:var(--green-dark);font-size:.75rem;pointer-events:none}.hud-left{top:1rem;left:1rem}.hud-right{top:1rem;right:1rem;text-align:right}.hud-bottom-left{bottom:1rem;left:1rem}.hud-bottom-right{right:1rem;bottom:1rem;text-align:right}.record-dot{animation:blink 1.4s ease-in-out infinite}.flicker{animation:flicker 3s linear infinite}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes blink{50%{opacity:.38}}@keyframes pulse-border{0%,to{box-shadow:0 0 #00ff4100}50%{box-shadow:0 0 18px #00ff4152}}@keyframes flicker{0%,19%,21%,23%,25%,54%,56%,to{opacity:1}20%,24%,55%{opacity:.45}}@media(max-width:760px){.matrix-canvas{display:none}.main-frame{justify-content:flex-start;padding:5.25rem 1rem 4rem}.hero{margin-bottom:2rem}.eyebrow{font-size:.72rem;letter-spacing:.25em}.portal-grid{grid-template-columns:1fr;gap:1rem}.featured-log{align-items:stretch;flex-direction:column;margin-bottom:1rem;padding:1rem}.featured-command{justify-content:center;width:100%}.portal-card{min-height:8.8rem;padding:1rem}.card-content{gap:.85rem}.icon-box{width:3rem;height:3rem}.latest-log{flex-wrap:wrap}.blog-topbar{align-items:flex-start;flex-direction:column}.log-entry{grid-template-columns:1fr;gap:1rem}.log-meta{flex-direction:row;flex-wrap:wrap}.read-command{justify-self:start}.article-cover{margin:1rem 1rem 0}.article-content{padding:1rem}.article-intro{padding:1rem 1rem 0}.article-quote{margin:0 1rem 1rem}.article-gallery{grid-template-columns:1fr;padding:0 1rem 1rem}.join-panel{align-items:stretch;flex-direction:column;margin:0 1rem}.hud-left,.hud-right,.hud-bottom-left,.hud-bottom-right{font-size:.62rem}.hud-bottom-left,.hud-bottom-right{display:none}}@media(max-width:520px){.hud-right,.hud-bottom-right{display:none}.hero h1{font-size:2.65rem}.card-heading{align-items:flex-start}}
