:root{--blue: #1a4fd6;--green: #059669;--orange: #c07008;--red: #c0392b;--yellow: #ca8a04;--gray: #6b7a9a;--surface: #ffffff;--surface-2: #f8faff;--border: rgba(212, 218, 233, .7);--text: #0d1526;--text-muted: #6b7a9a;--text-light: #b0bcd4;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{height:100%;margin:0;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--surface-2);color:var(--text);font-size:15px}button,input,select,textarea{font-family:inherit}a{color:var(--blue)}.spinner{display:inline-block;width:16px;height:16px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
