@tailwind base;@tailwind components;@tailwind utilities;body,div,html,p,span{font-family:JetBrains Mono,ui-monospace,monospace!important;font-weight:500!important;letter-spacing:.06em!important}body,html{height:100%;margin:0;background:linear-gradient(135deg,#121212,#1a1a1a 50%,#1e1e1e);color:#e4e4e7;overflow-x:hidden}.glass{background:rgba(30,30,30,.45);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.08);border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.4);transition:all .4s cubic-bezier(.4,0,.2,1)}.glass:hover{background:rgba(40,40,40,.6);border-color:rgba(34,211,238,.5);box-shadow:0 12px 40px rgba(34,211,238,.15);transform:translateY(-4px)}.perspective-1000{perspective:1000px}.preserve-3d{transform-style:preserve-3d}main{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}a[role=button],button{cursor:pointer!important;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none}.typing-line{white-space:pre-wrap;word-break:break-word;overflow:hidden;padding:1.5rem;font-size:2.8rem;line-height:1.4;background:hsla(0,0%,8%,.4);border-radius:16px;border:1px solid hsla(0,0%,100%,.1)}.char{display:inline-block}.char.untyped{color:#71717a}.char.correct{color:#86efac}.char.incorrect{color:#fca5a5;background:hsla(0,91%,71%,.2)}.char.cursor{border-left:3px solid #22d3ee;animation:blink 1s step-start infinite}@keyframes blink{0%,50%{border-color:#22d3ee}50.1%,to{border-color:transparent}}.untyped{color:#71717a}.correct{color:#86efac}.incorrect{color:#fca5a5;background:hsla(0,91%,71%,.2)}