body{color:#1f2937;background:linear-gradient(#f5f7fb 0%,#eef2f7 100%);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}#root{min-height:100vh}.container{max-width:1040px;margin:0 auto;padding:28px 20px 40px}.auth-container{max-width:560px}.row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.header-row{margin-bottom:18px}.auth-toggle{margin:16px 0}.grid-two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:8px;display:grid}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin:14px 0;padding:18px;box-shadow:0 8px 24px #0f172a0f}form{flex-direction:column;gap:12px;display:flex}.form-panel{margin-top:10px}input,textarea,select,button{font:inherit;box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px}input:focus,textarea:focus,select:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}textarea{resize:vertical;min-height:86px}button{cursor:pointer;color:#fff;background:#4f46e5;border:none;width:fit-content;font-weight:600;transition:background .2s,transform 80ms}button:hover{background:#4338ca}button:active{transform:translateY(1px)}button:disabled{opacity:.65;cursor:not-allowed}.btn{min-width:100px}.btn-primary{background:#111827}.btn-primary:hover{background:#0b1220}.btn-secondary{color:#111827;background:#e5e7eb}.btn-secondary:hover{background:#d1d5db}.btn-danger{background:#dc2626}.btn-danger:hover{background:#b91c1c}p{color:#4b5563;margin:8px 0}h1,h2{color:#111827;margin:0 0 8px}h1{font-size:1.8rem}h2{font-size:1.15rem}.subtitle{color:#6b7280;margin:0}.hint{font-size:.92rem}.message{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;padding:10px 12px}.card{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;margin-top:10px;padding:14px}.status{text-transform:capitalize;border-radius:999px;padding:4px 8px;font-size:.85rem;font-weight:700;display:inline-block}.status-pending{color:#92400e;background:#fef3c7}.status-in-progress{color:#1e40af;background:#dbeafe}.status-done{color:#166534;background:#dcfce7}
