@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=Inter:wght@400;500;600&family=Syne:wght@600;700;800&family=DM+Mono:wght@400;500&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{background:#080b0f;color:#e2e8f4;font-family:Inter,sans-serif;font-size:13px;line-height:1.5}#__next,body,html{height:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0e1218}::-webkit-scrollbar-thumb{background:#2a3850;border-radius:2px}input,select,textarea{font-family:Inter,sans-serif;font-size:13px;background:#080b0f;border:1px solid #2a3850;color:#e2e8f4;border-radius:4px;padding:7px 10px;outline:none;width:100%;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:#8a6520}select option{background:#141a22}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes chainDraw{0%{stroke-dashoffset:80}to{stroke-dashoffset:0}}