*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee;min-height:100vh}.container{max-width:1800px;margin:0 auto;padding:20px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #333}h1{font-size:2rem;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-select{padding:10px 20px;background:#2d2d44;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem;cursor:pointer}.board{display:flex;gap:16px;overflow-x:auto;padding-bottom:20px}.column{min-width:280px;max-width:280px;background:#16213e;border-radius:12px;padding:16px}.column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.column-title{font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#aaa}.column-count{background:#333;padding:2px 8px;border-radius:10px;font-size:.8rem}.tasks{display:flex;flex-direction:column;gap:12px;min-height:100px}.task{background:#1f2937;border-radius:8px;padding:14px;cursor:-webkit-grab;cursor:grab;border-left:3px solid #667eea;transition:transform .2s,box-shadow .2s}.task:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.task-title{font-weight:500;margin-bottom:8px}.task-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#888}.task-assignee{gap:4px}.assignee-badge,.task-assignee{display:flex;align-items:center}.assignee-badge{width:20px;height:20px;border-radius:50%;justify-content:center;font-size:.7rem;font-weight:600}.assignee-badge.human{background:#10b981}.assignee-badge.agent{background:#667eea}.add-task-btn{width:100%;padding:10px;background:transparent;border:2px dashed #333;border-radius:8px;color:#666;cursor:pointer;font-size:.9rem;transition:all .2s}.add-task-btn:hover{border-color:#667eea;color:#667eea}