@charset "UTF-8";:root{--bg: #0f1216;--fg: #e6edf3;--muted: #8b949e;--panel: #161b22;--border: #2b3138;--accent: #388bfd}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scrollbar-gutter:stable;overflow-x:hidden}body{background:var(--bg);color:var(--fg);font-family:Segoe UI,system-ui,-apple-system,sans-serif;transition:background .4s}body.egor-mode{--bg: #ffd9ec;--fg: #7a0b4d;--muted: #b83d87;--panel: #ffc0dd;--border: #ff5fa2;--accent: #ff1493;font-family:Comic Sans MS,Comic Neue,Segoe UI,cursive;background-color:#ffd9ec;background-image:radial-gradient(#ffb0d6 18%,transparent 19%),radial-gradient(#ffc7e3 18%,transparent 19%);background-size:48px 48px;background-position:0 0,24px 24px}body.egor-mode h1{background:linear-gradient(90deg,#ff1493,#ff8c00,gold,#32cd32,#1e90ff,#9932cc,#ff1493);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:egor-rainbow 6s linear infinite}body.egor-mode h1:after{content:" \1f496\2642\2728"}@keyframes egor-rainbow{to{background-position:400% 0}}h1,h2,h3{font-weight:700}a{color:var(--accent)}
