*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#1f2937;line-height:1.5}.kanban-board{padding:2rem 1rem;background-color:#fafbfc;min-height:100vh;max-width:1400px;margin:0 auto}.public-dashboard{background-color:#fafbfc;min-height:100vh}.public-footer{text-align:center;padding:20px;margin-top:40px;color:#666}.public-footer a{color:#1976d2;text-decoration:none}.public-footer a:hover{text-decoration:underline}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #1976d2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retry-button{background:#1976d2;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:20px}.retry-button:hover{background:#1565c0}.kanban-header{position:relative;text-align:center;margin-bottom:3rem;padding:0 1rem}.kanban-header h1{color:#1f2937;margin:0;font-size:2.25rem;font-weight:700;letter-spacing:-.025em}.admin-login-button{position:absolute;top:0;right:1rem;padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease}.admin-login-button:hover{background:#e5e7eb;color:#374151;border-color:#d1d5db}.flowboard-title{background:linear-gradient(135deg,#3b82f6,#1d4ed8,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.05em;text-shadow:0 2px 4px rgba(59,130,246,.1);animation:titleGlow 2s ease-in-out infinite alternate}@keyframes titleGlow{0%{text-shadow:0 2px 4px rgba(59,130,246,.1)}to{text-shadow:0 2px 8px rgba(59,130,246,.2),0 0 16px rgba(59,130,246,.1)}}.kanban-columns{display:flex;gap:1.5rem;overflow-x:auto;padding:0 1rem 2rem}.employee-column{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;min-width:320px;max-width:360px;display:flex;flex-direction:column;border:1px solid #e5e7eb;transition:box-shadow .15s ease}.employee-column:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.employee-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:12px 12px 0 0}.employee-header h3{margin:0 0 .25rem;color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.5}.employee-header .title{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.assignment-count{display:inline-flex;align-items:center;background:#dbeafe;color:#1d4ed8;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem}.work-items-container{flex:1;padding:1.5rem;min-height:240px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:120px;color:#9ca3af;text-align:center;font-size:.875rem}.empty-state p{margin:.25rem 0}.work-item{background:#fff;border-radius:8px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:2px solid;transition:all .15s ease}.work-item.draggable{cursor:grab}.work-item.draggable:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.work-item.billable{border-color:#10b981}.work-item.non-billable{border-color:#3b82f6}.work-item h4{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#1f2937}.work-item p{margin:0;font-size:.75rem;color:#6b7280;line-height:1.4}.login-form-container{min-height:100vh;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.back-to-dashboard-button{position:fixed;top:1rem;right:1rem;padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease;z-index:10}.back-to-dashboard-button:hover{background:#e5e7eb;color:#374151;border-color:#d1d5db}.login-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:400px;border:1px solid #e5e7eb}.login-form h2{text-align:center;margin:0 0 2rem;color:#1f2937;font-size:1.875rem;font-weight:700;letter-spacing:-.025em}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #fecaca;font-size:.875rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-size:.875rem;font-weight:600;line-height:1.25}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;line-height:1.5;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.password-input-container{position:relative;display:flex;align-items:center}.password-input-container input{padding-right:40px}.password-toggle{position:absolute;right:10px;background:none;border:none;cursor:pointer;font-size:1.2rem;color:#666;padding:2px;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.password-toggle:hover{color:#333}.password-toggle:disabled{opacity:.5;cursor:not-allowed}.login-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.login-button:hover:not(:disabled){transform:translateY(-1px)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.back-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease;margin-top:1rem}.back-button:hover{background:#e5e7eb;color:#374151;border-color:#d1d5db;transform:translateY(-1px)}.login-footer{text-align:center;margin-top:2rem}@media (max-width: 768px){.kanban-columns{flex-direction:column;align-items:center}.login-form{padding:30px 20px}.login-form h2{font-size:1.5rem}}.delete-button{background:#f44336;color:#fff;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background .2s}.delete-button:hover{background:#d32f2f}.delete-button:disabled{background:#ef9a9a;cursor:not-allowed}.nav-actions{display:flex;align-items:center;gap:1.5rem}.profile-link{color:#64748b;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.profile-link:hover{color:#2563eb}.profile-container{max-width:500px;margin:2rem auto;padding:2.5rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.profile-container h1{margin-bottom:.5rem;color:#1e293b;font-size:1.75rem}.profile-subtitle{color:#64748b;margin-bottom:2rem;font-size:1rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.success-banner{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.success-banner button{background:none;border:none;color:#166534;cursor:pointer;font-size:1.25rem;line-height:1}.error-banner{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.error-banner button{background:none;border:none;color:#991b1b;cursor:pointer;font-size:1.25rem;line-height:1}.submit-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.submit-button:hover:not(:disabled){transform:translateY(-1px)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-bottom:.75rem;transition:box-shadow .15s ease}.list-item:hover{box-shadow:0 2px 4px #0000000d}.list-item .item-info{flex:1}.list-item .item-info span:first-child{display:block;font-weight:600;color:#1f2937;margin-bottom:.25rem}.list-item .item-info span:last-child{color:#6b7280;font-size:.875rem}.list-item .item-actions{display:flex;align-items:center;gap:.5rem}.badge{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge.billable{background:#dcfce7;color:#166534}.badge.non-billable{background:#dbeafe;color:#1d4ed8}.admin-panel{max-width:1200px;margin:0 auto;padding:2rem 1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.admin-header h2{margin:0;color:#1f2937;font-size:1.875rem;font-weight:700;letter-spacing:-.025em}.admin-tabs{display:flex;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.admin-tabs button{padding:.75rem 1.5rem;border:none;background:none;color:#6b7280;font-size:.875rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.admin-tabs button.active{color:#1f2937;border-bottom-color:#3b82f6}.admin-tabs button:hover{color:#374151}.admin-content{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.tab-content{padding:2rem}.tab-content h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.25rem;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.list-section h4{margin:0 0 1rem;color:#1f2937;font-size:1.125rem;font-weight:600}.item-list{display:flex;flex-direction:column;gap:.5rem}.admin-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-tabs{display:flex;gap:2rem}.nav-tabs button{padding:.5rem 1rem;border:none;background:none;color:#6b7280;font-weight:500;cursor:pointer;border-radius:6px;transition:color .15s ease,background-color .15s ease}.nav-tabs button.active{color:#1f2937;background:#f3f4f6}.nav-tabs button:hover{color:#374151}.logout-button{padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.logout-button:hover{background:#b91c1c}.admin-dashboard{min-height:100vh;background:#fafbfc}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.primary-button:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 6px -1px #3b82f633,0 2px 4px -1px #3b82f61a;transform:translateY(-1px)}.primary-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.primary-button:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.primary-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}
