@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
:root{--bg-color:#050505;--text-primary:#fa0;--text-secondary:#f30;--text-muted:#850;--border-color:#f50;--panel-bg:#c8320014;--magi-border:#c40;--halt-bg:#c00;--fs-h1:1.5rem;--fs-h2:2.5rem;--fs-h3:1.5rem;--fs-body:1rem;--fs-small:.85rem;--fs-magi:1.8rem;--magi-height:550px}@media (max-width:768px){:root{--fs-h1:1.1rem;--fs-h2:1.5rem;--fs-h3:1rem;--fs-body:.8rem;--fs-small:.7rem;--fs-magi:1.2rem;--magi-height:400px}.magi-container{padding:.3rem!important}}@media (max-width:480px){:root{--fs-h1:.85rem;--fs-h2:1.1rem;--fs-h3:.75rem;--fs-body:.7rem;--fs-small:.6rem;--fs-magi:.9rem;--magi-height:280px}.magi-container{padding:.2rem!important}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;font-family:Share Tech Mono,monospace,sans-serif;overflow-x:hidden}body:after{content:" ";z-index:9999;pointer-events:none;background:linear-gradient(#12101000 50%,#00000040 50%) 0 0/100% 3px,linear-gradient(90deg,#ff000008,#00ff0003,#0000ff08) 0 0/3px 100%;display:block;position:fixed;inset:0}.magi-panel{background-color:var(--panel-bg);border:2px solid var(--magi-border);flex-direction:column;padding:1rem;display:flex;box-shadow:0 0 10px #f503,inset 0 0 10px #ff55001a}.text-glow{text-shadow:0 0 5px var(--text-primary)}.text-glow-red{color:red;text-shadow:0 0 8px red}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#100}::-webkit-scrollbar-thumb{background:var(--border-color)}.magi-balthasar,.magi-melchior,.magi-casper{clip-path:polygon(0 0,100% 0,100% 65%,65% 100%,35% 100%,0 65%);color:#000;z-index:2}.magi-center-core{clip-path:polygon(20% 0,80% 0,100% 50%,80% 100%,20% 100%,0 50%);color:#fa0;background-color:#222}.blink_me{animation:1s linear infinite blinker}@keyframes blinker{50%{opacity:.3}}
