*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#f2f2f2;background:#121212;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}input:focus,select:focus,textarea:focus{border-color:green;outline:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#00800080;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#008000cc}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.typing-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;animation:typingBounce 1.1s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes blinkCursor{0%,49%{opacity:1}50%,to{opacity:0}}.blink-cursor{display:inline-block;width:2px;margin-left:2px;animation:blinkCursor .9s step-start infinite}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.msg-fade-in{animation:msgFadeIn .25s ease-out both}
