@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@400;500;600;700;800&family=Sora:wght@300;400;500;600;700;800&display=swap");:root{--fd:"Sora",sans-serif;--fm:"Azeret Mono",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--fd);background:#0b0f1a;color:#cbd5e1}@keyframes up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}details>summary{list-style:none;cursor:pointer}details>summary::-webkit-details-marker{display:none}details summary:before{content:"+ ";font-weight:600;color:#4ade80;margin-right:6px}details[open] summary:before{content:"− "}