body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f172a;color:#e5e7eb}h1{text-align:center;margin-top:1.5rem}p{text-align:center;color:#9ca3af}.app-container{min-height:100vh;padding:1.5rem;max-width:1200px;margin:0 auto}.app-header{text-align:center;margin-bottom:1.5rem}.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.column{background-color:#020617;border-radius:.75rem;padding:1rem;border:1px solid #1f2937}.column h2{margin-top:0;font-size:1rem;margin-bottom:.75rem}.column-content{display:flex;flex-direction:column;gap:.5rem}.task-card{background-color:#0b1120;border-radius:.5rem;padding:.6rem .75rem;border:1px solid #111827;box-shadow:0 6px 18px #00000059}.task-card h3{margin:0;font-size:.95rem}.task-card p{margin:.35rem 0 0;font-size:.8rem;color:#9ca3af}@media(max-width:900px){.board{grid-template-columns:1fr}}.empty-text{font-size:.8rem;color:#64748b}.form-section{margin-bottom:1.5rem;background-color:#020617;border-radius:.75rem;padding:1rem;border:1px solid #1f2937}.task-form{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,2fr) auto;gap:.75rem;align-items:flex-end}.form-field{display:flex;flex-direction:column;gap:.25rem}.form-field label{font-size:.8rem;color:#9ca3af}.form-field input,.form-field textarea{border-radius:.5rem;border:1px solid #1f2937;padding:.45rem .6rem;background-color:#0b1120;color:#e5e7eb;font-size:.85rem;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:#6b7280}.primary-button{border-radius:999px;padding:.5rem 1.1rem;border:0;cursor:pointer;font-size:.85rem;font-weight:600;background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#0b1120}@media(max-width:900px){.task-form{grid-template-columns:1fr;align-items:stretch}.primary-button{width:100%}}.task-footer{margin-top:.5rem}.task-actions{display:flex;flex-wrap:wrap;gap:.35rem}.secondary-button{border-radius:999px;padding:.35rem .9rem;border:0;cursor:pointer;font-size:.8rem;background-color:#38bdf81f;color:#7dd3fc}.secondary-button:hover{background-color:#38bdf833}.small{padding:.25rem .7rem}.search-bar{margin-top:1rem;display:flex;justify-content:center}.search-input{width:100%;max-width:400px;padding:.5rem .75rem;border-radius:999px;border:1px solid #1f2937;background-color:#0f172ae6;color:#e5e7eb;outline:none;font-size:.85rem}.search-input::placeholder{color:#6b7280}.danger-button{border-radius:999px;padding:.35rem .9rem;border:0;cursor:pointer;font-size:.8rem;background-color:#ef444426;color:#fecaca}.danger-button:hover{background-color:#ef44444d}
