@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:JetBrains Mono,monospace;background-color:#0a0a0a;color:#0f0;min-height:100vh;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:1rem}.retro-green{color:#0f0}.retro-amber{color:#ffbf00}.retro-red{color:red}.retro-bg{background-color:#0a0a0a}.retro-bg-light{background-color:#1a1a1a}.border-retro-green{border:2px solid #00ff00}.border-retro-amber{border:2px solid #ffbf00}.border-retro-red{border:2px solid #ff0000}.text-center{text-align:center}.font-bold{font-weight:700}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-4{margin:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-3>*+*{margin-left:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-4{gap:1rem}.rounded-lg{border-radius:.5rem}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.btn{padding:.75rem 1.5rem;font-family:JetBrains Mono,monospace;font-weight:700;border:none;cursor:pointer;transition:all .15s ease-in-out}.btn-primary{background-color:#0f0;color:#0a0a0a}.btn-primary:hover{background-color:#ffbf00}.btn-secondary{background-color:#ffbf00;color:#0a0a0a}.btn-secondary:hover{background-color:#0f0}.btn-danger{background-color:red;color:#fff}.btn-danger:hover{background-color:#c00}.btn:disabled{opacity:.3;cursor:not-allowed}.input{width:100%;padding:.75rem 1rem;background-color:#0a0a0a;border:2px solid #00ff00;color:#0f0;font-family:JetBrains Mono,monospace}.input::placeholder{color:#00ff0080}.input:focus{outline:none;border-color:#ffbf00}.card{background-color:#1a1a1a;border:2px solid #00ff00;padding:1rem;margin-bottom:1rem}.card.active{border-color:#ffbf00;box-shadow:0 0 20px #ffbf0033}.card.completed{border-color:#0f06}
