*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;background:#f9fafc;color:#172b4d;line-height:1.5}.app{min-height:100vh}.boards-list{padding:40px 20px;max-width:1200px;margin:0 auto}.boards-list h1{font-size:24px;font-weight:600;margin-bottom:24px}.boards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.board-card{background:#0079bf;border-radius:3px;padding:16px;height:96px;text-decoration:none;color:#fff;transition:background .2s ease}.board-card:hover{background:#026aa7}.board-card h3{font-size:16px;font-weight:700;margin-bottom:4px}.board-card p{font-size:12px;opacity:.8}.board{height:100vh;background:#0079bf;padding:20px;overflow-x:auto}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:8px;flex-wrap:wrap;gap:12px}.board-header h2{color:#fff;font-size:20px;font-weight:700}.board-actions{display:flex;gap:8px;flex-wrap:wrap}.board-actions button{background:#fff3;color:#fff;border:none;padding:8px 12px;border-radius:3px;cursor:pointer;font-weight:500;transition:background .2s ease;white-space:nowrap}.board-actions button:hover{background:#ffffff4d}.columns{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(272px,auto);gap:8px;align-items:flex-start;height:calc(100vh - 120px);overflow-x:auto;padding-bottom:16px}@media (max-width: 768px){.columns{grid-auto-columns:85vw}.board{padding:12px}.board-header{padding:4px}}.column{background:#ebecf0;border-radius:3px;height:fit-content;max-height:100%;display:flex;flex-direction:column}.column h3{font-size:14px;font-weight:600;padding:8px;color:#172b4d}.task-list{min-height:1px;padding:0 4px;overflow-y:auto;max-height:calc(100vh - 200px)}.task-card{background:#fff;border-radius:3px;padding:8px;margin-bottom:8px;box-shadow:0 1px #091e4240;cursor:pointer;transition:background .2s ease}.task-card:hover{background:#f4f5f7}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.task-header h4{font-size:14px;font-weight:500;color:#172b4d;word-wrap:break-word}.task-actions{opacity:0;transition:opacity .2s ease}.task-card:hover .task-actions{opacity:1}.task-actions button{background:#ebecf0;border:none;padding:4px 8px;border-radius:3px;margin-left:4px;cursor:pointer;font-size:12px;color:#172b4d}.task-actions button:hover{background:#dfe1e6}.task-card p{font-size:13px;color:#5e6c84;margin-bottom:8px}.task-meta{font-size:12px;color:#5e6c84;display:flex;justify-content:space-between}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a3;display:flex;justify-content:center;align-items:flex-start;padding-top:48px;z-index:100}.modal-content{background:#f4f5f7;border-radius:3px;width:100%;max-width:768px;padding:20px;margin:48px 0;box-shadow:0 8px 16px -4px #091e4240}.modal-content h2{font-size:20px;font-weight:600;margin-bottom:16px;color:#172b4d}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;font-weight:700;margin-bottom:4px;color:#172b4d}.form-group input,.form-group textarea{width:100%;padding:8px;border:2px solid #dfe1e6;border-radius:3px;font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#4c9aff;outline:none}.form-group textarea{min-height:100px;resize:vertical}.assignees-list,.users-list{background:#fff;border:2px solid #dfe1e6;border-radius:3px;padding:8px;max-height:200px;overflow-y:auto}.checkbox-label{display:flex;align-items:center;padding:4px 8px;cursor:pointer;border-radius:3px;transition:background .2s ease}.checkbox-label:hover{background:#ebecf0}.checkbox-label input[type=checkbox]{margin-right:8px;width:auto}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.modal-actions button{padding:6px 12px;border:none;border-radius:3px;cursor:pointer;font-weight:500;font-size:14px}.modal-actions button[type=submit]{background:#0079bf;color:#fff}.modal-actions button[type=submit]:hover{background:#026aa7}.modal-actions button[type=button]{background:#ebecf0;color:#172b4d}.modal-actions button[type=button]:hover{background:#dfe1e6}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f9fafc}.login-container form{background:#fff;padding:32px;border-radius:3px;box-shadow:0 0 10px #0000001a;width:100%;max-width:400px}.login-container h2{text-align:center;color:#172b4d;margin-bottom:24px;font-size:24px;font-weight:600}.login-container input{width:100%;padding:8px;border:2px solid #dfe1e6;border-radius:3px;margin-bottom:16px;font-size:14px}.login-container input:focus{border-color:#4c9aff;outline:none}.login-container button{width:100%;padding:8px;background:#0079bf;color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.login-container button:hover{background:#026aa7}.task-list.dragging-over{background-color:#091e4214;border-radius:3px}.task-card.is-dragging{background:#fff;box-shadow:0 8px 16px -4px #091e4240;transform:rotate(2deg)}.task-list::-webkit-scrollbar{width:8px}.task-list::-webkit-scrollbar-track{background:transparent}.task-list::-webkit-scrollbar-thumb{background:#bfc3c9;border-radius:4px}.task-list::-webkit-scrollbar-thumb:hover{background:#a5a9af}.app-header{background:#026aa7;padding:8px 16px;box-shadow:0 1px 1px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:16px}.back-arrow{font-size:20px;margin-right:4px}.nav-link{color:#fff;text-decoration:none;padding:6px 12px;border-radius:3px;transition:background .2s ease;display:flex;align-items:center}.nav-link:hover{background:#fff3}.user-info{color:#fff;display:flex;align-items:center;gap:8px}.user-role{opacity:.8;font-size:.9em}.logout-button{background:#fff3;color:#fff;border:none;padding:6px 12px;border-radius:3px;cursor:pointer;font-weight:500;transition:background .2s ease}.logout-button:hover{background:#ffffff4d}.boards-list{padding-top:20px}.board{height:calc(100vh - 48px)}.users-management{max-width:1200px;margin:0 auto;padding:24px}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.users-list-table{background:#fff;border-radius:3px;box-shadow:0 1px 3px #0000001a}.users-list-table table{width:100%;border-collapse:collapse}.users-list-table th,.users-list-table td{padding:12px;text-align:left;border-bottom:1px solid #dfe1e6}.users-list-table th{background:#f4f5f7;font-weight:600;color:#5e6c84}.delete-button{background:#eb5a46;color:#fff;border:none;padding:4px 8px;border-radius:3px;cursor:pointer}.delete-button:hover{background:#cf513d}.checkbox-group{display:flex;align-items:center}.checkbox-group input[type=checkbox]{margin-right:8px}.assignees-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.find-random-button{background:#ebecf0;border:none;padding:4px 12px;margin:4px;border-radius:3px;cursor:pointer;font-size:13px;color:#172b4d;transition:all .2s ease}.find-random-button:hover{background:#dfe1e6;transform:translateY(-1px)}.find-random-button:active{transform:translateY(0)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 24px #00000026;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{color:#2d3748;font-size:1.875rem;font-weight:600;margin-bottom:.5rem}.login-header p{color:#718096;font-size:.875rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#4a5568;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;color:#2d3748;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.error-message{background-color:#fff5f5;color:#c53030;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;margin-bottom:1.5rem;border:1px solid #feb2b2}.login-button{width:100%;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.login-button:hover{background:#5a67d8}.login-button:focus{outline:none;box-shadow:0 0 0 3px #667eea4d}.login-button:disabled{background:#a0aec0;cursor:not-allowed}@media (max-width: 480px){.login-form{padding:1.5rem}}.tasks-by-user-modal{width:90%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666}.close-button:hover{color:#333}.tasks-by-user{flex:1;overflow-y:auto;padding:1rem}.user-tasks{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000000d}.user-tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.task-stats{display:flex;gap:1rem}.stat{background-color:#e9ecef;padding:.25rem .75rem;border-radius:16px;font-size:.875rem;color:#495057}.tasks-list{display:grid;gap:1rem}.task-item{background-color:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.task-description{color:#666;margin-bottom:1rem;line-height:1.4}.task-footer{display:flex;justify-content:space-between;font-size:.875rem;color:#666}.task-status{padding:.25rem .75rem;border-radius:16px;font-size:.75rem;font-weight:500}.status-new{background-color:#e3f2fd;color:#1976d2}.status-in-progress{background-color:#fff3e0;color:#f57c00}.status-on-hold{background-color:#fce4ec;color:#c2185b}.status-done{background-color:#e8f5e9;color:#388e3c}.no-tasks{text-align:center;color:#666;padding:2rem;background-color:#fff;border-radius:8px}.assignees{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}.overdue-yellow{border:2px solid #ffd600!important;box-shadow:0 0 8px #ffd60033}.overdue-red{border:2px solid #d32f2f!important;box-shadow:0 0 8px #d32f2f33}
