
*{box-sizing:border-box;margin:0}
body{background:#030303;color:#e6e9ef;font-family:'Courier New', Courier, monospace;font-size:14px;line-height:1.7}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.ide{display:flex;min-height:100vh;max-width:1400px;margin:0 auto}
.activity{width:52px;flex:0 0 52px;background:#030303;color:#dfe4ea;display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:6px}
.alogo{width:34px;height:34px;border-radius:9px;background:#d81f3c;color:#ffffff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px}
.activity a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;color:rgba(223,228,234,0.6);cursor:pointer;border-left:2px solid transparent}
.activity a:hover,.activity a.on{color:#dfe4ea;border-left-color:#d81f3c}
.abottom{margin-top:auto}
.explorer{width:230px;flex:0 0 230px;background:#040404;border-right:1px solid rgba(230,233,239,0.12);padding:10px 0;overflow:hidden}
.exhead{padding:8px 16px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(230,233,239,0.5)}
.exhead.git{margin-top:14px;border-top:1px solid rgba(230,233,239,0.12);padding-top:14px}
.exproj{padding:4px 16px;font-weight:700;font-size:13px}
.tree{display:flex;flex-direction:column}
.fnode{padding:5px 16px 5px 26px;font-size:13px;color:#e6e9ef;display:flex;align-items:center;gap:8px}
.fnode:hover{background:rgba(230,233,239,0.06)}
.fdot{color:#d81f3c}
.gitline{padding:3px 16px 3px 26px;font-size:12.5px;color:rgba(230,233,239,0.5);display:flex;gap:8px}
.gm{color:#e8798a;font-weight:700}.ga{color:#937476;font-weight:700}
.editorwrap{flex:1;min-width:0;display:flex;flex-direction:column;background:#050505}
.tabbar{display:flex;overflow-x:auto;background:#040404;border-bottom:1px solid rgba(230,233,239,0.12)}
.tab{padding:9px 16px;font-size:13px;color:rgba(230,233,239,0.5);border-right:1px solid rgba(230,233,239,0.12);white-space:nowrap;border-top:2px solid transparent}
.tab:hover{color:#e6e9ef}
.tab.on{background:#050505;color:#e6e9ef;border-top-color:#d81f3c}
.editor{flex:1;overflow:auto}
.src{display:flex;border-bottom:1px solid rgba(230,233,239,0.12);padding:14px 0}
.gutter{flex:0 0 52px;text-align:right;padding-right:14px;color:rgba(230,233,239,0.5);user-select:none;font-size:13px}
.gutter span{display:block;line-height:1.7}
.code{flex:1;min-width:0;padding-right:24px}
.cl{white-space:pre-wrap;word-break:break-word}
.cl.in{padding-left:24px}
.com{color:rgba(230,233,239,0.42);font-style:italic}
.kw{color:#d81f3c;font-weight:700}
.fn{color:#e8798a}
.str{color:#937476}
.pk{color:#e8798a}
.src h1{display:none}
.ibtn{display:inline-block;background:#d81f3c;color:#ffffff;padding:8px 18px;border-radius:0px;font-weight:700;font-size:13px;margin:6px 6px 0 0}
.ibtn.ghost{background:transparent;border:1px solid #d81f3c;color:#d81f3c}
.ibtn:hover{filter:brightness(1.1)}
.igrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:8px 0}
.ishot{margin:0;border:1px solid rgba(230,233,239,0.12);border-radius:0px;overflow:hidden}
.ishot img{width:100%;height:120px;object-fit:cover}
.ishot figcaption{padding:5px 10px;font-size:11px;color:#d81f3c;background:#040404}
.status{display:flex;align-items:center;gap:16px;background:#d81f3c;color:#ffffff;font-size:12px;font-weight:600;padding:5px 14px;flex-wrap:wrap}
.status .spush,.status .ok{margin-left:0}
.status .ok{margin-left:auto}
@media(max-width:820px){.explorer{display:none}}
@media(max-width:560px){.igrid{grid-template-columns:1fr 1fr}.activity{width:44px;flex-basis:44px}}


.xq{box-sizing:border-box;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;color:#f6f6f6;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#d81f3c;margin-bottom:10px;font-weight:700}

.xq-stats{background:rgba(246,246,246,0.05);border-top:1px solid rgba(246,246,246,0.14);border-bottom:1px solid rgba(246,246,246,0.14)}
.xq-statrow{display:flex;flex-wrap:wrap;gap:14px}
.xq-stat{flex:1 1 140px;background:#111111;border:1px solid rgba(246,246,246,0.14);border-radius:0px;padding:20px 18px;text-align:center}
.xq-stat dt{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:2rem;color:#d81f3c;font-weight:800}
.xq-stat dd{margin-top:6px;font-size:.85rem;color:#8c8c8c}


/* =====================================================
   DESIGN DNA: terminal-green
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
body,p,li,a,td,th,dt,dd,input,textarea{font-family:'Courier New', Courier, monospace !important}
h1,h2,h3{font-family:'Courier New', Courier, monospace !important;text-transform:uppercase !important;letter-spacing:.06em !important}
h1::after{content:'\2588';margin-left:.15em;color:#d81f3c}
@media (prefers-reduced-motion: no-preference){@keyframes dnablink{50%{opacity:0}}h1::after{animation:dnablink 1.1s steps(1) infinite}}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,.5) 0 1px,transparent 1px 3px);opacity:.18;}
img{filter:grayscale(1) contrast(1.25) brightness(.92);border-radius:0 !important;border:1px solid rgba(216,31,60,.6) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:1px solid #d81f3c !important;font-family:'Courier New', Courier, monospace !important;text-transform:uppercase;box-shadow:none !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;border:1px solid rgba(216,31,60,.45) !important;box-shadow:none !important}
::selection{background:#d81f3c;color:#050505}
