*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:#0a0b0d}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:rgba(140,140,150,.3)}@keyframes orakelPulse{0%{opacity:1}50%{opacity:.25}to{opacity:1}}@keyframes orakelFade{0%{opacity:0}to{opacity:1}}.app-root{--bg:#0a0b0d;--surface:#101216;--text:#f2f1ee;--text-2:rgba(242,241,238,0.56);--text-3:rgba(242,241,238,0.34);--rule:rgba(255,255,255,0.1);--rule-strong:rgba(255,255,255,0.22);--chip:rgba(255,255,255,0.04);--hover:rgba(255,255,255,0.035);--grad:linear-gradient(135deg,#3cbcf7,#8a34fd 52%,#a800ff);--font-display:"Space Grotesk",sans-serif;--font-sans:"IBM Plex Sans",sans-serif;--font-mono:"IBM Plex Mono",monospace;--ease:cubic-bezier(0.4,0,0.2,1)}.app-root[data-theme=light]{--bg:#fbfaf7;--surface:#ffffff;--text:#15171c;--text-2:#565a63;--text-3:#9498a1;--rule:rgba(20,22,28,0.12);--rule-strong:rgba(20,22,28,0.24);--chip:rgba(20,22,28,0.045);--hover:rgba(20,22,28,0.025)}.row-hover:hover{background:var(--hover)}.link-soft{color:var(--text-2);transition:color .15s}.link-soft:hover{color:var(--text)}.link-pink{color:#e0218a;transition:color .15s}.link-pink:hover{color:#f23da0}