@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f6f7fb;--panel-bg:#fffffff2;--panel-bg-subtle:#ffffffb3;--text:#111827;--muted:#11182799;--border:#1118271f;--primary:#4f46e5;--primary2:#7c3aed;--card-shadow:0 20px 25px -5px #00000014;--input-bg:#fff;--input-border:#e5e7eb;--surface-hover:#f9fafb}:root.dark{--bg:#0d0d0f;--panel-bg:#1e1e23f2;--panel-bg-subtle:#1e1e23bf;--text:#f1f1f3;--muted:#f1f1f3;--border:#ffffff1a;--primary:#6366f1;--primary2:#8b5cf6;--card-shadow:0 20px 25px -5px #0006;--input-bg:#1a1a1f;--input-border:#ffffff1f;--surface-hover:#ffffff0d}body{background-color:var(--bg);color:var(--text);transition:background-color .3s,color .3s}.App{background:linear-gradient(135deg, var(--primary) 0%, var(--primary2) 100%);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.page-container{max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem}.page-header{border-bottom:2px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-title{background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:700}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:24px;width:100%;max-width:450px;padding:3rem 2.5rem;box-shadow:0 25px 50px -12px #00000040}.auth-title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2.25rem;font-weight:800}.auth-subtitle{color:var(--muted);margin:0 0 2rem;font-size:1.125rem}.auth-footer{text-align:center;color:var(--muted);margin-top:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input,.form-textarea{border:2px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text);box-sizing:border-box;border-radius:12px;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.form-input:focus,.form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #667eea26}.input-error{border-color:#ef4444}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #667eea66}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #667eea80}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary,.btn-outline{background:var(--panel-bg);color:var(--text);border:2px solid var(--border);cursor:pointer;border-radius:12px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-secondary:hover,.btn-outline:hover{background:var(--surface-hover);border-color:var(--muted)}.btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;padding:.75rem 1.25rem;font-weight:600;transition:all .2s}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--panel-bg);border:1px solid var(--border);border-radius:20px;width:500px;max-width:90vw;max-height:90vh;animation:.3s ease-out modalSlideIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0;display:flex}.modal-title{color:var(--text);flex:1;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.close-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:.25rem;font-size:1.75rem;transition:all .2s;display:flex}.close-btn:hover{background:var(--surface-hover);color:var(--text)}.modal-actions{align-items:center;gap:.5rem;display:flex}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.boards-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.empty-state{text-align:center;color:#fffc;padding:4rem 2rem}.empty-title{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.empty-subtitle{max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.6}.board-card{background:var(--panel-bg);border:1px solid var(--border);box-shadow:var(--card-shadow);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;flex-direction:column;height:180px;padding:1.5rem;transition:all .3s;display:flex}.board-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #00000040}.board-card h3{color:var(--text);margin:0 0 .75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.board-card p{color:var(--muted);flex:1;margin:0 0 1rem;line-height:1.5}.board-meta{color:var(--muted);opacity:.8;font-size:.875rem}.column-list{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;gap:1.5rem;padding:1rem 0;display:flex;overflow-x:auto}.column-list::-webkit-scrollbar{height:8px}.column-list::-webkit-scrollbar-track{background:0 0}.column-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.columns-container{gap:1.5rem;min-width:max-content;display:flex}.columns-container.drag-over{background:#667eea1a}.column{background:var(--panel-bg-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px;min-width:320px;max-width:380px;padding:1.25rem;transition:background .3s,border-color .3s;box-shadow:0 10px 25px -5px #0000001a}.column-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.column-title{color:var(--text);align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:600;display:flex}.task-count{background:var(--primary);color:#fff;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.delete-column-btn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;transition:all .2s;display:flex}.delete-column-btn:hover{color:#fff;background:#ef4444}.column-tasks{flex-direction:column;gap:1rem;min-height:400px;max-height:600px;display:flex;overflow-y:auto}.column-tasks::-webkit-scrollbar{width:6px}.column-tasks::-webkit-scrollbar-track{background:0 0}.column-tasks::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.task-card{background:var(--panel-bg);cursor:grab;border-left:4px solid var(--border);border-radius:12px;padding:1rem;transition:all .2s;position:relative;box-shadow:0 2px 10px #00000014}.task-card:active{cursor:grabbing}.task-card:hover{transform:translateY(-1px);box-shadow:0 5px 20px #00000026}.task-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.task-title{color:var(--text);margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4}.task-description{color:var(--muted);margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.task-meta{color:var(--muted);font-size:.75rem}.delete-task-btn{background:var(--surface-hover);border:1px solid var(--border);color:var(--muted);cursor:pointer;opacity:0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;transition:all .2s;display:flex}.task-card:hover .delete-task-btn{opacity:1}.delete-task-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.priority-badge{text-transform:uppercase;letter-spacing:.025em;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.priority-low{background:var(--surface-hover);color:var(--muted)}.priority-medium{color:#d97706;background:#fef3c7}.priority-high{color:#dc2626;background:#fecaca}.priority-urgent{color:#b91c1c;background:#fee2e2;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.add-column-container{min-width:320px}.add-column-btn{color:#ffffffb3;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px dashed #fff6;border-radius:16px;justify-content:center;align-items:center;width:100%;height:64px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.add-column-btn:hover{color:#fff;background:#ffffff40;border-color:#fff9}.add-column-form{background:var(--panel-bg);border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:0 10px 25px #00000026}.column-input{border:2px solid var(--input-border);box-sizing:border-box;background:var(--input-bg);width:100%;color:var(--text);border-radius:8px;margin-bottom:.75rem;padding:.75rem 1rem;font-size:1rem}.column-actions{gap:.5rem;display:flex}.priority-select{flex-direction:column;gap:.5rem;display:flex}.priority-option{cursor:pointer;color:var(--text);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .2s;display:flex}.priority-option:hover{background:var(--surface-hover)}.priority-option input[type=radio]{accent-color:var(--primary);margin:0}.error-banner{color:#dc2626;background:#fef2f2;border-left:4px solid #ef4444;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.field-error{color:#ef4444;margin-top:.25rem;font-size:.875rem;display:block}.navbar{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:100;padding:.75rem 2rem;transition:background .3s,border-color .3s;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.nav-brand{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-actions{align-items:center;gap:1rem;display:flex}.loading{border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){.page-container{padding:1rem}.page-title{font-size:2rem}.auth-card{margin:1rem;padding:2rem 1.5rem}.boards-grid{grid-template-columns:1fr;gap:1rem}.column-list{gap:1rem}.column{min-width:280px}}@media (width<=480px){.modal-actions{flex-direction:column;align-items:flex-end;gap:.25rem}.column-header{flex-direction:column;align-items:flex-start;gap:.5rem}}
